From f1c45b2c93a8fbed429155dd5d70c625a7fe19f8 Mon Sep 17 00:00:00 2001 From: wyunchi-ms Date: Mon, 24 Apr 2023 14:42:49 +0800 Subject: [PATCH] Bump up version for Az.Websites --- .../Properties/AssemblyInfo.cs | 4 +- .../Properties/AssemblyInfo.cs | 4 +- src/Websites/Websites/Az.Websites.psd1 | 6 +- src/Websites/Websites/ChangeLog.md | 2 + .../Websites/Properties/AssemblyInfo.cs | 4 +- tools/Az/Az.psd1 | 2 +- tools/AzPreview/AzPreview.psd1 | 2 +- tools/Docs/az-ps-latest.csv | 2 +- .../SerializedCmdlets/Az.Websites.json | 1308 ++++++++--------- 9 files changed, 668 insertions(+), 666 deletions(-) diff --git a/src/Websites/Websites.Autorest/Properties/AssemblyInfo.cs b/src/Websites/Websites.Autorest/Properties/AssemblyInfo.cs index f2476ca3ca9b..1c06c72a4353 100644 --- a/src/Websites/Websites.Autorest/Properties/AssemblyInfo.cs +++ b/src/Websites/Websites.Autorest/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("6987ad96-09d8-4750-8333-c558508fa231")] -[assembly: AssemblyVersion("2.15.0")] -[assembly: AssemblyFileVersion("2.15.0")] +[assembly: AssemblyVersion("2.15.1")] +[assembly: AssemblyFileVersion("2.15.1")] diff --git a/src/Websites/Websites.Helper/Properties/AssemblyInfo.cs b/src/Websites/Websites.Helper/Properties/AssemblyInfo.cs index f697384db4ec..0956010ad1a3 100644 --- a/src/Websites/Websites.Helper/Properties/AssemblyInfo.cs +++ b/src/Websites/Websites.Helper/Properties/AssemblyInfo.cs @@ -26,5 +26,5 @@ [assembly: CLSCompliant(false)] [assembly: Guid("2e0f29c2-1b3d-4956-929d-b62910f21ab5")] -[assembly: AssemblyVersion("2.15.0")] -[assembly: AssemblyFileVersion("2.15.0")] +[assembly: AssemblyVersion("2.15.1")] +[assembly: AssemblyFileVersion("2.15.1")] diff --git a/src/Websites/Websites/Az.Websites.psd1 b/src/Websites/Websites/Az.Websites.psd1 index 16b9d13791e3..958a35570f44 100644 --- a/src/Websites/Websites/Az.Websites.psd1 +++ b/src/Websites/Websites/Az.Websites.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 4/20/2023 +# Generated on: 4/24/2023 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.15.0' +ModuleVersion = '2.15.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -176,7 +176,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Fixed Tag parameter issues with ASE for ''New-AzWebApp''' + ReleaseNotes = '* Used AAD Auth instead of Basic Auth for PublishAzureWebApps' # Prerelease string of this module # Prerelease = '' diff --git a/src/Websites/Websites/ChangeLog.md b/src/Websites/Websites/ChangeLog.md index 06cf57507cec..8c60120aaba2 100644 --- a/src/Websites/Websites/ChangeLog.md +++ b/src/Websites/Websites/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 2.15.1 * Used AAD Auth instead of Basic Auth for PublishAzureWebApps ## Version 2.15.0 diff --git a/src/Websites/Websites/Properties/AssemblyInfo.cs b/src/Websites/Websites/Properties/AssemblyInfo.cs index 7334df973737..d03b69c11cf4 100644 --- a/src/Websites/Websites/Properties/AssemblyInfo.cs +++ b/src/Websites/Websites/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("76158def-441b-472a-9b1a-a75726a813f4")] -[assembly: AssemblyVersion("2.15.0")] -[assembly: AssemblyFileVersion("2.15.0")] +[assembly: AssemblyVersion("2.15.1")] +[assembly: AssemblyFileVersion("2.15.1")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Websites.Test")] #endif diff --git a/tools/Az/Az.psd1 b/tools/Az/Az.psd1 index 756a5d4fcea4..76010d1145e4 100644 --- a/tools/Az/Az.psd1 +++ b/tools/Az/Az.psd1 @@ -131,7 +131,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.2'; }, @{ModuleName = 'Az.Support'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.Synapse'; RequiredVersion = '2.3.1'; }, @{ModuleName = 'Az.TrafficManager'; RequiredVersion = '1.2.0'; }, - @{ModuleName = 'Az.Websites'; RequiredVersion = '2.15.0'; }) + @{ModuleName = 'Az.Websites'; RequiredVersion = '2.15.1'; }) # Assemblies that must be loaded prior to importing this module # RequiredAssemblies = @() diff --git a/tools/AzPreview/AzPreview.psd1 b/tools/AzPreview/AzPreview.psd1 index 935ee1f6bd95..6d40ea741d08 100644 --- a/tools/AzPreview/AzPreview.psd1 +++ b/tools/AzPreview/AzPreview.psd1 @@ -201,7 +201,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.2'; }, @{ModuleName = 'Az.TrafficManager'; RequiredVersion = '1.2.0'; }, @{ModuleName = 'Az.VMware'; RequiredVersion = '0.5.0'; }, @{ModuleName = 'Az.VoiceServices'; RequiredVersion = '0.1.1'; }, - @{ModuleName = 'Az.Websites'; RequiredVersion = '2.15.0'; }, + @{ModuleName = 'Az.Websites'; RequiredVersion = '2.15.1'; }, @{ModuleName = 'Az.WindowsIotServices'; RequiredVersion = '0.1.0'; }, @{ModuleName = 'Az.Workloads'; RequiredVersion = '0.1.0'; }) diff --git a/tools/Docs/az-ps-latest.csv b/tools/Docs/az-ps-latest.csv index 5d1fc3efb505..5d855598025d 100644 --- a/tools/Docs/az-ps-latest.csv +++ b/tools/Docs/az-ps-latest.csv @@ -147,7 +147,7 @@ pac145,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-rele pac146,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.TrafficManager.1.2.0.nupkg;sourceType=sa]Az.TrafficManager,1.2.0 pac147,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.VMware.0.5.0.nupkg;sourceType=sa]Az.VMware,0.5.0 pac148,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.VoiceServices.0.1.1.nupkg;sourceType=sa]Az.VoiceServices,0.1.1 -pac149,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Websites.2.15.0.nupkg;sourceType=sa]Az.Websites,2.15.0 +pac149,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Websites.2.15.1.nupkg;sourceType=sa]Az.Websites,2.15.1 pac150,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.WindowsIotServices.0.1.0.nupkg;sourceType=sa]Az.WindowsIotServices,0.1.0 pac151,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Workloads.0.1.0.nupkg;sourceType=sa]Az.Workloads,0.1.0 diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Websites.json b/tools/Tools.Common/SerializedCmdlets/Az.Websites.json index 90a11306a8ec..5aad9c34a4e9 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Websites.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Websites.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.Websites", - "ModuleVersion": "2.15.0", + "ModuleVersion": "2.15.1", "Cmdlets": [ { "VerbName": "Add", @@ -16,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScmSiteUseMainSiteRestrictionConfig": "System.Boolean", "MainSiteAccessRestrictions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction]", @@ -1404,7 +1404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackupConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackupConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackupConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Databases": "Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting[]", "KeepAtLeastOneBackup": "System.Nullable`1[System.Boolean]", @@ -1539,7 +1539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -2000,7 +2000,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -2290,7 +2290,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -2550,7 +2550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -2691,7 +2691,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServiceEnvironment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServiceEnvironment, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServiceEnvironment, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "System.Nullable`1[Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentStatus]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.WebSites.Models.ProvisioningState]", @@ -2892,7 +2892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.WebSites.Models.ExtendedLocation", "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", @@ -3174,7 +3174,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.PSAzureDeletedWebApp", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.PSAzureDeletedWebApp, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.PSAzureDeletedWebApp, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DeletionTime": "System.DateTime", "DeletedSiteId": "System.Int32", @@ -3396,7 +3396,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -3524,7 +3524,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.WebSites.Models.ExtendedLocation", "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", @@ -3661,7 +3661,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.WebSites.Models.ExtendedLocation", "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", @@ -3823,7 +3823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScmSiteUseMainSiteRestrictionConfig": "System.Boolean", "MainSiteAccessRestrictions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction]", @@ -4004,7 +4004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Databases": "Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting[]", "Scheduled": "System.Nullable`1[System.Boolean]", @@ -4101,7 +4101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -4331,7 +4331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -4457,7 +4457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackupConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackupConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackupConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Databases": "Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting[]", "KeepAtLeastOneBackup": "System.Nullable`1[System.Boolean]", @@ -4538,7 +4538,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -4707,7 +4707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -4849,7 +4849,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Databases": "Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting[]", "Scheduled": "System.Nullable`1[System.Boolean]", @@ -4937,7 +4937,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -5106,7 +5106,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -5248,7 +5248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "PfxBlob": "System.Byte[]", @@ -5481,7 +5481,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -5650,7 +5650,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -5855,7 +5855,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -6140,7 +6140,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -6301,7 +6301,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -6438,7 +6438,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -6653,7 +6653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -6881,7 +6881,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -7035,7 +7035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -7249,7 +7249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -7549,7 +7549,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -7710,7 +7710,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotTime": "System.DateTime", "ResourceGroupName": "System.String", @@ -7794,7 +7794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -8024,7 +8024,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -8265,7 +8265,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -8495,7 +8495,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -8877,7 +8877,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "PfxBlob": "System.Byte[]", @@ -9173,7 +9173,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServiceEnvironment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServiceEnvironment, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServiceEnvironment, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "System.Nullable`1[Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentStatus]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.WebSites.Models.ProvisioningState]", @@ -10620,7 +10620,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.WebSites.Models.ExtendedLocation", "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", @@ -10836,7 +10836,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.WebSites.Models.ExtendedLocation", "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", @@ -11322,7 +11322,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.WebSites.Models.ExtendedLocation", "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", @@ -11548,7 +11548,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -11697,7 +11697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -12158,7 +12158,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -12734,7 +12734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.Nullable`1[Microsoft.Azure.Management.WebSites.Models.AzureStorageType]", "Name": "System.String", @@ -12992,7 +12992,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Databases": "Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting[]", "Scheduled": "System.Nullable`1[System.Boolean]", @@ -13089,7 +13089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -13400,7 +13400,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -13557,7 +13557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", "PfxBlob": "System.Byte[]", @@ -13956,7 +13956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -14186,7 +14186,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -14545,7 +14545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -14691,7 +14691,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -14961,7 +14961,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -15373,7 +15373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -15777,7 +15777,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -15944,7 +15944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -16167,7 +16167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -16342,7 +16342,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -16666,7 +16666,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -16897,7 +16897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServiceEnvironment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServiceEnvironment, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServiceEnvironment, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "System.Nullable`1[Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentStatus]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.WebSites.Models.ProvisioningState]", @@ -17124,7 +17124,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServiceEnvironment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServiceEnvironment, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServiceEnvironment, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "System.Nullable`1[Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentStatus]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.WebSites.Models.ProvisioningState]", @@ -17314,7 +17314,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.WebSites.Models.ExtendedLocation", "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", @@ -17533,7 +17533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.WebSites.Models.ExtendedLocation", "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", @@ -17706,7 +17706,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -17981,7 +17981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -18137,7 +18137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScmSiteUseMainSiteRestrictionConfig": "System.Boolean", "MainSiteAccessRestrictions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction]", @@ -18717,7 +18717,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -18947,7 +18947,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -19320,7 +19320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -19580,7 +19580,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -19791,7 +19791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -20087,7 +20087,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -20496,7 +20496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -20650,7 +20650,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -20832,7 +20832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -21001,7 +21001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -21143,7 +21143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -21280,7 +21280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -21495,7 +21495,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -21621,7 +21621,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -21767,7 +21767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -21997,7 +21997,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -22123,7 +22123,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -22370,7 +22370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.PSAzureDeletedWebApp", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.PSAzureDeletedWebApp, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.PSAzureDeletedWebApp, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DeletionTime": "System.DateTime", "DeletedSiteId": "System.Int32", @@ -22772,7 +22772,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.PSAzureDeletedWebApp", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.PSAzureDeletedWebApp, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.PSAzureDeletedWebApp, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DeletionTime": "System.DateTime", "DeletedSiteId": "System.Int32", @@ -23023,7 +23023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -23432,7 +23432,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -23710,7 +23710,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -23797,7 +23797,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotTime": "System.DateTime", "ResourceGroupName": "System.String", @@ -23954,7 +23954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotTime": "System.DateTime", "ResourceGroupName": "System.String", @@ -24066,7 +24066,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -24139,7 +24139,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SnapshotTime": "System.DateTime", "ResourceGroupName": "System.String", @@ -24258,7 +24258,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.WebSites.Models.ExtendedLocation", "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", @@ -24423,7 +24423,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.WebSites.Models.ExtendedLocation", "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", @@ -24702,7 +24702,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models.WebApp", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebApp.PSAppServicePlan, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedLocation": "Microsoft.Azure.Management.WebSites.Models.ExtendedLocation", "HostingEnvironmentProfile": "Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile", @@ -24802,7 +24802,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -25137,7 +25137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath" }, "ValidateNotNullOrEmpty": false @@ -25202,7 +25202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -25604,7 +25604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath" }, "ValidateNotNullOrEmpty": false @@ -25887,7 +25887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -26058,7 +26058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -26383,7 +26383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath" }, "ValidateNotNullOrEmpty": false @@ -26467,7 +26467,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -26944,7 +26944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath" }, "ValidateNotNullOrEmpty": false @@ -27355,7 +27355,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -27854,7 +27854,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -28163,7 +28163,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -28336,7 +28336,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -28464,7 +28464,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -28618,7 +28618,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -28760,7 +28760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -28897,7 +28897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -29066,7 +29066,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -29208,7 +29208,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -29336,7 +29336,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -29490,7 +29490,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -29632,7 +29632,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -29769,7 +29769,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -29938,7 +29938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -30111,7 +30111,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction" ] @@ -30153,7 +30153,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -30276,7 +30276,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction" ] @@ -30403,7 +30403,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction" ] @@ -30470,7 +30470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSSite, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AzureStoragePath": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", "AzureStorageAccounts": "Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource", @@ -30573,7 +30573,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction" ] @@ -30650,7 +30650,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScmSiteUseMainSiteRestrictionConfig": "System.Boolean", "MainSiteAccessRestrictions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction]", @@ -30740,7 +30740,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScmSiteUseMainSiteRestrictionConfig": "System.Boolean", "MainSiteAccessRestrictions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction]", @@ -30935,7 +30935,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestrictionConfig, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScmSiteUseMainSiteRestrictionConfig": "System.Boolean", "MainSiteAccessRestrictions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction]", @@ -31267,7 +31267,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteArmResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteArmResource, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteArmResource, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SkuCapability": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.ICapability[]", "IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IManagedServiceIdentityUserAssignedIdentities", @@ -31351,7 +31351,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -31398,7 +31398,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31408,7 +31408,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31531,7 +31531,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31547,7 +31547,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31678,7 +31678,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31694,7 +31694,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31810,7 +31810,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31826,7 +31826,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31892,7 +31892,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -31957,7 +31957,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -31973,7 +31973,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32073,7 +32073,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32089,7 +32089,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32162,7 +32162,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteBuildArmResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteBuildArmResource, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteBuildArmResource, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserProvidedFunctionApp": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserProvidedFunctionApp[]", "Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.BuildStatus]", @@ -32222,7 +32222,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -32269,7 +32269,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32279,7 +32279,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32417,7 +32417,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32433,7 +32433,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32579,7 +32579,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32595,7 +32595,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32661,7 +32661,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -32726,7 +32726,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32742,7 +32742,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32842,7 +32842,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32858,7 +32858,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -32931,7 +32931,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionaryProperties" } @@ -33006,7 +33006,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33016,7 +33016,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33154,7 +33154,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33170,7 +33170,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33243,7 +33243,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteFunctionOverviewArmResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteFunctionOverviewArmResource, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteFunctionOverviewArmResource, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TriggerType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggerTypes]", "FunctionName": "System.String" @@ -33319,7 +33319,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33329,7 +33329,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33467,7 +33467,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33483,7 +33483,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33556,7 +33556,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionaryProperties" } @@ -33631,7 +33631,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33641,7 +33641,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33779,7 +33779,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33795,7 +33795,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33868,7 +33868,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringList", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringList, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringList, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "System.String[]" } @@ -33934,7 +33934,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -33944,7 +33944,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34067,7 +34067,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34083,7 +34083,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34156,7 +34156,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteCustomDomainOverviewArmResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteCustomDomainOverviewArmResource, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteCustomDomainOverviewArmResource, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.CustomDomainStatus]", "CreatedOn": "System.Nullable`1[System.DateTime]", @@ -34213,7 +34213,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -34260,7 +34260,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34270,7 +34270,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34408,7 +34408,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34424,7 +34424,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34570,7 +34570,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34586,7 +34586,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34652,7 +34652,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -34717,7 +34717,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34733,7 +34733,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34833,7 +34833,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34849,7 +34849,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34922,7 +34922,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteFunctionOverviewArmResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteFunctionOverviewArmResource, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteFunctionOverviewArmResource, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TriggerType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggerTypes]", "FunctionName": "System.String" @@ -34989,7 +34989,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -34999,7 +34999,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35122,7 +35122,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35138,7 +35138,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35211,7 +35211,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionaryProperties" } @@ -35277,7 +35277,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35287,7 +35287,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35410,7 +35410,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35426,7 +35426,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35499,7 +35499,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionaryProperties" } @@ -35565,7 +35565,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35575,7 +35575,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35698,7 +35698,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35714,7 +35714,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35787,7 +35787,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionaryProperties" } @@ -35853,7 +35853,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35863,7 +35863,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -35986,7 +35986,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36002,7 +36002,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36075,7 +36075,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserArmResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserArmResource, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserArmResource, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayName": "System.String", "Provider": "System.String", @@ -36153,7 +36153,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36163,7 +36163,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36301,7 +36301,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36317,7 +36317,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36390,7 +36390,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserProvidedFunctionAppArmResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserProvidedFunctionAppArmResource, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserProvidedFunctionAppArmResource, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedOn": "System.Nullable`1[System.DateTime]", "FunctionAppRegion": "System.String", @@ -36454,7 +36454,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -36501,7 +36501,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36511,7 +36511,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36649,7 +36649,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36665,7 +36665,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36841,7 +36841,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -36857,7 +36857,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37018,7 +37018,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37034,7 +37034,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37180,7 +37180,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37196,7 +37196,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37262,7 +37262,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -37327,7 +37327,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37343,7 +37343,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37443,7 +37443,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37459,7 +37459,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37532,7 +37532,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IContinuousWebJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IContinuousWebJob, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IContinuousWebJob, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Setting": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IContinuousWebJobPropertiesSettings", "Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ContinuousWebJobStatus]", @@ -37594,7 +37594,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -37641,7 +37641,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37651,7 +37651,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37783,7 +37783,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37799,7 +37799,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37975,7 +37975,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -37991,7 +37991,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -38057,7 +38057,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -38137,7 +38137,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -38153,7 +38153,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -38253,7 +38253,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -38269,7 +38269,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -38342,7 +38342,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IContinuousWebJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IContinuousWebJob, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IContinuousWebJob, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Setting": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IContinuousWebJobPropertiesSettings", "Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ContinuousWebJobStatus]", @@ -38413,7 +38413,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -38460,7 +38460,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -38470,7 +38470,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -38617,7 +38617,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -38633,7 +38633,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -38824,7 +38824,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -38840,7 +38840,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -38906,7 +38906,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -38986,7 +38986,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -39002,7 +39002,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -39102,7 +39102,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -39118,7 +39118,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -39191,7 +39191,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredWebJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredWebJob, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredWebJob, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Setting": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredWebJobPropertiesSettings", "LatestRunStatus": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggeredWebJobStatus]", @@ -39272,7 +39272,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -39319,7 +39319,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -39329,7 +39329,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -39476,7 +39476,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -39492,7 +39492,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -39683,7 +39683,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -39699,7 +39699,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -39765,7 +39765,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -39845,7 +39845,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -39861,7 +39861,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -39961,7 +39961,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -39977,7 +39977,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -40050,7 +40050,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredJobHistory", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredJobHistory, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredJobHistory, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Run": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredJobRun[]" } @@ -40121,7 +40121,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -40168,7 +40168,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -40178,7 +40178,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -40340,7 +40340,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -40356,7 +40356,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -40562,7 +40562,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -40578,7 +40578,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -40659,7 +40659,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -40724,7 +40724,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -40740,7 +40740,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -40855,7 +40855,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -40871,7 +40871,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -40959,7 +40959,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IWebJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IWebJob, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IWebJob, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Setting": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IWebJobPropertiesSettings", "WebJobType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.WebJobType]", @@ -41040,7 +41040,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -41050,7 +41050,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -41188,7 +41188,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -41204,7 +41204,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -41277,7 +41277,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredWebJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredWebJob, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredWebJob, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Setting": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredWebJobPropertiesSettings", "LatestRunStatus": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggeredWebJobStatus]", @@ -41349,7 +41349,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -41396,7 +41396,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -41406,7 +41406,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -41538,7 +41538,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -41554,7 +41554,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -41730,7 +41730,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -41746,7 +41746,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -41812,7 +41812,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -41892,7 +41892,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -41908,7 +41908,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -42008,7 +42008,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -42024,7 +42024,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -42097,7 +42097,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredJobHistory", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredJobHistory, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredJobHistory, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Run": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredJobRun[]" } @@ -42159,7 +42159,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -42206,7 +42206,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -42216,7 +42216,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -42363,7 +42363,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -42379,7 +42379,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -42570,7 +42570,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -42586,7 +42586,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -42667,7 +42667,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -42732,7 +42732,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -42748,7 +42748,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -42863,7 +42863,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -42879,7 +42879,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -42967,7 +42967,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IWebJob", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IWebJob, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IWebJob, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Setting": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IWebJobPropertiesSettings", "WebJobType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.WebJobType]", @@ -43039,7 +43039,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -43049,7 +43049,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -43172,7 +43172,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -43188,7 +43188,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -43261,7 +43261,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteArmResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteArmResource, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteArmResource, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SkuCapability": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.ICapability[]", "IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IManagedServiceIdentityUserAssignedIdentities", @@ -43434,7 +43434,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ManagedServiceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ManagedServiceIdentityType, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ManagedServiceIdentityType, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -43506,7 +43506,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -43600,7 +43600,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -43610,7 +43610,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -43857,7 +43857,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ManagedServiceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ManagedServiceIdentityType, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ManagedServiceIdentityType, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -43977,7 +43977,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -44131,7 +44131,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -44147,7 +44147,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -44235,7 +44235,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionaryProperties" } @@ -44287,7 +44287,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -44352,7 +44352,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -44362,7 +44362,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -44529,7 +44529,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -44545,7 +44545,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -44611,7 +44611,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -44706,7 +44706,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -44722,7 +44722,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -44852,7 +44852,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -44868,7 +44868,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -44941,7 +44941,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionaryProperties" } @@ -44993,7 +44993,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -45058,7 +45058,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -45068,7 +45068,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -45235,7 +45235,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -45251,7 +45251,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -45317,7 +45317,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -45412,7 +45412,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -45428,7 +45428,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -45558,7 +45558,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -45574,7 +45574,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -45647,7 +45647,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteCustomDomainOverviewArmResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteCustomDomainOverviewArmResource, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteCustomDomainOverviewArmResource, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.CustomDomainStatus]", "CreatedOn": "System.Nullable`1[System.DateTime]", @@ -45752,7 +45752,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -45762,7 +45762,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -45953,7 +45953,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -45969,7 +45969,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -46057,7 +46057,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionaryProperties" } @@ -46100,7 +46100,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -46165,7 +46165,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -46175,7 +46175,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -46327,7 +46327,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -46343,7 +46343,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -46409,7 +46409,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -46504,7 +46504,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -46520,7 +46520,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -46650,7 +46650,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -46666,7 +46666,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -46739,7 +46739,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionary, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionaryProperties" } @@ -46782,7 +46782,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -46847,7 +46847,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -46857,7 +46857,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -47009,7 +47009,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -47025,7 +47025,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -47091,7 +47091,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -47186,7 +47186,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -47202,7 +47202,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -47332,7 +47332,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -47348,7 +47348,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -47421,7 +47421,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserInvitationResponseResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserInvitationResponseResource, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserInvitationResponseResource, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExpiresOn": "System.Nullable`1[System.DateTime]", "InvitationUrl": "System.String" @@ -47465,7 +47465,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -47566,7 +47566,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -47576,7 +47576,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -47788,7 +47788,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -47804,7 +47804,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -47870,7 +47870,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -48025,7 +48025,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -48041,7 +48041,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -48231,7 +48231,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -48247,7 +48247,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -48320,7 +48320,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserProvidedFunctionAppArmResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserProvidedFunctionAppArmResource, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserProvidedFunctionAppArmResource, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedOn": "System.Nullable`1[System.DateTime]", "FunctionAppRegion": "System.String", @@ -48450,7 +48450,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -48460,7 +48460,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -48681,7 +48681,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -48697,7 +48697,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -48962,7 +48962,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -48978,7 +48978,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -49106,7 +49106,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -49162,7 +49162,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -49172,7 +49172,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -49327,7 +49327,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -49343,7 +49343,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -49439,7 +49439,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -49519,7 +49519,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -49535,7 +49535,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -49680,7 +49680,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -49696,7 +49696,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -49839,7 +49839,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -49895,7 +49895,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -49905,7 +49905,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -50060,7 +50060,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -50076,7 +50076,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -50172,7 +50172,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -50252,7 +50252,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -50268,7 +50268,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -50413,7 +50413,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -50429,7 +50429,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -50581,7 +50581,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -50637,7 +50637,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -50647,7 +50647,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -50817,7 +50817,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -50833,7 +50833,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -50929,7 +50929,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -51009,7 +51009,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -51025,7 +51025,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -51170,7 +51170,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -51186,7 +51186,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -51338,7 +51338,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -51394,7 +51394,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -51404,7 +51404,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -51574,7 +51574,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -51590,7 +51590,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -51686,7 +51686,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -51766,7 +51766,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -51782,7 +51782,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -51927,7 +51927,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -51943,7 +51943,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -52104,7 +52104,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -52151,7 +52151,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -52161,7 +52161,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -52322,7 +52322,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -52338,7 +52338,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -52419,7 +52419,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -52484,7 +52484,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -52500,7 +52500,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -52615,7 +52615,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -52631,7 +52631,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -52768,7 +52768,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -52815,7 +52815,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -52825,7 +52825,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -52971,7 +52971,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -52987,7 +52987,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -53068,7 +53068,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -53133,7 +53133,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -53149,7 +53149,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -53264,7 +53264,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -53280,7 +53280,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -53426,7 +53426,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -53473,7 +53473,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -53483,7 +53483,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -53644,7 +53644,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -53660,7 +53660,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -53741,7 +53741,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -53806,7 +53806,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -53822,7 +53822,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -53937,7 +53937,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -53953,7 +53953,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -54099,7 +54099,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -54146,7 +54146,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -54156,7 +54156,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -54317,7 +54317,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -54333,7 +54333,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -54414,7 +54414,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -54479,7 +54479,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -54495,7 +54495,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -54610,7 +54610,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -54626,7 +54626,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -54763,7 +54763,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -54810,7 +54810,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -54820,7 +54820,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -54966,7 +54966,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -54982,7 +54982,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -55063,7 +55063,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -55128,7 +55128,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -55144,7 +55144,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -55259,7 +55259,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -55275,7 +55275,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -55403,7 +55403,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -55477,7 +55477,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -55487,7 +55487,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -55663,7 +55663,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -55679,7 +55679,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -55760,7 +55760,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -55870,7 +55870,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -55886,7 +55886,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -56046,7 +56046,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -56062,7 +56062,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -56199,7 +56199,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -56246,7 +56246,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -56256,7 +56256,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -56402,7 +56402,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -56418,7 +56418,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -56499,7 +56499,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -56564,7 +56564,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -56580,7 +56580,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -56695,7 +56695,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -56711,7 +56711,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -56857,7 +56857,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -56904,7 +56904,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -56914,7 +56914,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -57075,7 +57075,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -57091,7 +57091,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -57172,7 +57172,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -57237,7 +57237,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -57253,7 +57253,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -57368,7 +57368,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -57384,7 +57384,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -57530,7 +57530,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -57577,7 +57577,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -57587,7 +57587,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -57748,7 +57748,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -57764,7 +57764,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -57845,7 +57845,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -57910,7 +57910,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -57926,7 +57926,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -58041,7 +58041,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -58057,7 +58057,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -58194,7 +58194,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -58241,7 +58241,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -58251,7 +58251,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -58397,7 +58397,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -58413,7 +58413,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -58494,7 +58494,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -58559,7 +58559,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -58575,7 +58575,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -58690,7 +58690,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -58706,7 +58706,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -58843,7 +58843,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -58890,7 +58890,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -58900,7 +58900,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -59046,7 +59046,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -59062,7 +59062,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -59143,7 +59143,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -59208,7 +59208,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -59224,7 +59224,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -59339,7 +59339,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -59355,7 +59355,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -59501,7 +59501,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -59548,7 +59548,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -59558,7 +59558,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -59719,7 +59719,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -59735,7 +59735,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -59816,7 +59816,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -59881,7 +59881,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -59897,7 +59897,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -60012,7 +60012,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -60028,7 +60028,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -60165,7 +60165,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -60239,7 +60239,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -60249,7 +60249,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -60449,7 +60449,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -60465,7 +60465,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -60561,7 +60561,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -60671,7 +60671,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -60687,7 +60687,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -60862,7 +60862,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -60878,7 +60878,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -61039,7 +61039,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -61086,7 +61086,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -61096,7 +61096,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -61257,7 +61257,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -61273,7 +61273,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -61354,7 +61354,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -61419,7 +61419,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -61435,7 +61435,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -61550,7 +61550,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -61566,7 +61566,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -61703,7 +61703,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -61750,7 +61750,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -61760,7 +61760,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -61906,7 +61906,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -61922,7 +61922,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -62003,7 +62003,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -62068,7 +62068,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -62084,7 +62084,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -62199,7 +62199,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -62215,7 +62215,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -62303,7 +62303,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteArmResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteArmResource, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteArmResource, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SkuCapability": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.ICapability[]", "IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IManagedServiceIdentityUserAssignedIdentities", @@ -62386,7 +62386,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -62564,7 +62564,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -62604,7 +62604,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -62614,7 +62614,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -62957,7 +62957,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -63021,7 +63021,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -63037,7 +63037,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -63103,7 +63103,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -63389,7 +63389,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -63453,7 +63453,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -63469,7 +63469,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -63790,7 +63790,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -63854,7 +63854,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -63870,7 +63870,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -63943,7 +63943,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserArmResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserArmResource, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserArmResource, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DisplayName": "System.String", "Provider": "System.String", @@ -64007,7 +64007,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -64072,7 +64072,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -64082,7 +64082,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -64264,7 +64264,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -64280,7 +64280,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -64346,7 +64346,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Authprovider": "System.String", "DomainName": "System.String", @@ -64441,7 +64441,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -64457,7 +64457,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -64587,7 +64587,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -64603,7 +64603,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -64709,7 +64709,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction" ] @@ -64717,7 +64717,7 @@ "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.PSAccessRestriction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HttpHeader": "System.Collections.Hashtable", "Priority": "System.Int32", @@ -65017,13 +65017,13 @@ "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[], Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath" }, "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath": { "Namespace": "Microsoft.Azure.Commands.WebApps.Models", "Name": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.Nullable`1[Microsoft.Azure.Management.WebSites.Models.AzureStorageType]", "Name": "System.String", @@ -69668,7 +69668,7 @@ "Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction": { "Namespace": "Microsoft.Azure.Commands.WebApps.Utilities", "Name": "Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.PowerShell.Cmdlets.Websites, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -69755,13 +69755,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.ICapability[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.ICapability[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.ICapability[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.ICapability[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.ICapability" }, "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.ICapability": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.ICapability", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.ICapability, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.ICapability, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Reason": "System.String", @@ -69771,18 +69771,18 @@ "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IManagedServiceIdentityUserAssignedIdentities": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IManagedServiceIdentityUserAssignedIdentities", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IManagedServiceIdentityUserAssignedIdentities, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IManagedServiceIdentityUserAssignedIdentities, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IResponseMessageEnvelopeRemotePrivateEndpointConnection[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IResponseMessageEnvelopeRemotePrivateEndpointConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IResponseMessageEnvelopeRemotePrivateEndpointConnection[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IResponseMessageEnvelopeRemotePrivateEndpointConnection[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IResponseMessageEnvelopeRemotePrivateEndpointConnection" }, "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IResponseMessageEnvelopeRemotePrivateEndpointConnection": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IResponseMessageEnvelopeRemotePrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IResponseMessageEnvelopeRemotePrivateEndpointConnection, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IResponseMessageEnvelopeRemotePrivateEndpointConnection, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SkuCapability": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.ICapability[]", "InnerError": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IErrorEntity[]", @@ -69833,13 +69833,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IErrorEntity[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IErrorEntity[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IErrorEntity[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IErrorEntity[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IErrorEntity" }, "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IErrorEntity": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IErrorEntity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IErrorEntity, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IErrorEntity, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InnerError": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IErrorEntity[]", "Code": "System.String", @@ -69858,12 +69858,12 @@ "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IResponseMessageEnvelopeRemotePrivateEndpointConnectionTags": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IResponseMessageEnvelopeRemotePrivateEndpointConnectionTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IResponseMessageEnvelopeRemotePrivateEndpointConnectionTags, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IResponseMessageEnvelopeRemotePrivateEndpointConnectionTags, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ManagedServiceIdentityType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ManagedServiceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ManagedServiceIdentityType, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ManagedServiceIdentityType, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ManagedServiceIdentityType" ] @@ -69871,7 +69871,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ManagedServiceIdentityType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ManagedServiceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ManagedServiceIdentityType, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ManagedServiceIdentityType, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -69949,13 +69949,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserProvidedFunctionApp[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserProvidedFunctionApp[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserProvidedFunctionApp[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserProvidedFunctionApp[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserProvidedFunctionApp" }, "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserProvidedFunctionApp": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserProvidedFunctionApp", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserProvidedFunctionApp, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserProvidedFunctionApp, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedOn": "System.Nullable`1[System.DateTime]", "FunctionAppRegion": "System.String", @@ -69965,7 +69965,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy" ] @@ -69973,7 +69973,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -70038,7 +70038,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.SendAsyncStep, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -70211,7 +70211,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.BuildStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.BuildStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.BuildStatus, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.BuildStatus, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.BuildStatus" ] @@ -70219,7 +70219,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.BuildStatus": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.BuildStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.BuildStatus, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.BuildStatus, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -70284,12 +70284,12 @@ "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionaryProperties": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionaryProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionaryProperties, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringDictionaryProperties, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggerTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggerTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggerTypes, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggerTypes, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggerTypes" ] @@ -70297,7 +70297,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggerTypes": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggerTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggerTypes, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggerTypes, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -70362,7 +70362,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.CustomDomainStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.CustomDomainStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.CustomDomainStatus, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.CustomDomainStatus, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.CustomDomainStatus" ] @@ -70370,7 +70370,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.CustomDomainStatus": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.CustomDomainStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.CustomDomainStatus, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.CustomDomainStatus, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -70435,12 +70435,12 @@ "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IContinuousWebJobPropertiesSettings": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IContinuousWebJobPropertiesSettings", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IContinuousWebJobPropertiesSettings, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IContinuousWebJobPropertiesSettings, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ContinuousWebJobStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ContinuousWebJobStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ContinuousWebJobStatus, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ContinuousWebJobStatus, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ContinuousWebJobStatus" ] @@ -70448,7 +70448,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ContinuousWebJobStatus": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ContinuousWebJobStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ContinuousWebJobStatus, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ContinuousWebJobStatus, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -70513,7 +70513,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.WebJobType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.WebJobType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.WebJobType, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.WebJobType, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.WebJobType" ] @@ -70521,7 +70521,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.WebJobType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.WebJobType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.WebJobType, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.WebJobType, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -70586,12 +70586,12 @@ "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredWebJobPropertiesSettings": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredWebJobPropertiesSettings", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredWebJobPropertiesSettings, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredWebJobPropertiesSettings, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggeredWebJobStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggeredWebJobStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggeredWebJobStatus, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggeredWebJobStatus, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggeredWebJobStatus" ] @@ -70599,7 +70599,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggeredWebJobStatus": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggeredWebJobStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggeredWebJobStatus, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggeredWebJobStatus, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -70664,13 +70664,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredJobRun[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredJobRun[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredJobRun[], Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredJobRun[], Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredJobRun" }, "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredJobRun": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredJobRun", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredJobRun, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredJobRun, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggeredWebJobStatus]", "EndTime": "System.Nullable`1[System.DateTime]", @@ -70688,7 +70688,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IWebJobPropertiesSettings": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201", "Name": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IWebJobPropertiesSettings", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IWebJobPropertiesSettings, Az.Websites.private, Version=2.14.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IWebJobPropertiesSettings, Az.Websites.private, Version=2.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" } } } \ No newline at end of file