From 89b785674d1e7b2a20f31fd471e9b83c25ae3819 Mon Sep 17 00:00:00 2001 From: Yang Yuan Date: Tue, 11 Aug 2020 20:17:50 -0700 Subject: [PATCH 01/19] Revert "Show "NotPolice" legal terms for Face. (#12618)" (#12645) This reverts commit 9335d18b965ca5cb6f35e770b4b9efd796390711. --- .../CognitiveServices/ChangeLog.md | 1 - .../CognitiveServices/CognitiveServices.csproj | 6 ------ .../NewAzureCognitiveServicesAccount.cs | 18 ------------------ .../Properties/Resources.Designer.cs | 13 ++----------- .../Properties/Resources.resx | 3 --- 5 files changed, 2 insertions(+), 39 deletions(-) diff --git a/src/CognitiveServices/CognitiveServices/ChangeLog.md b/src/CognitiveServices/CognitiveServices/ChangeLog.md index 4832ab456737..8ebd3d1f9a91 100644 --- a/src/CognitiveServices/CognitiveServices/ChangeLog.md +++ b/src/CognitiveServices/CognitiveServices/ChangeLog.md @@ -18,7 +18,6 @@ - Additional information about change #1 --> ## Upcoming Release -* Show additional legal terms for certain APIs. ## Version 1.5.1 * Used `Deny` specifically as NetworkRules default action. diff --git a/src/CognitiveServices/CognitiveServices/CognitiveServices.csproj b/src/CognitiveServices/CognitiveServices/CognitiveServices.csproj index 8777c489cff6..a3795812e78e 100644 --- a/src/CognitiveServices/CognitiveServices/CognitiveServices.csproj +++ b/src/CognitiveServices/CognitiveServices/CognitiveServices.csproj @@ -14,10 +14,4 @@ - - - True - - - \ No newline at end of file diff --git a/src/CognitiveServices/CognitiveServices/CognitiveServicesAccount/NewAzureCognitiveServicesAccount.cs b/src/CognitiveServices/CognitiveServices/CognitiveServicesAccount/NewAzureCognitiveServicesAccount.cs index 452fc7c975ae..93d0f805d0e2 100644 --- a/src/CognitiveServices/CognitiveServices/CognitiveServicesAccount/NewAzureCognitiveServicesAccount.cs +++ b/src/CognitiveServices/CognitiveServices/CognitiveServicesAccount/NewAzureCognitiveServicesAccount.cs @@ -245,24 +245,6 @@ public override void ExecuteCmdlet() } } } - - if (Type.Equals("Face", StringComparison.InvariantCultureIgnoreCase)) - { - if (Force.IsPresent) - { - WriteWarning(Resources.NewAccount_LegalTerm_NotPolice); - } - else - { - bool yesToAll = false, noToAll = false; - if (!ShouldContinue(Resources.NewAccount_LegalTerm_NotPolice, "Notice", true, ref yesToAll, ref noToAll)) - { - return; - } - } - } - - try { CognitiveServicesAccount createAccountResponse = CognitiveServicesClient.Accounts.Create( diff --git a/src/CognitiveServices/CognitiveServices/Properties/Resources.Designer.cs b/src/CognitiveServices/CognitiveServices/Properties/Resources.Designer.cs index 9cd6a1a18cd5..96221fd3282d 100644 --- a/src/CognitiveServices/CognitiveServices/Properties/Resources.Designer.cs +++ b/src/CognitiveServices/CognitiveServices/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace Microsoft.Azure.Commands.Management.CognitiveServices.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { @@ -61,16 +61,7 @@ internal Resources() { } /// - /// Looks up a localized string similar to I certify that use of this service is not by or for a police department in the United States.. - /// - internal static string NewAccount_LegalTerm_NotPolice { - get { - return ResourceManager.GetString("NewAccount_LegalTerm_NotPolice", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Microsoft will use data you send to Bing Search Services to improve Microsoft products and services. Where you send personal data to these Cognitive Services, you are responsible for obtaining sufficient consent from the data subjects. The General Privacy and Security Terms in the Online Services Terms do not apply to these Cognitive Services. Please refer to the Microsoft Cognitive Services section in the Online Services Terms (https://www.microsoft.com/en-us/Licensing/product-licensing/products.aspx) for [rest of string was truncated]";. + /// Looks up a localized string similar to Microsoft will use data you send to Bing Search Services or the Translator Speech API to improve Microsoft products and services. Where you send personal data to these Cognitive Services, you are responsible for obtaining sufficient consent from the data subjects. The General Privacy and Security Terms in the Online Services Terms do not apply to these Cognitive Services. Please refer to the Microsoft Cognitive Services section in the Online Services Terms (https://www.microsoft.com/en-us/Licensing/product- [rest of string was truncated]";. /// internal static string NewAccount_Notice { get { diff --git a/src/CognitiveServices/CognitiveServices/Properties/Resources.resx b/src/CognitiveServices/CognitiveServices/Properties/Resources.resx index 72c8cadbe9fa..7fcd0d82e10d 100644 --- a/src/CognitiveServices/CognitiveServices/Properties/Resources.resx +++ b/src/CognitiveServices/CognitiveServices/Properties/Resources.resx @@ -120,9 +120,6 @@ Regenerating Key {0} for account {1}. - - I certify that use of this service is not by or for a police department in the United States. - Microsoft will use data you send to Bing Search Services to improve Microsoft products and services. Where you send personal data to these Cognitive Services, you are responsible for obtaining sufficient consent from the data subjects. The General Privacy and Security Terms in the Online Services Terms do not apply to these Cognitive Services. Please refer to the Microsoft Cognitive Services section in the Online Services Terms (https://www.microsoft.com/en-us/Licensing/product-licensing/products.aspx) for details. Microsoft offers policy controls that may be used to disable new Cognitive Services deployments (https://docs.microsoft.com/en-us/azure/cognitive-services/cognitive-services-apis-create-account). From 2ab1287302dd78711dc200bf9101547b6339c987 Mon Sep 17 00:00:00 2001 From: Dongwei Wang Date: Wed, 12 Aug 2020 11:19:52 +0800 Subject: [PATCH 02/19] [Synapse] Add Support for SqlPoolsV3 and SqlDatabases (#12600) * Add support for gen3 SqlPools and SqlDatabases using private SDK. * Rename MaxSizeBytes parameter and regenerate help * Add Tests * fix syntax error * Fix dependency issue and exception not match issue * update help docs * add preview documentation * Recorded tests and added json files * Update help doc * Update online link for database cmdlets * Use official SDK bit Co-authored-by: Pavan Kanekal --- .../Synapse.Test/ScenarioTests/Common.ps1 | 9 + .../ScenarioTests/SqlDatabaseTests.cs | 55 + .../ScenarioTests/SqlDatabaseTests.ps1 | 73 + .../ScenarioTests/SqlPoolV3Tests.cs | 55 + .../ScenarioTests/SqlPoolV3Tests.ps1 | 101 + .../ScenarioTests/SynapseTestBase.cs | 10 +- .../TestSynapseSqlDatabase.json | 1073 ++++++++ .../TestSynapseSqlPoolV3.json | 2417 +++++++++++++++++ src/Synapse/Synapse.Test/Synapse.Test.csproj | 2 +- src/Synapse/Synapse/Az.Synapse.psd1 | 6 +- src/Synapse/Synapse/ChangeLog.md | 11 + .../SqlDatabase/GetAzureSynapseSqlDatabase.cs | 78 + .../SqlDatabase/NewAzureSynapseSqlDatabase.cs | 112 + .../RemoveAzureSynapseSqlDatabase.cs | 102 + .../TestAzureSynapseSqlDatabase.cs | 54 + .../UpdateAzureSynapseSqlDatabase.cs | 159 ++ .../SqlPool/GetAzureSynapseSqlPool.cs | 30 +- .../SqlPool/NewAzureSynapseSqlPool.cs | 148 +- .../SqlPool/RemoveAzureSynapseSqlPool.cs | 14 +- .../SqlPool/TestAzureSynapseSqlPool.cs | 13 +- .../SqlPool/UpdateAzureSynapseSqlPool.cs | 135 +- src/Synapse/Synapse/Common/HelpMessages.cs | 10 + .../Synapse/Models/PSSynapseSqlDatabase.cs | 30 + .../Synapse/Models/PSSynapseSqlPoolV3.cs | 55 + src/Synapse/Synapse/Models/PSSystemData.cs | 50 + .../SynapseAnalyticsManagementClient.cs | 234 ++ .../Synapse/Models/SynapseConstants.cs | 2 + .../Synapse/Properties/Resources.Designer.cs | 45 + src/Synapse/Synapse/Properties/Resources.resx | 15 + src/Synapse/Synapse/Synapse.csproj | 2 +- src/Synapse/Synapse/help/Az.Synapse.md | 15 + .../Synapse/help/Get-AzSynapseSqlDatabase.md | 172 ++ .../Synapse/help/Get-AzSynapseSqlPool.md | 23 +- .../Synapse/help/New-AzSynapseSqlDatabase.md | 224 ++ .../Synapse/help/New-AzSynapseSqlPool.md | 66 +- .../help/Remove-AzSynapseSqlDatabase.md | 261 ++ .../Synapse/help/Remove-AzSynapseSqlPool.md | 29 +- .../Synapse/help/Test-AzSynapseSqlDatabase.md | 129 + .../Synapse/help/Test-AzSynapseSqlPool.md | 19 +- .../help/Update-AzSynapseSqlDatabase.md | 267 ++ .../Synapse/help/Update-AzSynapseSqlPool.md | 62 +- 41 files changed, 6204 insertions(+), 163 deletions(-) create mode 100644 src/Synapse/Synapse.Test/ScenarioTests/SqlDatabaseTests.cs create mode 100644 src/Synapse/Synapse.Test/ScenarioTests/SqlDatabaseTests.ps1 create mode 100644 src/Synapse/Synapse.Test/ScenarioTests/SqlPoolV3Tests.cs create mode 100644 src/Synapse/Synapse.Test/ScenarioTests/SqlPoolV3Tests.ps1 create mode 100644 src/Synapse/Synapse.Test/SessionRecords/Microsoft.Azure.Commands.Synapse.Test.ScenarioTests.SqlDatabaseTests/TestSynapseSqlDatabase.json create mode 100644 src/Synapse/Synapse.Test/SessionRecords/Microsoft.Azure.Commands.Synapse.Test.ScenarioTests.SqlPoolV3Tests/TestSynapseSqlPoolV3.json create mode 100644 src/Synapse/Synapse/Commands/ManagementCommands/SqlDatabase/GetAzureSynapseSqlDatabase.cs create mode 100644 src/Synapse/Synapse/Commands/ManagementCommands/SqlDatabase/NewAzureSynapseSqlDatabase.cs create mode 100644 src/Synapse/Synapse/Commands/ManagementCommands/SqlDatabase/RemoveAzureSynapseSqlDatabase.cs create mode 100644 src/Synapse/Synapse/Commands/ManagementCommands/SqlDatabase/TestAzureSynapseSqlDatabase.cs create mode 100644 src/Synapse/Synapse/Commands/ManagementCommands/SqlDatabase/UpdateAzureSynapseSqlDatabase.cs create mode 100644 src/Synapse/Synapse/Models/PSSynapseSqlDatabase.cs create mode 100644 src/Synapse/Synapse/Models/PSSynapseSqlPoolV3.cs create mode 100644 src/Synapse/Synapse/Models/PSSystemData.cs create mode 100644 src/Synapse/Synapse/help/Get-AzSynapseSqlDatabase.md create mode 100644 src/Synapse/Synapse/help/New-AzSynapseSqlDatabase.md create mode 100644 src/Synapse/Synapse/help/Remove-AzSynapseSqlDatabase.md create mode 100644 src/Synapse/Synapse/help/Test-AzSynapseSqlDatabase.md create mode 100644 src/Synapse/Synapse/help/Update-AzSynapseSqlDatabase.md diff --git a/src/Synapse/Synapse.Test/ScenarioTests/Common.ps1 b/src/Synapse/Synapse.Test/ScenarioTests/Common.ps1 index c517041fe43f..06fd52d6195a 100644 --- a/src/Synapse/Synapse.Test/ScenarioTests/Common.ps1 +++ b/src/Synapse/Synapse.Test/ScenarioTests/Common.ps1 @@ -39,6 +39,15 @@ function Get-SynapseSqlPoolName return getAssetName } +<# +.SYNOPSIS +Gets a Synapse Analytics SQL database name to use for testing +#> +function Get-SynapseSqlDatabaseName +{ + return getAssetName +} + <# .SYNOPSIS Gets a DataLake Analytics storage name to use for testing diff --git a/src/Synapse/Synapse.Test/ScenarioTests/SqlDatabaseTests.cs b/src/Synapse/Synapse.Test/ScenarioTests/SqlDatabaseTests.cs new file mode 100644 index 000000000000..ff1907c57ece --- /dev/null +++ b/src/Synapse/Synapse.Test/ScenarioTests/SqlDatabaseTests.cs @@ -0,0 +1,55 @@ +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +namespace Microsoft.Azure.Commands.Synapse.Test.ScenarioTests +{ + using Microsoft.WindowsAzure.Commands.ScenarioTest; + using ServiceManagement.Common.Models; + using Xunit; + + public class SqlDatabaseTests : SynapseTestBase + { + public XunitTracingInterceptor _logger; + + public SqlDatabaseTests(Xunit.Abstractions.ITestOutputHelper output) + { + _logger = new XunitTracingInterceptor(output); + XunitTracingInterceptor.AddToContext(_logger); + } + + [Fact] + [Trait(Category.AcceptanceType, Category.CheckIn)] + public void TestSynapseSqlDatabase() + { + string testResourceGroupName = SynapseTestBase.TestResourceGroupName; + if (string.IsNullOrEmpty(testResourceGroupName)) + { + testResourceGroupName = nameof(TestResourceGroupName); + } + + string testWorkspaceName = SynapseTestBase.TestWorkspaceName; + if (string.IsNullOrEmpty(testWorkspaceName)) + { + testWorkspaceName = nameof(TestWorkspaceName); + } + + SynapseTestBase.NewInstance.RunPsTest( + _logger, + string.Format( + "Test-SynapseSqlDatabase -resourceGroupName '{0}' -workspaceName '{1}'", + testResourceGroupName, + testWorkspaceName)); + } + } +} diff --git a/src/Synapse/Synapse.Test/ScenarioTests/SqlDatabaseTests.ps1 b/src/Synapse/Synapse.Test/ScenarioTests/SqlDatabaseTests.ps1 new file mode 100644 index 000000000000..1e8391d1a18e --- /dev/null +++ b/src/Synapse/Synapse.Test/ScenarioTests/SqlDatabaseTests.ps1 @@ -0,0 +1,73 @@ +<# +.SYNOPSIS +Tests Synapse SqlDatabase Lifecycle (Create, Update, Get, List, Delete). +#> +function Test-SynapseSqlDatabase +{ + param + ( + $resourceGroupName = (Get-ResourceGroupName), + $workspaceName = (Get-SynapseWorkspaceName), + $SqlDatabaseName = (Get-SynapseSqlDatabaseName) + ) + + try + { + $resourceGroupName = [Microsoft.Azure.Test.HttpRecorder.HttpMockServer]::GetVariable("resourceGroupName", $resourceGroupName) + $workspaceName = [Microsoft.Azure.Test.HttpRecorder.HttpMockServer]::GetVariable("workspaceName", $workspaceName) + $workspace = Get-AzSynapseWorkspace -resourceGroupName $resourceGroupName -Name $workspaceName + $location = $workspace.Location + + # Test to make sure the SqlDatabase doesn't exist + Assert-False {Test-AzSynapseSqlDatabase -ResourceGroupName $resourceGroupName -WorkspaceName $workspaceName -Name $SqlDatabaseName} + + $SqlDatabaseCreated = New-AzSynapseSqlDatabase -ResourceGroupName $resourceGroupName -WorkspaceName $workspaceName -Name $SqlDatabaseName + + Assert-AreEqual $SqlDatabaseName $SqlDatabaseCreated.Name + Assert-AreEqual $location $SqlDatabaseCreated.Location + Assert-AreEqual "Microsoft.Synapse/Workspaces/SqlDatabases" $SqlDatabaseCreated.Type + Assert-True {$SqlDatabaseCreated.Id -like "*$resourceGroupName*"} + + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(180000) + [array]$SqlDatabaseGet = Get-AzSynapseSqlDatabase -ResourceGroupName $resourceGroupName -WorkspaceName $workspaceName -Name $SqlDatabaseName + Assert-AreEqual $SqlDatabaseName $SqlDatabaseGet[0].Name + Assert-AreEqual $location $SqlDatabaseGet[0].Location + Assert-AreEqual "Microsoft.Synapse/Workspaces/SqlDatabases" $SqlDatabaseGet[0].Type + Assert-True {$SqlDatabaseCreated.Id -like "*$resourceGroupName*"} + + # Test to make sure the SqlDatabase does exist now + Assert-True {Test-AzSynapseSqlDatabase -ResourceGroupName $resourceGroupName -WorkspaceName $workspaceName -Name $SqlDatabaseName} + + # List all SqlDatabases in workspace + [array]$SqlDatabasesInWorkspace = Get-AzSynapseSqlDatabase -resourceGroupName $resourceGroupName -WorkspaceName $workspaceName + Assert-True {$SqlDatabasesInWorkspace.Count -ge 1} + + $found = 0 + for ($i = 0; $i -lt $SqlDatabasesInWorkspace.Count; $i++) + { + if ($SqlDatabasesInWorkspace[$i].Name -eq $SqlDatabaseName) + { + $found = 1 + Assert-AreEqual $location $SqlDatabasesInWorkspace[$i].Location + Assert-AreEqual "Microsoft.Synapse/workspaces/SqlDatabases" $SqlDatabasesInWorkspace[$i].Type + Assert-True {$SqlDatabasesInWorkspace[$i].Id -like "*$resourceGroupName*"} + break + } + } + + Assert-True {$found -eq 1} "SqlDatabase created earlier is not found when listing all in resource group: $resourceGroupName." + + # Delete SqlDatabase + Assert-True {Remove-AzSynapseSqlDatabase -ResourceGroupName $resourceGroupName -WorkspaceName $workspaceName -Name $SqlDatabaseName -PassThru} "Remove SqlDatabase failed." + + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(180000) + + # Verify that it is gone by trying to get it again + Assert-Throws {Get-AzSynapseSqlDatabase -ResourceGroupName $resourceGroupName -WorkspaceName $workspaceName -Name $SqlDatabaseName} + } + finally + { + # cleanup the SQL pool that was used in case it still exists. This is a best effort task, we ignore failures here. + Invoke-HandledCmdlet -Command {Remove-AzSynapseSqlDatabase -ResourceGroupName $resourceGroupName -WorkspaceName $workspaceName -Name $SqlDatabaseName -ErrorAction SilentlyContinue} -IgnoreFailures + } +} diff --git a/src/Synapse/Synapse.Test/ScenarioTests/SqlPoolV3Tests.cs b/src/Synapse/Synapse.Test/ScenarioTests/SqlPoolV3Tests.cs new file mode 100644 index 000000000000..94f4358e908d --- /dev/null +++ b/src/Synapse/Synapse.Test/ScenarioTests/SqlPoolV3Tests.cs @@ -0,0 +1,55 @@ +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +namespace Microsoft.Azure.Commands.Synapse.Test.ScenarioTests +{ + using Microsoft.WindowsAzure.Commands.ScenarioTest; + using ServiceManagement.Common.Models; + using Xunit; + + public class SqlPoolV3Tests : SynapseTestBase + { + public XunitTracingInterceptor _logger; + + public SqlPoolV3Tests(Xunit.Abstractions.ITestOutputHelper output) + { + _logger = new XunitTracingInterceptor(output); + XunitTracingInterceptor.AddToContext(_logger); + } + + [Fact] + [Trait(Category.AcceptanceType, Category.CheckIn)] + public void TestSynapseSqlPoolV3() + { + string testResourceGroupName = SynapseTestBase.TestResourceGroupName; + if (string.IsNullOrEmpty(testResourceGroupName)) + { + testResourceGroupName = nameof(TestResourceGroupName); + } + + string testWorkspaceName = SynapseTestBase.TestWorkspaceName; + if (string.IsNullOrEmpty(testWorkspaceName)) + { + testWorkspaceName = nameof(TestWorkspaceName); + } + + SynapseTestBase.NewInstance.RunPsTest( + _logger, + string.Format( + "Test-SynapseSqlPoolV3 -resourceGroupName '{0}' -workspaceName '{1}'", + testResourceGroupName, + testWorkspaceName)); + } + } +} diff --git a/src/Synapse/Synapse.Test/ScenarioTests/SqlPoolV3Tests.ps1 b/src/Synapse/Synapse.Test/ScenarioTests/SqlPoolV3Tests.ps1 new file mode 100644 index 000000000000..329d18d06010 --- /dev/null +++ b/src/Synapse/Synapse.Test/ScenarioTests/SqlPoolV3Tests.ps1 @@ -0,0 +1,101 @@ +<# +.SYNOPSIS +Tests Synapse SqlPool Lifecycle (Create, Update, Get, List, Delete). +#> +function Test-SynapseSqlPoolV3 +{ + param + ( + $resourceGroupName = (Get-ResourceGroupName), + $workspaceName = (Get-SynapseWorkspaceName), + $sqlPoolName = (Get-SynapseSqlPoolName), + $sqlPoolPerformanceLevel = 'DW500f' + ) + + try + { + $resourceGroupName = [Microsoft.Azure.Test.HttpRecorder.HttpMockServer]::GetVariable("resourceGroupName", $resourceGroupName) + $workspaceName = [Microsoft.Azure.Test.HttpRecorder.HttpMockServer]::GetVariable("workspaceName", $workspaceName) + $workspace = Get-AzSynapseWorkspace -resourceGroupName $resourceGroupName -Name $workspaceName + $location = $workspace.Location + + # Test to make sure the SqlPool doesn't exist + Assert-False {Test-AzSynapseSqlPool -ResourceGroupName $resourceGroupName -WorkspaceName $workspaceName -Name $sqlPoolName -Version 3} + + $sqlPoolCreated = New-AzSynapseSqlPool -ResourceGroupName $resourceGroupName -WorkspaceName $workspaceName -Name $sqlPoolName -PerformanceLevel $sqlPoolPerformanceLevel -Version 3 + + Assert-AreEqual $sqlPoolName $sqlPoolCreated.Name + Assert-AreEqual $location $sqlPoolCreated.Location + Assert-AreEqual "Microsoft.Synapse/Workspaces/sqlPools" $sqlPoolCreated.Type + Assert-True {$sqlPoolCreated.Id -like "*$resourceGroupName*"} + + # In loop to check if SQL pool exists + for ($i = 0; $i -le 60; $i++) + { + [array]$sqlPoolGet = Get-AzSynapseSqlPool -ResourceGroupName $resourceGroupName -WorkspaceName $workspaceName -Name $sqlPoolName -Version 3 + if ($sqlPoolGet[0].Status -like "Online") + { + Assert-AreEqual $sqlPoolName $sqlPoolGet[0].Name + Assert-AreEqual $location $sqlPoolGet[0].Location + Assert-AreEqual "Microsoft.Synapse/Workspaces/sqlPools" $sqlPoolGet[0].Type + Assert-True {$sqlPoolCreated.Id -like "*$resourceGroupName*"} + break + } + + Write-Host "SqlPool not yet provisioned. current state: $($sqlPoolGet[0].Status)" + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(30000) + Assert-False {$i -eq 60} "Synapse SqlPool is not in succeeded state even after 30 min." + } + + # Test to make sure the SqlPool does exist now + Assert-True {Test-AzSynapseSqlPool -ResourceGroupName $resourceGroupName -WorkspaceName $workspaceName -Name $sqlPoolName -Version 3} + + # Updating SqlPool + $newPerformanceLevel = 'DW1000f' + Update-AzSynapseSqlPool -ResourceGroupName $resourceGroupName -WorkspaceName $workspaceName -Name $sqlPoolName -Version 3 -PerformanceLevel $newPerformanceLevel + + # Wait for 3 minutes for the update completion + # Without this, the test will pass non-deterministically + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(180000) + $sqlPoolUpdated = Get-AzSynapseSqlPool -ResourceGroupName $resourceGroupName -WorkspaceName $workspaceName -Name $sqlPoolName -Version 3 + + Assert-AreEqual $sqlPoolName $sqlPoolUpdated.Name + Assert-AreEqual $location $sqlPoolUpdated.Location + Assert-AreEqual "Microsoft.Synapse/workspaces/sqlPools" $sqlPoolUpdated.Type + Assert-True {$sqlPoolUpdated.Id -like "*$resourceGroupName*"} + + Assert-NotNull $sqlPoolUpdated.Sku.Name "Sku does not exist" + Assert-AreEqual $newPerformanceLevel $sqlPoolUpdated.Sku.Name + + # List all SqlPools in workspace + [array]$sqlPoolsInWorkspace = Get-AzSynapseSqlPool -resourceGroupName $resourceGroupName -WorkspaceName $workspaceName -Version 3 + Assert-True {$sqlPoolsInWorkspace.Count -ge 1} + + $found = 0 + for ($i = 0; $i -lt $sqlPoolsInWorkspace.Count; $i++) + { + if ($sqlPoolsInWorkspace[$i].Name -eq $sqlPoolName) + { + $found = 1 + Assert-AreEqual $location $sqlPoolsInWorkspace[$i].Location + Assert-AreEqual "Microsoft.Synapse/workspaces/sqlPools" $sqlPoolsInWorkspace[$i].Type + Assert-True {$sqlPoolsInWorkspace[$i].Id -like "*$resourceGroupName*"} + break + } + } + Assert-True {$found -eq 1} "SqlPool created earlier is not found when listing all in resource group: $resourceGroupName." + + # Delete SqlPool + Assert-True {Remove-AzSynapseSqlPool -ResourceGroupName $resourceGroupName -WorkspaceName $workspaceName -Name $sqlPoolName -Version 3 -PassThru} "Remove SqlPool failed." + + [Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestUtilities]::Wait(180000) + + # Verify that it is gone by trying to get it again + Assert-Throws {Get-AzSynapseSqlPool -ResourceGroupName $resourceGroupName -WorkspaceName $workspaceName -Name $sqlPoolName -Version 3} + } + finally + { + # cleanup the SQL pool that was used in case it still exists. This is a best effort task, we ignore failures here. + Invoke-HandledCmdlet -Command {Remove-AzSynapseSqlPool -ResourceGroupName $resourceGroupName -WorkspaceName $workspaceName -Name $sqlPoolName -Version 3 -ErrorAction SilentlyContinue} -IgnoreFailures + } +} diff --git a/src/Synapse/Synapse.Test/ScenarioTests/SynapseTestBase.cs b/src/Synapse/Synapse.Test/ScenarioTests/SynapseTestBase.cs index a758209ab9a3..72d53ae30120 100644 --- a/src/Synapse/Synapse.Test/ScenarioTests/SynapseTestBase.cs +++ b/src/Synapse/Synapse.Test/ScenarioTests/SynapseTestBase.cs @@ -44,6 +44,8 @@ public class SynapseTestBase : RMTestBase public SynapseManagementClient SynapseManagementClient { get; private set; } + public SynapseSqlV3ManagementClient SynapseSqlV3ManagementClient { get; private set; } + public SynapseClient SynapseClient { get; private set; } public StorageManagementClient StorageManagementClient { get; private set; } @@ -106,7 +108,6 @@ public void RunPsTestWorkflow( "ScenarioTests\\Common.ps1", "ScenarioTests\\" + callingClassName + ".ps1", _helper.RMProfileModule, - //"AzureRM.Storage.ps1", _helper.GetRMModulePath(@"Az.Synapse.psd1"), "AzureRM.Resources.ps1", _helper.GetRMModulePath(@"Az.Storage.psd1")); @@ -128,11 +129,13 @@ public void RunPsTestWorkflow( protected void SetupManagementClients(MockContext context) { SynapseManagementClient = GetSynapseManagementClient(context); + SynapseSqlV3ManagementClient = GetSynapseSqlV3ManagementClient(context); SynapseClient = GetSynapseClient(context); StorageManagementClient = GetStorageManagementClient(context); NewResourceManagementClient = GetResourceManagementClient(context); _helper.SetupManagementClients( SynapseManagementClient, + SynapseSqlV3ManagementClient, SynapseClient, StorageManagementClient, NewResourceManagementClient @@ -167,6 +170,11 @@ protected static SynapseManagementClient GetSynapseManagementClient(MockContext return context.GetServiceClient(TestEnvironmentFactory.GetTestEnvironment()); } + protected static SynapseSqlV3ManagementClient GetSynapseSqlV3ManagementClient(MockContext context) + { + return context.GetServiceClient(TestEnvironmentFactory.GetTestEnvironment()); + } + protected static SynapseClient GetSynapseClient(MockContext context) { string environmentConnectionString = Environment.GetEnvironmentVariable("TEST_CSM_ORGID_AUTHENTICATION"); diff --git a/src/Synapse/Synapse.Test/SessionRecords/Microsoft.Azure.Commands.Synapse.Test.ScenarioTests.SqlDatabaseTests/TestSynapseSqlDatabase.json b/src/Synapse/Synapse.Test/SessionRecords/Microsoft.Azure.Commands.Synapse.Test.ScenarioTests.SqlDatabaseTests/TestSynapseSqlDatabase.json new file mode 100644 index 000000000000..9219f75aa918 --- /dev/null +++ b/src/Synapse/Synapse.Test/SessionRecords/Microsoft.Azure.Commands.Synapse.Test.ScenarioTests.SqlDatabaseTests/TestSynapseSqlDatabase.json @@ -0,0 +1,1073 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9d6d37ba-1f53-4068-bbf3-45e07ce04cb3" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "86082b05-bd68-4d1f-8095-8e8eba1518b3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "1427fa40-6484-447d-af95-66e4aec40904" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174021Z:1427fa40-6484-447d-af95-66e4aec40904" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:40:20 GMT" + ], + "Content-Length": [ + "1086" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"pkanekalws\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"9df6a22b-e965-4a48-8285-a81155127a7a\",\r\n \"tenantId\": \"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f086dc8c7-04c8-4b81-8993-892d648babe3%2fresourceGroups%2fpkanekalrg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fpkanekalws\",\r\n \"sql\": \"pkanekalws.sql.azuresynapse.net\",\r\n \"dev\": \"https://pkanekalws.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"pkanekalws-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"workspacemanagedrg-aef91a3c-b3ab-48ce-b6eb-231a764eaf83\",\r\n \"defaultDataLakeStorage\": {\r\n \"accountUrl\": \"https://pkadls.dfs.core.windows.net\",\r\n \"filesystem\": \"pkfs\"\r\n },\r\n \"sqlAdministratorLogin\": \"sqladminuser\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"0b9eed9e-06f6-44de-a8a1-baaf70cfe141\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c52d2418-5bae-409f-9fcf-f7e5262f4fb6" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "68a57982-fa7c-434d-ab8f-52b16d428642" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "f381a78a-27db-4cb1-8ff4-ad449714fe0e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174021Z:f381a78a-27db-4cb1-8ff4-ad449714fe0e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:40:21 GMT" + ], + "Content-Length": [ + "1086" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"pkanekalws\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"9df6a22b-e965-4a48-8285-a81155127a7a\",\r\n \"tenantId\": \"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f086dc8c7-04c8-4b81-8993-892d648babe3%2fresourceGroups%2fpkanekalrg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fpkanekalws\",\r\n \"sql\": \"pkanekalws.sql.azuresynapse.net\",\r\n \"dev\": \"https://pkanekalws.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"pkanekalws-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"workspacemanagedrg-aef91a3c-b3ab-48ce-b6eb-231a764eaf83\",\r\n \"defaultDataLakeStorage\": {\r\n \"accountUrl\": \"https://pkadls.dfs.core.windows.net\",\r\n \"filesystem\": \"pkfs\"\r\n },\r\n \"sqlAdministratorLogin\": \"sqladminuser\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"0b9eed9e-06f6-44de-a8a1-baaf70cfe141\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlDatabases/ps633?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cy9zcWxEYXRhYmFzZXMvcHM2MzM/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "63175c05-43aa-46b2-8874-5836fb0499f7" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "f83a6f68-9c7a-471f-868a-052e81c9f4ec" + ], + "x-ms-correlation-request-id": [ + "f83a6f68-9c7a-471f-868a-052e81c9f4ec" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174021Z:f83a6f68-9c7a-471f-868a-052e81c9f4ec" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:40:21 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "240" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Synapse/workspaces/pkanekalws/sqlDatabases/ps633' under resource group 'pkanekalrg' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlDatabases/ps633?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cy9zcWxEYXRhYmFzZXMvcHM2MzM/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e4646445-4989-4d61-9ee9-7a5b438edbb6" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "8dfaac7c-c751-4754-b8c1-55cbf7eacc1e" + ], + "x-ms-correlation-request-id": [ + "8dfaac7c-c751-4754-b8c1-55cbf7eacc1e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174022Z:8dfaac7c-c751-4754-b8c1-55cbf7eacc1e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:40:21 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "240" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Synapse/workspaces/pkanekalws/sqlDatabases/ps633' under resource group 'pkanekalrg' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlDatabases/ps633?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cy9zcWxEYXRhYmFzZXMvcHM2MzM/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "363483f2-b5bb-4aec-b366-9ca4c7838f27" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "015a1354-c435-415f-975f-5d2099ba9f72" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174040Z:015a1354-c435-415f-975f-5d2099ba9f72" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:40:40 GMT" + ], + "Content-Length": [ + "582" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"systemData\": {\r\n \"createdBy\": \"string\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2020-08-06T17:40:25.023Z\",\r\n \"lastModifiedBy\": \"string\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2020-08-06T17:40:25.023Z\"\r\n },\r\n \"properties\": {\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"maxSizeBytes\": 268435456000,\r\n \"databaseGuid\": \"c82257f0-adde-4348-9479-91aad2b81d41\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"id\": \"/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlDatabases/ps633\",\r\n \"name\": \"ps633\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlDatabases\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlDatabases/ps633?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cy9zcWxEYXRhYmFzZXMvcHM2MzM/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "02c56f82-4fff-4ffa-b687-bd229e92e55b" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "18c50f98-6837-4f77-a740-2adf946339af" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "c4edaec2-ab32-424e-884b-6e03ebf00b4f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174341Z:c4edaec2-ab32-424e-884b-6e03ebf00b4f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:43:40 GMT" + ], + "Content-Length": [ + "582" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"systemData\": {\r\n \"createdBy\": \"string\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2020-08-06T17:40:25.023Z\",\r\n \"lastModifiedBy\": \"string\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2020-08-06T17:40:25.023Z\"\r\n },\r\n \"properties\": {\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"maxSizeBytes\": 268435456000,\r\n \"databaseGuid\": \"c82257f0-adde-4348-9479-91aad2b81d41\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"id\": \"/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlDatabases/ps633\",\r\n \"name\": \"ps633\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlDatabases\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlDatabases/ps633?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cy9zcWxEYXRhYmFzZXMvcHM2MzM/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4637d834-a475-48f9-8afb-0a574dc8980c" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9e5bb1c4-6bb2-41ed-b39a-2c617746f788" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "6ce146a5-6080-4ed7-a4f4-3003cfeb5efc" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174341Z:6ce146a5-6080-4ed7-a4f4-3003cfeb5efc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:43:41 GMT" + ], + "Content-Length": [ + "582" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"systemData\": {\r\n \"createdBy\": \"string\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2020-08-06T17:40:25.023Z\",\r\n \"lastModifiedBy\": \"string\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2020-08-06T17:40:25.023Z\"\r\n },\r\n \"properties\": {\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"maxSizeBytes\": 268435456000,\r\n \"databaseGuid\": \"c82257f0-adde-4348-9479-91aad2b81d41\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"id\": \"/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlDatabases/ps633\",\r\n \"name\": \"ps633\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlDatabases\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlDatabases/ps633?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cy9zcWxEYXRhYmFzZXMvcHM2MzM/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2e79a545-546a-4b44-bfa5-2465a05ab7c1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "64b35677-2925-45c3-ace2-ab9c96057202" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "2bd65b42-9285-40f4-a10a-fb9bb5ce37b7" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174341Z:2bd65b42-9285-40f4-a10a-fb9bb5ce37b7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:43:41 GMT" + ], + "Content-Length": [ + "582" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"systemData\": {\r\n \"createdBy\": \"string\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2020-08-06T17:40:25.023Z\",\r\n \"lastModifiedBy\": \"string\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2020-08-06T17:40:25.023Z\"\r\n },\r\n \"properties\": {\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"maxSizeBytes\": 268435456000,\r\n \"databaseGuid\": \"c82257f0-adde-4348-9479-91aad2b81d41\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"id\": \"/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlDatabases/ps633\",\r\n \"name\": \"ps633\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlDatabases\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlDatabases/ps633?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cy9zcWxEYXRhYmFzZXMvcHM2MzM/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7a3f8e96-7e00-46ca-9add-de222ebf9b62" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "f7dfb490-fa53-4e38-be99-a89196a646f8" + ], + "x-ms-correlation-request-id": [ + "f7dfb490-fa53-4e38-be99-a89196a646f8" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174715Z:f7dfb490-fa53-4e38-be99-a89196a646f8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:47:15 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "240" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Synapse/workspaces/pkanekalws/sqlDatabases/ps633' under resource group 'pkanekalrg' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlDatabases/ps633?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cy9zcWxEYXRhYmFzZXMvcHM2MzM/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "040e7b05-f5eb-4d63-af62-e0f7d3074264" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "3c39f965-afbf-4e21-8691-b150a9e078ed" + ], + "x-ms-correlation-request-id": [ + "3c39f965-afbf-4e21-8691-b150a9e078ed" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174715Z:3c39f965-afbf-4e21-8691-b150a9e078ed" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:47:15 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "240" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Synapse/workspaces/pkanekalws/sqlDatabases/ps633' under resource group 'pkanekalrg' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlDatabases/ps633?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cy9zcWxEYXRhYmFzZXMvcHM2MzM/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"maxSizeBytes\": 0\r\n },\r\n \"location\": \"eastus2euap\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9654e43d-e29f-42ca-b481-d02e91839e34" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "131" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlDatabaseOperationResults/0a4af54a-efbd-4966-85cb-c2eba7359aa8?api-version=2020-04-01-preview" + ], + "Retry-After": [ + "15" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlDatabaseAzureAsyncOperation/0a4af54a-efbd-4966-85cb-c2eba7359aa8?api-version=2020-04-01-preview" + ], + "x-ms-request-id": [ + "3f2b7400-d4ac-4d6a-af36-0368a0ca94d9" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "5dbc6feb-46d5-403d-b1bb-63e9b65b1188" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174024Z:5dbc6feb-46d5-403d-b1bb-63e9b65b1188" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:40:24 GMT" + ], + "Content-Length": [ + "74" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"operation\": \"CreateDWGen3Database\",\r\n \"startTime\": \"2020-08-06T17:40:24.79Z\"\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlDatabaseAzureAsyncOperation/0a4af54a-efbd-4966-85cb-c2eba7359aa8?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL2xvY2F0aW9ucy9lYXN0dXMyZXVhcC9zcWxEYXRhYmFzZUF6dXJlQXN5bmNPcGVyYXRpb24vMGE0YWY1NGEtZWZiZC00OTY2LTg1Y2ItYzJlYmE3MzU5YWE4P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-request-id": [ + "87ce5f52-7ea5-448e-9d75-191103073d9b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "0d996c16-a275-4ec2-9df3-d8fc4a80dfe6" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174040Z:0d996c16-a275-4ec2-9df3-d8fc4a80dfe6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:40:40 GMT" + ], + "Content-Length": [ + "106" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"0a4af54a-efbd-4966-85cb-c2eba7359aa8\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-08-06T17:40:24.79Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlDatabases?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cy9zcWxEYXRhYmFzZXM/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2204174d-db31-432e-b20c-ed5087279c41" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "381ff317-b6cb-4170-8ac3-8b01bf69c9b7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "24079e62-4656-4040-8288-50d1a0946862" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174341Z:24079e62-4656-4040-8288-50d1a0946862" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:43:41 GMT" + ], + "Content-Length": [ + "594" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"systemData\": {\r\n \"createdBy\": \"string\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2020-08-06T17:40:25.023Z\",\r\n \"lastModifiedBy\": \"string\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2020-08-06T17:40:25.023Z\"\r\n },\r\n \"properties\": {\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"maxSizeBytes\": 268435456000,\r\n \"databaseGuid\": \"c82257f0-adde-4348-9479-91aad2b81d41\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"id\": \"/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlDatabases/ps633\",\r\n \"name\": \"ps633\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlDatabases\"\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlDatabases/ps633?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cy9zcWxEYXRhYmFzZXMvcHM2MzM/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0111fdfc-98b4-4568-b117-5ad4365cf96d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlDatabaseOperationResults/71f5f258-fc58-4c3d-a809-076878156bc3?api-version=2020-04-01-preview" + ], + "Retry-After": [ + "15" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlDatabaseAzureAsyncOperation/71f5f258-fc58-4c3d-a809-076878156bc3?api-version=2020-04-01-preview" + ], + "x-ms-request-id": [ + "71f5f258-fc58-4c3d-a809-076878156bc3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "6435d535-0c36-45ca-ac56-c695188fc4ef" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174345Z:6435d535-0c36-45ca-ac56-c695188fc4ef" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:43:44 GMT" + ], + "Content-Length": [ + "73" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"operation\": \"DropDWGen3Database\",\r\n \"startTime\": \"2020-08-06T17:43:42.187Z\"\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlDatabaseAzureAsyncOperation/71f5f258-fc58-4c3d-a809-076878156bc3?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL2xvY2F0aW9ucy9lYXN0dXMyZXVhcC9zcWxEYXRhYmFzZUF6dXJlQXN5bmNPcGVyYXRpb24vNzFmNWYyNTgtZmM1OC00YzNkLWE4MDktMDc2ODc4MTU2YmMzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-request-id": [ + "4358e6a6-46e3-4219-b0c6-40e02dccb7a2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "b899f854-5228-4688-9bb6-9d24890d30c2" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174400Z:b899f854-5228-4688-9bb6-9d24890d30c2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:44:00 GMT" + ], + "Content-Length": [ + "108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"71f5f258-fc58-4c3d-a809-076878156bc3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-06T17:43:42.187Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlDatabaseAzureAsyncOperation/71f5f258-fc58-4c3d-a809-076878156bc3?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL2xvY2F0aW9ucy9lYXN0dXMyZXVhcC9zcWxEYXRhYmFzZUF6dXJlQXN5bmNPcGVyYXRpb24vNzFmNWYyNTgtZmM1OC00YzNkLWE4MDktMDc2ODc4MTU2YmMzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-request-id": [ + "8250f650-038e-415b-a12e-4c841592b57f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "6008417a-029b-4c36-a606-0aade565dc26" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174415Z:6008417a-029b-4c36-a606-0aade565dc26" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:44:15 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"71f5f258-fc58-4c3d-a809-076878156bc3\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-08-06T17:43:42.187Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlDatabaseOperationResults/71f5f258-fc58-4c3d-a809-076878156bc3?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL2xvY2F0aW9ucy9lYXN0dXMyZXVhcC9zcWxEYXRhYmFzZU9wZXJhdGlvblJlc3VsdHMvNzFmNWYyNTgtZmM1OC00YzNkLWE4MDktMDc2ODc4MTU2YmMzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "7f14a21d-77bb-4d02-9e81-17b5bdca6de6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "f74e59ba-c848-4fa1-9359-82b58bd878b2" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174415Z:f74e59ba-c848-4fa1-9359-82b58bd878b2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:44:15 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + } + ], + "Names": { + "": [ + "ps633" + ] + }, + "Variables": { + "SubscriptionId": "086dc8c7-04c8-4b81-8993-892d648babe3", + "resourceGroupName": "pkanekalrg", + "workspaceName": "pkanekalws" + } +} \ No newline at end of file diff --git a/src/Synapse/Synapse.Test/SessionRecords/Microsoft.Azure.Commands.Synapse.Test.ScenarioTests.SqlPoolV3Tests/TestSynapseSqlPoolV3.json b/src/Synapse/Synapse.Test/SessionRecords/Microsoft.Azure.Commands.Synapse.Test.ScenarioTests.SqlPoolV3Tests/TestSynapseSqlPoolV3.json new file mode 100644 index 000000000000..1635c76967a1 --- /dev/null +++ b/src/Synapse/Synapse.Test/SessionRecords/Microsoft.Azure.Commands.Synapse.Test.ScenarioTests.SqlPoolV3Tests/TestSynapseSqlPoolV3.json @@ -0,0 +1,2417 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "761089c1-ad2e-45e1-9f04-6132c6fbdc99" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "8f09c5ee-2a2e-438a-aa99-9a68cfd85d42" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "7aa5b928-d9be-4ac9-a95b-86e40534c895" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174814Z:7aa5b928-d9be-4ac9-a95b-86e40534c895" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:48:14 GMT" + ], + "Content-Length": [ + "1086" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"pkanekalws\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"9df6a22b-e965-4a48-8285-a81155127a7a\",\r\n \"tenantId\": \"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f086dc8c7-04c8-4b81-8993-892d648babe3%2fresourceGroups%2fpkanekalrg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fpkanekalws\",\r\n \"sql\": \"pkanekalws.sql.azuresynapse.net\",\r\n \"dev\": \"https://pkanekalws.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"pkanekalws-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"workspacemanagedrg-aef91a3c-b3ab-48ce-b6eb-231a764eaf83\",\r\n \"defaultDataLakeStorage\": {\r\n \"accountUrl\": \"https://pkadls.dfs.core.windows.net\",\r\n \"filesystem\": \"pkfs\"\r\n },\r\n \"sqlAdministratorLogin\": \"sqladminuser\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"0b9eed9e-06f6-44de-a8a1-baaf70cfe141\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws?api-version=2019-06-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cz9hcGktdmVyc2lvbj0yMDE5LTA2LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "29769172-d1ea-4328-9bbe-faf7db970308" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "c1d46b99-e316-4aa4-8cec-9efffc1ebc0f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "a09c6a64-1123-47ee-b5de-2dfa3751192f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174815Z:a09c6a64-1123-47ee-b5de-2dfa3751192f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:48:14 GMT" + ], + "Content-Length": [ + "1086" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"pkanekalws\",\r\n \"type\": \"Microsoft.Synapse/workspaces\",\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"9df6a22b-e965-4a48-8285-a81155127a7a\",\r\n \"tenantId\": \"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"connectivityEndpoints\": {\r\n \"web\": \"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f086dc8c7-04c8-4b81-8993-892d648babe3%2fresourceGroups%2fpkanekalrg%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fpkanekalws\",\r\n \"sql\": \"pkanekalws.sql.azuresynapse.net\",\r\n \"dev\": \"https://pkanekalws.dev.azuresynapse.net\",\r\n \"sqlOnDemand\": \"pkanekalws-ondemand.sql.azuresynapse.net\"\r\n },\r\n \"managedResourceGroupName\": \"workspacemanagedrg-aef91a3c-b3ab-48ce-b6eb-231a764eaf83\",\r\n \"defaultDataLakeStorage\": {\r\n \"accountUrl\": \"https://pkadls.dfs.core.windows.net\",\r\n \"filesystem\": \"pkfs\"\r\n },\r\n \"sqlAdministratorLogin\": \"sqladminuser\",\r\n \"privateEndpointConnections\": [],\r\n \"workspaceUID\": \"0b9eed9e-06f6-44de-a8a1-baaf70cfe141\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlPools/ps931?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cy9zcWxQb29scy9wczkzMT9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d7db0c91-ea7e-4749-8669-d37d0be59d93" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "dc823693-7112-4973-b29b-0988de2bb812" + ], + "x-ms-correlation-request-id": [ + "dc823693-7112-4973-b29b-0988de2bb812" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174814Z:dc823693-7112-4973-b29b-0988de2bb812" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:48:14 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "236" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Synapse/workspaces/pkanekalws/sqlPools/ps931' under resource group 'pkanekalrg' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlPools/ps931?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cy9zcWxQb29scy9wczkzMT9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b84b4fb4-b013-428c-9a80-503c86c01336" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "15a25e86-e5d7-4375-b58b-a5f8cd15eeaa" + ], + "x-ms-correlation-request-id": [ + "15a25e86-e5d7-4375-b58b-a5f8cd15eeaa" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174815Z:15a25e86-e5d7-4375-b58b-a5f8cd15eeaa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:48:14 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "236" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Synapse/workspaces/pkanekalws/sqlPools/ps931' under resource group 'pkanekalrg' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlPools/ps931?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cy9zcWxQb29scy9wczkzMT9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "3b070b6c-9328-4660-a581-b8838d1ab4bf" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "fa20950b-a868-403d-9f55-56c85edde330" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174924Z:fa20950b-a868-403d-9f55-56c85edde330" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:49:24 GMT" + ], + "Content-Length": [ + "612" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"DW500f\",\r\n \"tier\": \"Synapse\"\r\n },\r\n \"kind\": \"v3\",\r\n \"systemData\": {\r\n \"createdBy\": \"string\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2020-08-06T17:48:18.697Z\",\r\n \"lastModifiedBy\": \"string\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2020-08-06T17:48:18.697Z\"\r\n },\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"sqlPoolGuid\": \"c3f1dfe0-a7df-4664-a2a7-41fab9804d45\",\r\n \"currentServiceObjectiveName\": \"DW500f\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"id\": \"/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlPools/ps931\",\r\n \"name\": \"ps931\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlPools/ps931?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cy9zcWxQb29scy9wczkzMT9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3d650dc1-4ded-4d33-9055-e21b4a88ef1b" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "4c53eb89-b840-4b6f-9acf-00a6123a2b11" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "daffe220-e38e-4d08-983b-866e90452097" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174925Z:daffe220-e38e-4d08-983b-866e90452097" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:49:24 GMT" + ], + "Content-Length": [ + "612" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"DW500f\",\r\n \"tier\": \"Synapse\"\r\n },\r\n \"kind\": \"v3\",\r\n \"systemData\": {\r\n \"createdBy\": \"string\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2020-08-06T17:48:18.697Z\",\r\n \"lastModifiedBy\": \"string\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2020-08-06T17:48:18.697Z\"\r\n },\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"sqlPoolGuid\": \"c3f1dfe0-a7df-4664-a2a7-41fab9804d45\",\r\n \"currentServiceObjectiveName\": \"DW500f\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"id\": \"/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlPools/ps931\",\r\n \"name\": \"ps931\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlPools/ps931?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cy9zcWxQb29scy9wczkzMT9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5aa6b9ba-9acd-4243-9e98-19e0500892b5" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "56fd06ed-1283-41b7-8c26-f01b2b7b2250" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "78831477-9b36-443a-9b65-595cbfbe2579" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174925Z:78831477-9b36-443a-9b65-595cbfbe2579" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:49:24 GMT" + ], + "Content-Length": [ + "612" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"DW500f\",\r\n \"tier\": \"Synapse\"\r\n },\r\n \"kind\": \"v3\",\r\n \"systemData\": {\r\n \"createdBy\": \"string\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2020-08-06T17:48:18.697Z\",\r\n \"lastModifiedBy\": \"string\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2020-08-06T17:48:18.697Z\"\r\n },\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"sqlPoolGuid\": \"c3f1dfe0-a7df-4664-a2a7-41fab9804d45\",\r\n \"currentServiceObjectiveName\": \"DW500f\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"id\": \"/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlPools/ps931\",\r\n \"name\": \"ps931\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlPools/ps931?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cy9zcWxQb29scy9wczkzMT9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9f6c62e9-ce16-45df-8145-c1fad9ce0651" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "a25b5275-ac42-4477-8b19-96cbdfc99cf7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "824ac148-3a33-426c-90d2-667597b63e43" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174925Z:824ac148-3a33-426c-90d2-667597b63e43" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:49:24 GMT" + ], + "Content-Length": [ + "612" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"DW500f\",\r\n \"tier\": \"Synapse\"\r\n },\r\n \"kind\": \"v3\",\r\n \"systemData\": {\r\n \"createdBy\": \"string\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2020-08-06T17:48:18.697Z\",\r\n \"lastModifiedBy\": \"string\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2020-08-06T17:48:18.697Z\"\r\n },\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"sqlPoolGuid\": \"c3f1dfe0-a7df-4664-a2a7-41fab9804d45\",\r\n \"currentServiceObjectiveName\": \"DW500f\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"id\": \"/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlPools/ps931\",\r\n \"name\": \"ps931\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlPools/ps931?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cy9zcWxQb29scy9wczkzMT9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "7df5762a-b8aa-4474-97d8-84d92e619245" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "5e2be33f-2897-4717-8c68-50899bc2ea08" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174931Z:5e2be33f-2897-4717-8c68-50899bc2ea08" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:49:31 GMT" + ], + "Content-Length": [ + "614" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"DW1000f\",\r\n \"tier\": \"Synapse\"\r\n },\r\n \"kind\": \"v3\",\r\n \"systemData\": {\r\n \"createdBy\": \"string\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2020-08-06T17:48:18.697Z\",\r\n \"lastModifiedBy\": \"string\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2020-08-06T17:48:18.697Z\"\r\n },\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"sqlPoolGuid\": \"c3f1dfe0-a7df-4664-a2a7-41fab9804d45\",\r\n \"currentServiceObjectiveName\": \"DW1000f\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"id\": \"/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlPools/ps931\",\r\n \"name\": \"ps931\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlPools/ps931?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cy9zcWxQb29scy9wczkzMT9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "be90a42d-ec8c-473c-b314-8a9835b72b4c" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "07ec7bf2-40eb-4ba1-af60-744470e7199e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "cf2c7077-490c-4775-bbcf-50a3419632af" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T175232Z:cf2c7077-490c-4775-bbcf-50a3419632af" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:52:31 GMT" + ], + "Content-Length": [ + "614" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"DW1000f\",\r\n \"tier\": \"Synapse\"\r\n },\r\n \"kind\": \"v3\",\r\n \"systemData\": {\r\n \"createdBy\": \"string\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2020-08-06T17:48:18.697Z\",\r\n \"lastModifiedBy\": \"string\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2020-08-06T17:48:18.697Z\"\r\n },\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"sqlPoolGuid\": \"c3f1dfe0-a7df-4664-a2a7-41fab9804d45\",\r\n \"currentServiceObjectiveName\": \"DW1000f\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"id\": \"/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlPools/ps931\",\r\n \"name\": \"ps931\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlPools/ps931?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cy9zcWxQb29scy9wczkzMT9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d43f6a1c-fc4d-40b5-88ba-04fc285e6aad" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "66243c4b-107c-426f-922e-e90b7ea6548b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "722bb098-a8a5-494c-a37e-34c317440aa3" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T175232Z:722bb098-a8a5-494c-a37e-34c317440aa3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:52:32 GMT" + ], + "Content-Length": [ + "614" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"DW1000f\",\r\n \"tier\": \"Synapse\"\r\n },\r\n \"kind\": \"v3\",\r\n \"systemData\": {\r\n \"createdBy\": \"string\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2020-08-06T17:48:18.697Z\",\r\n \"lastModifiedBy\": \"string\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2020-08-06T17:48:18.697Z\"\r\n },\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"sqlPoolGuid\": \"c3f1dfe0-a7df-4664-a2a7-41fab9804d45\",\r\n \"currentServiceObjectiveName\": \"DW1000f\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"id\": \"/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlPools/ps931\",\r\n \"name\": \"ps931\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlPools/ps931?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cy9zcWxQb29scy9wczkzMT9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "decc98fb-17e7-44dd-862a-a5fd7baffc05" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "29ebea00-0443-4fd0-8041-6dfbd263f38b" + ], + "x-ms-correlation-request-id": [ + "29ebea00-0443-4fd0-8041-6dfbd263f38b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T175725Z:29ebea00-0443-4fd0-8041-6dfbd263f38b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:57:24 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "236" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Synapse/workspaces/pkanekalws/sqlPools/ps931' under resource group 'pkanekalrg' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlPools/ps931?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cy9zcWxQb29scy9wczkzMT9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "87ea2af5-ef8f-4084-bea1-7fd7c25bec8f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "ece9b7f5-0739-4a5f-bb6e-3cd74f374c26" + ], + "x-ms-correlation-request-id": [ + "ece9b7f5-0739-4a5f-bb6e-3cd74f374c26" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T175725Z:ece9b7f5-0739-4a5f-bb6e-3cd74f374c26" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:57:25 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "236" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Synapse/workspaces/pkanekalws/sqlPools/ps931' under resource group 'pkanekalrg' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlPools/ps931?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cy9zcWxQb29scy9wczkzMT9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"DW500f\"\r\n },\r\n \"location\": \"eastus2euap\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c3a942dd-bd95-4c11-b4a2-081e1d4e7338" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "73" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlPoolOperationResults/b3f80243-07c8-42b4-b0d0-804c1029d338?api-version=2020-04-01-preview" + ], + "Retry-After": [ + "1" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlPoolAzureAsyncOperation/b3f80243-07c8-42b4-b0d0-804c1029d338?api-version=2020-04-01-preview" + ], + "x-ms-request-id": [ + "b3f80243-07c8-42b4-b0d0-804c1029d338" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "2fac925e-54f9-4200-a21e-731ca7e28601" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174819Z:2fac925e-54f9-4200-a21e-731ca7e28601" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:48:18 GMT" + ], + "Content-Length": [ + "67" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"operation\": \"UpsertVDWPool\",\r\n \"startTime\": \"2020-08-06T17:48:18.54Z\"\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlPoolAzureAsyncOperation/b3f80243-07c8-42b4-b0d0-804c1029d338?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL2xvY2F0aW9ucy9lYXN0dXMyZXVhcC9zcWxQb29sQXp1cmVBc3luY09wZXJhdGlvbi9iM2Y4MDI0My0wN2M4LTQyYjQtYjBkMC04MDRjMTAyOWQzMzg/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "1" + ], + "x-ms-request-id": [ + "b7cca16f-be53-42e2-94b9-ca8f19f83707" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "5237a207-057c-4e7c-90c9-2db8e2729087" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174820Z:5237a207-057c-4e7c-90c9-2db8e2729087" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:48:20 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"b3f80243-07c8-42b4-b0d0-804c1029d338\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-06T17:48:18.54Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlPoolAzureAsyncOperation/b3f80243-07c8-42b4-b0d0-804c1029d338?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL2xvY2F0aW9ucy9lYXN0dXMyZXVhcC9zcWxQb29sQXp1cmVBc3luY09wZXJhdGlvbi9iM2Y4MDI0My0wN2M4LTQyYjQtYjBkMC04MDRjMTAyOWQzMzg/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "1" + ], + "x-ms-request-id": [ + "10e90440-0976-45ca-a942-da26268083f0" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "7cfe6bc4-5caf-4dd9-9bee-ebf14bc27425" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174822Z:7cfe6bc4-5caf-4dd9-9bee-ebf14bc27425" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:48:21 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"b3f80243-07c8-42b4-b0d0-804c1029d338\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-06T17:48:18.54Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlPoolAzureAsyncOperation/b3f80243-07c8-42b4-b0d0-804c1029d338?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL2xvY2F0aW9ucy9lYXN0dXMyZXVhcC9zcWxQb29sQXp1cmVBc3luY09wZXJhdGlvbi9iM2Y4MDI0My0wN2M4LTQyYjQtYjBkMC04MDRjMTAyOWQzMzg/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "1" + ], + "x-ms-request-id": [ + "415d682a-bc10-42e6-8309-f827b408377d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "a4627cae-5b61-4d11-a3e6-56462d061efb" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174823Z:a4627cae-5b61-4d11-a3e6-56462d061efb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:48:22 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"b3f80243-07c8-42b4-b0d0-804c1029d338\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-06T17:48:18.54Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlPoolAzureAsyncOperation/b3f80243-07c8-42b4-b0d0-804c1029d338?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL2xvY2F0aW9ucy9lYXN0dXMyZXVhcC9zcWxQb29sQXp1cmVBc3luY09wZXJhdGlvbi9iM2Y4MDI0My0wN2M4LTQyYjQtYjBkMC04MDRjMTAyOWQzMzg/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "20" + ], + "x-ms-request-id": [ + "4889c4cf-d5ac-49de-b1cd-0ba7edfbfd75" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "02eae113-9ceb-4b91-8982-efe125b6ac5b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174824Z:02eae113-9ceb-4b91-8982-efe125b6ac5b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:48:23 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"b3f80243-07c8-42b4-b0d0-804c1029d338\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-06T17:48:18.54Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlPoolAzureAsyncOperation/b3f80243-07c8-42b4-b0d0-804c1029d338?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL2xvY2F0aW9ucy9lYXN0dXMyZXVhcC9zcWxQb29sQXp1cmVBc3luY09wZXJhdGlvbi9iM2Y4MDI0My0wN2M4LTQyYjQtYjBkMC04MDRjMTAyOWQzMzg/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "20" + ], + "x-ms-request-id": [ + "929f2219-bb29-4197-8c6b-ca25d7ad4bf1" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "de7e2686-6af9-49de-827d-9d793005f722" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174844Z:de7e2686-6af9-49de-827d-9d793005f722" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:48:44 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"b3f80243-07c8-42b4-b0d0-804c1029d338\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-06T17:48:18.54Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlPoolAzureAsyncOperation/b3f80243-07c8-42b4-b0d0-804c1029d338?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL2xvY2F0aW9ucy9lYXN0dXMyZXVhcC9zcWxQb29sQXp1cmVBc3luY09wZXJhdGlvbi9iM2Y4MDI0My0wN2M4LTQyYjQtYjBkMC04MDRjMTAyOWQzMzg/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "20" + ], + "x-ms-request-id": [ + "f06efb69-5c8c-41a9-8da2-79acf44a13fe" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "a16d8c82-9718-45db-8e25-3f0116ecb3cd" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174904Z:a16d8c82-9718-45db-8e25-3f0116ecb3cd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:49:04 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"b3f80243-07c8-42b4-b0d0-804c1029d338\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-06T17:48:18.54Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlPoolAzureAsyncOperation/b3f80243-07c8-42b4-b0d0-804c1029d338?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL2xvY2F0aW9ucy9lYXN0dXMyZXVhcC9zcWxQb29sQXp1cmVBc3luY09wZXJhdGlvbi9iM2Y4MDI0My0wN2M4LTQyYjQtYjBkMC04MDRjMTAyOWQzMzg/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-request-id": [ + "28d7cb3f-dd30-4a90-9e1b-ecbf730dc766" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "2328fcc1-1e5f-4afe-8617-0b7fe52cd438" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174924Z:2328fcc1-1e5f-4afe-8617-0b7fe52cd438" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:49:24 GMT" + ], + "Content-Length": [ + "106" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"b3f80243-07c8-42b4-b0d0-804c1029d338\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-08-06T17:48:18.54Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlPools/ps931?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cy9zcWxQb29scy9wczkzMT9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"DW1000f\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e2a6c2cd-89f8-41f8-801b-c2c88137a13a" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "44" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlPoolOperationResults/45e2d508-956b-4187-9492-6d7afba4988b?api-version=2020-04-01-preview" + ], + "Retry-After": [ + "1" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlPoolAzureAsyncOperation/45e2d508-956b-4187-9492-6d7afba4988b?api-version=2020-04-01-preview" + ], + "x-ms-request-id": [ + "45e2d508-956b-4187-9492-6d7afba4988b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "7819fe37-f8fa-43dd-9a35-b6e7b5475d2e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174927Z:7819fe37-f8fa-43dd-9a35-b6e7b5475d2e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:49:26 GMT" + ], + "Content-Length": [ + "75" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"operation\": \"ResizeVDWPoolBackend\",\r\n \"startTime\": \"2020-08-06T17:49:26.077Z\"\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlPoolAzureAsyncOperation/45e2d508-956b-4187-9492-6d7afba4988b?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL2xvY2F0aW9ucy9lYXN0dXMyZXVhcC9zcWxQb29sQXp1cmVBc3luY09wZXJhdGlvbi80NWUyZDUwOC05NTZiLTQxODctOTQ5Mi02ZDdhZmJhNDk4OGI/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "1" + ], + "x-ms-request-id": [ + "3c10b8e6-2a31-4a42-bf6b-f5d3b6d0746a" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "c3e0de8e-046b-4cf2-9e5c-3c0efc4e0f9c" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174928Z:c3e0de8e-046b-4cf2-9e5c-3c0efc4e0f9c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:49:27 GMT" + ], + "Content-Length": [ + "108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"45e2d508-956b-4187-9492-6d7afba4988b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-06T17:49:26.077Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlPoolAzureAsyncOperation/45e2d508-956b-4187-9492-6d7afba4988b?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL2xvY2F0aW9ucy9lYXN0dXMyZXVhcC9zcWxQb29sQXp1cmVBc3luY09wZXJhdGlvbi80NWUyZDUwOC05NTZiLTQxODctOTQ5Mi02ZDdhZmJhNDk4OGI/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "1" + ], + "x-ms-request-id": [ + "b93b4805-f343-4d4b-ab0d-4c70053b3f71" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "07d6e763-c137-4d15-aeb8-195bd439200c" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174929Z:07d6e763-c137-4d15-aeb8-195bd439200c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:49:28 GMT" + ], + "Content-Length": [ + "108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"45e2d508-956b-4187-9492-6d7afba4988b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-06T17:49:26.077Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlPoolAzureAsyncOperation/45e2d508-956b-4187-9492-6d7afba4988b?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL2xvY2F0aW9ucy9lYXN0dXMyZXVhcC9zcWxQb29sQXp1cmVBc3luY09wZXJhdGlvbi80NWUyZDUwOC05NTZiLTQxODctOTQ5Mi02ZDdhZmJhNDk4OGI/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "1" + ], + "x-ms-request-id": [ + "8a51fe51-ccab-41a4-8a26-2a5740b54bf1" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "e672cff1-b8cf-4bfb-ad9f-751a1d0143cc" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174930Z:e672cff1-b8cf-4bfb-ad9f-751a1d0143cc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:49:29 GMT" + ], + "Content-Length": [ + "108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"45e2d508-956b-4187-9492-6d7afba4988b\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-06T17:49:26.077Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlPoolAzureAsyncOperation/45e2d508-956b-4187-9492-6d7afba4988b?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL2xvY2F0aW9ucy9lYXN0dXMyZXVhcC9zcWxQb29sQXp1cmVBc3luY09wZXJhdGlvbi80NWUyZDUwOC05NTZiLTQxODctOTQ5Mi02ZDdhZmJhNDk4OGI/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-request-id": [ + "18a2f25b-d750-4cca-b683-f24dbfd668c7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "08ce4385-e2fb-46cb-939b-f2f5791147f0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T174931Z:08ce4385-e2fb-46cb-939b-f2f5791147f0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:49:30 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"45e2d508-956b-4187-9492-6d7afba4988b\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-08-06T17:49:26.077Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlPools?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cy9zcWxQb29scz9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e82a6f3f-0842-4018-bdbd-ac24d6f5ae9c" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "ac294d6e-6398-4cfd-9423-6483562a930f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "0566e657-0589-4ab1-b06e-b1de1db3a1ae" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T175232Z:0566e657-0589-4ab1-b06e-b1de1db3a1ae" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:52:32 GMT" + ], + "Content-Length": [ + "1213" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"sku\": {\r\n \"name\": \"DW1000f\",\r\n \"tier\": \"Synapse\"\r\n },\r\n \"kind\": \"v3\",\r\n \"systemData\": {\r\n \"createdBy\": \"string\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2020-08-06T17:48:18.697Z\",\r\n \"lastModifiedBy\": \"string\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2020-08-06T17:48:18.697Z\"\r\n },\r\n \"properties\": {\r\n \"status\": \"Online\",\r\n \"sqlPoolGuid\": \"c3f1dfe0-a7df-4664-a2a7-41fab9804d45\",\r\n \"currentServiceObjectiveName\": \"DW1000f\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"id\": \"/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlPools/ps931\",\r\n \"name\": \"ps931\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\"\r\n },\r\n {\r\n \"sku\": {\r\n \"tier\": \"Synapse\"\r\n },\r\n \"kind\": \"v3\",\r\n \"systemData\": {\r\n \"createdBy\": \"string\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"2020-07-22T17:10:52.753Z\",\r\n \"lastModifiedBy\": \"string\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"2020-07-22T17:10:52.753Z\"\r\n },\r\n \"properties\": {\r\n \"status\": \"Offline\",\r\n \"sqlPoolGuid\": \"bf238974-73a5-47d0-b05f-c51eeef0c2dc\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"id\": \"/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlPools/pkanekalws-ondemand\",\r\n \"name\": \"pkanekalws-ondemand\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\"\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/workspaces/pkanekalws/sqlPools/ps931?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL3dvcmtzcGFjZXMvcGthbmVrYWx3cy9zcWxQb29scy9wczkzMT9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "83d0eb33-efb8-4df3-90dc-e0211dff80fe" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlPoolOperationResults/77d93813-e4b1-4fc7-8e2e-f4ee6a887bee?api-version=2020-04-01-preview" + ], + "Retry-After": [ + "1" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlPoolAzureAsyncOperation/77d93813-e4b1-4fc7-8e2e-f4ee6a887bee?api-version=2020-04-01-preview" + ], + "x-ms-request-id": [ + "77d93813-e4b1-4fc7-8e2e-f4ee6a887bee" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "572f2547-d38b-41a7-a6d9-796f8d0ab5f3" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T175234Z:572f2547-d38b-41a7-a6d9-796f8d0ab5f3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:52:33 GMT" + ], + "Content-Length": [ + "66" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"operation\": \"DropVDWPool\",\r\n \"startTime\": \"2020-08-06T17:52:33.223Z\"\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlPoolAzureAsyncOperation/77d93813-e4b1-4fc7-8e2e-f4ee6a887bee?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL2xvY2F0aW9ucy9lYXN0dXMyZXVhcC9zcWxQb29sQXp1cmVBc3luY09wZXJhdGlvbi83N2Q5MzgxMy1lNGIxLTRmYzctOGUyZS1mNGVlNmE4ODdiZWU/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "1" + ], + "x-ms-request-id": [ + "67d85d6d-016b-453e-b6e6-cbc185fb04b9" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "fc4c4e0f-cc8b-413f-b4a1-362ab079e04f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T175235Z:fc4c4e0f-cc8b-413f-b4a1-362ab079e04f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:52:35 GMT" + ], + "Content-Length": [ + "108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"77d93813-e4b1-4fc7-8e2e-f4ee6a887bee\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-06T17:52:33.223Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlPoolAzureAsyncOperation/77d93813-e4b1-4fc7-8e2e-f4ee6a887bee?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL2xvY2F0aW9ucy9lYXN0dXMyZXVhcC9zcWxQb29sQXp1cmVBc3luY09wZXJhdGlvbi83N2Q5MzgxMy1lNGIxLTRmYzctOGUyZS1mNGVlNmE4ODdiZWU/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "1" + ], + "x-ms-request-id": [ + "32c1f9d9-7468-4df7-9ac5-a9144e40de18" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "f92472b4-c3eb-4b7e-b76c-eed16c4f7a25" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T175236Z:f92472b4-c3eb-4b7e-b76c-eed16c4f7a25" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:52:36 GMT" + ], + "Content-Length": [ + "108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"77d93813-e4b1-4fc7-8e2e-f4ee6a887bee\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-06T17:52:33.223Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlPoolAzureAsyncOperation/77d93813-e4b1-4fc7-8e2e-f4ee6a887bee?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL2xvY2F0aW9ucy9lYXN0dXMyZXVhcC9zcWxQb29sQXp1cmVBc3luY09wZXJhdGlvbi83N2Q5MzgxMy1lNGIxLTRmYzctOGUyZS1mNGVlNmE4ODdiZWU/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "1" + ], + "x-ms-request-id": [ + "c1287eb3-d0cb-49e2-bb13-7ac38b244556" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "9b2e2de6-9661-4fd1-b33e-40ec225e3ef8" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T175237Z:9b2e2de6-9661-4fd1-b33e-40ec225e3ef8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:52:37 GMT" + ], + "Content-Length": [ + "108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"77d93813-e4b1-4fc7-8e2e-f4ee6a887bee\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-06T17:52:33.223Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlPoolAzureAsyncOperation/77d93813-e4b1-4fc7-8e2e-f4ee6a887bee?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL2xvY2F0aW9ucy9lYXN0dXMyZXVhcC9zcWxQb29sQXp1cmVBc3luY09wZXJhdGlvbi83N2Q5MzgxMy1lNGIxLTRmYzctOGUyZS1mNGVlNmE4ODdiZWU/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "20" + ], + "x-ms-request-id": [ + "6f900bbe-1c40-4f0b-ae64-1f518e3449f3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "8a8ee0b0-5d1b-4c04-86e4-f05e7709357e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T175238Z:8a8ee0b0-5d1b-4c04-86e4-f05e7709357e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:52:38 GMT" + ], + "Content-Length": [ + "108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"77d93813-e4b1-4fc7-8e2e-f4ee6a887bee\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-06T17:52:33.223Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlPoolAzureAsyncOperation/77d93813-e4b1-4fc7-8e2e-f4ee6a887bee?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL2xvY2F0aW9ucy9lYXN0dXMyZXVhcC9zcWxQb29sQXp1cmVBc3luY09wZXJhdGlvbi83N2Q5MzgxMy1lNGIxLTRmYzctOGUyZS1mNGVlNmE4ODdiZWU/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "20" + ], + "x-ms-request-id": [ + "5ff5f402-fdca-4c22-8dd2-c19eb280df4a" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "65c5e11b-417b-4296-8846-427fa2ec0e91" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T175259Z:65c5e11b-417b-4296-8846-427fa2ec0e91" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:52:58 GMT" + ], + "Content-Length": [ + "108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"77d93813-e4b1-4fc7-8e2e-f4ee6a887bee\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-06T17:52:33.223Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlPoolAzureAsyncOperation/77d93813-e4b1-4fc7-8e2e-f4ee6a887bee?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL2xvY2F0aW9ucy9lYXN0dXMyZXVhcC9zcWxQb29sQXp1cmVBc3luY09wZXJhdGlvbi83N2Q5MzgxMy1lNGIxLTRmYzctOGUyZS1mNGVlNmE4ODdiZWU/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "20" + ], + "x-ms-request-id": [ + "87fb4f55-491c-4422-bd90-78906282497e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "1e5618fe-715b-4e8c-a854-2789373aefcb" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T175319Z:1e5618fe-715b-4e8c-a854-2789373aefcb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:53:18 GMT" + ], + "Content-Length": [ + "108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"77d93813-e4b1-4fc7-8e2e-f4ee6a887bee\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-06T17:52:33.223Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlPoolAzureAsyncOperation/77d93813-e4b1-4fc7-8e2e-f4ee6a887bee?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL2xvY2F0aW9ucy9lYXN0dXMyZXVhcC9zcWxQb29sQXp1cmVBc3luY09wZXJhdGlvbi83N2Q5MzgxMy1lNGIxLTRmYzctOGUyZS1mNGVlNmE4ODdiZWU/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-request-id": [ + "6f2190e0-7edd-4210-bbca-681236c80cf2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "c867c501-ced6-435f-a816-afb877e0fdef" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T175339Z:c867c501-ced6-435f-a816-afb877e0fdef" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:53:38 GMT" + ], + "Content-Length": [ + "108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"77d93813-e4b1-4fc7-8e2e-f4ee6a887bee\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-06T17:52:33.223Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlPoolAzureAsyncOperation/77d93813-e4b1-4fc7-8e2e-f4ee6a887bee?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL2xvY2F0aW9ucy9lYXN0dXMyZXVhcC9zcWxQb29sQXp1cmVBc3luY09wZXJhdGlvbi83N2Q5MzgxMy1lNGIxLTRmYzctOGUyZS1mNGVlNmE4ODdiZWU/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-request-id": [ + "eb4b1240-a228-4904-8c4a-ea3ba75d1868" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "d419966b-7afb-4220-a8d6-97c166e7d87c" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T175354Z:d419966b-7afb-4220-a8d6-97c166e7d87c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:53:53 GMT" + ], + "Content-Length": [ + "108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"77d93813-e4b1-4fc7-8e2e-f4ee6a887bee\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-06T17:52:33.223Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlPoolAzureAsyncOperation/77d93813-e4b1-4fc7-8e2e-f4ee6a887bee?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL2xvY2F0aW9ucy9lYXN0dXMyZXVhcC9zcWxQb29sQXp1cmVBc3luY09wZXJhdGlvbi83N2Q5MzgxMy1lNGIxLTRmYzctOGUyZS1mNGVlNmE4ODdiZWU/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-request-id": [ + "606ec96a-83db-401d-9e69-4adcfd6bfbf0" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "09435e7f-5bfb-402a-be1c-d6813a224313" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T175409Z:09435e7f-5bfb-402a-be1c-d6813a224313" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:54:09 GMT" + ], + "Content-Length": [ + "108" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"77d93813-e4b1-4fc7-8e2e-f4ee6a887bee\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-08-06T17:52:33.223Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlPoolAzureAsyncOperation/77d93813-e4b1-4fc7-8e2e-f4ee6a887bee?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL2xvY2F0aW9ucy9lYXN0dXMyZXVhcC9zcWxQb29sQXp1cmVBc3luY09wZXJhdGlvbi83N2Q5MzgxMy1lNGIxLTRmYzctOGUyZS1mNGVlNmE4ODdiZWU/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Retry-After": [ + "15" + ], + "x-ms-request-id": [ + "17064b98-a2ed-4c2d-aa3e-ec8481f25081" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "02c7be6b-69a6-469f-940a-648ff7408f25" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T175424Z:02c7be6b-69a6-469f-940a-648ff7408f25" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:54:24 GMT" + ], + "Content-Length": [ + "107" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"77d93813-e4b1-4fc7-8e2e-f4ee6a887bee\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-08-06T17:52:33.223Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups/pkanekalrg/providers/Microsoft.Synapse/locations/eastus2euap/sqlPoolOperationResults/77d93813-e4b1-4fc7-8e2e-f4ee6a887bee?api-version=2020-04-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2ZGM4YzctMDRjOC00YjgxLTg5OTMtODkyZDY0OGJhYmUzL3Jlc291cmNlR3JvdXBzL3BrYW5la2FscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5TeW5hcHNlL2xvY2F0aW9ucy9lYXN0dXMyZXVhcC9zcWxQb29sT3BlcmF0aW9uUmVzdWx0cy83N2Q5MzgxMy1lNGIxLTRmYzctOGUyZS1mNGVlNmE4ODdiZWU/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.6.3.9600.", + "Microsoft.Azure.Management.Synapse.SynapseSqlV3ManagementClient/1.0.0.prevtest.2" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "2088a863-8ca3-47b8-884b-b5b0bd760f47" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "ab801e20-6788-41fb-9913-65de20cd1e19" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200806T175424Z:ab801e20-6788-41fb-9913-65de20cd1e19" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 Aug 2020 17:54:24 GMT" + ], + "Content-Length": [ + "505" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"tier\": \"Synapse\"\r\n },\r\n \"kind\": \"v3\",\r\n \"systemData\": {\r\n \"createdBy\": \"string\",\r\n \"createdByType\": \"User\",\r\n \"createdAt\": \"0001-01-01T00:00:00Z\",\r\n \"lastModifiedBy\": \"string\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": \"0001-01-01T00:00:00Z\"\r\n },\r\n \"properties\": {\r\n \"status\": \"Unknown\",\r\n \"sqlPoolGuid\": \"00000000-0000-0000-0000-000000000000\"\r\n },\r\n \"id\": \"/subscriptions/086dc8c7-04c8-4b81-8993-892d648babe3/resourceGroups//providers/Microsoft.Synapse/workspaces//sqlPools/ps931\",\r\n \"name\": \"ps931\",\r\n \"type\": \"Microsoft.Synapse/workspaces/sqlPools\"\r\n}", + "StatusCode": 200 + } + ], + "Names": { + "": [ + "ps931" + ] + }, + "Variables": { + "SubscriptionId": "086dc8c7-04c8-4b81-8993-892d648babe3", + "resourceGroupName": "pkanekalrg", + "workspaceName": "pkanekalws" + } +} \ No newline at end of file diff --git a/src/Synapse/Synapse.Test/Synapse.Test.csproj b/src/Synapse/Synapse.Test/Synapse.Test.csproj index e4dceabf4b5d..b2cc212bac17 100644 --- a/src/Synapse/Synapse.Test/Synapse.Test.csproj +++ b/src/Synapse/Synapse.Test/Synapse.Test.csproj @@ -11,7 +11,7 @@ - + diff --git a/src/Synapse/Synapse/Az.Synapse.psd1 b/src/Synapse/Synapse/Az.Synapse.psd1 index fb6e1154982a..931845e7e888 100644 --- a/src/Synapse/Synapse/Az.Synapse.psd1 +++ b/src/Synapse/Synapse/Az.Synapse.psd1 @@ -92,8 +92,10 @@ CmdletsToExport = 'Get-AzSynapseSparkJob', 'Stop-AzSynapseSparkJob', 'New-AzSynapseFirewallRule', 'Remove-AzSynapseFirewallRule', 'Get-AzSynapseFirewallRule', 'Update-AzSynapseFirewallRule', 'Get-AzSynapseRoleAssignment', 'New-AzSynapseRoleAssignment', - 'Remove-AzSynapseRoleAssignment', 'Get-AzSynapseRoleDefinition' - + 'Remove-AzSynapseRoleAssignment', 'Get-AzSynapseRoleDefinition', + 'Get-AzSynapseSqlDatabase', 'New-AzSynapseSqlDatabase', + 'Remove-AzSynapseSqlDatabase', 'Update-AzSynapseSqlDatabase', + 'Test-AzSynapseSqlDatabase' # Variables to export from this module # VariablesToExport = @() diff --git a/src/Synapse/Synapse/ChangeLog.md b/src/Synapse/Synapse/ChangeLog.md index 4d7e4af0a413..75c08f844397 100644 --- a/src/Synapse/Synapse/ChangeLog.md +++ b/src/Synapse/Synapse/ChangeLog.md @@ -19,6 +19,17 @@ --> ## Upcoming Release +* Added support for gen3 Sql Pools + - For `Get-AzSynapseSqlPool`, `New-AzSynapseSqlPool`, ` Remove-AzSynapseSqlPool`, ` Test-AzSynapseSqlPool` and `Update-AzSynapseSqlPool` cmdlet + - Add Version parameter to cmdlets to specify version 3. + - For this release, these cmdlets will not work unless a customer's subscription is on the allowlist. +* Added support for gen3 Sql Databases + - Add `Get-AzSynapseSqlDatabase` cmdlet + - Add `New-AzSynapseSqlDatabase` cmdlet + - Add `Remove-AzSynapseSqlDatabase` cmdlet + - Add `Update-AzSynapseSqlDatabase` cmdlet + - Add `Test-AzSynapseSqlDatabase` cmdlet + ## Version 0.1.2 * Changed some property names and types of output for the following cmdlets diff --git a/src/Synapse/Synapse/Commands/ManagementCommands/SqlDatabase/GetAzureSynapseSqlDatabase.cs b/src/Synapse/Synapse/Commands/ManagementCommands/SqlDatabase/GetAzureSynapseSqlDatabase.cs new file mode 100644 index 000000000000..f178205f0bde --- /dev/null +++ b/src/Synapse/Synapse/Commands/ManagementCommands/SqlDatabase/GetAzureSynapseSqlDatabase.cs @@ -0,0 +1,78 @@ +using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; +using Microsoft.Azure.Commands.Synapse.Common; +using Microsoft.Azure.Commands.Synapse.Models; +using Microsoft.Azure.Management.Internal.Resources.Utilities.Models; +using Microsoft.WindowsAzure.Commands.Utilities.Common; +using System.Linq; +using System.Management.Automation; + +namespace Microsoft.Azure.Commands.Synapse +{ + [Cmdlet(VerbsCommon.Get, ResourceManager.Common.AzureRMConstants.AzureRMPrefix + SynapseConstants.SynapsePrefix + SynapseConstants.SqlDatabase, + DefaultParameterSetName = GetByNameParameterSet)] + [OutputType(typeof(PSSynapseSqlDatabase))] + public class GetAzureSynapseSqlDatabase : SynapseManagementCmdletBase + { + private const string GetByNameParameterSet = "GetByNameParameterSet"; + private const string GetByParentObjectParameterSet = "GetByParentObjectParameterSet"; + private const string GetByResourceIdParameterSet = "GetByResourceIdParameterSet"; + + [Parameter(Mandatory = false, ParameterSetName = GetByNameParameterSet, + HelpMessage = HelpMessages.ResourceGroupName)] + [ResourceGroupCompleter] + [ValidateNotNullOrEmpty] + public string ResourceGroupName { get; set; } + + [Parameter(Mandatory = true, ParameterSetName = GetByNameParameterSet, + HelpMessage = HelpMessages.WorkspaceName)] + [ResourceNameCompleter(ResourceTypes.Workspace, nameof(ResourceGroupName))] + [ValidateNotNullOrEmpty] + public string WorkspaceName { get; set; } + + [Parameter(Mandatory = false, ParameterSetName = GetByNameParameterSet, HelpMessage = HelpMessages.SqlDatabaseName)] + [Parameter(Mandatory = false, ParameterSetName = GetByParentObjectParameterSet, HelpMessage = HelpMessages.SqlDatabaseName)] + [ResourceNameCompleter( + ResourceTypes.SqlDatabase, + nameof(ResourceGroupName), + nameof(WorkspaceName))] + [ValidateNotNullOrEmpty] + public string Name { get; set; } + + [Parameter(Mandatory = true, ValueFromPipeline = true, ParameterSetName = GetByParentObjectParameterSet, HelpMessage = HelpMessages.WorkspaceObject)] + [ValidateNotNull] + public PSSynapseWorkspace WorkspaceObject { get; set; } + + [Parameter(Mandatory = true, ValueFromPipelineByPropertyName = false, ParameterSetName = GetByResourceIdParameterSet, HelpMessage = HelpMessages.SqlDatabaseResourceId)] + [ValidateNotNullOrEmpty] + public string ResourceId { get; set; } + + public override void ExecuteCmdlet() + { + if (this.IsParameterBound(c => c.ResourceId)) + { + var resourceIdentifier = new ResourceIdentifier(this.ResourceId); + this.ResourceGroupName = resourceIdentifier.ResourceGroupName; + this.WorkspaceName = resourceIdentifier.ParentResource; + this.WorkspaceName = this.WorkspaceName.Substring(this.WorkspaceName.LastIndexOf('/') + 1); + this.Name = resourceIdentifier.ResourceName; + } + + if (this.IsParameterBound(c => c.WorkspaceObject)) + { + this.ResourceGroupName = new ResourceIdentifier(this.WorkspaceObject.Id).ResourceGroupName; + this.WorkspaceName = this.WorkspaceObject.Name; + } + + if (!string.IsNullOrEmpty(this.Name)) + { + var result = new PSSynapseSqlDatabase(this.SynapseAnalyticsClient.GetSqlDatabase(this.ResourceGroupName, this.WorkspaceName, this.Name)); + WriteObject(result); + } + else + { + var result = this.SynapseAnalyticsClient.ListSqlDatabases(this.ResourceGroupName, this.WorkspaceName).Select(r => new PSSynapseSqlDatabase(r)); + WriteObject(result, true); + } + } + } +} diff --git a/src/Synapse/Synapse/Commands/ManagementCommands/SqlDatabase/NewAzureSynapseSqlDatabase.cs b/src/Synapse/Synapse/Commands/ManagementCommands/SqlDatabase/NewAzureSynapseSqlDatabase.cs new file mode 100644 index 000000000000..a6dcea15a771 --- /dev/null +++ b/src/Synapse/Synapse/Commands/ManagementCommands/SqlDatabase/NewAzureSynapseSqlDatabase.cs @@ -0,0 +1,112 @@ +using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; +using Microsoft.Azure.Commands.ResourceManager.Common.Tags; +using Microsoft.Azure.Commands.Synapse.Common; +using Microsoft.Azure.Commands.Synapse.Models; +using Microsoft.Azure.Commands.Synapse.Models.Exceptions; +using Microsoft.Azure.Commands.Synapse.Properties; +using Microsoft.Azure.Management.Internal.Resources.Utilities.Models; +using Microsoft.Azure.Management.Synapse.Models; +using Microsoft.WindowsAzure.Commands.Utilities.Common; +using System; +using System.Collections; +using System.Management.Automation; +using Sku = Microsoft.Azure.Management.Synapse.Models.Sku; + +namespace Microsoft.Azure.Commands.Synapse +{ + [Cmdlet(VerbsCommon.New, ResourceManager.Common.AzureRMConstants.AzureRMPrefix + SynapseConstants.SynapsePrefix + SynapseConstants.SqlDatabase, DefaultParameterSetName = CreateByNameParameterSet, SupportsShouldProcess = true)] + [OutputType(typeof(PSSynapseSqlDatabase))] + public class NewAzureSynapseSqlDatabase : SynapseManagementCmdletBase + { + // Default + private const string CreateByNameParameterSet = "CreateByNameParameterSet"; + private const string CreateByParentObjectParameterSet = "CreateByParentObjectParameterSet"; + + [Parameter(ParameterSetName = CreateByNameParameterSet, + Mandatory = false, HelpMessage = HelpMessages.ResourceGroupName)] + [ResourceGroupCompleter] + [ValidateNotNullOrEmpty] + public string ResourceGroupName { get; set; } + + [Parameter(ParameterSetName = CreateByNameParameterSet, + Mandatory = true, HelpMessage = HelpMessages.WorkspaceName)] + [ResourceNameCompleter(ResourceTypes.Workspace, nameof(ResourceGroupName))] + [ValidateNotNullOrEmpty] + public string WorkspaceName { get; set; } + + [Parameter(ValueFromPipeline = true, ParameterSetName = CreateByParentObjectParameterSet, + Mandatory = true, HelpMessage = HelpMessages.WorkspaceObject)] + [ValidateNotNull] + public PSSynapseWorkspace WorkspaceObject { get; set; } + + [Parameter(Mandatory = true, HelpMessage = HelpMessages.SqlDatabaseName)] + [ValidateNotNullOrEmpty] + public string Name { get; set; } + + [Parameter(ValueFromPipelineByPropertyName = false, Mandatory = false, HelpMessage = HelpMessages.Tag)] + [ValidateNotNull] + public Hashtable Tag { get; set; } + + [Parameter(ParameterSetName = CreateByNameParameterSet, Mandatory = false, HelpMessage = HelpMessages.Collation)] + [Parameter(ParameterSetName = CreateByParentObjectParameterSet, Mandatory = false, HelpMessage = HelpMessages.Collation)] + [ValidateNotNullOrEmpty] + public string Collation { get; set; } + + [Parameter(ParameterSetName = CreateByNameParameterSet, Mandatory = false, HelpMessage = HelpMessages.MaxSizeInBytes)] + [Parameter(ParameterSetName = CreateByParentObjectParameterSet, Mandatory = false, HelpMessage = HelpMessages.MaxSizeInBytes)] + [ValidateNotNullOrEmpty] + public long MaxSizeInBytes { get; set; } + + [Parameter(Mandatory = false, HelpMessage = HelpMessages.AsJob)] + public SwitchParameter AsJob { get; set; } + + public override void ExecuteCmdlet() + { + if (this.IsParameterBound(c => c.WorkspaceObject)) + { + this.ResourceGroupName = new ResourceIdentifier(this.WorkspaceObject.Id).ResourceGroupName; + this.WorkspaceName = this.WorkspaceObject.Name; + } + + if (string.IsNullOrEmpty(this.ResourceGroupName)) + { + this.ResourceGroupName = this.SynapseAnalyticsClient.GetResourceGroupByWorkspaceName(this.WorkspaceName); + } + + var existingWorkspace = this.SynapseAnalyticsClient.GetWorkspaceOrDefault(this.ResourceGroupName, this.WorkspaceName); + if (existingWorkspace == null) + { + throw new SynapseException(string.Format(Resources.WorkspaceDoesNotExist, this.WorkspaceName)); + } + + var existingSqlDatabase = this.SynapseAnalyticsClient.GetSqlDatabaseOrDefault(this.ResourceGroupName, this.WorkspaceName, this.Name); + if (existingSqlDatabase != null) + { + throw new SynapseException(string.Format(Resources.SynapseSqlDatabaseExists, this.Name, this.ResourceGroupName, this.WorkspaceName)); + } + + var createParams = new SqlDatabase + { + Location = existingWorkspace.Location, + Tags = TagsConversionHelper.CreateTagDictionary(this.Tag, validate: true) + }; + + switch (this.ParameterSetName) + { + case CreateByNameParameterSet: + case CreateByParentObjectParameterSet: + createParams.MaxSizeBytes = this.MaxSizeInBytes; + createParams.Collation = this.IsParameterBound(c => c.Collation) ? this.Collation : SynapseConstants.DefaultCollation; + break; + + default: throw new SynapseException(string.Format(Resources.InvalidParameterSet, this.ParameterSetName)); + } + + if (this.ShouldProcess(this.Name, string.Format(Resources.CreatingSynapseSqlDatabase, this.ResourceGroupName, this.WorkspaceName, this.Name))) + { + var result = new PSSynapseSqlDatabase(this.SynapseAnalyticsClient.CreateSqlDatabase(this.ResourceGroupName, this.WorkspaceName, this.Name, createParams)); + WriteObject(result); + } + } + } +} diff --git a/src/Synapse/Synapse/Commands/ManagementCommands/SqlDatabase/RemoveAzureSynapseSqlDatabase.cs b/src/Synapse/Synapse/Commands/ManagementCommands/SqlDatabase/RemoveAzureSynapseSqlDatabase.cs new file mode 100644 index 000000000000..665aee83b10a --- /dev/null +++ b/src/Synapse/Synapse/Commands/ManagementCommands/SqlDatabase/RemoveAzureSynapseSqlDatabase.cs @@ -0,0 +1,102 @@ +using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; +using Microsoft.Azure.Commands.Synapse.Common; +using Microsoft.Azure.Commands.Synapse.Models; +using Microsoft.Azure.Commands.Synapse.Properties; +using Microsoft.Azure.Management.Internal.Resources.Utilities.Models; +using Microsoft.WindowsAzure.Commands.Utilities.Common; +using System.Management.Automation; + +namespace Microsoft.Azure.Commands.Synapse +{ + [Cmdlet(VerbsCommon.Remove, ResourceManager.Common.AzureRMConstants.AzureRMPrefix + SynapseConstants.SynapsePrefix + SynapseConstants.SqlDatabase, DefaultParameterSetName = DeleteByNameParameterSet, SupportsShouldProcess = true)] + [OutputType(typeof(bool))] + public class RemoveAzureSynapseSqlDatabase : SynapseManagementCmdletBase + { + private const string DeleteByNameParameterSet = "DeleteByNameParameterSet"; + private const string DeleteByParentObjectParameterSet = "DeleteByParentObjectParameterSet"; + private const string DeleteByInputObjectParameterSet = "DeleteByInputObjectParameterSet"; + private const string DeleteByResourceIdParameterSet = "DeleteByResourceIdParameterSet"; + + [Parameter(Mandatory = false, ParameterSetName = DeleteByNameParameterSet, HelpMessage = HelpMessages.ResourceGroupName)] + [ResourceGroupCompleter] + [ValidateNotNullOrEmpty] + public string ResourceGroupName { get; set; } + + [Parameter(Mandatory = true, ParameterSetName = DeleteByNameParameterSet, HelpMessage = HelpMessages.WorkspaceName)] + [ResourceNameCompleter(ResourceTypes.Workspace, nameof(ResourceGroupName))] + [ValidateNotNullOrEmpty] + public string WorkspaceName { get; set; } + + [Parameter(Mandatory = true, ParameterSetName = DeleteByNameParameterSet, HelpMessage = HelpMessages.SqlDatabaseName)] + [Parameter(Mandatory = true, ParameterSetName = DeleteByParentObjectParameterSet, HelpMessage = HelpMessages.SqlDatabaseName)] + [ResourceNameCompleter( + ResourceTypes.SqlDatabase, + nameof(ResourceGroupName), + nameof(WorkspaceName))] + [ValidateNotNullOrEmpty] + public string Name { get; set; } + + [Parameter(ValueFromPipeline = true, ParameterSetName = DeleteByParentObjectParameterSet, + Mandatory = true, HelpMessage = HelpMessages.WorkspaceObject)] + [ValidateNotNull] + public PSSynapseWorkspace WorkspaceObject { get; set; } + + [Parameter(ValueFromPipeline = true, ParameterSetName = DeleteByInputObjectParameterSet, + Mandatory = true, HelpMessage = HelpMessages.SqlDatabaseObject)] + [ValidateNotNull] + public PSSynapseSqlDatabase InputObject { get; set; } + + [Parameter(ValueFromPipelineByPropertyName = true, ParameterSetName = DeleteByResourceIdParameterSet, + Mandatory = true, HelpMessage = HelpMessages.SqlDatabaseResourceId)] + [ValidateNotNullOrEmpty] + public string ResourceId { get; set; } + + [Parameter(Mandatory = false, HelpMessage = HelpMessages.PassThru)] + public SwitchParameter PassThru { get; set; } + + [Parameter(Mandatory = false, HelpMessage = HelpMessages.AsJob)] + public SwitchParameter AsJob { get; set; } + + public override void ExecuteCmdlet() + { + if (this.IsParameterBound(c => c.WorkspaceObject)) + { + this.ResourceGroupName = new ResourceIdentifier(this.WorkspaceObject.Id).ResourceGroupName; + this.WorkspaceName = this.WorkspaceObject.Name; + } + + if (this.IsParameterBound(c => c.InputObject)) + { + var resourceIdentifier = new ResourceIdentifier(this.InputObject.Id); + this.ResourceGroupName = resourceIdentifier.ResourceGroupName; + this.WorkspaceName = resourceIdentifier.ParentResource; + this.WorkspaceName = this.WorkspaceName.Substring(this.WorkspaceName.LastIndexOf('/') + 1); + this.Name = resourceIdentifier.ResourceName; + } + + if (this.IsParameterBound(c => c.ResourceId)) + { + var resourceIdentifier = new ResourceIdentifier(this.ResourceId); + this.ResourceGroupName = resourceIdentifier.ResourceGroupName; + this.WorkspaceName = resourceIdentifier.ParentResource; + this.WorkspaceName = this.WorkspaceName.Substring(this.WorkspaceName.LastIndexOf('/') + 1); + this.Name = resourceIdentifier.ResourceName; + } + + if (string.IsNullOrEmpty(this.ResourceGroupName)) + { + this.ResourceGroupName = this.SynapseAnalyticsClient.GetResourceGroupByWorkspaceName(this.WorkspaceName); + } + + if (this.ShouldProcess(this.Name, string.Format(Resources.RemovingSynapseSqlDatabase, this.Name, this.ResourceGroupName, this.WorkspaceName))) + { + this.SynapseAnalyticsClient.DeleteSqlDatabase(this.ResourceGroupName, this.WorkspaceName, this.Name); + + if (this.PassThru.IsPresent) + { + WriteObject(true); + } + } + } + } +} diff --git a/src/Synapse/Synapse/Commands/ManagementCommands/SqlDatabase/TestAzureSynapseSqlDatabase.cs b/src/Synapse/Synapse/Commands/ManagementCommands/SqlDatabase/TestAzureSynapseSqlDatabase.cs new file mode 100644 index 000000000000..3aab48ad9114 --- /dev/null +++ b/src/Synapse/Synapse/Commands/ManagementCommands/SqlDatabase/TestAzureSynapseSqlDatabase.cs @@ -0,0 +1,54 @@ +using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; +using Microsoft.Azure.Commands.Synapse.Common; +using Microsoft.Azure.Commands.Synapse.Models; +using Microsoft.Azure.Management.Internal.Resources.Utilities.Models; +using Microsoft.WindowsAzure.Commands.Utilities.Common; +using System.Management.Automation; + +namespace Microsoft.Azure.Commands.Synapse +{ + [Cmdlet(VerbsDiagnostic.Test, ResourceManager.Common.AzureRMConstants.AzureRMPrefix + SynapseConstants.SynapsePrefix + SynapseConstants.SqlDatabase, DefaultParameterSetName = TestByNameParameterSet)] + [OutputType(typeof(bool))] + public class TestAzureSynapseSqlDatabase : SynapseManagementCmdletBase + { + private const string TestByNameParameterSet = "TestByNameParameterSet"; + private const string TestByParentObjectParameterSet = "TestByParentObjectParameterSet"; + + [Parameter(ValueFromPipelineByPropertyName = false, Mandatory = false, ParameterSetName = TestByNameParameterSet, + HelpMessage = HelpMessages.ResourceGroupName)] + [ResourceGroupCompleter()] + [ValidateNotNullOrEmpty] + public string ResourceGroupName { get; set; } + + [Parameter(ValueFromPipelineByPropertyName = false, Mandatory = true, ParameterSetName = TestByNameParameterSet, + HelpMessage = HelpMessages.WorkspaceName)] + [ResourceNameCompleter(ResourceTypes.Workspace, nameof(ResourceGroupName))] + [ValidateNotNullOrEmpty] + public string WorkspaceName { get; set; } + + [Parameter(ValueFromPipelineByPropertyName = false, Mandatory = true, + HelpMessage = HelpMessages.SqlDatabaseName)] + [ResourceNameCompleter( + ResourceTypes.SqlDatabase, + nameof(ResourceGroupName), + nameof(WorkspaceName))] + [ValidateNotNullOrEmpty] + public string Name { get; set; } + + [Parameter(ValueFromPipeline = true, ParameterSetName = TestByParentObjectParameterSet, + Mandatory = true, HelpMessage = HelpMessages.WorkspaceObject)] + [ValidateNotNull] + public PSSynapseWorkspace WorkspaceObject { get; set; } + + public override void ExecuteCmdlet() + { + if (this.IsParameterBound(c => c.WorkspaceObject)) + { + this.ResourceGroupName = new ResourceIdentifier(this.WorkspaceObject.Id).ResourceGroupName; + this.WorkspaceName = this.WorkspaceObject.Name; + } + + WriteObject(SynapseAnalyticsClient.TestSqlDatabase(ResourceGroupName, WorkspaceName, Name)); + } + } +} diff --git a/src/Synapse/Synapse/Commands/ManagementCommands/SqlDatabase/UpdateAzureSynapseSqlDatabase.cs b/src/Synapse/Synapse/Commands/ManagementCommands/SqlDatabase/UpdateAzureSynapseSqlDatabase.cs new file mode 100644 index 000000000000..2d7e2352e779 --- /dev/null +++ b/src/Synapse/Synapse/Commands/ManagementCommands/SqlDatabase/UpdateAzureSynapseSqlDatabase.cs @@ -0,0 +1,159 @@ +using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; +using Microsoft.Azure.Commands.ResourceManager.Common.Tags; +using Microsoft.Azure.Commands.Synapse.Common; +using Microsoft.Azure.Commands.Synapse.Models; +using Microsoft.Azure.Commands.Synapse.Models.Exceptions; +using Microsoft.Azure.Commands.Synapse.Properties; +using Microsoft.Azure.Management.Internal.Resources.Utilities.Models; +using Microsoft.Azure.Management.Synapse.Models; +using Microsoft.WindowsAzure.Commands.Utilities.Common; +using System.Collections; +using System.Management.Automation; + +namespace Microsoft.Azure.Commands.Synapse +{ + [Cmdlet(VerbsData.Update, ResourceManager.Common.AzureRMConstants.AzureRMPrefix + SynapseConstants.SynapsePrefix + SynapseConstants.SqlDatabase, + DefaultParameterSetName = UpdateByNameParameterSet, SupportsShouldProcess = true)] + [OutputType(typeof(PSSynapseSqlDatabase))] + public class UpdateAzureSynapseSqlDatabase : SynapseManagementCmdletBase + { + private const string UpdateByNameParameterSet = "UpdateByNameParameterSet"; + private const string UpdateByParentObjectParameterSet = "UpdateByParentObjectParameterSet"; + private const string UpdateByInputObjectParameterSet = "UpdateByInputObjectParameterSet"; + private const string UpdateByResourceIdParameterSet = "UpdateByResourceIdParameterSet"; + + [Parameter(Mandatory = false, ParameterSetName = UpdateByNameParameterSet, HelpMessage = HelpMessages.ResourceGroupName)] + [ResourceGroupCompleter] + [ValidateNotNullOrEmpty] + public string ResourceGroupName { get; set; } + + [Parameter(Mandatory = true, ParameterSetName = UpdateByNameParameterSet, HelpMessage = HelpMessages.WorkspaceName)] + [ResourceNameCompleter(ResourceTypes.Workspace, nameof(ResourceGroupName))] + [ValidateNotNullOrEmpty] + public string WorkspaceName { get; set; } + + [Parameter(Mandatory = true, ParameterSetName = UpdateByNameParameterSet, HelpMessage = HelpMessages.SqlDatabaseName)] + [Parameter(Mandatory = true, ParameterSetName = UpdateByParentObjectParameterSet, HelpMessage = HelpMessages.SqlDatabaseName)] + [ResourceNameCompleter( + ResourceTypes.SqlDatabase, + nameof(ResourceGroupName), + nameof(WorkspaceName))] + [ValidateNotNullOrEmpty] + public string Name { get; set; } + + [Parameter(ParameterSetName = UpdateByNameParameterSet, Mandatory = false, HelpMessage = HelpMessages.MaxSizeInBytes)] + [Parameter(ParameterSetName = UpdateByParentObjectParameterSet, Mandatory = false, HelpMessage = HelpMessages.MaxSizeInBytes)] + [ValidateNotNullOrEmpty] + public long MaxSizeInBytes { get; set; } + + [Parameter(ValueFromPipeline = true, ParameterSetName = UpdateByParentObjectParameterSet, + Mandatory = true, HelpMessage = HelpMessages.WorkspaceObject)] + [ValidateNotNull] + public PSSynapseWorkspace WorkspaceObject { get; set; } + + [Parameter(ValueFromPipeline = true, ParameterSetName = UpdateByInputObjectParameterSet, Mandatory = true, + HelpMessage = HelpMessages.SqlDatabaseObject)] + [ValidateNotNull] + public PSSynapseSqlDatabase InputObject { get; set; } + + [Parameter(ValueFromPipelineByPropertyName = false, ParameterSetName = UpdateByResourceIdParameterSet, + Mandatory = true, HelpMessage = HelpMessages.SqlDatabaseResourceId)] + [ValidateNotNullOrEmpty] + public string ResourceId { get; set; } + + [Parameter(ValueFromPipelineByPropertyName = false, ParameterSetName = UpdateByNameParameterSet, + Mandatory = false, HelpMessage = HelpMessages.Tag)] + [Parameter(ValueFromPipelineByPropertyName = false, ParameterSetName = UpdateByParentObjectParameterSet, + Mandatory = false, HelpMessage = HelpMessages.Tag)] + [Parameter(ValueFromPipelineByPropertyName = false, ParameterSetName = UpdateByInputObjectParameterSet, + Mandatory = false, HelpMessage = HelpMessages.Tag)] + [Parameter(ValueFromPipelineByPropertyName = false, ParameterSetName = UpdateByResourceIdParameterSet, + Mandatory = false, HelpMessage = HelpMessages.Tag)] + [ValidateNotNull] + public Hashtable Tag { get; set; } + + [Parameter(Mandatory = false, HelpMessage = HelpMessages.PassThru)] + public SwitchParameter PassThru { get; set; } + + [Parameter(Mandatory = false, HelpMessage = HelpMessages.AsJob)] + public SwitchParameter AsJob { get; set; } + + public override void ExecuteCmdlet() + { + if (this.IsParameterBound(c => c.WorkspaceObject)) + { + this.ResourceGroupName = new ResourceIdentifier(this.WorkspaceObject.Id).ResourceGroupName; + this.WorkspaceName = this.WorkspaceObject.Name; + } + + if (this.IsParameterBound(c => c.InputObject)) + { + var resourceIdentifier = new ResourceIdentifier(this.InputObject.Id); + this.ResourceGroupName = resourceIdentifier.ResourceGroupName; + this.WorkspaceName = resourceIdentifier.ParentResource; + this.WorkspaceName = this.WorkspaceName.Substring(this.WorkspaceName.LastIndexOf('/') + 1); + this.Name = resourceIdentifier.ResourceName; + } + + if (this.IsParameterBound(c => c.ResourceId)) + { + var resourceIdentifier = new ResourceIdentifier(this.ResourceId); + this.ResourceGroupName = resourceIdentifier.ResourceGroupName; + this.WorkspaceName = resourceIdentifier.ParentResource; + this.WorkspaceName = this.WorkspaceName.Substring(this.WorkspaceName.LastIndexOf('/') + 1); + this.Name = resourceIdentifier.ResourceName; + } + + if (string.IsNullOrEmpty(this.ResourceGroupName)) + { + this.ResourceGroupName = this.SynapseAnalyticsClient.GetResourceGroupByWorkspaceName(this.WorkspaceName); + } + + SqlDatabase existingSqlDatabase = null; + try + { + existingSqlDatabase = this.SynapseAnalyticsClient.GetSqlDatabase(this.ResourceGroupName, this.WorkspaceName, this.Name); + } + catch + { + existingSqlDatabase = null; + } + + if (existingSqlDatabase == null) + { + throw new SynapseException(string.Format(Resources.FailedToDiscoverSqlDatabase, this.Name, this.ResourceGroupName, this.WorkspaceName)); + } + + switch (this.ParameterSetName) + { + case UpdateByNameParameterSet: + case UpdateByInputObjectParameterSet: + case UpdateByParentObjectParameterSet: + case UpdateByResourceIdParameterSet: + UpdateSqlDatabase(existingSqlDatabase); + break; + + default: throw new SynapseException(string.Format(Resources.InvalidParameterSet, this.ParameterSetName)); + } + } + + private void UpdateSqlDatabase(SqlDatabase existingSqlDatabase) + { + SqlDatabaseUpdate SqlDatabaseUpdate = new SqlDatabaseUpdate + { + Tags = this.IsParameterBound(c => c.Tag) ? TagsConversionHelper.CreateTagDictionary(this.Tag, validate: true) : existingSqlDatabase.Tags, + MaxSizeBytes = this.IsParameterBound(c => c.MaxSizeInBytes) ? this.MaxSizeInBytes : existingSqlDatabase.MaxSizeBytes, + }; + + if (this.ShouldProcess(this.Name, string.Format(Resources.UpdatingSynapseSqlDatabase, this.Name, this.ResourceGroupName, this.WorkspaceName))) + { + this.SynapseAnalyticsClient.UpdateSqlDatabase(this.ResourceGroupName, this.WorkspaceName, this.Name, SqlDatabaseUpdate); + if (this.PassThru.IsPresent) + { + var result = this.SynapseAnalyticsClient.GetSqlDatabase(this.ResourceGroupName, this.WorkspaceName, this.Name); + WriteObject(result); + } + } + } + } +} diff --git a/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/GetAzureSynapseSqlPool.cs b/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/GetAzureSynapseSqlPool.cs index f1901310ff3f..0372af1accac 100644 --- a/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/GetAzureSynapseSqlPool.cs +++ b/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/GetAzureSynapseSqlPool.cs @@ -38,6 +38,10 @@ public class GetAzureSynapseSqlPool : SynapseManagementCmdletBase [ValidateNotNullOrEmpty] public string Name { get; set; } + [Parameter(Mandatory = false, HelpMessage = HelpMessages.SqlPoolVersion)] + [ValidateNotNullOrEmpty] + public int Version { get; set; } + [Parameter(Mandatory = true, ValueFromPipeline = true, ParameterSetName = GetByParentObjectParameterSet, HelpMessage = HelpMessages.WorkspaceObject)] [ValidateNotNull] public PSSynapseWorkspace WorkspaceObject { get; set; } @@ -63,15 +67,31 @@ public override void ExecuteCmdlet() this.WorkspaceName = this.WorkspaceObject.Name; } - if (!string.IsNullOrEmpty(this.Name)) + if (this.Version == 3) { - var result = new PSSynapseSqlPool(this.SynapseAnalyticsClient.GetSqlPool(this.ResourceGroupName, this.WorkspaceName, this.Name)); - WriteObject(result); + if (!string.IsNullOrEmpty(this.Name)) + { + var result = new PSSynapseSqlPoolV3(this.SynapseAnalyticsClient.GetSqlPoolV3(this.ResourceGroupName, this.WorkspaceName, this.Name)); + WriteObject(result); + } + else + { + var result = this.SynapseAnalyticsClient.ListSqlPoolsV3(this.ResourceGroupName, this.WorkspaceName).Select(r => new PSSynapseSqlPoolV3(r)); + WriteObject(result, true); + } } else { - var result = this.SynapseAnalyticsClient.ListSqlPools(this.ResourceGroupName, this.WorkspaceName).Select(r => new PSSynapseSqlPool(r)); - WriteObject(result, true); + if (!string.IsNullOrEmpty(this.Name)) + { + var result = new PSSynapseSqlPool(this.SynapseAnalyticsClient.GetSqlPool(this.ResourceGroupName, this.WorkspaceName, this.Name)); + WriteObject(result); + } + else + { + var result = this.SynapseAnalyticsClient.ListSqlPools(this.ResourceGroupName, this.WorkspaceName).Select(r => new PSSynapseSqlPool(r)); + WriteObject(result, true); + } } } } diff --git a/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/NewAzureSynapseSqlPool.cs b/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/NewAzureSynapseSqlPool.cs index f38a8aa2cc62..f99ae563be5e 100644 --- a/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/NewAzureSynapseSqlPool.cs +++ b/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/NewAzureSynapseSqlPool.cs @@ -22,7 +22,7 @@ public class NewAzureSynapseSqlPool : SynapseManagementCmdletBase private const string CreateByNameParameterSet = "CreateByNameParameterSet"; private const string CreateByParentObjectParameterSet = "CreateByParentObjectParameterSet"; - // Create from bakcup + // Create from backup private const string CreateFromBackupIdByNameParameterSet = "CreateFromBackupIdByNameParameterSet"; private const string CreateFromBackupIdByParentObjectParameterSet = "CreateFromBackupIdByParentObjectParameterSet"; private const string CreateFromBackupNameByNameParameterSet = "CreateFromBackupNameByNameParameterSet"; @@ -113,6 +113,10 @@ public class NewAzureSynapseSqlPool : SynapseManagementCmdletBase [ValidateNotNullOrEmpty] public string Name { get; set; } + [Parameter(Mandatory = false, HelpMessage = HelpMessages.SqlPoolVersion)] + [ValidateNotNullOrEmpty] + public int Version { get; set; } + [Parameter(ValueFromPipelineByPropertyName = false, Mandatory = false, HelpMessage = HelpMessages.Tag)] [ValidateNotNull] public Hashtable Tag { get; set; } @@ -278,72 +282,108 @@ public override void ExecuteCmdlet() } } - var existingSqlPool = this.SynapseAnalyticsClient.GetSqlPoolOrDefault(this.ResourceGroupName, this.WorkspaceName, this.Name); - if (existingSqlPool != null) - { - throw new SynapseException(string.Format(Resources.SynapseSqlPoolExists, this.Name, this.ResourceGroupName, this.WorkspaceName)); - } - var existingWorkspace = this.SynapseAnalyticsClient.GetWorkspaceOrDefault(this.ResourceGroupName, this.WorkspaceName); if (existingWorkspace == null) { throw new SynapseException(string.Format(Resources.WorkspaceDoesNotExist, this.WorkspaceName)); } - var createParams = new SqlPool + if (this.Version == 3) { - Location = existingWorkspace.Location, - Tags = TagsConversionHelper.CreateTagDictionary(this.Tag, validate: true) - }; - switch (this.ParameterSetName) - { - case CreateByNameParameterSet: - case CreateByParentObjectParameterSet: - createParams.CreateMode = SynapseSqlPoolCreateMode.Default; - createParams.Collation = this.IsParameterBound(c => c.Collation) ? this.Collation : SynapseConstants.DefaultCollation; - createParams.Sku = new Sku - { - Name = this.PerformanceLevel - }; - break; - - case CreateFromBackupNameByNameParameterSet: - case CreateFromBackupNameByParentObjectParameterSet: - case CreateFromBackupIdByNameParameterSet: - case CreateFromBackupIdByParentObjectParameterSet: - case CreateFromBackupInputObjectByNameParameterSet: - createParams.CreateMode = SynapseSqlPoolCreateMode.Recovery; - createParams.RecoverableDatabaseId = this.BackupResourceId; - break; - - case CreateFromRestorePointNameByNameParameterSet: - case CreateFromRestorePointNameByParentObjectParameterSet: - case CreateFromRestorePointIdByNameParameterSet: - case CreateFromRestorePointIdByParentObjectParameterSet: - case CreateFromRestorePointInputObjectByNameParameterSet: - if (!this.IsParameterBound(c => c.RestorePoint)) - { - this.RestorePoint = GetNewestRestorePoint(); - } + var existingSqlPool = this.SynapseAnalyticsClient.GetSqlPoolV3OrDefault(this.ResourceGroupName, this.WorkspaceName, this.Name); + if (existingSqlPool != null) + { + throw new SynapseException(string.Format(Resources.SynapseSqlPoolExists, this.Name, this.ResourceGroupName, this.WorkspaceName)); + } - createParams.CreateMode = SynapseSqlPoolCreateMode.PointInTimeRestore; - createParams.SourceDatabaseId = this.SourceResourceId; - createParams.RestorePointInTime = this.RestorePoint; - createParams.Sku = new Sku - { - Name = this.PerformanceLevel - }; + var createParams = new SqlPoolV3 + { + Location = existingWorkspace.Location, + Tags = TagsConversionHelper.CreateTagDictionary(this.Tag, validate: true) + }; - break; + switch (this.ParameterSetName) + { + case CreateByNameParameterSet: + case CreateByParentObjectParameterSet: + createParams.Sku = new Sku + { + Name = this.PerformanceLevel + }; + break; + default: throw new SynapseException(string.Format(Resources.InvalidParameterSet, this.ParameterSetName)); + } - default: throw new SynapseException(string.Format(Resources.InvalidParameterSet, this.ParameterSetName)); + if (this.ShouldProcess(this.Name, string.Format(Resources.CreatingSynapseSqlPool, this.ResourceGroupName, this.WorkspaceName, this.Name))) + { + var result = new PSSynapseSqlPoolV3(this.SynapseAnalyticsClient.CreateSqlPoolV3(this.ResourceGroupName, this.WorkspaceName, this.Name, createParams)); + WriteObject(result); + } } - - if (this.ShouldProcess(this.Name, string.Format(Resources.CreatingSynapseSqlPool, this.ResourceGroupName, this.WorkspaceName, this.Name))) + else { - var result = new PSSynapseSqlPool(this.SynapseAnalyticsClient.CreateSqlPool(this.ResourceGroupName, this.WorkspaceName, this.Name, createParams)); - WriteObject(result); + var existingSqlPool = this.SynapseAnalyticsClient.GetSqlPoolOrDefault(this.ResourceGroupName, this.WorkspaceName, this.Name); + if (existingSqlPool != null) + { + throw new SynapseException(string.Format(Resources.SynapseSqlPoolExists, this.Name, this.ResourceGroupName, this.WorkspaceName)); + } + + var createParams = new SqlPool + { + Location = existingWorkspace.Location, + Tags = TagsConversionHelper.CreateTagDictionary(this.Tag, validate: true) + }; + + switch (this.ParameterSetName) + { + case CreateByNameParameterSet: + case CreateByParentObjectParameterSet: + createParams.CreateMode = SynapseSqlPoolCreateMode.Default; + createParams.Collation = this.IsParameterBound(c => c.Collation) ? this.Collation : SynapseConstants.DefaultCollation; + createParams.Sku = new Sku + { + Name = this.PerformanceLevel + }; + break; + + case CreateFromBackupNameByNameParameterSet: + case CreateFromBackupNameByParentObjectParameterSet: + case CreateFromBackupIdByNameParameterSet: + case CreateFromBackupIdByParentObjectParameterSet: + case CreateFromBackupInputObjectByNameParameterSet: + createParams.CreateMode = SynapseSqlPoolCreateMode.Recovery; + createParams.RecoverableDatabaseId = this.BackupResourceId; + break; + + case CreateFromRestorePointNameByNameParameterSet: + case CreateFromRestorePointNameByParentObjectParameterSet: + case CreateFromRestorePointIdByNameParameterSet: + case CreateFromRestorePointIdByParentObjectParameterSet: + case CreateFromRestorePointInputObjectByNameParameterSet: + if (!this.IsParameterBound(c => c.RestorePoint)) + { + this.RestorePoint = GetNewestRestorePoint(); + } + + createParams.CreateMode = SynapseSqlPoolCreateMode.PointInTimeRestore; + createParams.SourceDatabaseId = this.SourceResourceId; + createParams.RestorePointInTime = this.RestorePoint; + createParams.Sku = new Sku + { + Name = this.PerformanceLevel + }; + + break; + + default: throw new SynapseException(string.Format(Resources.InvalidParameterSet, this.ParameterSetName)); + } + + if (this.ShouldProcess(this.Name, string.Format(Resources.CreatingSynapseSqlPool, this.ResourceGroupName, this.WorkspaceName, this.Name))) + { + var result = new PSSynapseSqlPool(this.SynapseAnalyticsClient.CreateSqlPool(this.ResourceGroupName, this.WorkspaceName, this.Name, createParams)); + WriteObject(result); + } } } diff --git a/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/RemoveAzureSynapseSqlPool.cs b/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/RemoveAzureSynapseSqlPool.cs index d2e0ad02dcd9..837ab66fec5c 100644 --- a/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/RemoveAzureSynapseSqlPool.cs +++ b/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/RemoveAzureSynapseSqlPool.cs @@ -36,6 +36,10 @@ public class RemoveAzureSynapseSqlPool : SynapseManagementCmdletBase [ValidateNotNullOrEmpty] public string Name { get; set; } + [Parameter(Mandatory = false, HelpMessage = HelpMessages.SqlPoolVersion)] + [ValidateNotNullOrEmpty] + public int Version { get; set; } + [Parameter(ValueFromPipeline = true, ParameterSetName = DeleteByParentObjectParameterSet, Mandatory = true, HelpMessage = HelpMessages.WorkspaceObject)] [ValidateNotNull] @@ -90,7 +94,15 @@ public override void ExecuteCmdlet() if (this.ShouldProcess(this.Name, string.Format(Resources.RemovingSynapseSqlPool, this.Name, this.ResourceGroupName, this.WorkspaceName))) { - this.SynapseAnalyticsClient.DeleteSqlPool(this.ResourceGroupName, this.WorkspaceName, this.Name); + if (this.Version == 3) + { + this.SynapseAnalyticsClient.DeleteSqlPoolV3(this.ResourceGroupName, this.WorkspaceName, this.Name); + } + else + { + this.SynapseAnalyticsClient.DeleteSqlPool(this.ResourceGroupName, this.WorkspaceName, this.Name); + } + if (this.PassThru.IsPresent) { WriteObject(true); diff --git a/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/TestAzureSynapseSqlPool.cs b/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/TestAzureSynapseSqlPool.cs index ded02fc40657..71953381a01e 100644 --- a/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/TestAzureSynapseSqlPool.cs +++ b/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/TestAzureSynapseSqlPool.cs @@ -35,6 +35,10 @@ public class TestAzureSynapseSqlPool : SynapseManagementCmdletBase [ValidateNotNullOrEmpty] public string Name { get; set; } + [Parameter(Mandatory = false, HelpMessage = HelpMessages.SqlPoolVersion)] + [ValidateNotNullOrEmpty] + public int Version { get; set; } + [Parameter(ValueFromPipeline = true, ParameterSetName = TestByParentObjectParameterSet, Mandatory = true, HelpMessage = HelpMessages.WorkspaceObject)] [ValidateNotNull] @@ -48,7 +52,14 @@ public override void ExecuteCmdlet() this.WorkspaceName = this.WorkspaceObject.Name; } - WriteObject(SynapseAnalyticsClient.TestSqlPool(ResourceGroupName, WorkspaceName, Name)); + if (this.Version == 3) + { + WriteObject(SynapseAnalyticsClient.TestSqlPoolV3(ResourceGroupName, WorkspaceName, Name)); + } + else + { + WriteObject(SynapseAnalyticsClient.TestSqlPool(ResourceGroupName, WorkspaceName, Name)); + } } } } diff --git a/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/UpdateAzureSynapseSqlPool.cs b/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/UpdateAzureSynapseSqlPool.cs index 7afa770c414f..fa312c508acb 100644 --- a/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/UpdateAzureSynapseSqlPool.cs +++ b/src/Synapse/Synapse/Commands/ManagementCommands/SqlPool/UpdateAzureSynapseSqlPool.cs @@ -64,6 +64,10 @@ public class UpdateAzureSynapseSqlPool : SynapseManagementCmdletBase [ValidateNotNullOrEmpty] public string Name { get; set; } + [Parameter(Mandatory = false, HelpMessage = HelpMessages.SqlPoolVersion)] + [ValidateNotNullOrEmpty] + public int Version { get; set; } + [Parameter(Mandatory = true, ParameterSetName = PauseByNameParameterSet, HelpMessage = HelpMessages.SuspendSqlPool)] [Parameter(Mandatory = true, ParameterSetName = PauseByInputObjectParameterSet, HelpMessage = HelpMessages.SuspendSqlPool)] [Parameter(Mandatory = true, ParameterSetName = PauseByParentObjectParameterSet, HelpMessage = HelpMessages.SuspendSqlPool)] @@ -165,54 +169,107 @@ public override void ExecuteCmdlet() this.ResourceGroupName = this.SynapseAnalyticsClient.GetResourceGroupByWorkspaceName(this.WorkspaceName); } - SqlPool existingSqlPool = null; - try + if (this.Version == 3) { - existingSqlPool = this.SynapseAnalyticsClient.GetSqlPool(this.ResourceGroupName, this.WorkspaceName, this.Name); + SqlPoolV3 existingSqlPool = null; + try + { + existingSqlPool = this.SynapseAnalyticsClient.GetSqlPoolV3(this.ResourceGroupName, this.WorkspaceName, this.Name); + } + catch + { + existingSqlPool = null; + } + + if (existingSqlPool == null) + { + throw new SynapseException(string.Format(Resources.FailedToDiscoverSqlPool, this.Name, this.ResourceGroupName, this.WorkspaceName)); + } + + switch (this.ParameterSetName) + { + case UpdateByNameParameterSet: + case UpdateByInputObjectParameterSet: + case UpdateByParentObjectParameterSet: + case UpdateByResourceIdParameterSet: + UpdateSqlPoolV3(existingSqlPool); + break; + + default: throw new SynapseException(string.Format(Resources.InvalidParameterSet, this.ParameterSetName)); + } } - catch + else { - existingSqlPool = null; + SqlPool existingSqlPool = null; + try + { + existingSqlPool = this.SynapseAnalyticsClient.GetSqlPool(this.ResourceGroupName, this.WorkspaceName, this.Name); + } + catch + { + existingSqlPool = null; + } + + if (existingSqlPool == null) + { + throw new SynapseException(string.Format(Resources.FailedToDiscoverSqlPool, this.Name, this.ResourceGroupName, this.WorkspaceName)); + } + + switch (this.ParameterSetName) + { + case UpdateByNameParameterSet: + case UpdateByInputObjectParameterSet: + case UpdateByParentObjectParameterSet: + case UpdateByResourceIdParameterSet: + UpdateSqlPool(existingSqlPool); + break; + + case PauseByNameParameterSet: + case PauseByInputObjectParameterSet: + case PauseByParentObjectParameterSet: + case PauseByResourceIdParameterSet: + PauseSqlPool(); + break; + + case ResumeByNameParameterSet: + case ResumeByInputObjectParameterSet: + case ResumeByParentObjectParameterSet: + case ResumeByResourceIdParameterSet: + ResumeSqlPool(); + break; + + case RenameByNameParameterSet: + case RenameByInputObjectParameterSet: + case RenameByParentObjectParameterSet: + case RenameByResourceIdParameterSet: + RenameSqlPool(); + break; + + default: throw new SynapseException(string.Format(Resources.InvalidParameterSet, this.ParameterSetName)); + } } + } - if (existingSqlPool == null) + private void UpdateSqlPoolV3(SqlPoolV3 existingSqlPool) + { + SqlPoolUpdate sqlPoolPatchInfo = new SqlPoolUpdate { - throw new SynapseException(string.Format(Resources.FailedToDiscoverSqlPool, this.Name, this.ResourceGroupName, this.WorkspaceName)); - } + Tags = this.IsParameterBound(c => c.Tag) ? TagsConversionHelper.CreateTagDictionary(this.Tag, validate: true) : existingSqlPool.Tags, + Sku = !this.IsParameterBound(c => c.PerformanceLevel) ? existingSqlPool.Sku : new Sku + { + Name = this.PerformanceLevel + } + }; - switch (this.ParameterSetName) + if (this.ShouldProcess(this.Name, string.Format(Resources.UpdatingSynapseSqlPool, this.Name, this.ResourceGroupName, this.WorkspaceName))) { - case UpdateByNameParameterSet: - case UpdateByInputObjectParameterSet: - case UpdateByParentObjectParameterSet: - case UpdateByResourceIdParameterSet: - UpdateSqlPool(existingSqlPool); - break; - - case PauseByNameParameterSet: - case PauseByInputObjectParameterSet: - case PauseByParentObjectParameterSet: - case PauseByResourceIdParameterSet: - PauseSqlPool(); - break; - - case ResumeByNameParameterSet: - case ResumeByInputObjectParameterSet: - case ResumeByParentObjectParameterSet: - case ResumeByResourceIdParameterSet: - ResumeSqlPool(); - break; - - case RenameByNameParameterSet: - case RenameByInputObjectParameterSet: - case RenameByParentObjectParameterSet: - case RenameByResourceIdParameterSet: - RenameSqlPool(); - break; - - default: throw new SynapseException(string.Format(Resources.InvalidParameterSet, this.ParameterSetName)); + this.SynapseAnalyticsClient.UpdateSqlPoolV3(this.ResourceGroupName, this.WorkspaceName, this.Name, sqlPoolPatchInfo); + if (this.PassThru.IsPresent) + { + var result = this.SynapseAnalyticsClient.GetSqlPoolV3(this.ResourceGroupName, this.WorkspaceName, this.Name); + WriteObject(result); + } } - } private void UpdateSqlPool(SqlPool existingSqlPool) diff --git a/src/Synapse/Synapse/Common/HelpMessages.cs b/src/Synapse/Synapse/Common/HelpMessages.cs index 1477bb3da7c0..85a63bc0ebf9 100644 --- a/src/Synapse/Synapse/Common/HelpMessages.cs +++ b/src/Synapse/Synapse/Common/HelpMessages.cs @@ -116,8 +116,16 @@ public static class HelpMessages public const string ApplicationId = "The Application identifier of the session."; + public const string SqlDatabaseName = "Name of Synapse SQL Database."; + + public const string SqlDatabaseResourceId = "Resource identifier of Synapse SQL Database."; + + public const string SqlDatabaseObject = "SQL Database input object, usually passed through the pipeline."; + public const string SqlPoolName = "Name of Synapse SQL pool."; + public const string SqlPoolVersion = "Version of Synapse SQL pool. For example, 2 or 3."; + public const string SqlPoolNewName = "The new name to rename the SQL pool to."; public const string SqlPoolResourceId = "Resource identifier of Synapse SQL Pool."; @@ -131,6 +139,8 @@ public static class HelpMessages public const string PerformanceLevel = "The SQL Service tier and performance level to assign to the SQL pool. For example, DW2000c."; public const string Collation = "Collation defines the rules that sort and compare data, and cannot be changed after SQL pool creation. The default collation is " + SynapseConstants.DefaultCollation + "."; + + public const string MaxSizeInBytes = "Specifies the maximum size of the database in bytes."; public const string BackupResourceGroupName = "The resource group name of bakcup SQL pool object to create from."; diff --git a/src/Synapse/Synapse/Models/PSSynapseSqlDatabase.cs b/src/Synapse/Synapse/Models/PSSynapseSqlDatabase.cs new file mode 100644 index 000000000000..3890cc81446f --- /dev/null +++ b/src/Synapse/Synapse/Models/PSSynapseSqlDatabase.cs @@ -0,0 +1,30 @@ +using Microsoft.Azure.Management.Synapse.Models; + +namespace Microsoft.Azure.Commands.Synapse.Models +{ + public class PSSynapseSqlDatabase : PSSynapseTrackedResource + { + public PSSynapseSqlDatabase(SqlDatabase sqlDatabase) + : base(sqlDatabase?.Location, sqlDatabase?.Id, sqlDatabase?.Name, sqlDatabase?.Type, sqlDatabase?.Tags) + { + this.MaxSizeBytes = sqlDatabase?.MaxSizeBytes; + this.Collation = sqlDatabase?.Collation; + this.SystemData = sqlDatabase?.SystemData != null ? new PSSystemData(sqlDatabase.SystemData) : null; + } + + /// + /// Gets System Data + /// + public PSSystemData SystemData { get; private set; } + + /// + /// Gets maximum size in bytes + /// + public long? MaxSizeBytes { get; private set; } + + /// + /// Gets collation mode + /// + public string Collation { get; private set; } + } +} \ No newline at end of file diff --git a/src/Synapse/Synapse/Models/PSSynapseSqlPoolV3.cs b/src/Synapse/Synapse/Models/PSSynapseSqlPoolV3.cs new file mode 100644 index 000000000000..5a0a6bc1dbb6 --- /dev/null +++ b/src/Synapse/Synapse/Models/PSSynapseSqlPoolV3.cs @@ -0,0 +1,55 @@ +using Microsoft.Azure.Management.Synapse.Models; +using System; + +namespace Microsoft.Azure.Commands.Synapse.Models +{ + public class PSSynapseSqlPoolV3 : PSSynapseTrackedResource + { + public PSSynapseSqlPoolV3(SqlPoolV3 sqlPool) + : base(sqlPool?.Location, sqlPool?.Id, sqlPool?.Name, sqlPool?.Type, sqlPool?.Tags) + { + this.Sku = sqlPool?.Sku != null ? new PSSynapseSku(sqlPool.Sku) : null; + this.Kind = sqlPool?.Kind; + this.CurrentServiceObjectiveName = sqlPool?.CurrentServiceObjectiveName; + this.RequestedServiceObjectiveName = sqlPool?.RequestedServiceObjectiveName; + this.SqlPoolGuid = sqlPool?.SqlPoolGuid; + this.SystemData = sqlPool?.SystemData != null ? new PSSystemData(sqlPool.SystemData) : null; + this.Status = sqlPool?.Status; + } + + /// + /// Gets SQL pool SKU + /// + public PSSynapseSku Sku { get; private set; } + + /// + /// Gets Kind of Sql Pool + /// + public string Kind { get; private set; } + + /// + /// Gets current service objective name + /// + public string CurrentServiceObjectiveName { get; private set; } + + /// + /// Gets requested service objective name + /// + public string RequestedServiceObjectiveName { get; private set; } + + /// + /// Gets Sql Pool Guid + /// + public Guid? SqlPoolGuid { get; private set; } + + /// + /// Gets System Data + /// + public PSSystemData SystemData { get; private set; } + + /// + /// Gets resource status + /// + public string Status { get; private set; } + } +} \ No newline at end of file diff --git a/src/Synapse/Synapse/Models/PSSystemData.cs b/src/Synapse/Synapse/Models/PSSystemData.cs new file mode 100644 index 000000000000..f1730b48883f --- /dev/null +++ b/src/Synapse/Synapse/Models/PSSystemData.cs @@ -0,0 +1,50 @@ +using Microsoft.Azure.Management.Synapse.Models; +using System; + +namespace Microsoft.Azure.Commands.Synapse.Models +{ + public class PSSystemData + { + public PSSystemData(SystemData systemData) + { + this.CreatedAt = systemData?.CreatedAt; + this.CreatedBy = systemData?.CreatedBy; + this.CreatedByType = systemData?.CreatedByType; + this.LastModifiedAt = systemData?.LastModifiedAt; + this.LastModifiedBy = systemData?.LastModifiedBy; + this.LastModifiedByType = systemData?.LastModifiedByType; + } + + /// + /// Gets the identity that created the resource. + /// + public string CreatedBy { get; } + + /// + /// Gets the type of identity that created the resource: User|Application|ManagedIdentity|Key + /// Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key' + /// + public string CreatedByType { get; } + + /// + /// Gets the timestamp of resource creation (UTC). + /// + public DateTime? CreatedAt { get; } + + /// + /// Gets the identity that last modified the resource. + /// + public string LastModifiedBy { get; } + + /// + /// Gets the type of identity that last modified the resource: User|Application|ManagedIdentity|Key + /// Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key' + /// + public string LastModifiedByType { get; } + + /// + /// Gets the timestamp of resource last modification (UTC). + /// + public DateTime? LastModifiedAt { get; } + } +} \ No newline at end of file diff --git a/src/Synapse/Synapse/Models/SynapseAnalyticsManagementClient.cs b/src/Synapse/Synapse/Models/SynapseAnalyticsManagementClient.cs index 0dd9c98f5529..fb23745568b7 100644 --- a/src/Synapse/Synapse/Models/SynapseAnalyticsManagementClient.cs +++ b/src/Synapse/Synapse/Models/SynapseAnalyticsManagementClient.cs @@ -18,6 +18,7 @@ public class SynapseAnalyticsManagementClient { private readonly Guid _subscriptionId; private readonly SynapseManagementClient _synapseManagementClient; + private readonly SynapseSqlV3ManagementClient _synapseSqlV3ManagementClient; public SynapseAnalyticsManagementClient(IAzureContext context) { @@ -30,6 +31,9 @@ public SynapseAnalyticsManagementClient(IAzureContext context) _synapseManagementClient = SynapseCmdletBase.CreateSynapseClient(context, AzureEnvironment.Endpoint.ResourceManager); + + _synapseSqlV3ManagementClient = SynapseCmdletBase.CreateSynapseClient(context, + AzureEnvironment.Endpoint.ResourceManager); } #region Workspace operations @@ -453,6 +457,236 @@ internal List ListSqlPoolRestorePoints(string resourceGroupName, s #endregion + #region SQL Pool V3 operations + + public SqlPoolV3 CreateSqlPoolV3(string resourceGroupName, string workspaceName, string sqlPoolName, SqlPoolV3 createOrUpdateParams) + { + try + { + return _synapseSqlV3ManagementClient.SqlPoolsV3.CreateOrUpdate(resourceGroupName, workspaceName, sqlPoolName, createOrUpdateParams); + } + catch (ErrorContractException ex) + { + throw GetSynapseException(ex); + } + } + + internal SqlPoolV3 GetSqlPoolV3(string resourceGroupName, string workspaceName, string sqlPoolName) + { + try + { + if (string.IsNullOrEmpty(resourceGroupName)) + { + resourceGroupName = GetResourceGroupByWorkspaceName(workspaceName); + } + + return _synapseSqlV3ManagementClient.SqlPoolsV3.Get(resourceGroupName, workspaceName, sqlPoolName); + } + catch (ErrorContractException ex) + { + throw GetSynapseException(ex); + } + } + + internal SqlPoolV3 GetSqlPoolV3OrDefault(string resourceGroupName, string workspaceName, string sqlPoolName) + { + try + { + return GetSqlPoolV3(resourceGroupName, workspaceName, sqlPoolName); + } + catch + { + return null; + } + } + + public List ListSqlPoolsV3(string resourceGroupName, string workspaceName) + { + try + { + if (string.IsNullOrEmpty(resourceGroupName)) + { + resourceGroupName = GetResourceGroupByWorkspaceName(workspaceName); + } + + var firstPage = this._synapseSqlV3ManagementClient.SqlPoolsV3.ListByWorkspace(resourceGroupName, workspaceName); + return ListResources(firstPage, _synapseSqlV3ManagementClient.SqlPoolsV3.ListByWorkspaceNext); + } + catch (ErrorContractException ex) + { + throw GetSynapseException(ex); + } + } + + public void UpdateSqlPoolV3(string resourceGroupName, string workspaceName, string sqlPoolName, SqlPoolUpdate updateParams) + { + try + { + if (string.IsNullOrEmpty(resourceGroupName)) + { + resourceGroupName = GetResourceGroupByWorkspaceName(workspaceName); + } + + _synapseSqlV3ManagementClient.SqlPoolsV3.Update(resourceGroupName, workspaceName, sqlPoolName, updateParams); + } + catch (ErrorContractException ex) + { + throw GetSynapseException(ex); + } + } + + public void DeleteSqlPoolV3(string resourceGroupName, string workspaceName, string sqlPoolName) + { + try + { + if (string.IsNullOrEmpty(resourceGroupName)) + { + resourceGroupName = GetResourceGroupByWorkspaceName(workspaceName); + } + + if (!TestSqlPoolV3(resourceGroupName, workspaceName, sqlPoolName)) + { + throw new InvalidOperationException(string.Format(Properties.Resources.SqlPoolDoesNotExist, sqlPoolName)); + } + + _synapseSqlV3ManagementClient.SqlPoolsV3.Delete(resourceGroupName, workspaceName, sqlPoolName); + } + catch (ErrorContractException ex) + { + throw GetSynapseException(ex); + } + } + + public bool TestSqlPoolV3(string resourceGroupName, string workspaceName, string sqlPoolName) + { + try + { + GetSqlPoolV3(resourceGroupName, workspaceName, sqlPoolName); + return true; + } + catch (NotFoundException) + { + return false; + } + } + + #endregion + + #region SQL Database operations + + public SqlDatabase CreateSqlDatabase(string resourceGroupName, string workspaceName, string sqlDatabaseName, SqlDatabase createOrUpdateParams) + { + try + { + return _synapseSqlV3ManagementClient.SqlDatabases.CreateOrUpdate(resourceGroupName, workspaceName, sqlDatabaseName, createOrUpdateParams); + } + catch (ErrorContractException ex) + { + throw GetSynapseException(ex); + } + } + + internal SqlDatabase GetSqlDatabase(string resourceGroupName, string workspaceName, string sqlDatabaseName) + { + try + { + if (string.IsNullOrEmpty(resourceGroupName)) + { + resourceGroupName = GetResourceGroupByWorkspaceName(workspaceName); + } + + return _synapseSqlV3ManagementClient.SqlDatabases.Get(resourceGroupName, workspaceName, sqlDatabaseName); + } + catch (ErrorContractException ex) + { + throw GetSynapseException(ex); + } + } + + internal SqlDatabase GetSqlDatabaseOrDefault(string resourceGroupName, string workspaceName, string sqlDatabaseName) + { + try + { + return GetSqlDatabase(resourceGroupName, workspaceName, sqlDatabaseName); + } + catch + { + return null; + } + } + + public List ListSqlDatabases(string resourceGroupName, string workspaceName) + { + try + { + if (string.IsNullOrEmpty(resourceGroupName)) + { + resourceGroupName = GetResourceGroupByWorkspaceName(workspaceName); + } + + var firstPage = this._synapseSqlV3ManagementClient.SqlDatabases.ListByWorkspace(resourceGroupName, workspaceName); + return ListResources(firstPage, _synapseSqlV3ManagementClient.SqlDatabases.ListByWorkspaceNext); + } + catch (ErrorContractException ex) + { + throw GetSynapseException(ex); + } + } + + public void UpdateSqlDatabase(string resourceGroupName, string workspaceName, string sqlDatabaseName, SqlDatabaseUpdate updateParams) + { + try + { + if (string.IsNullOrEmpty(resourceGroupName)) + { + resourceGroupName = GetResourceGroupByWorkspaceName(workspaceName); + } + + _synapseSqlV3ManagementClient.SqlDatabases.Update(resourceGroupName, workspaceName, sqlDatabaseName, updateParams); + } + catch (ErrorContractException ex) + { + throw GetSynapseException(ex); + } + } + + public void DeleteSqlDatabase(string resourceGroupName, string workspaceName, string sqlDatabaseName) + { + try + { + if (string.IsNullOrEmpty(resourceGroupName)) + { + resourceGroupName = GetResourceGroupByWorkspaceName(workspaceName); + } + + if (!TestSqlDatabase(resourceGroupName, workspaceName, sqlDatabaseName)) + { + throw new InvalidOperationException(string.Format(Properties.Resources.SqlDatabaseDoesNotExist, sqlDatabaseName)); + } + + _synapseSqlV3ManagementClient.SqlDatabases.Delete(resourceGroupName, workspaceName, sqlDatabaseName); + } + catch (ErrorContractException ex) + { + throw GetSynapseException(ex); + } + } + + public bool TestSqlDatabase(string resourceGroupName, string workspaceName, string sqlDatabaseName) + { + try + { + GetSqlDatabase(resourceGroupName, workspaceName, sqlDatabaseName); + return true; + } + catch (NotFoundException) + { + return false; + } + } + + #endregion + #region Spark pool operations public BigDataPoolResourceInfo CreateOrUpdateSparkPool(string resourceGroupName, string workspaceName, string sparkPoolName, BigDataPoolResourceInfo createOrUpdateParams) diff --git a/src/Synapse/Synapse/Models/SynapseConstants.cs b/src/Synapse/Synapse/Models/SynapseConstants.cs index b824a749b405..6675aac0bab4 100644 --- a/src/Synapse/Synapse/Models/SynapseConstants.cs +++ b/src/Synapse/Synapse/Models/SynapseConstants.cs @@ -32,6 +32,8 @@ public static class SynapseConstants public const string SqlPool = nameof(SqlPool); + public const string SqlDatabase = nameof(SqlDatabase); + public const string SparkPoolName = nameof(SparkPoolName); public const string Job = nameof(Job); diff --git a/src/Synapse/Synapse/Properties/Resources.Designer.cs b/src/Synapse/Synapse/Properties/Resources.Designer.cs index c9ba59bb4dd8..66f0eedfe82e 100644 --- a/src/Synapse/Synapse/Properties/Resources.Designer.cs +++ b/src/Synapse/Synapse/Properties/Resources.Designer.cs @@ -123,6 +123,15 @@ internal static string CreatingSynapseSparkPool { } } + /// + /// Looks up a localized string similar to Creating a new SQL Database in resource group '{0}' under parent Workspace '{1}' with name '{2}'.. + /// + internal static string CreatingSynapseSqlDatabase { + get { + return ResourceManager.GetString("CreatingSynapseSqlDatabase", resourceCulture); + } + } + /// /// Looks up a localized string similar to Creating a new SQL pool in resource group '{0}' under parent Workspace '{1}' with name '{2}'.. /// @@ -249,6 +258,15 @@ internal static string FailedToDiscoverSparkStatement { } } + /// + /// Looks up a localized string similar to A SQL Database with name '{0}' in resource group '{1}' under workspace '{2}' does not exist. Please use New-AzSynapseSqlDatabase to create a SQL Database with these properties.. + /// + internal static string FailedToDiscoverSqlDatabase { + get { + return ResourceManager.GetString("FailedToDiscoverSqlDatabase", resourceCulture); + } + } + /// /// Looks up a localized string similar to Failed to discover restore points for SQL database with name '{0}' in resource group '{1}' under workspace '{2}' does not exist.. /// @@ -429,6 +447,15 @@ internal static string RemovingSynapseSparkPool { } } + /// + /// Looks up a localized string similar to Deleting SQL Database '{0}' in resource group '{1}' under workspace '{2}'.. + /// + internal static string RemovingSynapseSqlDatabase { + get { + return ResourceManager.GetString("RemovingSynapseSqlDatabase", resourceCulture); + } + } + /// /// Looks up a localized string similar to Deleting SQL pool '{0}' in resource group '{1}' under workspace '{2}'.. /// @@ -564,6 +591,15 @@ internal static string SynapseSparkPoolExists { } } + /// + /// Looks up a localized string similar to A SQL Database with name '{0}' in resource group '{1}' under workspace '{2}' already exists. Please use Update-AzSynapseSqlDatabase to update an existing SQL Database.. + /// + internal static string SynapseSqlDatabaseExists { + get { + return ResourceManager.GetString("SynapseSqlDatabaseExists", resourceCulture); + } + } + /// /// Looks up a localized string similar to A SQL pool with name '{0}' in resource group '{1}' under workspace '{2}' already exists. Please use Set-AzSynapseSqlPool to update an existing SQL pool.. /// @@ -591,6 +627,15 @@ internal static string UpdatingSynapseSparkPool { } } + /// + /// Looks up a localized string similar to Updating SQL Database '{0}' in resource group '{1}' under Workspace '{2}'.. + /// + internal static string UpdatingSynapseSqlDatabase { + get { + return ResourceManager.GetString("UpdatingSynapseSqlDatabase", resourceCulture); + } + } + /// /// Looks up a localized string similar to Updating SQL pool '{0}' in resource group '{1}' under Workspace '{2}'.. /// diff --git a/src/Synapse/Synapse/Properties/Resources.resx b/src/Synapse/Synapse/Properties/Resources.resx index be51d7684a7c..ed5a206c5d85 100644 --- a/src/Synapse/Synapse/Properties/Resources.resx +++ b/src/Synapse/Synapse/Properties/Resources.resx @@ -312,4 +312,19 @@ Service principal with Name '{0}' does not exist. + + Creating a new SQL Database in resource group '{0}' under parent Workspace '{1}' with name '{2}'. + + + A SQL Database with name '{0}' in resource group '{1}' under workspace '{2}' does not exist. Please use New-AzSynapseSqlDatabase to create a SQL Database with these properties. + + + Deleting SQL Database '{0}' in resource group '{1}' under workspace '{2}'. + + + A SQL Database with name '{0}' in resource group '{1}' under workspace '{2}' already exists. Please use Update-AzSynapseSqlDatabase to update an existing SQL Database. + + + Updating SQL Database '{0}' in resource group '{1}' under Workspace '{2}'. + \ No newline at end of file diff --git a/src/Synapse/Synapse/Synapse.csproj b/src/Synapse/Synapse/Synapse.csproj index 04f2ccc5915a..02967ee0521f 100644 --- a/src/Synapse/Synapse/Synapse.csproj +++ b/src/Synapse/Synapse/Synapse.csproj @@ -11,7 +11,7 @@ - + diff --git a/src/Synapse/Synapse/help/Az.Synapse.md b/src/Synapse/Synapse/help/Az.Synapse.md index d14b1cb8a6a3..ebded11766a2 100644 --- a/src/Synapse/Synapse/help/Az.Synapse.md +++ b/src/Synapse/Synapse/help/Az.Synapse.md @@ -32,6 +32,9 @@ Gets a Synapse Analytics Spark session. ### [Get-AzSynapseSparkStatement](Get-AzSynapseSparkStatement.md) Gets a Synapse Analytics Spark statement. +### [Get-AzSynapseSqlDatabase](Get-AzSynapseSqlDatabase.md) +This feature is in a limited preview, initially accessible only to certain subscriptions. Gets a Synapse Analytics SQL database. + ### [Get-AzSynapseSqlPool](Get-AzSynapseSqlPool.md) Gets a Synapse Analytics SQL pool. @@ -50,6 +53,9 @@ Creates a Synapse Analytics role assignment. ### [New-AzSynapseSparkPool](New-AzSynapseSparkPool.md) Creates a Synapse Analytics Spark pool. +### [New-AzSynapseSqlDatabase](New-AzSynapseSqlDatabase.md) +This feature is in a limited preview, initially accessible only to certain subscriptions. Creates a Synapse Analytics SQL database. + ### [New-AzSynapseSqlPool](New-AzSynapseSqlPool.md) Creates a Synapse Analytics SQL pool. @@ -65,6 +71,9 @@ Deletes a Synapse Analytics role assignment. ### [Remove-AzSynapseSparkPool](Remove-AzSynapseSparkPool.md) Deletes a Synapse Analytics Spark pool. +### [Remove-AzSynapseSqlDatabase](Remove-AzSynapseSqlDatabase.md) +This feature is in a limited preview, initially accessible only to certain subscriptions. Deletes a Synapse Analytics SQL database. + ### [Remove-AzSynapseSqlPool](Remove-AzSynapseSqlPool.md) Deletes a Synapse Analytics SQL pool. @@ -92,6 +101,9 @@ Submits a Synapse Analytics Spark job. ### [Test-AzSynapseSparkPool](Test-AzSynapseSparkPool.md) Checks for the existence of a Synapse Analytics Spark pool. +### [Test-AzSynapseSqlDatabase](Test-AzSynapseSqlDatabase.md) +This feature is in a limited preview, initially accessible only to certain subscriptions. Checks for the existence of a Synapse Analytics SQL database. + ### [Test-AzSynapseSqlPool](Test-AzSynapseSqlPool.md) Checks for the existence of a Synapse Analytics SQL pool. @@ -104,6 +116,9 @@ Updates a Synapse Analytics Firewall Rule. ### [Update-AzSynapseSparkPool](Update-AzSynapseSparkPool.md) Updates a Synapse Analytics Spark pool. +### [Update-AzSynapseSqlDatabase](Update-AzSynapseSqlDatabase.md) +This feature is in a limited preview, initially accessible only to certain subscriptions. Updates a Synapse Analytics SQL database. + ### [Update-AzSynapseSqlPool](Update-AzSynapseSqlPool.md) Updates a Synapse Analytics SQL pool. diff --git a/src/Synapse/Synapse/help/Get-AzSynapseSqlDatabase.md b/src/Synapse/Synapse/help/Get-AzSynapseSqlDatabase.md new file mode 100644 index 000000000000..d79047f38c26 --- /dev/null +++ b/src/Synapse/Synapse/help/Get-AzSynapseSqlDatabase.md @@ -0,0 +1,172 @@ +--- +external help file: Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll-Help.xml +Module Name: Az.Synapse +online version: https://docs.microsoft.com/en-us/powershell/module/az.synapse/get-azsynapsesqldatabase +schema: 2.0.0 +--- + +# Get-AzSynapseSqlDatabase + +## SYNOPSIS +Gets a Synapse Analytics SQL database. + +## SYNTAX + +### GetByNameParameterSet (Default) +``` +Get-AzSynapseSqlDatabase [-ResourceGroupName ] -WorkspaceName [-Name ] + [-DefaultProfile ] [] +``` + +### GetByParentObjectParameterSet +``` +Get-AzSynapseSqlDatabase [-Name ] -WorkspaceObject + [-DefaultProfile ] [] +``` + +### GetByResourceIdParameterSet +``` +Get-AzSynapseSqlDatabase -ResourceId [-DefaultProfile ] [] +``` + +## DESCRIPTION +[This feature is in a limited preview, initially accessible only to certain subscriptions.] +The **Get-AzSynapseSqlDatabase** cmdlet gets information about an Azure Synapse Analytics SQL database. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Get-AzSynapseSqlDatabase -WorkspaceName ContosoWorkspace +``` + +This command gets all SQL databases under a workspace. + +### Example 2 +```powershell +PS C:\> Get-AzSynapseSqlDatabase -WorkspaceName ContosoWorkspace -Name ContosoSqlDatabase +``` + +This command gets the SQL database under workspace ContosoWorkspace with name ContosoSqlDatabase. + +### Example 3 +```powershell +PS C:\> $ws = Get-AzSynapseWorkspace -Name ContosoWorkspace +PS C:\> $ws | Get-AzSynapseSqlDatabase +``` + +This command gets all the SQL databases under a workspace through pipeline. + +### Example 4 +```powershell +PS C:\> Get-AzSynapseSqlDatabase -ResourceId "/subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/sqlDatabases/ContosoSqlDatabase" +``` + +This command gets the SQL database with the specified resource ID. + +## PARAMETERS + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer +Parameter Sets: (All) +Aliases: AzContext, AzureRmContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +Name of Synapse SQL Database. + +```yaml +Type: System.String +Parameter Sets: GetByNameParameterSet, GetByParentObjectParameterSet +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +Resource group name. + +```yaml +Type: System.String +Parameter Sets: GetByNameParameterSet +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceId +Resource identifier of Synapse SQL Database. + +```yaml +Type: System.String +Parameter Sets: GetByResourceIdParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WorkspaceName +Name of Synapse workspace. + +```yaml +Type: System.String +Parameter Sets: GetByNameParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WorkspaceObject +workspace input object, usually passed through the pipeline. + +```yaml +Type: Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace +Parameter Sets: GetByParentObjectParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace + +## OUTPUTS + +### Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase + +## NOTES + +## RELATED LINKS diff --git a/src/Synapse/Synapse/help/Get-AzSynapseSqlPool.md b/src/Synapse/Synapse/help/Get-AzSynapseSqlPool.md index c6f90267fb18..1c01d7771ebd 100644 --- a/src/Synapse/Synapse/help/Get-AzSynapseSqlPool.md +++ b/src/Synapse/Synapse/help/Get-AzSynapseSqlPool.md @@ -14,19 +14,20 @@ Gets a Synapse Analytics SQL pool. ### GetByNameParameterSet (Default) ``` -Get-AzSynapseSqlPool [-ResourceGroupName ] -WorkspaceName [-Name ] +Get-AzSynapseSqlPool [-ResourceGroupName ] -WorkspaceName [-Name ] [-Version ] [-DefaultProfile ] [] ``` ### GetByParentObjectParameterSet ``` -Get-AzSynapseSqlPool [-Name ] -WorkspaceObject +Get-AzSynapseSqlPool [-Name ] [-Version ] -WorkspaceObject [-DefaultProfile ] [] ``` ### GetByResourceIdParameterSet ``` -Get-AzSynapseSqlPool -ResourceId [-DefaultProfile ] [] +Get-AzSynapseSqlPool [-Version ] -ResourceId [-DefaultProfile ] + [] ``` ## DESCRIPTION @@ -125,6 +126,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Version +[This feature is in a limited preview, initially accessible only to certain subscriptions.] +Version of Synapse SQL pool. For example, 2 or 3. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -WorkspaceName Name of Synapse workspace. diff --git a/src/Synapse/Synapse/help/New-AzSynapseSqlDatabase.md b/src/Synapse/Synapse/help/New-AzSynapseSqlDatabase.md new file mode 100644 index 000000000000..25f547d44e22 --- /dev/null +++ b/src/Synapse/Synapse/help/New-AzSynapseSqlDatabase.md @@ -0,0 +1,224 @@ +--- +external help file: Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll-Help.xml +Module Name: Az.Synapse +online version: https://docs.microsoft.com/en-us/powershell/module/az.synapse/new-azsynapsesqldatabase +schema: 2.0.0 +--- + +# New-AzSynapseSqlDatabase + +## SYNOPSIS +Gets a Synapse Analytics SQL database. + +## SYNTAX + +### CreateByNameParameterSet (Default) +``` +New-AzSynapseSqlDatabase [-ResourceGroupName ] -WorkspaceName -Name + [-Tag ] [-Collation ] [-MaxSizeInBytes ] [-AsJob] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +### CreateByParentObjectParameterSet +``` +New-AzSynapseSqlDatabase -WorkspaceObject -Name [-Tag ] + [-Collation ] [-MaxSizeInBytes ] [-AsJob] [-DefaultProfile ] [-WhatIf] + [-Confirm] [] +``` + +## DESCRIPTION +The **Get-AzSynapseSqlDatabase** cmdlet gets information about an Azure Synapse Analytics SQL database. + + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> New-AzSynapseSqlDatabase -WorkspaceName ContosoWorkspace -Name ContosoSqlDatabase +``` + +This command creates an Azure Synapse Analytics SQL database. + +## PARAMETERS + +### -AsJob +Run cmdlet in the background + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Collation +Collation defines the rules that sort and compare data, and cannot be changed after SQL pool creation. +The default collation is SQL_Latin1_General_CP1_CI_AS. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer +Parameter Sets: (All) +Aliases: AzContext, AzureRmContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -MaxSizeInBytes +Specifies the maximum size of the database in bytes. + +```yaml +Type: System.Int64 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +Name of Synapse SQL Database. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +Resource group name. + +```yaml +Type: System.String +Parameter Sets: CreateByNameParameterSet +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Tag +A string,string dictionary of tags associated with the resource. + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WorkspaceName +Name of Synapse workspace. + +```yaml +Type: System.String +Parameter Sets: CreateByNameParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WorkspaceObject +workspace input object, usually passed through the pipeline. + +```yaml +Type: Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace +Parameter Sets: CreateByParentObjectParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace + +## OUTPUTS + +### Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase + +## NOTES + +## RELATED LINKS diff --git a/src/Synapse/Synapse/help/New-AzSynapseSqlPool.md b/src/Synapse/Synapse/help/New-AzSynapseSqlPool.md index 9d1912f21cce..60c7994dd8b6 100644 --- a/src/Synapse/Synapse/help/New-AzSynapseSqlPool.md +++ b/src/Synapse/Synapse/help/New-AzSynapseSqlPool.md @@ -14,65 +14,68 @@ Creates a Synapse Analytics SQL pool. ### CreateByNameParameterSet (Default) ``` -New-AzSynapseSqlPool [-ResourceGroupName ] -WorkspaceName -Name [-Tag ] - -PerformanceLevel [-Collation ] [-AsJob] [-DefaultProfile ] [-WhatIf] - [-Confirm] [] +New-AzSynapseSqlPool [-ResourceGroupName ] -WorkspaceName -Name [-Version ] + [-Tag ] -PerformanceLevel [-Collation ] [-AsJob] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### CreateFromBackupIdByNameParameterSet ``` New-AzSynapseSqlPool [-FromBackup] [-ResourceGroupName ] -WorkspaceName -Name - [-Tag ] -BackupResourceId [-AsJob] [-DefaultProfile ] [-WhatIf] - [-Confirm] [] + [-Version ] [-Tag ] -BackupResourceId [-AsJob] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### CreateFromBackupIdByParentObjectParameterSet ``` -New-AzSynapseSqlPool [-FromBackup] -WorkspaceObject -Name [-Tag ] - -BackupResourceId [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] - [] +New-AzSynapseSqlPool [-FromBackup] -WorkspaceObject -Name [-Version ] + [-Tag ] -BackupResourceId [-AsJob] [-DefaultProfile ] [-WhatIf] + [-Confirm] [] ``` ### CreateFromBackupNameByNameParameterSet ``` New-AzSynapseSqlPool [-FromBackup] [-ResourceGroupName ] -WorkspaceName -Name - [-Tag ] [-BackupResourceGroupName ] -BackupWorkspaceName + [-Version ] [-Tag ] [-BackupResourceGroupName ] -BackupWorkspaceName -BackupSqlPoolName [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### CreateFromBackupNameByParentObjectParameterSet ``` -New-AzSynapseSqlPool [-FromBackup] -WorkspaceObject -Name [-Tag ] - [-BackupResourceGroupName ] -BackupWorkspaceName -BackupSqlPoolName [-AsJob] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] +New-AzSynapseSqlPool [-FromBackup] -WorkspaceObject -Name [-Version ] + [-Tag ] [-BackupResourceGroupName ] -BackupWorkspaceName + -BackupSqlPoolName [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] + [] ``` ### CreateFromBackupInputObjectByNameParameterSet ``` New-AzSynapseSqlPool [-FromBackup] [-ResourceGroupName ] -WorkspaceName -Name - [-Tag ] -BackupSqlPoolObject [-AsJob] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-Version ] [-Tag ] -BackupSqlPoolObject [-AsJob] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### CreateFromRestorePointIdByNameParameterSet ``` New-AzSynapseSqlPool [-FromRestorePoint] [-ResourceGroupName ] -WorkspaceName -Name - [-Tag ] -PerformanceLevel -SourceResourceId [-RestorePoint ] [-AsJob] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-Version ] [-Tag ] -PerformanceLevel -SourceResourceId + [-RestorePoint ] [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] + [] ``` ### CreateFromRestorePointIdByParentObjectParameterSet ``` New-AzSynapseSqlPool [-FromRestorePoint] -WorkspaceObject -Name - [-Tag ] -PerformanceLevel -SourceResourceId [-RestorePoint ] [-AsJob] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-Version ] [-Tag ] -PerformanceLevel -SourceResourceId + [-RestorePoint ] [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] + [] ``` ### CreateFromRestorePointNameByNameParameterSet ``` New-AzSynapseSqlPool [-FromRestorePoint] [-ResourceGroupName ] -WorkspaceName -Name - [-Tag ] -PerformanceLevel [-SourceResourceGroupName ] + [-Version ] [-Tag ] -PerformanceLevel [-SourceResourceGroupName ] -SourceWorkspaceName -SourceSqlPoolName [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -80,7 +83,7 @@ New-AzSynapseSqlPool [-FromRestorePoint] [-ResourceGroupName ] -Workspac ### CreateFromRestorePointNameByParentObjectParameterSet ``` New-AzSynapseSqlPool [-FromRestorePoint] -WorkspaceObject -Name - [-Tag ] [-SourceResourceGroupName ] -SourceWorkspaceName + [-Version ] [-Tag ] [-SourceResourceGroupName ] -SourceWorkspaceName -SourceSqlPoolName [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -88,13 +91,13 @@ New-AzSynapseSqlPool [-FromRestorePoint] -WorkspaceObject - ### CreateFromRestorePointInputObjectByNameParameterSet ``` New-AzSynapseSqlPool [-FromRestorePoint] [-ResourceGroupName ] -WorkspaceName -Name - [-Tag ] [-PerformanceLevel ] -SourceSqlPoolObject [-AsJob] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-Version ] [-Tag ] [-PerformanceLevel ] -SourceSqlPoolObject + [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### CreateByParentObjectParameterSet ``` -New-AzSynapseSqlPool -WorkspaceObject -Name [-Tag ] +New-AzSynapseSqlPool -WorkspaceObject -Name [-Version ] [-Tag ] -PerformanceLevel [-Collation ] [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -106,7 +109,7 @@ The **New-AzSynapseSqlPool** cmdlet creates an Azure Synapse Analytics SQL pool. ### Example 1 ```powershell -PS C:\> New-AzSynapseSqlPool -WorkspaceName ContosoWorkspace -Name dwsql0644 -PerformanceLevel DW200c +PS C:\> New-AzSynapseSqlPool -WorkspaceName ContosoWorkspace -Name ContosoSqlPool -PerformanceLevel DW200c ``` This command creates an Azure Synapse Analytics SQL pool. @@ -456,6 +459,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Version +Version of Synapse SQL pool. For example, 2 or 3. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -WorkspaceName Name of Synapse workspace. diff --git a/src/Synapse/Synapse/help/Remove-AzSynapseSqlDatabase.md b/src/Synapse/Synapse/help/Remove-AzSynapseSqlDatabase.md new file mode 100644 index 000000000000..74183d5671e1 --- /dev/null +++ b/src/Synapse/Synapse/help/Remove-AzSynapseSqlDatabase.md @@ -0,0 +1,261 @@ +--- +external help file: Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll-Help.xml +Module Name: Az.Synapse +online version: https://docs.microsoft.com/en-us/powershell/module/az.synapse/remove-azsynapsesqldatabase +schema: 2.0.0 +--- + +# Remove-AzSynapseSqlDatabase + +## SYNOPSIS +Deletes a Synapse Analytics SQL database. + +## SYNTAX + +### DeleteByNameParameterSet (Default) +``` +Remove-AzSynapseSqlDatabase [-ResourceGroupName ] -WorkspaceName -Name [-PassThru] + [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +### DeleteByParentObjectParameterSet +``` +Remove-AzSynapseSqlDatabase -Name -WorkspaceObject [-PassThru] [-AsJob] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +### DeleteByInputObjectParameterSet +``` +Remove-AzSynapseSqlDatabase -InputObject [-PassThru] [-AsJob] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +### DeleteByResourceIdParameterSet +``` +Remove-AzSynapseSqlDatabase -ResourceId [-PassThru] [-AsJob] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +The **Remove-AzSynapseSqlPool** cmdlet permanently deletes an Azure Synapse Analytics SQL database. + + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Remove-AzSynapseSqlDatabase -WorkspaceName ContosoWorkspace -Name ContosoSqlDatabase +``` + +This command deletes an Azure Synapse Analytics SQL database. + +### Example 2 +```powershell +PS C:\> $ws = Get-AzSynapseWorkspace -Name ContosoWorkspace +PS C:\> $ws | Remove-AzSynapseSqlDatabase -Name ContosoSqlDatabase +``` + +This command deletes an Azure Synapse Analytics SQL database through pipeline. + +### Example 3 +```powershell +PS C:\> $database = Get-AzSynapseSqlDatabase -WorkspaceName ContosoWorkspace -Name ContosoSqlDatabase +PS C:\> $database | Remove-AzSynapseSqlDatabase +``` + +This command deletes an Azure Synapse Analytics SQL database through pipeline. + +### Example 4 +```powershell +PS C:\> Remove-AzSynapseSqlDatabase -ResourceId /subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/sqlDatabases/ContosoSqlDatabase +``` + +This command deletes an Azure Synapse Analytics SQL database with the specified resource ID. + +## PARAMETERS + +### -AsJob +Run cmdlet in the background + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer +Parameter Sets: (All) +Aliases: AzContext, AzureRmContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +SQL Database input object, usually passed through the pipeline. + +```yaml +Type: Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase +Parameter Sets: DeleteByInputObjectParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +Name of Synapse SQL Database. + +```yaml +Type: System.String +Parameter Sets: DeleteByNameParameterSet, DeleteByParentObjectParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +This Cmdlet does not return an object by default. +If this switch is specified, it returns true if successful. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +Resource group name. + +```yaml +Type: System.String +Parameter Sets: DeleteByNameParameterSet +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceId +Resource identifier of Synapse SQL Database. + +```yaml +Type: System.String +Parameter Sets: DeleteByResourceIdParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -WorkspaceName +Name of Synapse workspace. + +```yaml +Type: System.String +Parameter Sets: DeleteByNameParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WorkspaceObject +workspace input object, usually passed through the pipeline. + +```yaml +Type: Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace +Parameter Sets: DeleteByParentObjectParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace + +### Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase + +### System.String + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS diff --git a/src/Synapse/Synapse/help/Remove-AzSynapseSqlPool.md b/src/Synapse/Synapse/help/Remove-AzSynapseSqlPool.md index 1e21881eec30..510c1e487d8e 100644 --- a/src/Synapse/Synapse/help/Remove-AzSynapseSqlPool.md +++ b/src/Synapse/Synapse/help/Remove-AzSynapseSqlPool.md @@ -14,26 +14,26 @@ Deletes a Synapse Analytics SQL pool. ### DeleteByNameParameterSet (Default) ``` -Remove-AzSynapseSqlPool [-ResourceGroupName ] -WorkspaceName -Name [-PassThru] - [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] +Remove-AzSynapseSqlPool [-ResourceGroupName ] -WorkspaceName -Name [-Version ] + [-PassThru] [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### DeleteByParentObjectParameterSet ``` -Remove-AzSynapseSqlPool -Name -WorkspaceObject [-PassThru] [-AsJob] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] +Remove-AzSynapseSqlPool -Name [-Version ] -WorkspaceObject [-PassThru] + [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### DeleteByInputObjectParameterSet ``` -Remove-AzSynapseSqlPool -InputObject [-PassThru] [-AsJob] +Remove-AzSynapseSqlPool [-Version ] -InputObject [-PassThru] [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### DeleteByResourceIdParameterSet ``` -Remove-AzSynapseSqlPool -ResourceId [-PassThru] [-AsJob] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] +Remove-AzSynapseSqlPool [-Version ] -ResourceId [-PassThru] [-AsJob] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -178,6 +178,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -Version +Version of Synapse SQL pool. For example, 2 or 3. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -WorkspaceName Name of Synapse workspace. diff --git a/src/Synapse/Synapse/help/Test-AzSynapseSqlDatabase.md b/src/Synapse/Synapse/help/Test-AzSynapseSqlDatabase.md new file mode 100644 index 000000000000..fc147f042993 --- /dev/null +++ b/src/Synapse/Synapse/help/Test-AzSynapseSqlDatabase.md @@ -0,0 +1,129 @@ +--- +external help file: Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll-Help.xml +Module Name: Az.Synapse +online version: https://docs.microsoft.com/en-us/powershell/module/az.synapse/test-azsynapsesqldatabase +schema: 2.0.0 +--- + +# Test-AzSynapseSqlDatabase + +## SYNOPSIS +Checks for the existence of a Synapse Analytics SQL database. + +## SYNTAX + +### TestByNameParameterSet (Default) +``` +Test-AzSynapseSqlDatabase [-ResourceGroupName ] -WorkspaceName -Name + [-DefaultProfile ] [] +``` + +### TestByParentObjectParameterSet +``` +Test-AzSynapseSqlDatabase -Name -WorkspaceObject + [-DefaultProfile ] [] +``` + +## DESCRIPTION +The **Test-AzSynapseSqlDatabase** cmdlet checks for the existence of a Synapse Analytics SQL database. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Test-AzSynapseSqlDatabase -WorkspaceName ContosoWorkspace -Name ContosoSqlDatabase +``` + +This command checks the existence of the specified SQL database. + +## PARAMETERS + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer +Parameter Sets: (All) +Aliases: AzContext, AzureRmContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +Name of Synapse SQL Database. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +Resource group name. + +```yaml +Type: System.String +Parameter Sets: TestByNameParameterSet +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WorkspaceName +Name of Synapse workspace. + +```yaml +Type: System.String +Parameter Sets: TestByNameParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WorkspaceObject +workspace input object, usually passed through the pipeline. + +```yaml +Type: Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace +Parameter Sets: TestByParentObjectParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS diff --git a/src/Synapse/Synapse/help/Test-AzSynapseSqlPool.md b/src/Synapse/Synapse/help/Test-AzSynapseSqlPool.md index 376104eb514c..1eaeaa2d99d3 100644 --- a/src/Synapse/Synapse/help/Test-AzSynapseSqlPool.md +++ b/src/Synapse/Synapse/help/Test-AzSynapseSqlPool.md @@ -14,13 +14,13 @@ Checks for the existence of a Synapse Analytics SQL pool. ### TestByNameParameterSet (Default) ``` -Test-AzSynapseSqlPool [-ResourceGroupName ] -WorkspaceName -Name +Test-AzSynapseSqlPool [-ResourceGroupName ] -WorkspaceName -Name [-Version ] [-DefaultProfile ] [] ``` ### TestByParentObjectParameterSet ``` -Test-AzSynapseSqlPool -Name -WorkspaceObject +Test-AzSynapseSqlPool -Name [-Version ] -WorkspaceObject [-DefaultProfile ] [] ``` @@ -83,6 +83,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Version +Version of Synapse SQL pool. For example, 2 or 3. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -WorkspaceName Name of Synapse workspace. diff --git a/src/Synapse/Synapse/help/Update-AzSynapseSqlDatabase.md b/src/Synapse/Synapse/help/Update-AzSynapseSqlDatabase.md new file mode 100644 index 000000000000..2d35e29d0c8c --- /dev/null +++ b/src/Synapse/Synapse/help/Update-AzSynapseSqlDatabase.md @@ -0,0 +1,267 @@ +--- +external help file: Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll-Help.xml +Module Name: Az.Synapse +online version: https://docs.microsoft.com/en-us/powershell/module/az.synapse/update-azsynapsesqldatabase +schema: 2.0.0 +--- + +# Update-AzSynapseSqlDatabase + +## SYNOPSIS +Updates a Synapse Analytics SQL database. + +## SYNTAX + +### UpdateByNameParameterSet (Default) +``` +Update-AzSynapseSqlDatabase [-ResourceGroupName ] -WorkspaceName -Name + [-MaxSizeInBytes ] [-Tag ] [-PassThru] [-AsJob] [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + +### UpdateByParentObjectParameterSet +``` +Update-AzSynapseSqlDatabase -Name [-MaxSizeInBytes ] -WorkspaceObject + [-Tag ] [-PassThru] [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] + [] +``` + +### UpdateByInputObjectParameterSet +``` +Update-AzSynapseSqlDatabase -InputObject [-Tag ] [-PassThru] [-AsJob] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +### UpdateByResourceIdParameterSet +``` +Update-AzSynapseSqlDatabase -ResourceId [-Tag ] [-PassThru] [-AsJob] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +The **Update-AzSynapseSqlDatabase** cmdlet updates an Azure Synapse Analytics SQL database. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Update-AzSynapseSqlDatabase -WorkspaceName ContosoWorkspace -Name ContosoSqlDatabase -Tag @{'key'='value'} +``` + +This command updates an Azure Synapse Analytics SQL database. + +## PARAMETERS + +### -AsJob +Run cmdlet in the background + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer +Parameter Sets: (All) +Aliases: AzContext, AzureRmContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +SQL Database input object, usually passed through the pipeline. + +```yaml +Type: Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase +Parameter Sets: UpdateByInputObjectParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -MaxSizeInBytes +Specifies the maximum size of the database in bytes. + +```yaml +Type: System.Int64 +Parameter Sets: UpdateByNameParameterSet, UpdateByParentObjectParameterSet +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +Name of Synapse SQL Database. + +```yaml +Type: System.String +Parameter Sets: UpdateByNameParameterSet, UpdateByParentObjectParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +This Cmdlet does not return an object by default. +If this switch is specified, it returns true if successful. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +Resource group name. + +```yaml +Type: System.String +Parameter Sets: UpdateByNameParameterSet +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceId +Resource identifier of Synapse SQL Database. + +```yaml +Type: System.String +Parameter Sets: UpdateByResourceIdParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Tag +A string,string dictionary of tags associated with the resource. + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WorkspaceName +Name of Synapse workspace. + +```yaml +Type: System.String +Parameter Sets: UpdateByNameParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WorkspaceObject +workspace input object, usually passed through the pipeline. + +```yaml +Type: Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace +Parameter Sets: UpdateByParentObjectParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.Commands.Synapse.Models.PSSynapseWorkspace + +### Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase + +## OUTPUTS + +### Microsoft.Azure.Commands.Synapse.Models.PSSynapseSqlDatabase + +## NOTES + +## RELATED LINKS diff --git a/src/Synapse/Synapse/help/Update-AzSynapseSqlPool.md b/src/Synapse/Synapse/help/Update-AzSynapseSqlPool.md index 45fc0810b66f..8b42d3327ad2 100644 --- a/src/Synapse/Synapse/help/Update-AzSynapseSqlPool.md +++ b/src/Synapse/Synapse/help/Update-AzSynapseSqlPool.md @@ -14,76 +14,79 @@ Updates a Synapse Analytics SQL pool. ### UpdateByNameParameterSet (Default) ``` -Update-AzSynapseSqlPool [-ResourceGroupName ] -WorkspaceName -Name [-Tag ] - [-PerformanceLevel ] [-PassThru] [-AsJob] [-DefaultProfile ] [-WhatIf] - [-Confirm] [] +Update-AzSynapseSqlPool [-ResourceGroupName ] -WorkspaceName -Name [-Version ] + [-Tag ] [-PerformanceLevel ] [-PassThru] [-AsJob] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### PauseByNameParameterSet ``` -Update-AzSynapseSqlPool [-ResourceGroupName ] -WorkspaceName -Name [-Suspend] - [-PassThru] [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] +Update-AzSynapseSqlPool [-ResourceGroupName ] -WorkspaceName -Name [-Version ] + [-Suspend] [-PassThru] [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] + [] ``` ### ResumeByNameParameterSet ``` -Update-AzSynapseSqlPool [-ResourceGroupName ] -WorkspaceName -Name [-Resume] - [-PassThru] [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] +Update-AzSynapseSqlPool [-ResourceGroupName ] -WorkspaceName -Name [-Version ] + [-Resume] [-PassThru] [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] + [] ``` ### UpdateByParentObjectParameterSet ``` -Update-AzSynapseSqlPool -Name -WorkspaceObject [-Tag ] - [-PerformanceLevel ] [-PassThru] [-AsJob] [-DefaultProfile ] [-WhatIf] - [-Confirm] [] +Update-AzSynapseSqlPool -Name [-Version ] -WorkspaceObject + [-Tag ] [-PerformanceLevel ] [-PassThru] [-AsJob] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### PauseByParentObjectParameterSet ``` -Update-AzSynapseSqlPool -Name [-Suspend] -WorkspaceObject [-PassThru] [-AsJob] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] +Update-AzSynapseSqlPool -Name [-Version ] [-Suspend] -WorkspaceObject + [-PassThru] [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ResumeByParentObjectParameterSet ``` -Update-AzSynapseSqlPool -Name [-Resume] -WorkspaceObject [-PassThru] [-AsJob] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] +Update-AzSynapseSqlPool -Name [-Version ] [-Resume] -WorkspaceObject + [-PassThru] [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### PauseByInputObjectParameterSet ``` -Update-AzSynapseSqlPool [-Suspend] -InputObject [-PassThru] [-AsJob] +Update-AzSynapseSqlPool [-Version ] [-Suspend] -InputObject [-PassThru] [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### PauseByResourceIdParameterSet ``` -Update-AzSynapseSqlPool [-Suspend] -ResourceId [-PassThru] [-AsJob] +Update-AzSynapseSqlPool [-Version ] [-Suspend] -ResourceId [-PassThru] [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ResumeByInputObjectParameterSet ``` -Update-AzSynapseSqlPool [-Resume] -InputObject [-PassThru] [-AsJob] +Update-AzSynapseSqlPool [-Version ] [-Resume] -InputObject [-PassThru] [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ResumeByResourceIdParameterSet ``` -Update-AzSynapseSqlPool [-Resume] -ResourceId [-PassThru] [-AsJob] +Update-AzSynapseSqlPool [-Version ] [-Resume] -ResourceId [-PassThru] [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### UpdateByInputObjectParameterSet ``` -Update-AzSynapseSqlPool -InputObject [-Tag ] [-PerformanceLevel ] - [-PassThru] [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] +Update-AzSynapseSqlPool [-Version ] -InputObject [-Tag ] + [-PerformanceLevel ] [-PassThru] [-AsJob] [-DefaultProfile ] [-WhatIf] + [-Confirm] [] ``` ### UpdateByResourceIdParameterSet ``` -Update-AzSynapseSqlPool -ResourceId [-Tag ] [-PerformanceLevel ] [-PassThru] - [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] +Update-AzSynapseSqlPool [-Version ] -ResourceId [-Tag ] [-PerformanceLevel ] + [-PassThru] [-AsJob] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -289,6 +292,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Version +Version of Synapse SQL pool. For example, 2 or 3. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -WorkspaceName Name of Synapse workspace. From c222b6ed9580de3b41f267d8cb06eeb26637f2be Mon Sep 17 00:00:00 2001 From: Yabo Hu Date: Wed, 12 Aug 2020 13:29:05 +0800 Subject: [PATCH 03/19] authenticate token each time client is sending request (#12454) * authenticate token each time client is sending request * polish code * get access token from context every time applying to request, and remove unnecessary logic * Update RenewingTokenCredential.cs * update per comments * fix test * use external access token --- .../Accounts.Test/AzureRMProfileTests.cs | 4 +- .../Authentication/ExternalAccessToken.cs | 43 +++++++++++++++++++ .../Factories/AuthenticationFactory.cs | 4 +- 3 files changed, 48 insertions(+), 3 deletions(-) create mode 100644 src/Accounts/Authentication/Authentication/ExternalAccessToken.cs diff --git a/src/Accounts/Accounts.Test/AzureRMProfileTests.cs b/src/Accounts/Accounts.Test/AzureRMProfileTests.cs index 35f8262da4ff..210529a2223b 100644 --- a/src/Accounts/Accounts.Test/AzureRMProfileTests.cs +++ b/src/Accounts/Accounts.Test/AzureRMProfileTests.cs @@ -1081,7 +1081,7 @@ public void CanRenewTokenLogin() Assert.Equal(keyVaultToken2, account.GetProperty(AzureAccount.Property.KeyVaultAccessToken)); var factory = new ClientFactory(); var rmClient = factory.CreateArmClient(profile.DefaultContext, AzureEnvironment.Endpoint.ResourceManager); - var rmCred = rmClient.Credentials as TokenCredentials; + var rmCred = rmClient.Credentials as RenewingTokenCredential; Assert.NotNull(rmCred); var message = new HttpRequestMessage(HttpMethod.Get, rmClient.BaseUri.ToString()); rmCred.ProcessHttpRequestAsync(message, CancellationToken.None).ConfigureAwait(false).GetAwaiter().GetResult(); @@ -1089,7 +1089,7 @@ public void CanRenewTokenLogin() Assert.NotNull(message.Headers.Authorization.Parameter); Assert.Contains(accessToken2, message.Headers.Authorization.Parameter); var graphClient = factory.CreateArmClient(profile.DefaultContext, AzureEnvironment.Endpoint.Graph); - var graphCred = graphClient.Credentials as TokenCredentials; + var graphCred = graphClient.Credentials as RenewingTokenCredential; Assert.NotNull(graphCred); var graphMessage = new HttpRequestMessage(HttpMethod.Get, rmClient.BaseUri.ToString()); graphCred.ProcessHttpRequestAsync(graphMessage, CancellationToken.None).ConfigureAwait(false).GetAwaiter().GetResult(); diff --git a/src/Accounts/Authentication/Authentication/ExternalAccessToken.cs b/src/Accounts/Authentication/Authentication/ExternalAccessToken.cs new file mode 100644 index 000000000000..11638d805392 --- /dev/null +++ b/src/Accounts/Authentication/Authentication/ExternalAccessToken.cs @@ -0,0 +1,43 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace Microsoft.Azure.Commands.Common.Authentication.Authentication +{ + public class ExternalAccessToken : IAccessToken + { + public string AccessToken + { + get; set; + } + + public string LoginType + { + get; set; + } + + public string TenantId + { + get; set; + } + + public string UserId + { + get; set; + } + + private readonly Func _refresh; + + public ExternalAccessToken(string token, Func refresh = null) + { + this.AccessToken = token; + this._refresh = refresh; + } + + public void AuthorizeRequest(Action authTokenSetter) + { + AccessToken = (_refresh == null) ? AccessToken : _refresh(); + authTokenSetter("Bearer", AccessToken); + } + } +} diff --git a/src/Accounts/Authentication/Factories/AuthenticationFactory.cs b/src/Accounts/Authentication/Factories/AuthenticationFactory.cs index 3bc2ce7e7568..96472f66b63e 100644 --- a/src/Accounts/Authentication/Factories/AuthenticationFactory.cs +++ b/src/Accounts/Authentication/Factories/AuthenticationFactory.cs @@ -21,6 +21,8 @@ using System.Security; using Microsoft.Azure.Commands.Common.Authentication.Properties; using System.Threading.Tasks; +using Microsoft.Azure.Commands.Common.Authentication.Authentication; +using System.Management.Automation; namespace Microsoft.Azure.Commands.Common.Authentication.Factories { @@ -302,7 +304,7 @@ public ServiceClientCredentials GetServiceClientCredentials(IAzureContext contex case AzureAccount.AccountType.Certificate: throw new NotSupportedException(AzureAccount.AccountType.Certificate.ToString()); case AzureAccount.AccountType.AccessToken: - return new TokenCredentials(GetEndpointToken(context.Account, targetEndpoint)); + return new RenewingTokenCredential(new ExternalAccessToken (GetEndpointToken(context.Account, targetEndpoint), () => GetEndpointToken(context.Account, targetEndpoint))); } From 4f95a1189e40f52d1f0b73bfb5cc757bde93e114 Mon Sep 17 00:00:00 2001 From: LucasYao93 <53558334+LucasYao93@users.noreply.github.com> Date: Wed, 12 Aug 2020 16:36:08 +0800 Subject: [PATCH 04/19] Add Kusto Module. (#12648) * Add Kusto Module. * Update ChangeLog.md Co-authored-by: Yeming Liu --- src/Kusto/Az.Kusto.csproj | 4 +- src/Kusto/Az.Kusto.format.ps1xml | 218 +- src/Kusto/Az.Kusto.psd1 | 10 +- src/Kusto/Az.Kusto.psm1 | 10 +- src/Kusto/ChangeLog.md | 5 +- src/Kusto/Kusto.sln | 94 +- src/Kusto/Properties/AssemblyInfo.cs | 6 +- src/Kusto/check-dependencies.ps1 | 10 +- ...Invoke-AzKustoDataConnectionValidation.ps1 | 52 +- .../custom/New-AzKustoDataConnection.ps1 | 42 +- src/Kusto/custom/New-AzKustoDatabase.ps1 | 4 +- .../custom/Update-AzKustoDataConnection.ps1 | 48 +- src/Kusto/custom/Update-AzKustoDatabase.ps1 | 6 +- src/Kusto/examples/New-AzKustoCluster.md | 2 +- .../examples/New-AzKustoDataConnection.md | 2 +- .../Add-AzKustoClusterLanguageExtension.ps1 | 2 +- .../exports/Add-AzKustoDatabasePrincipal.ps1 | 6 +- ...t-AzKustoAttachedDatabaseConfiguration.ps1 | 4 +- src/Kusto/exports/Get-AzKustoCluster.ps1 | 4 +- .../Get-AzKustoClusterFollowerDatabase.ps1 | 4 +- .../Get-AzKustoClusterLanguageExtension.ps1 | 4 +- .../Get-AzKustoClusterPrincipalAssignment.ps1 | 4 +- src/Kusto/exports/Get-AzKustoClusterSku.ps1 | 6 +- .../exports/Get-AzKustoDataConnection.ps1 | 4 +- src/Kusto/exports/Get-AzKustoDatabase.ps1 | 4 +- .../exports/Get-AzKustoDatabasePrincipal.ps1 | 4 +- ...Get-AzKustoDatabasePrincipalAssignment.ps1 | 4 +- ...Invoke-AzKustoDataConnectionValidation.ps1 | 48 +- ...w-AzKustoAttachedDatabaseConfiguration.ps1 | 4 +- src/Kusto/exports/New-AzKustoCluster.ps1 | 18 +- .../New-AzKustoClusterPrincipalAssignment.ps1 | 4 +- .../exports/New-AzKustoDataConnection.ps1 | 52 +- src/Kusto/exports/New-AzKustoDatabase.ps1 | 4 +- ...New-AzKustoDatabasePrincipalAssignment.ps1 | 4 +- src/Kusto/exports/ProxyCmdletDefinitions.ps1 | 280 +- ...Remove-AzKustoClusterLanguageExtension.ps1 | 2 +- .../Remove-AzKustoDatabasePrincipal.ps1 | 6 +- .../Test-AzKustoClusterNameAvailability.ps1 | 4 +- ...terPrincipalAssignmentNameAvailability.ps1 | 4 +- ...-AzKustoDataConnectionNameAvailability.ps1 | 4 +- .../Test-AzKustoDatabaseNameAvailability.ps1 | 4 +- ...asePrincipalAssignmentNameAvailability.ps1 | 4 +- src/Kusto/exports/Update-AzKustoCluster.ps1 | 18 +- .../exports/Update-AzKustoDataConnection.ps1 | 46 +- src/Kusto/exports/Update-AzKustoDatabase.ps1 | 4 +- src/Kusto/generate-info.json | 8 - src/Kusto/generated/api/Kusto.cs | 793 ++--- ...ttachedDatabaseConfiguration.PowerShell.cs | 48 +- ...chedDatabaseConfiguration.TypeConverter.cs | 6 +- .../AttachedDatabaseConfiguration.cs | 28 +- .../AttachedDatabaseConfiguration.json.cs | 10 +- ...abaseConfigurationListResult.PowerShell.cs | 24 +- ...seConfigurationListResult.TypeConverter.cs | 6 +- ...AttachedDatabaseConfigurationListResult.cs | 16 +- ...hedDatabaseConfigurationListResult.json.cs | 10 +- ...abaseConfigurationProperties.PowerShell.cs | 40 +- ...seConfigurationProperties.TypeConverter.cs | 6 +- ...AttachedDatabaseConfigurationProperties.cs | 10 +- ...hedDatabaseConfigurationProperties.json.cs | 8 +- .../AzureCapacity.PowerShell.cs | 36 +- .../AzureCapacity.TypeConverter.cs | 6 +- .../AzureCapacity.cs | 6 +- .../AzureCapacity.json.cs | 8 +- .../AzureResourceSku.PowerShell.cs | 60 +- .../AzureResourceSku.TypeConverter.cs | 6 +- .../AzureResourceSku.cs | 36 +- .../AzureResourceSku.json.cs | 12 +- .../AzureSku.PowerShell.cs | 32 +- .../AzureSku.TypeConverter.cs | 6 +- .../{Api20200215 => Api20200614}/AzureSku.cs | 6 +- .../AzureSku.json.cs | 8 +- .../CheckNameRequest.PowerShell.cs | 28 +- .../CheckNameRequest.TypeConverter.cs | 6 +- .../CheckNameRequest.cs | 6 +- .../CheckNameRequest.json.cs | 8 +- .../CheckNameResult.PowerShell.cs | 36 +- .../CheckNameResult.TypeConverter.cs | 6 +- .../CheckNameResult.cs | 6 +- .../CheckNameResult.json.cs | 8 +- .../CloudError.PowerShell.cs | 40 +- .../CloudError.TypeConverter.cs | 6 +- .../CloudError.cs | 28 +- .../CloudError.json.cs | 10 +- .../CloudErrorBody.PowerShell.cs | 36 +- .../CloudErrorBody.TypeConverter.cs | 6 +- .../CloudErrorBody.cs | 16 +- .../CloudErrorBody.json.cs | 10 +- .../Cluster.PowerShell.cs | 162 +- .../Cluster.TypeConverter.cs | 6 +- .../{Api20200215 => Api20200614}/Cluster.cs | 146 +- .../Cluster.json.cs | 14 +- .../ClusterCheckNameRequest.PowerShell.cs | 28 +- .../ClusterCheckNameRequest.TypeConverter.cs | 6 +- .../ClusterCheckNameRequest.cs | 6 +- .../ClusterCheckNameRequest.json.cs | 8 +- .../ClusterListResult.PowerShell.cs | 24 +- .../ClusterListResult.TypeConverter.cs | 6 +- .../ClusterListResult.cs | 16 +- .../ClusterListResult.json.cs | 10 +- .../ClusterPrincipalAssignment.PowerShell.cs | 52 +- ...lusterPrincipalAssignment.TypeConverter.cs | 6 +- .../ClusterPrincipalAssignment.cs | 34 +- .../ClusterPrincipalAssignment.json.cs | 10 +- ...alAssignmentCheckNameRequest.PowerShell.cs | 28 +- ...ssignmentCheckNameRequest.TypeConverter.cs | 6 +- ...sterPrincipalAssignmentCheckNameRequest.cs | 6 +- ...rincipalAssignmentCheckNameRequest.json.cs | 8 +- ...rincipalAssignmentListResult.PowerShell.cs | 24 +- ...cipalAssignmentListResult.TypeConverter.cs | 6 +- .../ClusterPrincipalAssignmentListResult.cs | 16 +- ...usterPrincipalAssignmentListResult.json.cs | 10 +- .../ClusterPrincipalProperties.PowerShell.cs | 48 +- ...lusterPrincipalProperties.TypeConverter.cs | 6 +- .../ClusterPrincipalProperties.cs | 12 +- .../ClusterPrincipalProperties.json.cs | 8 +- .../ClusterProperties.PowerShell.cs | 118 +- .../ClusterProperties.TypeConverter.cs | 6 +- .../ClusterProperties.cs | 103 +- .../ClusterProperties.json.cs | 25 +- .../ClusterUpdate.PowerShell.cs | 166 +- .../ClusterUpdate.TypeConverter.cs | 6 +- .../ClusterUpdate.cs | 156 +- .../ClusterUpdate.json.cs | 16 +- .../ClusterUpdateTags.PowerShell.cs | 20 +- .../ClusterUpdateTags.TypeConverter.cs | 6 +- .../ClusterUpdateTags.cs | 6 +- .../ClusterUpdateTags.dictionary.cs | 4 +- .../ClusterUpdateTags.json.cs | 8 +- ...entitiesAdditionalproperties.PowerShell.cs | 28 +- ...itiesAdditionalproperties.TypeConverter.cs | 6 +- ...rassignedidentitiesAdditionalproperties.cs | 10 +- ...gnedidentitiesAdditionalproperties.json.cs | 8 +- .../DataConnection.PowerShell.cs | 28 +- .../DataConnection.TypeConverter.cs | 6 +- .../DataConnection.cs | 6 +- .../DataConnection.json.cs | 10 +- ...taConnectionCheckNameRequest.PowerShell.cs | 28 +- ...onnectionCheckNameRequest.TypeConverter.cs | 6 +- .../DataConnectionCheckNameRequest.cs | 6 +- .../DataConnectionCheckNameRequest.json.cs | 8 +- .../DataConnectionListResult.PowerShell.cs | 24 +- .../DataConnectionListResult.TypeConverter.cs | 6 +- .../DataConnectionListResult.cs | 16 +- .../DataConnectionListResult.json.cs | 10 +- .../DataConnectionValidation.PowerShell.cs | 48 +- .../DataConnectionValidation.TypeConverter.cs | 6 +- .../DataConnectionValidation.cs | 24 +- .../DataConnectionValidation.json.cs | 10 +- ...nnectionValidationListResult.PowerShell.cs | 24 +- ...ctionValidationListResult.TypeConverter.cs | 6 +- .../DataConnectionValidationListResult.cs | 16 +- ...DataConnectionValidationListResult.json.cs | 10 +- ...taConnectionValidationResult.PowerShell.cs | 24 +- ...onnectionValidationResult.TypeConverter.cs | 6 +- .../DataConnectionValidationResult.cs | 6 +- .../DataConnectionValidationResult.json.cs | 8 +- .../Database.PowerShell.cs | 28 +- .../Database.TypeConverter.cs | 6 +- .../{Api20200215 => Api20200614}/Database.cs | 6 +- .../Database.json.cs | 10 +- .../DatabaseListResult.PowerShell.cs | 24 +- .../DatabaseListResult.TypeConverter.cs | 6 +- .../DatabaseListResult.cs | 16 +- .../DatabaseListResult.json.cs | 10 +- .../DatabasePrincipal.PowerShell.cs | 48 +- .../DatabasePrincipal.TypeConverter.cs | 6 +- .../DatabasePrincipal.cs | 8 +- .../DatabasePrincipal.json.cs | 8 +- .../DatabasePrincipalAssignment.PowerShell.cs | 52 +- ...tabasePrincipalAssignment.TypeConverter.cs | 6 +- .../DatabasePrincipalAssignment.cs | 34 +- .../DatabasePrincipalAssignment.json.cs | 10 +- ...alAssignmentCheckNameRequest.PowerShell.cs | 28 +- ...ssignmentCheckNameRequest.TypeConverter.cs | 6 +- ...basePrincipalAssignmentCheckNameRequest.cs | 6 +- ...rincipalAssignmentCheckNameRequest.json.cs | 8 +- ...rincipalAssignmentListResult.PowerShell.cs | 24 +- ...cipalAssignmentListResult.TypeConverter.cs | 6 +- .../DatabasePrincipalAssignmentListResult.cs | 16 +- ...abasePrincipalAssignmentListResult.json.cs | 10 +- ...DatabasePrincipalListRequest.PowerShell.cs | 24 +- ...abasePrincipalListRequest.TypeConverter.cs | 6 +- .../DatabasePrincipalListRequest.cs | 16 +- .../DatabasePrincipalListRequest.json.cs | 10 +- .../DatabasePrincipalListResult.PowerShell.cs | 24 +- ...tabasePrincipalListResult.TypeConverter.cs | 6 +- .../DatabasePrincipalListResult.cs | 16 +- .../DatabasePrincipalListResult.json.cs | 10 +- .../DatabasePrincipalProperties.PowerShell.cs | 48 +- ...tabasePrincipalProperties.TypeConverter.cs | 6 +- .../DatabasePrincipalProperties.cs | 12 +- .../DatabasePrincipalProperties.json.cs | 8 +- .../DatabaseStatistics.PowerShell.cs | 24 +- .../DatabaseStatistics.TypeConverter.cs | 6 +- .../DatabaseStatistics.cs | 6 +- .../DatabaseStatistics.json.cs | 8 +- ...DiagnoseVirtualNetworkResult.PowerShell.cs | 24 +- ...gnoseVirtualNetworkResult.TypeConverter.cs | 6 +- .../DiagnoseVirtualNetworkResult.cs | 6 +- .../DiagnoseVirtualNetworkResult.json.cs | 8 +- ...ventGridConnectionProperties.PowerShell.cs | 48 +- ...tGridConnectionProperties.TypeConverter.cs | 6 +- .../EventGridConnectionProperties.cs | 58 +- .../EventGridConnectionProperties.json.cs | 12 +- .../EventGridDataConnection.PowerShell.cs | 60 +- .../EventGridDataConnection.TypeConverter.cs | 6 +- .../EventGridDataConnection.cs | 80 +- .../EventGridDataConnection.json.cs | 12 +- ...EventHubConnectionProperties.PowerShell.cs | 48 +- ...ntHubConnectionProperties.TypeConverter.cs | 6 +- .../EventHubConnectionProperties.cs | 6 +- .../EventHubConnectionProperties.json.cs | 8 +- .../EventHubDataConnection.PowerShell.cs | 60 +- .../EventHubDataConnection.TypeConverter.cs | 6 +- .../EventHubDataConnection.cs | 40 +- .../EventHubDataConnection.json.cs | 12 +- .../FollowerDatabaseDefinition.PowerShell.cs | 32 +- ...ollowerDatabaseDefinition.TypeConverter.cs | 6 +- .../FollowerDatabaseDefinition.cs | 8 +- .../FollowerDatabaseDefinition.json.cs | 8 +- .../FollowerDatabaseListResult.PowerShell.cs | 24 +- ...ollowerDatabaseListResult.TypeConverter.cs | 6 +- .../FollowerDatabaseListResult.cs | 16 +- .../FollowerDatabaseListResult.json.cs | 10 +- .../Identity.PowerShell.cs | 36 +- .../Identity.TypeConverter.cs | 6 +- .../{Api20200215 => Api20200614}/Identity.cs | 20 +- .../Identity.json.cs | 10 +- ...entityUserAssignedIdentities.PowerShell.cs | 20 +- ...ityUserAssignedIdentities.TypeConverter.cs | 6 +- .../IdentityUserAssignedIdentities.cs | 8 +- ...entityUserAssignedIdentities.dictionary.cs | 26 +- .../IdentityUserAssignedIdentities.json.cs | 12 +- .../IotHubConnectionProperties.PowerShell.cs | 48 +- ...otHubConnectionProperties.TypeConverter.cs | 6 +- .../IotHubConnectionProperties.cs | 6 +- .../IotHubConnectionProperties.json.cs | 8 +- .../IotHubDataConnection.PowerShell.cs | 60 +- .../IotHubDataConnection.TypeConverter.cs | 6 +- .../IotHubDataConnection.cs | 40 +- .../IotHubDataConnection.json.cs | 12 +- .../KeyVaultProperties.PowerShell.cs | 32 +- .../KeyVaultProperties.TypeConverter.cs | 6 +- .../KeyVaultProperties.cs | 6 +- .../KeyVaultProperties.json.cs | 8 +- .../LanguageExtension.PowerShell.cs | 24 +- .../LanguageExtension.TypeConverter.cs | 6 +- .../LanguageExtension.cs | 6 +- .../LanguageExtension.json.cs | 8 +- .../LanguageExtensionsList.PowerShell.cs | 24 +- .../LanguageExtensionsList.TypeConverter.cs | 6 +- .../LanguageExtensionsList.cs | 16 +- .../LanguageExtensionsList.json.cs | 10 +- .../ListResourceSkusResult.PowerShell.cs | 24 +- .../ListResourceSkusResult.TypeConverter.cs | 6 +- .../ListResourceSkusResult.cs | 16 +- .../ListResourceSkusResult.json.cs | 10 +- .../Operation.PowerShell.cs | 52 +- .../Operation.TypeConverter.cs | 6 +- .../{Api20200215 => Api20200614}/Operation.cs | 32 +- .../Operation.json.cs | 12 +- .../OperationDisplay.PowerShell.cs | 36 +- .../OperationDisplay.TypeConverter.cs | 6 +- .../OperationDisplay.cs | 6 +- .../OperationDisplay.json.cs | 8 +- .../OperationListResult.PowerShell.cs | 28 +- .../OperationListResult.TypeConverter.cs | 6 +- .../OperationListResult.cs | 16 +- .../OperationListResult.json.cs | 10 +- .../OperationProperties.PowerShell.cs | 20 +- .../OperationProperties.TypeConverter.cs | 6 +- .../OperationProperties.cs | 6 +- .../OperationProperties.json.cs | 8 +- .../OptimizedAutoscale.PowerShell.cs | 36 +- .../OptimizedAutoscale.TypeConverter.cs | 6 +- .../OptimizedAutoscale.cs | 6 +- .../OptimizedAutoscale.json.cs | 8 +- .../ReadOnlyFollowingDatabase.PowerShell.cs | 64 +- ...ReadOnlyFollowingDatabase.TypeConverter.cs | 6 +- .../ReadOnlyFollowingDatabase.cs | 54 +- .../ReadOnlyFollowingDatabase.json.cs | 12 +- ...yFollowingDatabaseProperties.PowerShell.cs | 52 +- ...llowingDatabaseProperties.TypeConverter.cs | 6 +- .../ReadOnlyFollowingDatabaseProperties.cs | 26 +- ...eadOnlyFollowingDatabaseProperties.json.cs | 10 +- .../ReadWriteDatabase.PowerShell.cs | 56 +- .../ReadWriteDatabase.TypeConverter.cs | 6 +- .../ReadWriteDatabase.cs | 50 +- .../ReadWriteDatabase.json.cs | 12 +- .../ReadWriteDatabaseProperties.PowerShell.cs | 44 +- ...adWriteDatabaseProperties.TypeConverter.cs | 6 +- .../ReadWriteDatabaseProperties.cs | 30 +- .../ReadWriteDatabaseProperties.json.cs | 14 +- .../SkuDescription.PowerShell.cs | 44 +- .../SkuDescription.TypeConverter.cs | 6 +- .../SkuDescription.cs | 38 +- .../SkuDescription.json.cs | 12 +- .../SkuDescriptionList.PowerShell.cs | 24 +- .../SkuDescriptionList.TypeConverter.cs | 6 +- .../SkuDescriptionList.cs | 18 +- .../SkuDescriptionList.json.cs | 10 +- ...uDescriptionRestrictionsItem.PowerShell.cs | 20 +- ...scriptionRestrictionsItem.TypeConverter.cs | 6 +- .../SkuDescriptionRestrictionsItem.cs | 6 +- .../SkuDescriptionRestrictionsItem.json.cs | 8 +- .../SkuLocationInfoItem.PowerShell.cs | 28 +- .../SkuLocationInfoItem.TypeConverter.cs | 6 +- .../SkuLocationInfoItem.cs | 6 +- .../SkuLocationInfoItem.json.cs | 8 +- .../TrustedExternalTenant.PowerShell.cs | 24 +- .../TrustedExternalTenant.TypeConverter.cs | 6 +- .../TrustedExternalTenant.cs | 6 +- .../TrustedExternalTenant.json.cs | 8 +- .../VirtualNetworkConfiguration.PowerShell.cs | 32 +- ...rtualNetworkConfiguration.TypeConverter.cs | 6 +- .../VirtualNetworkConfiguration.cs | 6 +- .../VirtualNetworkConfiguration.json.cs | 8 +- .../Support/BlobStorageEventType.Completer.cs | 39 + .../BlobStorageEventType.TypeConverter.cs | 59 + .../api/Support/BlobStorageEventType.cs | 97 + .../Support/EventGridDataFormat.Completer.cs | 8 + .../api/Support/EventGridDataFormat.cs | 4 + .../Support/EventHubDataFormat.Completer.cs | 8 + .../api/Support/EventHubDataFormat.cs | 4 + .../api/Support/IotHubDataFormat.Completer.cs | 8 + .../generated/api/Support/IotHubDataFormat.cs | 4 + ...stoClusterLanguageExtension_AddExpanded.cs | 18 +- ...anguageExtension_AddViaIdentityExpanded.cs | 18 +- ...AddAzKustoDatabasePrincipal_AddExpanded.cs | 28 +- ...atabasePrincipal_AddViaIdentityExpanded.cs | 28 +- ...zKustoAttachedDatabaseConfiguration_Get.cs | 22 +- ...hedDatabaseConfiguration_GetViaIdentity.cs | 22 +- ...KustoAttachedDatabaseConfiguration_List.cs | 20 +- .../GetAzKustoClusterFollowerDatabase_List.cs | 20 +- ...GetAzKustoClusterLanguageExtension_List.cs | 20 +- ...etAzKustoClusterPrincipalAssignment_Get.cs | 22 +- ...usterPrincipalAssignment_GetViaIdentity.cs | 22 +- ...tAzKustoClusterPrincipalAssignment_List.cs | 20 +- .../cmdlets/GetAzKustoClusterSku_List.cs | 20 +- .../cmdlets/GetAzKustoClusterSku_List1.cs | 20 +- .../cmdlets/GetAzKustoCluster_Get.cs | 22 +- .../GetAzKustoCluster_GetViaIdentity.cs | 22 +- .../cmdlets/GetAzKustoCluster_List.cs | 20 +- .../cmdlets/GetAzKustoCluster_List1.cs | 20 +- .../cmdlets/GetAzKustoDataConnection_Get.cs | 22 +- ...GetAzKustoDataConnection_GetViaIdentity.cs | 22 +- .../cmdlets/GetAzKustoDataConnection_List.cs | 20 +- ...tAzKustoDatabasePrincipalAssignment_Get.cs | 22 +- ...abasePrincipalAssignment_GetViaIdentity.cs | 22 +- ...AzKustoDatabasePrincipalAssignment_List.cs | 20 +- .../GetAzKustoDatabasePrincipal_List.cs | 20 +- .../cmdlets/GetAzKustoDatabase_Get.cs | 22 +- .../GetAzKustoDatabase_GetViaIdentity.cs | 22 +- .../cmdlets/GetAzKustoDatabase_List.cs | 20 +- .../cmdlets/GetAzKustoOperation_List.cs | 20 +- ...okeAzKustoDataConnectionValidation_Data.cs | 148 +- ...toDataConnectionValidation_DataExpanded.cs | 146 +- ...ataConnectionValidation_DataViaIdentity.cs | 146 +- ...ctionValidation_DataViaIdentityExpanded.cs | 146 +- ...hClusterFollowerDatabase_DetachExpanded.cs | 14 +- ...lowerDatabase_DetachViaIdentityExpanded.cs | 14 +- ...oDiagnoseClusterVirtualNetwork_Diagnose.cs | 18 +- ...usterVirtualNetwork_DiagnoseViaIdentity.cs | 18 +- ...hedDatabaseConfiguration_CreateExpanded.cs | 26 +- ...usterPrincipalAssignment_CreateExpanded.cs | 26 +- .../NewAzKustoCluster_CreateExpanded.cs | 49 +- .../NewAzKustoDataConnection_Create.cs | 28 +- ...NewAzKustoDataConnection_CreateExpanded.cs | 26 +- ...abasePrincipalAssignment_CreateExpanded.cs | 26 +- .../cmdlets/NewAzKustoDatabase_Create.cs | 28 +- .../NewAzKustoDatabase_CreateExpanded.cs | 26 +- ...stoAttachedDatabaseConfiguration_Delete.cs | 10 +- ...DatabaseConfiguration_DeleteViaIdentity.cs | 10 +- ...ClusterLanguageExtension_RemoveExpanded.cs | 18 +- ...uageExtension_RemoveViaIdentityExpanded.cs | 18 +- ...zKustoClusterPrincipalAssignment_Delete.cs | 10 +- ...erPrincipalAssignment_DeleteViaIdentity.cs | 10 +- .../cmdlets/RemoveAzKustoCluster_Delete.cs | 10 +- .../RemoveAzKustoCluster_DeleteViaIdentity.cs | 10 +- .../RemoveAzKustoDataConnection_Delete.cs | 10 +- ...AzKustoDataConnection_DeleteViaIdentity.cs | 10 +- ...KustoDatabasePrincipalAssignment_Delete.cs | 10 +- ...sePrincipalAssignment_DeleteViaIdentity.cs | 10 +- ...AzKustoDatabasePrincipal_RemoveExpanded.cs | 28 +- ...basePrincipal_RemoveViaIdentityExpanded.cs | 28 +- .../cmdlets/RemoveAzKustoDatabase_Delete.cs | 10 +- ...RemoveAzKustoDatabase_DeleteViaIdentity.cs | 10 +- .../cmdlets/StartAzKustoCluster_Start.cs | 10 +- .../StartAzKustoCluster_StartViaIdentity.cs | 10 +- .../cmdlets/StopAzKustoCluster_Stop.cs | 10 +- .../StopAzKustoCluster_StopViaIdentity.cs | 10 +- ...toClusterNameAvailability_CheckExpanded.cs | 26 +- ...meAvailability_CheckViaIdentityExpanded.cs | 26 +- ...ssignmentNameAvailability_CheckExpanded.cs | 26 +- ...meAvailability_CheckViaIdentityExpanded.cs | 26 +- ...onnectionNameAvailability_CheckExpanded.cs | 26 +- ...meAvailability_CheckViaIdentityExpanded.cs | 26 +- ...oDatabaseNameAvailability_CheckExpanded.cs | 26 +- ...meAvailability_CheckViaIdentityExpanded.cs | 26 +- ...ssignmentNameAvailability_CheckExpanded.cs | 26 +- ...meAvailability_CheckViaIdentityExpanded.cs | 26 +- .../UpdateAzKustoCluster_UpdateExpanded.cs | 53 +- ...zKustoCluster_UpdateViaIdentityExpanded.cs | 53 +- .../UpdateAzKustoDataConnection_Update.cs | 28 +- ...ateAzKustoDataConnection_UpdateExpanded.cs | 26 +- ...AzKustoDataConnection_UpdateViaIdentity.cs | 28 +- ...ataConnection_UpdateViaIdentityExpanded.cs | 26 +- .../cmdlets/UpdateAzKustoDatabase_Update.cs | 28 +- .../UpdateAzKustoDatabase_UpdateExpanded.cs | 26 +- ...UpdateAzKustoDatabase_UpdateViaIdentity.cs | 28 +- ...KustoDatabase_UpdateViaIdentityExpanded.cs | 26 +- src/Kusto/generated/runtime/HttpPipeline.cs | 4 +- .../Add-AzKustoClusterLanguageExtension.md | 2 +- .../help/Add-AzKustoDatabasePrincipal.md | 4 +- src/Kusto/help/Az.Kusto.md | 2 +- ...et-AzKustoAttachedDatabaseConfiguration.md | 2 +- src/Kusto/help/Get-AzKustoCluster.md | 2 +- .../Get-AzKustoClusterFollowerDatabase.md | 2 +- .../Get-AzKustoClusterLanguageExtension.md | 2 +- .../Get-AzKustoClusterPrincipalAssignment.md | 2 +- src/Kusto/help/Get-AzKustoClusterSku.md | 4 +- src/Kusto/help/Get-AzKustoDataConnection.md | 2 +- src/Kusto/help/Get-AzKustoDatabase.md | 2 +- .../help/Get-AzKustoDatabasePrincipal.md | 2 +- .../Get-AzKustoDatabasePrincipalAssignment.md | 2 +- .../Invoke-AzKustoDataConnectionValidation.md | 64 +- ...ew-AzKustoAttachedDatabaseConfiguration.md | 2 +- src/Kusto/help/New-AzKustoCluster.md | 34 +- .../New-AzKustoClusterPrincipalAssignment.md | 2 +- src/Kusto/help/New-AzKustoDataConnection.md | 64 +- src/Kusto/help/New-AzKustoDatabase.md | 2 +- .../New-AzKustoDatabasePrincipalAssignment.md | 2 +- .../Remove-AzKustoClusterLanguageExtension.md | 2 +- .../help/Remove-AzKustoDatabasePrincipal.md | 4 +- .../Test-AzKustoClusterNameAvailability.md | 2 +- ...sterPrincipalAssignmentNameAvailability.md | 2 +- ...t-AzKustoDataConnectionNameAvailability.md | 2 +- .../Test-AzKustoDatabaseNameAvailability.md | 2 +- ...basePrincipalAssignmentNameAvailability.md | 2 +- src/Kusto/help/Update-AzKustoCluster.md | 42 +- .../help/Update-AzKustoDataConnection.md | 52 +- src/Kusto/help/Update-AzKustoDatabase.md | 2 +- src/Kusto/internal/Get-AzKustoOperation.ps1 | 4 +- ...Invoke-AzKustoDataConnectionValidation.ps1 | 20 +- .../internal/New-AzKustoDataConnection.ps1 | 10 +- src/Kusto/internal/New-AzKustoDatabase.ps1 | 8 +- src/Kusto/internal/ProxyCmdletDefinitions.ps1 | 58 +- .../internal/Update-AzKustoDataConnection.ps1 | 8 +- src/Kusto/internal/Update-AzKustoDatabase.ps1 | 8 +- src/Kusto/readme.md | 6 +- ...stoClusterLanguageExtension.Recording.json | 1378 ++++---- ...-AzKustoClusterLanguageExtension.Tests.ps1 | 2 +- ...tachedDatabaseConfiguration.Recording.json | 62 +- ...stoAttachedDatabaseConfiguration.Tests.ps1 | 6 +- .../test/Get-AzKustoCluster.Recording.json | 64 +- src/Kusto/test/Get-AzKustoCluster.Tests.ps1 | 2 +- ...ustoClusterFollowerDatabase.Recording.json | 30 +- ...t-AzKustoClusterFollowerDatabase.Tests.ps1 | 4 +- ...stoClusterLanguageExtension.Recording.json | 28 +- ...-AzKustoClusterLanguageExtension.Tests.ps1 | 4 +- ...oClusterPrincipalAssignment.Recording.json | 58 +- ...zKustoClusterPrincipalAssignment.Tests.ps1 | 2 +- .../test/Get-AzKustoClusterSku.Recording.json | 50 +- .../test/Get-AzKustoClusterSku.Tests.ps1 | 6 +- .../Get-AzKustoDataConnection.Recording.json | 51 +- .../test/Get-AzKustoDataConnection.Tests.ps1 | 29 +- .../test/Get-AzKustoDatabase.Recording.json | 60 +- src/Kusto/test/Get-AzKustoDatabase.Tests.ps1 | 10 +- ...et-AzKustoDatabasePrincipal.Recording.json | 30 +- .../Get-AzKustoDatabasePrincipal.Tests.ps1 | 4 +- ...DatabasePrincipalAssignment.Recording.json | 62 +- ...KustoDatabasePrincipalAssignment.Tests.ps1 | 8 +- ...stoDataConnectionValidation.Recording.json | 748 ++++- ...-AzKustoDataConnectionValidation.Tests.ps1 | 54 +- ...tachClusterFollowerDatabase.Recording.json | 944 +++++- ...stoDetachClusterFollowerDatabase.Tests.ps1 | 32 +- ...agnoseClusterVirtualNetwork.Recording.json | 736 ++--- ...stoDiagnoseClusterVirtualNetwork.Tests.ps1 | 2 +- ...tachedDatabaseConfiguration.Recording.json | 450 ++- ...stoAttachedDatabaseConfiguration.Tests.ps1 | 12 +- .../test/New-AzKustoCluster.Recording.json | 1620 +++++++--- src/Kusto/test/New-AzKustoCluster.Tests.ps1 | 8 +- ...oClusterPrincipalAssignment.Recording.json | 212 +- ...zKustoClusterPrincipalAssignment.Tests.ps1 | 7 +- .../New-AzKustoDataConnection.Recording.json | 687 ++-- .../test/New-AzKustoDataConnection.Tests.ps1 | 34 +- .../test/New-AzKustoDatabase.Recording.json | 446 ++- src/Kusto/test/New-AzKustoDatabase.Tests.ps1 | 19 +- ...DatabasePrincipalAssignment.Recording.json | 212 +- ...KustoDatabasePrincipalAssignment.Tests.ps1 | 5 +- ...tachedDatabaseConfiguration.Recording.json | 451 ++- ...stoAttachedDatabaseConfiguration.Tests.ps1 | 15 +- .../test/Remove-AzKustoCluster.Recording.json | 1554 +++++---- .../test/Remove-AzKustoCluster.Tests.ps1 | 6 +- ...stoClusterLanguageExtension.Recording.json | 564 ++-- ...-AzKustoClusterLanguageExtension.Tests.ps1 | 6 +- ...oClusterPrincipalAssignment.Recording.json | 214 +- ...zKustoClusterPrincipalAssignment.Tests.ps1 | 8 +- ...emove-AzKustoDataConnection.Recording.json | 212 +- .../Remove-AzKustoDataConnection.Tests.ps1 | 11 +- .../Remove-AzKustoDatabase.Recording.json | 232 +- .../test/Remove-AzKustoDatabase.Tests.ps1 | 6 +- ...ve-AzKustoDatabasePrincipal.Recording.json | 99 +- .../Remove-AzKustoDatabasePrincipal.Tests.ps1 | 5 +- ...DatabasePrincipalAssignment.Recording.json | 214 +- ...KustoDatabasePrincipalAssignment.Tests.ps1 | 10 +- .../test/Start-AzKustoCluster.Recording.json | 2764 ++++++++++++++++- src/Kusto/test/Start-AzKustoCluster.Tests.ps1 | 8 +- .../test/Stop-AzKustoCluster.Recording.json | 2645 +++++++++++++++- src/Kusto/test/Stop-AzKustoCluster.Tests.ps1 | 8 +- ...ustoClusterNameAvailability.Recording.json | 35 +- ...t-AzKustoClusterNameAvailability.Tests.ps1 | 2 +- ...lAssignmentNameAvailability.Recording.json | 98 +- ...ncipalAssignmentNameAvailability.Tests.ps1 | 6 +- ...aConnectionNameAvailability.Recording.json | 102 +- ...toDataConnectionNameAvailability.Tests.ps1 | 4 +- ...stoDatabaseNameAvailability.Recording.json | 100 +- ...-AzKustoDatabaseNameAvailability.Tests.ps1 | 4 +- ...lAssignmentNameAvailability.Recording.json | 339 +- ...ncipalAssignmentNameAvailability.Tests.ps1 | 13 +- .../test/Update-AzKustoCluster.Recording.json | 998 +++--- .../test/Update-AzKustoCluster.Tests.ps1 | 9 +- ...pdate-AzKustoDataConnection.Recording.json | 702 ++--- .../Update-AzKustoDataConnection.Tests.ps1 | 60 +- .../Update-AzKustoDatabase.Recording.json | 620 ++-- .../test/Update-AzKustoDatabase.Tests.ps1 | 62 +- src/Kusto/test/common.ps1 | 32 +- src/Kusto/test/constants.json | 23 + .../event-grid/parameters.json | 12 + .../event-grid/template.json | 89 + .../event-hub/parameters.json | 12 + .../event-hub/template.json | 89 + .../storage-account/parameters.json | 9 + .../storage-account/template.json | 84 + src/Kusto/test/env.json | 69 +- src/Kusto/test/utils.ps1 | 116 +- 536 files changed, 21063 insertions(+), 10026 deletions(-) delete mode 100644 src/Kusto/generate-info.json rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/AttachedDatabaseConfiguration.PowerShell.cs (81%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/AttachedDatabaseConfiguration.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/AttachedDatabaseConfiguration.cs (89%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/AttachedDatabaseConfiguration.json.cs (96%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/AttachedDatabaseConfigurationListResult.PowerShell.cs (86%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/AttachedDatabaseConfigurationListResult.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/AttachedDatabaseConfigurationListResult.cs (83%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/AttachedDatabaseConfigurationListResult.json.cs (93%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/AttachedDatabaseConfigurationProperties.PowerShell.cs (83%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/AttachedDatabaseConfigurationProperties.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/AttachedDatabaseConfigurationProperties.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/AttachedDatabaseConfigurationProperties.json.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/AzureCapacity.PowerShell.cs (84%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/AzureCapacity.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/AzureCapacity.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/AzureCapacity.json.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/AzureResourceSku.PowerShell.cs (75%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/AzureResourceSku.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/AzureResourceSku.cs (84%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/AzureResourceSku.json.cs (95%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/AzureSku.PowerShell.cs (85%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/AzureSku.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/AzureSku.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/AzureSku.json.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/CheckNameRequest.PowerShell.cs (87%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/CheckNameRequest.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/CheckNameRequest.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/CheckNameRequest.json.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/CheckNameResult.PowerShell.cs (83%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/CheckNameResult.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/CheckNameResult.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/CheckNameResult.json.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/CloudError.PowerShell.cs (77%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/CloudError.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/CloudError.cs (83%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/CloudError.json.cs (96%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/CloudErrorBody.PowerShell.cs (80%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/CloudErrorBody.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/CloudErrorBody.cs (94%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/CloudErrorBody.json.cs (95%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/Cluster.PowerShell.cs (65%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/Cluster.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/Cluster.cs (80%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/Cluster.json.cs (95%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterCheckNameRequest.PowerShell.cs (87%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterCheckNameRequest.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterCheckNameRequest.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterCheckNameRequest.json.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterListResult.PowerShell.cs (85%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterListResult.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterListResult.cs (86%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterListResult.json.cs (93%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterPrincipalAssignment.PowerShell.cs (81%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterPrincipalAssignment.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterPrincipalAssignment.cs (87%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterPrincipalAssignment.json.cs (96%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterPrincipalAssignmentCheckNameRequest.PowerShell.cs (88%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterPrincipalAssignmentCheckNameRequest.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterPrincipalAssignmentCheckNameRequest.cs (96%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterPrincipalAssignmentCheckNameRequest.json.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterPrincipalAssignmentListResult.PowerShell.cs (84%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterPrincipalAssignmentListResult.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterPrincipalAssignmentListResult.cs (84%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterPrincipalAssignmentListResult.json.cs (93%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterPrincipalProperties.PowerShell.cs (81%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterPrincipalProperties.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterPrincipalProperties.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterPrincipalProperties.json.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterProperties.PowerShell.cs (64%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterProperties.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterProperties.cs (82%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterProperties.json.cs (89%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterUpdate.PowerShell.cs (63%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterUpdate.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterUpdate.cs (80%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterUpdate.json.cs (94%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterUpdateTags.PowerShell.cs (92%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterUpdateTags.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterUpdateTags.cs (93%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterUpdateTags.dictionary.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ClusterUpdateTags.json.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties.PowerShell.cs (89%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties.cs (92%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties.json.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DataConnection.PowerShell.cs (89%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DataConnection.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DataConnection.cs (99%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DataConnection.json.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DataConnectionCheckNameRequest.PowerShell.cs (87%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DataConnectionCheckNameRequest.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DataConnectionCheckNameRequest.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DataConnectionCheckNameRequest.json.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DataConnectionListResult.PowerShell.cs (85%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DataConnectionListResult.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DataConnectionListResult.cs (79%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DataConnectionListResult.json.cs (93%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DataConnectionValidation.PowerShell.cs (78%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DataConnectionValidation.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DataConnectionValidation.cs (90%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DataConnectionValidation.json.cs (96%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DataConnectionValidationListResult.PowerShell.cs (86%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DataConnectionValidationListResult.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DataConnectionValidationListResult.cs (83%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DataConnectionValidationListResult.json.cs (93%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DataConnectionValidationResult.PowerShell.cs (89%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DataConnectionValidationResult.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DataConnectionValidationResult.cs (95%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DataConnectionValidationResult.json.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/Database.PowerShell.cs (88%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/Database.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/Database.cs (99%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/Database.json.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabaseListResult.PowerShell.cs (85%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabaseListResult.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabaseListResult.cs (86%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabaseListResult.json.cs (93%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabasePrincipal.PowerShell.cs (80%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabasePrincipal.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabasePrincipal.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabasePrincipal.json.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabasePrincipalAssignment.PowerShell.cs (81%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabasePrincipalAssignment.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabasePrincipalAssignment.cs (87%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabasePrincipalAssignment.json.cs (96%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabasePrincipalAssignmentCheckNameRequest.PowerShell.cs (88%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabasePrincipalAssignmentCheckNameRequest.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabasePrincipalAssignmentCheckNameRequest.cs (96%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabasePrincipalAssignmentCheckNameRequest.json.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabasePrincipalAssignmentListResult.PowerShell.cs (86%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabasePrincipalAssignmentListResult.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabasePrincipalAssignmentListResult.cs (84%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabasePrincipalAssignmentListResult.json.cs (93%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabasePrincipalListRequest.PowerShell.cs (85%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabasePrincipalListRequest.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabasePrincipalListRequest.cs (85%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabasePrincipalListRequest.json.cs (93%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabasePrincipalListResult.PowerShell.cs (85%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabasePrincipalListResult.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabasePrincipalListResult.cs (85%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabasePrincipalListResult.json.cs (93%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabasePrincipalProperties.PowerShell.cs (81%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabasePrincipalProperties.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabasePrincipalProperties.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabasePrincipalProperties.json.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabaseStatistics.PowerShell.cs (89%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabaseStatistics.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabaseStatistics.cs (96%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DatabaseStatistics.json.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DiagnoseVirtualNetworkResult.PowerShell.cs (89%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DiagnoseVirtualNetworkResult.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DiagnoseVirtualNetworkResult.cs (95%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/DiagnoseVirtualNetworkResult.json.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/EventGridConnectionProperties.PowerShell.cs (69%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/EventGridConnectionProperties.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/EventGridConnectionProperties.cs (72%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/EventGridConnectionProperties.json.cs (87%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/EventGridDataConnection.PowerShell.cs (69%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/EventGridDataConnection.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/EventGridDataConnection.cs (72%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/EventGridDataConnection.json.cs (95%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/EventHubConnectionProperties.PowerShell.cs (80%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/EventHubConnectionProperties.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/EventHubConnectionProperties.cs (99%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/EventHubConnectionProperties.json.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/EventHubDataConnection.PowerShell.cs (79%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/EventHubDataConnection.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/EventHubDataConnection.cs (87%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/EventHubDataConnection.json.cs (95%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/FollowerDatabaseDefinition.PowerShell.cs (85%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/FollowerDatabaseDefinition.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/FollowerDatabaseDefinition.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/FollowerDatabaseDefinition.json.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/FollowerDatabaseListResult.PowerShell.cs (85%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/FollowerDatabaseListResult.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/FollowerDatabaseListResult.cs (84%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/FollowerDatabaseListResult.json.cs (93%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/Identity.PowerShell.cs (81%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/Identity.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/Identity.cs (91%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/Identity.json.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/IdentityUserAssignedIdentities.PowerShell.cs (92%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/IdentityUserAssignedIdentities.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/IdentityUserAssignedIdentities.cs (92%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/IdentityUserAssignedIdentities.dictionary.cs (82%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/IdentityUserAssignedIdentities.json.cs (95%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/IotHubConnectionProperties.PowerShell.cs (81%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/IotHubConnectionProperties.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/IotHubConnectionProperties.cs (99%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/IotHubConnectionProperties.json.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/IotHubDataConnection.PowerShell.cs (78%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/IotHubDataConnection.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/IotHubDataConnection.cs (87%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/IotHubDataConnection.json.cs (95%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/KeyVaultProperties.PowerShell.cs (85%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/KeyVaultProperties.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/KeyVaultProperties.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/KeyVaultProperties.json.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/LanguageExtension.PowerShell.cs (89%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/LanguageExtension.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/LanguageExtension.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/LanguageExtension.json.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/LanguageExtensionsList.PowerShell.cs (84%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/LanguageExtensionsList.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/LanguageExtensionsList.cs (84%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/LanguageExtensionsList.json.cs (93%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ListResourceSkusResult.PowerShell.cs (84%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ListResourceSkusResult.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ListResourceSkusResult.cs (85%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ListResourceSkusResult.json.cs (92%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/Operation.PowerShell.cs (75%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/Operation.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/Operation.cs (85%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/Operation.json.cs (96%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/OperationDisplay.PowerShell.cs (83%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/OperationDisplay.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/OperationDisplay.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/OperationDisplay.json.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/OperationListResult.PowerShell.cs (83%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/OperationListResult.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/OperationListResult.cs (91%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/OperationListResult.json.cs (94%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/OperationProperties.PowerShell.cs (92%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/OperationProperties.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/OperationProperties.cs (92%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/OperationProperties.json.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/OptimizedAutoscale.PowerShell.cs (84%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/OptimizedAutoscale.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/OptimizedAutoscale.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/OptimizedAutoscale.json.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ReadOnlyFollowingDatabase.PowerShell.cs (77%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ReadOnlyFollowingDatabase.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ReadOnlyFollowingDatabase.cs (84%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ReadOnlyFollowingDatabase.json.cs (95%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ReadOnlyFollowingDatabaseProperties.PowerShell.cs (78%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ReadOnlyFollowingDatabaseProperties.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ReadOnlyFollowingDatabaseProperties.cs (92%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ReadOnlyFollowingDatabaseProperties.json.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ReadWriteDatabase.PowerShell.cs (75%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ReadWriteDatabase.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ReadWriteDatabase.cs (80%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ReadWriteDatabase.json.cs (95%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ReadWriteDatabaseProperties.PowerShell.cs (78%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ReadWriteDatabaseProperties.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ReadWriteDatabaseProperties.cs (87%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/ReadWriteDatabaseProperties.json.cs (92%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/SkuDescription.PowerShell.cs (77%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/SkuDescription.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/SkuDescription.cs (85%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/SkuDescription.json.cs (95%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/SkuDescriptionList.PowerShell.cs (85%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/SkuDescriptionList.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/SkuDescriptionList.cs (81%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/SkuDescriptionList.json.cs (94%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/SkuDescriptionRestrictionsItem.PowerShell.cs (92%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/SkuDescriptionRestrictionsItem.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/SkuDescriptionRestrictionsItem.cs (89%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/SkuDescriptionRestrictionsItem.json.cs (96%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/SkuLocationInfoItem.PowerShell.cs (87%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/SkuLocationInfoItem.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/SkuLocationInfoItem.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/SkuLocationInfoItem.json.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/TrustedExternalTenant.PowerShell.cs (89%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/TrustedExternalTenant.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/TrustedExternalTenant.cs (96%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/TrustedExternalTenant.json.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/VirtualNetworkConfiguration.PowerShell.cs (85%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/VirtualNetworkConfiguration.TypeConverter.cs (98%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/VirtualNetworkConfiguration.cs (97%) rename src/Kusto/generated/api/Models/{Api20200215 => Api20200614}/VirtualNetworkConfiguration.json.cs (97%) create mode 100644 src/Kusto/generated/api/Support/BlobStorageEventType.Completer.cs create mode 100644 src/Kusto/generated/api/Support/BlobStorageEventType.TypeConverter.cs create mode 100644 src/Kusto/generated/api/Support/BlobStorageEventType.cs create mode 100644 src/Kusto/test/constants.json create mode 100644 src/Kusto/test/deployment-templates/event-grid/parameters.json create mode 100644 src/Kusto/test/deployment-templates/event-grid/template.json create mode 100644 src/Kusto/test/deployment-templates/event-hub/parameters.json create mode 100644 src/Kusto/test/deployment-templates/event-hub/template.json create mode 100644 src/Kusto/test/deployment-templates/storage-account/parameters.json create mode 100644 src/Kusto/test/deployment-templates/storage-account/template.json diff --git a/src/Kusto/Az.Kusto.csproj b/src/Kusto/Az.Kusto.csproj index d3f9df1d2337..785d1ede5822 100644 --- a/src/Kusto/Az.Kusto.csproj +++ b/src/Kusto/Az.Kusto.csproj @@ -1,7 +1,7 @@ - + Kusto - \ No newline at end of file + diff --git a/src/Kusto/Az.Kusto.format.ps1xml b/src/Kusto/Az.Kusto.format.ps1xml index 8a340649f3da..edd77ca54d1a 100644 --- a/src/Kusto/Az.Kusto.format.ps1xml +++ b/src/Kusto/Az.Kusto.format.ps1xml @@ -66,9 +66,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AttachedDatabaseConfiguration + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AttachedDatabaseConfiguration - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AttachedDatabaseConfiguration + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AttachedDatabaseConfiguration @@ -100,9 +100,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AttachedDatabaseConfigurationProperties + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AttachedDatabaseConfigurationProperties - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AttachedDatabaseConfigurationProperties + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AttachedDatabaseConfigurationProperties @@ -146,9 +146,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AzureCapacity + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AzureCapacity - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AzureCapacity + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AzureCapacity @@ -186,9 +186,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AzureResourceSku + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AzureResourceSku - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AzureResourceSku + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AzureResourceSku @@ -208,9 +208,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AzureSku + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AzureSku - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AzureSku + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AzureSku @@ -242,9 +242,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CheckNameRequest + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CheckNameRequest - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CheckNameRequest + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CheckNameRequest @@ -270,9 +270,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CheckNameResult + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CheckNameResult - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CheckNameResult + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CheckNameResult @@ -310,9 +310,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudErrorBody + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudErrorBody - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudErrorBody + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudErrorBody @@ -344,9 +344,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Cluster + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Cluster - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Cluster + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Cluster @@ -384,9 +384,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterCheckNameRequest + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterCheckNameRequest - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterCheckNameRequest + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterCheckNameRequest @@ -412,9 +412,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterPrincipalAssignment + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterPrincipalAssignment - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterPrincipalAssignment + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterPrincipalAssignment @@ -440,9 +440,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterPrincipalAssignmentCheckNameRequest + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterPrincipalAssignmentCheckNameRequest - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterPrincipalAssignmentCheckNameRequest + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterPrincipalAssignmentCheckNameRequest @@ -468,9 +468,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterPrincipalProperties + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterPrincipalProperties - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterPrincipalProperties + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterPrincipalProperties @@ -526,9 +526,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterProperties + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterProperties - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterProperties + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterProperties @@ -538,6 +538,9 @@ + + + @@ -566,6 +569,9 @@ EnableDiskEncryption + + EnableDoubleEncryption + EnablePurge @@ -590,9 +596,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterUpdate + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterUpdate - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterUpdate + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterUpdate @@ -624,9 +630,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterUpdateTags + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterUpdateTags - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterUpdateTags + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterUpdateTags @@ -646,9 +652,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties @@ -674,9 +680,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Database + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Database - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Database + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Database @@ -714,9 +720,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipal - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipal @@ -772,9 +778,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalAssignment + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalAssignment - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalAssignment + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalAssignment @@ -800,9 +806,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalAssignmentCheckNameRequest + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalAssignmentCheckNameRequest - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalAssignmentCheckNameRequest + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalAssignmentCheckNameRequest @@ -828,9 +834,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalProperties + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalProperties - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalProperties + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalProperties @@ -886,9 +892,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabaseStatistics + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabaseStatistics - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabaseStatistics + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabaseStatistics @@ -908,9 +914,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnection + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnection - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnection + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnection @@ -948,9 +954,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnectionCheckNameRequest + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnectionCheckNameRequest - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnectionCheckNameRequest + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnectionCheckNameRequest @@ -976,9 +982,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnectionValidation + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnectionValidation - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnectionValidation + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnectionValidation @@ -998,9 +1004,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnectionValidationResult + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnectionValidationResult - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnectionValidationResult + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnectionValidationResult @@ -1020,9 +1026,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DiagnoseVirtualNetworkResult + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DiagnoseVirtualNetworkResult - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DiagnoseVirtualNetworkResult + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DiagnoseVirtualNetworkResult @@ -1042,12 +1048,15 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.EventGridConnectionProperties + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.EventGridConnectionProperties - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.EventGridConnectionProperties + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.EventGridConnectionProperties + + + @@ -1057,6 +1066,9 @@ + + + @@ -1070,6 +1082,9 @@ + + BlobStorageEventType + ConsumerGroup @@ -1079,6 +1094,9 @@ EventHubResourceId + + IgnoreFirstRecord + MappingRuleName @@ -1094,9 +1112,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.EventGridDataConnection + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.EventGridDataConnection - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.EventGridDataConnection + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.EventGridDataConnection @@ -1134,9 +1152,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.EventHubConnectionProperties + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.EventHubConnectionProperties - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.EventHubConnectionProperties + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.EventHubConnectionProperties @@ -1192,9 +1210,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.EventHubDataConnection + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.EventHubDataConnection - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.EventHubDataConnection + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.EventHubDataConnection @@ -1232,9 +1250,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.FollowerDatabaseDefinition + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.FollowerDatabaseDefinition - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.FollowerDatabaseDefinition + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.FollowerDatabaseDefinition @@ -1266,9 +1284,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Identity + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Identity - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Identity + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Identity @@ -1300,9 +1318,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IotHubConnectionProperties + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IotHubConnectionProperties - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IotHubConnectionProperties + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IotHubConnectionProperties @@ -1358,9 +1376,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IotHubDataConnection + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IotHubDataConnection - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IotHubDataConnection + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IotHubDataConnection @@ -1398,9 +1416,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.KeyVaultProperties + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.KeyVaultProperties - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.KeyVaultProperties + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.KeyVaultProperties @@ -1432,9 +1450,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.LanguageExtension + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.LanguageExtension - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.LanguageExtension + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.LanguageExtension @@ -1454,9 +1472,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Operation + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Operation - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Operation + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Operation @@ -1482,9 +1500,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.OperationDisplay + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.OperationDisplay - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.OperationDisplay + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.OperationDisplay @@ -1522,9 +1540,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.OperationListResult + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.OperationListResult - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.OperationListResult + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.OperationListResult @@ -1544,9 +1562,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.OptimizedAutoscale + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.OptimizedAutoscale - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.OptimizedAutoscale + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.OptimizedAutoscale @@ -1584,9 +1602,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ReadOnlyFollowingDatabase + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ReadOnlyFollowingDatabase - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ReadOnlyFollowingDatabase + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ReadOnlyFollowingDatabase @@ -1624,9 +1642,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ReadOnlyFollowingDatabaseProperties + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ReadOnlyFollowingDatabaseProperties - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ReadOnlyFollowingDatabaseProperties + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ReadOnlyFollowingDatabaseProperties @@ -1664,9 +1682,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ReadWriteDatabase + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ReadWriteDatabase - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ReadWriteDatabase + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ReadWriteDatabase @@ -1704,9 +1722,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ReadWriteDatabaseProperties + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ReadWriteDatabaseProperties - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ReadWriteDatabaseProperties + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ReadWriteDatabaseProperties @@ -1732,9 +1750,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.SkuDescription + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.SkuDescription - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.SkuDescription + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.SkuDescription @@ -1772,9 +1790,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.SkuLocationInfoItem + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.SkuLocationInfoItem - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.SkuLocationInfoItem + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.SkuLocationInfoItem @@ -1800,9 +1818,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.TrustedExternalTenant + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.TrustedExternalTenant - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.TrustedExternalTenant + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.TrustedExternalTenant @@ -1822,9 +1840,9 @@ - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.VirtualNetworkConfiguration + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.VirtualNetworkConfiguration - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.VirtualNetworkConfiguration + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.VirtualNetworkConfiguration diff --git a/src/Kusto/Az.Kusto.psd1 b/src/Kusto/Az.Kusto.psd1 index 62259ebbfff1..8bb7c1a9135a 100644 --- a/src/Kusto/Az.Kusto.psd1 +++ b/src/Kusto/Az.Kusto.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/7/2020 +# Generated on: 8/12/2020 # @{ @@ -18,7 +18,7 @@ ModuleVersion = '0.1.4' CompatiblePSEditions = 'Core', 'Desktop' # ID used to uniquely identify this module -GUID = 'af390c08-e984-4145-81c9-effe6fb4c9f6' +GUID = '18c61846-f6f0-425e-ba4b-5cf903e2bdd8' # Author of this module Author = 'Microsoft Corporation' @@ -45,13 +45,13 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.2' # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -# CLRVersion = '' +# ClrVersion = '' # Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.2'; }) +# RequiredModules = @() # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Az.Kusto.private.dll' @@ -135,7 +135,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Supported new cmdlets' + # ReleaseNotes = '' # Prerelease string of this module # Prerelease = '' diff --git a/src/Kusto/Az.Kusto.psm1 b/src/Kusto/Az.Kusto.psm1 index 34eb7f270ec0..d015fd467159 100644 --- a/src/Kusto/Az.Kusto.psm1 +++ b/src/Kusto/Az.Kusto.psm1 @@ -24,17 +24,17 @@ } } if(-not $accountsModule) { - $hasAdequateVersion = (Get-Module -Name $accountsName -ListAvailable | Where-Object { $_.Version -ge [System.Version]'1.7.4' } | Measure-Object).Count -gt 0 + $hasAdequateVersion = (Get-Module -Name $accountsName -ListAvailable | Where-Object { $_.Version -ge [System.Version]'1.8.1' } | Measure-Object).Count -gt 0 if($hasAdequateVersion) { - $accountsModule = Import-Module -Name $accountsName -MinimumVersion 1.7.4 -Scope Global -PassThru + $accountsModule = Import-Module -Name $accountsName -MinimumVersion 1.8.1 -Scope Global -PassThru } } } if(-not $accountsModule) { - Write-Error "`nThis module requires $accountsName version 1.7.4 or greater. For installation instructions, please see: https://docs.microsoft.com/en-us/powershell/azure/install-az-ps" -ErrorAction Stop - } elseif (($accountsModule.Version -lt [System.Version]'1.7.4') -and (-not $localAccounts)) { - Write-Error "`nThis module requires $accountsName version 1.7.4 or greater. An earlier version of Az.Accounts is imported in the current PowerShell session. If you are running test, please try to remove '.PSSharedModules' in your home directory. Otherwise please open a new PowerShell session and import this module again.`nAdditionally, this error could indicate that multiple incompatible versions of Azure PowerShell modules are installed on your system. For troubleshooting information, please see: https://aka.ms/azps-version-error" -ErrorAction Stop + Write-Error "`nThis module requires $accountsName version 1.8.1 or greater. For installation instructions, please see: https://docs.microsoft.com/en-us/powershell/azure/install-az-ps" -ErrorAction Stop + } elseif (($accountsModule.Version -lt [System.Version]'1.8.1') -and (-not $localAccounts)) { + Write-Error "`nThis module requires $accountsName version 1.8.1 or greater. An earlier version of Az.Accounts is imported in the current PowerShell session. If you are running test, please try to remove '.PSSharedModules' in your home directory. Otherwise please open a new PowerShell session and import this module again.`nAdditionally, this error could indicate that multiple incompatible versions of Azure PowerShell modules are installed on your system. For troubleshooting information, please see: https://aka.ms/azps-version-error" -ErrorAction Stop } Write-Information "Loaded Module '$($accountsModule.Name)'" diff --git a/src/Kusto/ChangeLog.md b/src/Kusto/ChangeLog.md index 27561a3abf43..aca7b9d0cb2c 100644 --- a/src/Kusto/ChangeLog.md +++ b/src/Kusto/ChangeLog.md @@ -1,9 +1,9 @@ ## Upcoming Release +* Updated API version to 2020-06-14; added new properties to data connection and cluster ## Version 0.1.4 * Supported new cmdlets diff --git a/src/Kusto/Kusto.sln b/src/Kusto/Kusto.sln index 44330ee22747..0e8bd91aee49 100644 --- a/src/Kusto/Kusto.sln +++ b/src/Kusto/Kusto.sln @@ -1,96 +1,48 @@ - Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 -VisualStudioVersion = 16.0.30011.22 +VisualStudioVersion = 16.0.29709.97 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{FF81DC73-B8EC-4082-8841-4FBF2B16E7CE}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{62843FE6-7575-4D88-B989-7DF7EEC0BC01}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{3E016018-D65D-4336-9F64-17DA97783AD0}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{442C609B-A431-4A71-B289-08F0B63C83E5}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Az.Kusto", "Az.Kusto.csproj", "{8C00D3B8-1385-4EE9-AB1C-08EBB796CF73}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{59E8F6B8-8F0E-403F-B88B-9736DBC396D9}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Az.Kusto", "Az.Kusto.csproj", "{1C203C0C-E0FD-40D2-B79E-C6DA52E4E350}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU - Debug|ARM = Debug|ARM - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 Release|Any CPU = Release|Any CPU - Release|ARM = Release|ARM - Release|x64 = Release|x64 - Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Debug|Any CPU.Build.0 = Debug|Any CPU - {142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Debug|ARM.ActiveCfg = Debug|Any CPU - {142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Debug|ARM.Build.0 = Debug|Any CPU - {142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Debug|x64.ActiveCfg = Debug|Any CPU - {142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Debug|x64.Build.0 = Debug|Any CPU - {142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Debug|x86.ActiveCfg = Debug|Any CPU - {142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Debug|x86.Build.0 = Debug|Any CPU {142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Release|Any CPU.ActiveCfg = Release|Any CPU {142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Release|Any CPU.Build.0 = Release|Any CPU - {142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Release|ARM.ActiveCfg = Release|Any CPU - {142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Release|ARM.Build.0 = Release|Any CPU - {142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Release|x64.ActiveCfg = Release|Any CPU - {142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Release|x64.Build.0 = Release|Any CPU - {142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Release|x86.ActiveCfg = Release|Any CPU - {FF81DC73-B8EC-4082-8841-4FBF2B16E7CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {FF81DC73-B8EC-4082-8841-4FBF2B16E7CE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {FF81DC73-B8EC-4082-8841-4FBF2B16E7CE}.Debug|ARM.ActiveCfg = Debug|Any CPU - {FF81DC73-B8EC-4082-8841-4FBF2B16E7CE}.Debug|ARM.Build.0 = Debug|Any CPU - {FF81DC73-B8EC-4082-8841-4FBF2B16E7CE}.Debug|x64.ActiveCfg = Debug|Any CPU - {FF81DC73-B8EC-4082-8841-4FBF2B16E7CE}.Debug|x64.Build.0 = Debug|Any CPU - {FF81DC73-B8EC-4082-8841-4FBF2B16E7CE}.Debug|x86.ActiveCfg = Debug|Any CPU - {FF81DC73-B8EC-4082-8841-4FBF2B16E7CE}.Debug|x86.Build.0 = Debug|Any CPU - {FF81DC73-B8EC-4082-8841-4FBF2B16E7CE}.Release|Any CPU.ActiveCfg = Release|Any CPU - {FF81DC73-B8EC-4082-8841-4FBF2B16E7CE}.Release|Any CPU.Build.0 = Release|Any CPU - {FF81DC73-B8EC-4082-8841-4FBF2B16E7CE}.Release|ARM.ActiveCfg = Release|Any CPU - {FF81DC73-B8EC-4082-8841-4FBF2B16E7CE}.Release|ARM.Build.0 = Release|Any CPU - {FF81DC73-B8EC-4082-8841-4FBF2B16E7CE}.Release|x64.ActiveCfg = Release|Any CPU - {FF81DC73-B8EC-4082-8841-4FBF2B16E7CE}.Release|x64.Build.0 = Release|Any CPU - {FF81DC73-B8EC-4082-8841-4FBF2B16E7CE}.Release|x86.ActiveCfg = Release|Any CPU - {FF81DC73-B8EC-4082-8841-4FBF2B16E7CE}.Release|x86.Build.0 = Release|Any CPU - {3E016018-D65D-4336-9F64-17DA97783AD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {3E016018-D65D-4336-9F64-17DA97783AD0}.Debug|Any CPU.Build.0 = Debug|Any CPU - {3E016018-D65D-4336-9F64-17DA97783AD0}.Debug|ARM.ActiveCfg = Debug|Any CPU - {3E016018-D65D-4336-9F64-17DA97783AD0}.Debug|ARM.Build.0 = Debug|Any CPU - {3E016018-D65D-4336-9F64-17DA97783AD0}.Debug|x64.ActiveCfg = Debug|Any CPU - {3E016018-D65D-4336-9F64-17DA97783AD0}.Debug|x64.Build.0 = Debug|Any CPU - {3E016018-D65D-4336-9F64-17DA97783AD0}.Debug|x86.ActiveCfg = Debug|Any CPU - {3E016018-D65D-4336-9F64-17DA97783AD0}.Debug|x86.Build.0 = Debug|Any CPU - {3E016018-D65D-4336-9F64-17DA97783AD0}.Release|Any CPU.ActiveCfg = Release|Any CPU - {3E016018-D65D-4336-9F64-17DA97783AD0}.Release|Any CPU.Build.0 = Release|Any CPU - {3E016018-D65D-4336-9F64-17DA97783AD0}.Release|ARM.ActiveCfg = Release|Any CPU - {3E016018-D65D-4336-9F64-17DA97783AD0}.Release|ARM.Build.0 = Release|Any CPU - {3E016018-D65D-4336-9F64-17DA97783AD0}.Release|x64.ActiveCfg = Release|Any CPU - {3E016018-D65D-4336-9F64-17DA97783AD0}.Release|x64.Build.0 = Release|Any CPU - {3E016018-D65D-4336-9F64-17DA97783AD0}.Release|x86.ActiveCfg = Release|Any CPU - {3E016018-D65D-4336-9F64-17DA97783AD0}.Release|x86.Build.0 = Release|Any CPU - {8C00D3B8-1385-4EE9-AB1C-08EBB796CF73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {8C00D3B8-1385-4EE9-AB1C-08EBB796CF73}.Debug|Any CPU.Build.0 = Debug|Any CPU - {8C00D3B8-1385-4EE9-AB1C-08EBB796CF73}.Debug|ARM.ActiveCfg = Debug|Any CPU - {8C00D3B8-1385-4EE9-AB1C-08EBB796CF73}.Debug|ARM.Build.0 = Debug|Any CPU - {8C00D3B8-1385-4EE9-AB1C-08EBB796CF73}.Debug|x64.ActiveCfg = Debug|Any CPU - {8C00D3B8-1385-4EE9-AB1C-08EBB796CF73}.Debug|x64.Build.0 = Debug|Any CPU - {8C00D3B8-1385-4EE9-AB1C-08EBB796CF73}.Debug|x86.ActiveCfg = Debug|Any CPU - {8C00D3B8-1385-4EE9-AB1C-08EBB796CF73}.Debug|x86.Build.0 = Debug|Any CPU - {8C00D3B8-1385-4EE9-AB1C-08EBB796CF73}.Release|Any CPU.ActiveCfg = Release|Any CPU - {8C00D3B8-1385-4EE9-AB1C-08EBB796CF73}.Release|Any CPU.Build.0 = Release|Any CPU - {8C00D3B8-1385-4EE9-AB1C-08EBB796CF73}.Release|ARM.ActiveCfg = Release|Any CPU - {8C00D3B8-1385-4EE9-AB1C-08EBB796CF73}.Release|ARM.Build.0 = Release|Any CPU - {8C00D3B8-1385-4EE9-AB1C-08EBB796CF73}.Release|x64.ActiveCfg = Release|Any CPU - {8C00D3B8-1385-4EE9-AB1C-08EBB796CF73}.Release|x64.Build.0 = Release|Any CPU - {8C00D3B8-1385-4EE9-AB1C-08EBB796CF73}.Release|x86.ActiveCfg = Release|Any CPU - {8C00D3B8-1385-4EE9-AB1C-08EBB796CF73}.Release|x86.Build.0 = Release|Any CPU + {62843FE6-7575-4D88-B989-7DF7EEC0BC01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {62843FE6-7575-4D88-B989-7DF7EEC0BC01}.Debug|Any CPU.Build.0 = Debug|Any CPU + {62843FE6-7575-4D88-B989-7DF7EEC0BC01}.Release|Any CPU.ActiveCfg = Release|Any CPU + {62843FE6-7575-4D88-B989-7DF7EEC0BC01}.Release|Any CPU.Build.0 = Release|Any CPU + {442C609B-A431-4A71-B289-08F0B63C83E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {442C609B-A431-4A71-B289-08F0B63C83E5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {442C609B-A431-4A71-B289-08F0B63C83E5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {442C609B-A431-4A71-B289-08F0B63C83E5}.Release|Any CPU.Build.0 = Release|Any CPU + {59E8F6B8-8F0E-403F-B88B-9736DBC396D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {59E8F6B8-8F0E-403F-B88B-9736DBC396D9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {59E8F6B8-8F0E-403F-B88B-9736DBC396D9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {59E8F6B8-8F0E-403F-B88B-9736DBC396D9}.Release|Any CPU.Build.0 = Release|Any CPU + {1C203C0C-E0FD-40D2-B79E-C6DA52E4E350}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1C203C0C-E0FD-40D2-B79E-C6DA52E4E350}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1C203C0C-E0FD-40D2-B79E-C6DA52E4E350}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1C203C0C-E0FD-40D2-B79E-C6DA52E4E350}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {9B0BAD10-73A2-4F3C-A080-BA73684E7999} + SolutionGuid = {F9B3D96E-9680-40BE-A917-02EE655D6030} EndGlobalSection EndGlobal diff --git a/src/Kusto/Properties/AssemblyInfo.cs b/src/Kusto/Properties/AssemblyInfo.cs index c143e19a3cc7..e781a4d61601 100644 --- a/src/Kusto/Properties/AssemblyInfo.cs +++ b/src/Kusto/Properties/AssemblyInfo.cs @@ -23,6 +23,6 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] -[assembly: Guid("d2a8f744-8dcb-4a13-ba80-eb181ff365ad")] -[assembly: AssemblyVersion("0.1.4")] -[assembly: AssemblyFileVersion("0.1.4")] +[assembly: Guid("70ba42b8-c483-4bba-a77d-1df1c8c20641")] +[assembly: AssemblyVersion("0.1.0")] +[assembly: AssemblyFileVersion("0.1.0")] diff --git a/src/Kusto/check-dependencies.ps1 b/src/Kusto/check-dependencies.ps1 index 5cd7ab5c808f..513c52ca2fb5 100644 --- a/src/Kusto/check-dependencies.ps1 +++ b/src/Kusto/check-dependencies.ps1 @@ -21,13 +21,15 @@ if(-not $Isolated) { return } -function DownloadModule ([bool]$predicate, [string]$path, [string]$moduleName, [string]$versionMinimum) { +function DownloadModule ([bool]$predicate, [string]$path, [string]$moduleName, [string]$versionMinimum, [string]$requiredVersion) { if($predicate) { $module = Get-Module -ListAvailable -Name $moduleName if((-not $module) -or ($versionMinimum -and ($module | ForEach-Object { $_.Version } | Where-Object { $_ -ge [System.Version]$versionMinimum } | Measure-Object).Count -eq 0)) { $null = New-Item -ItemType Directory -Force -Path $path Write-Host -ForegroundColor Green "Installing local $moduleName module into '$path'..." - if($versionMinimum) { + if ($requiredVersion) { + Find-Module -Name $moduleName -RequiredVersion $requiredVersion -Repository PSGallery | Save-Module -Path $path + }elseif($versionMinimum) { Find-Module -Name $moduleName -MinimumVersion $versionMinimum -Repository PSGallery | Save-Module -Path $path } else { Find-Module -Name $moduleName -Repository PSGallery | Save-Module -Path $path @@ -44,8 +46,8 @@ if(Test-Path -Path $localModulesPath) { $env:PSModulePath = "$localModulesPath$([IO.Path]::PathSeparator)$env:PSModulePath" } -DownloadModule -predicate ($all -or $Accounts) -path $localModulesPath -moduleName 'Az.Accounts' -versionMinimum '1.7.4' -DownloadModule -predicate ($all -or $Pester) -path $localModulesPath -moduleName 'Pester' -versionMinimum '' +DownloadModule -predicate ($all -or $Accounts) -path $localModulesPath -moduleName 'Az.Accounts' -versionMinimum '1.8.1' +DownloadModule -predicate ($all -or $Pester) -path $localModulesPath -moduleName 'Pester' -requiredVersion '4.10.1' $tools = Join-Path $PSScriptRoot 'tools' $resourceDir = Join-Path $tools 'Resources' diff --git a/src/Kusto/custom/Invoke-AzKustoDataConnectionValidation.ps1 b/src/Kusto/custom/Invoke-AzKustoDataConnectionValidation.ps1 index 313a97423358..cc560f78fac6 100644 --- a/src/Kusto/custom/Invoke-AzKustoDataConnectionValidation.ps1 +++ b/src/Kusto/custom/Invoke-AzKustoDataConnectionValidation.ps1 @@ -19,8 +19,8 @@ Checks that the data connection parameters are valid. .Description Checks that the data connection parameters are valid. .Example -PS C:\> $dataConnectionProperties = New-Object -Type Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.EventHubDataConnection -Property @{Location=$location; Kind=$kind; EventHubResourceId=$eventHubResourceId; DataFormat=$dataFormat; ConsumerGroup='$Default'; Compression= "None"; TableName = $tableName; MappingRuleName = $tableMappingName} -PS C:\> $dataConnectionValidation = New-Object -Type Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnectionValidation -Property @{DataConnectionName=$dataConnectionName; Property=$dataConnectionProperties} +PS C:\> $dataConnectionProperties = New-Object -Type Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.EventHubDataConnection -Property @{Location=$location; Kind=$kind; EventHubResourceId=$eventHubResourceId; DataFormat=$dataFormat; ConsumerGroup='$Default'; Compression= "None"; TableName = $tableName; MappingRuleName = $tableMappingName} +PS C:\> $dataConnectionValidation = New-Object -Type Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnectionValidation -Property @{DataConnectionName=$dataConnectionName; Property=$dataConnectionProperties} PS C:\> Invoke-AzKustoDataConnectionValidation -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -Parameter $dataConnectionValidation ErrorMessage @@ -31,7 +31,7 @@ event hub resource id and consumer group tuple provided are already used https://docs.microsoft.com/en-us/powershell/module/az.kusto/invoke-azkustodataconnectionvalidation #> function Invoke-AzKustoDataConnectionValidation { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult])] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult])] [CmdletBinding(DefaultParameterSetName = 'DataExpandedEventHub', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( [Parameter(ParameterSetName = 'DataExpandedEventHub', Mandatory)] @@ -105,12 +105,21 @@ function Invoke-AzKustoDataConnectionValidation { # The event/iot hub consumer group. ${ConsumerGroup}, - [Parameter(ParameterSetName = 'DataExpandedEventHub')] - [Parameter(ParameterSetName = 'DataExpandedEventGrid', Mandatory)] - [Parameter(ParameterSetName = 'DataExpandedIotHub')] - [Parameter(ParameterSetName = 'DataViaIdentityExpandedEventHub')] - [Parameter(ParameterSetName = 'DataViaIdentityExpandedEventGrid', Mandatory)] - [Parameter(ParameterSetName = 'DataViaIdentityExpandedIotHub')] + [Parameter(ParameterSetName = 'UpdateExpandedEventGrid')] + [Parameter(ParameterSetName = 'UpdateViaIdentityExpandedEventGrid')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType] + # The name of blob storage event type to process. + ${BlobStorageEventType}, + + [Parameter(ParameterSetName = 'UpdateExpandedEventGrid')] + [Parameter(ParameterSetName = 'UpdateViaIdentityExpandedEventGrid')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [System.Management.Automation.SwitchParameter] + # If set to true, indicates that ingestion should ignore the first record of every file. + ${IgnoreFirstRecord}, + + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat] # The data format of the message. Optionally the data format can be added to each message. @@ -131,12 +140,7 @@ function Invoke-AzKustoDataConnectionValidation { # The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message. ${MappingRuleName}, - [Parameter(ParameterSetName = 'DataExpandedEventHub')] - [Parameter(ParameterSetName = 'DataExpandedEventGrid', Mandatory)] - [Parameter(ParameterSetName = 'DataExpandedIotHub')] - [Parameter(ParameterSetName = 'DataViaIdentityExpandedEventHub')] - [Parameter(ParameterSetName = 'DataViaIdentityExpandedEventGrid', Mandatory)] - [Parameter(ParameterSetName = 'DataViaIdentityExpandedIotHub')] + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] [System.String] # The table where the data should be ingested. Optionally the table information can be added to each message. @@ -226,13 +230,13 @@ function Invoke-AzKustoDataConnectionValidation { process { try { - $Parameter = [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnectionValidation]::new() + $Parameter = [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnectionValidation]::new() $Parameter.DataConnectionName = $PSBoundParameters['DataConnectionName'] $null = $PSBoundParameters.Remove('DataConnectionName') if ($PSBoundParameters['Kind'] -eq 'EventHub') { - $Parameter.Property = [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.EventHubDataConnection]::new() + $Parameter.Property = [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.EventHubDataConnection]::new() $Parameter.Property.EventHubResourceId = $PSBoundParameters['EventHubResourceId'] $null = $PSBoundParameters.Remove('EventHubResourceId') @@ -248,16 +252,26 @@ function Invoke-AzKustoDataConnectionValidation { } } elseif ($PSBoundParameters['Kind'] -eq 'EventGrid') { - $Parameter.Property = [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.EventGridDataConnection]::new() + $Parameter.Property = [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.EventGridDataConnection]::new() $Parameter.Property.EventHubResourceId = $PSBoundParameters['EventHubResourceId'] $null = $PSBoundParameters.Remove('EventHubResourceId') $Parameter.Property.StorageAccountResourceId = $PSBoundParameters['StorageAccountResourceId'] $null = $PSBoundParameters.Remove('StorageAccountResourceId') + + if ($PSBoundParameters.ContainsKey('BlobStorageEventType')) { + $Parameter.BlobStorageEventType = $PSBoundParameters['BlobStorageEventType'] + $null = $PSBoundParameters.Remove('BlobStorageEventType') + } + + if ($PSBoundParameters.ContainsKey('IgnoreFirstRecord')) { + $Parameter.IgnoreFirstRecord = $PSBoundParameters['IgnoreFirstRecord'] + $null = $PSBoundParameters.Remove('IgnoreFirstRecord') + } } else { - $Parameter.Property = [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IotHubDataConnection]::new() + $Parameter.Property = [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IotHubDataConnection]::new() $Parameter.Property.IotHubResourceId = $PSBoundParameters['IotHubResourceId'] $null = $PSBoundParameters.Remove('IotHubResourceId') diff --git a/src/Kusto/custom/New-AzKustoDataConnection.ps1 b/src/Kusto/custom/New-AzKustoDataConnection.ps1 index e4b2ed08cfb4..c52d4b31f4a9 100644 --- a/src/Kusto/custom/New-AzKustoDataConnection.ps1 +++ b/src/Kusto/custom/New-AzKustoDataConnection.ps1 @@ -19,7 +19,7 @@ Creates or updates a data connection. .Description Creates or updates a data connection. .Example -PS C:\> $dataConnectionProperties = New-Object -Type Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.EventHubDataConnection -Property @{Location="East US"; Kind="EventHub"; EventHubResourceId="/subscriptions/$subscriptionId/resourcegroups/testrg/providers/Microsoft.EventHub/namespaces/myeventhubns/eventhubs/myeventhub"; DataFormat="JSON"; ConsumerGroup='$Default'; Compression= "None"; TableName = "Events"; MappingRuleName = "EventsMapping"} +PS C:\> $dataConnectionProperties = New-Object -Type Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.EventHubDataConnection -Property @{Location="East US"; Kind="EventHub"; EventHubResourceId="/subscriptions/$subscriptionId/resourcegroups/testrg/providers/Microsoft.EventHub/namespaces/myeventhubns/eventhubs/myeventhub"; DataFormat="JSON"; ConsumerGroup='$Default'; Compression= "None"; TableName = "Events"; MappingRuleName = "EventsMapping"} PS C:\> New-AzKustoDataConnection -ResourceGroupName "testrg" -ClusterName "testnewkustocluster" -DatabaseName "mykustodatabase" -DataConnectionName "mykustodataconnection" -Parameter $dataConnectionProperties Kind Location Name Type @@ -30,7 +30,7 @@ EventHub East US testnewkustocluster/mykustodatabase/mykustodataconnection Micr https://docs.microsoft.com/en-us/powershell/module/az.kusto/new-azkustodataconnection #> function New-AzKustoDataConnection { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection])] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection])] [CmdletBinding(DefaultParameterSetName = 'CreateExpandedEventHub', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( [Parameter(Mandatory)] @@ -86,9 +86,21 @@ function New-AzKustoDataConnection { # The event/iot hub consumer group. ${ConsumerGroup}, - [Parameter(ParameterSetName = 'CreateExpandedEventHub')] - [Parameter(ParameterSetName = 'CreateExpandedEventGrid', Mandatory)] - [Parameter(ParameterSetName = 'CreateExpandedIotHub')] + [Parameter(ParameterSetName = 'UpdateExpandedEventGrid')] + [Parameter(ParameterSetName = 'UpdateViaIdentityExpandedEventGrid')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType] + # The name of blob storage event type to process. + ${BlobStorageEventType}, + + [Parameter(ParameterSetName = 'UpdateExpandedEventGrid')] + [Parameter(ParameterSetName = 'UpdateViaIdentityExpandedEventGrid')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [System.Management.Automation.SwitchParameter] + # If set to true, indicates that ingestion should ignore the first record of every file. + ${IgnoreFirstRecord}, + + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat] # The data format of the message. Optionally the data format can be added to each message. @@ -107,9 +119,7 @@ function New-AzKustoDataConnection { # The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message. ${MappingRuleName}, - [Parameter(ParameterSetName = 'CreateExpandedEventHub')] - [Parameter(ParameterSetName = 'CreateExpandedEventGrid', Mandatory)] - [Parameter(ParameterSetName = 'CreateExpandedIotHub')] + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] [System.String] # The table where the data should be ingested. Optionally the table information can be added to each message. @@ -208,7 +218,7 @@ function New-AzKustoDataConnection { process { try { if ($PSBoundParameters['Kind'] -eq 'EventHub') { - $Parameter = [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.EventHubDataConnection]::new() + $Parameter = [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.EventHubDataConnection]::new() $Parameter.EventHubResourceId = $PSBoundParameters['EventHubResourceId'] $null = $PSBoundParameters.Remove('EventHubResourceId') @@ -224,16 +234,26 @@ function New-AzKustoDataConnection { } } elseif ($PSBoundParameters['Kind'] -eq 'EventGrid') { - $Parameter = [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.EventGridDataConnection]::new() + $Parameter = [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.EventGridDataConnection]::new() $Parameter.EventHubResourceId = $PSBoundParameters['EventHubResourceId'] $null = $PSBoundParameters.Remove('EventHubResourceId') $Parameter.StorageAccountResourceId = $PSBoundParameters['StorageAccountResourceId'] $null = $PSBoundParameters.Remove('StorageAccountResourceId') + + if ($PSBoundParameters.ContainsKey('BlobStorageEventType')) { + $Parameter.BlobStorageEventType = $PSBoundParameters['BlobStorageEventType'] + $null = $PSBoundParameters.Remove('BlobStorageEventType') + } + + if ($PSBoundParameters.ContainsKey('IgnoreFirstRecord')) { + $Parameter.IgnoreFirstRecord = $PSBoundParameters['IgnoreFirstRecord'] + $null = $PSBoundParameters.Remove('IgnoreFirstRecord') + } } else { - $Parameter = [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IotHubDataConnection]::new() + $Parameter = [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IotHubDataConnection]::new() $Parameter.IotHubResourceId = $PSBoundParameters['IotHubResourceId'] $null = $PSBoundParameters.Remove('IotHubResourceId') diff --git a/src/Kusto/custom/New-AzKustoDatabase.ps1 b/src/Kusto/custom/New-AzKustoDatabase.ps1 index e1630d783718..6ddfbb02d91b 100644 --- a/src/Kusto/custom/New-AzKustoDatabase.ps1 +++ b/src/Kusto/custom/New-AzKustoDatabase.ps1 @@ -29,7 +29,7 @@ ReadWrite East US testnewkustocluster/mykustodatabase Microsoft.Kusto/Clusters/ https://docs.microsoft.com/en-us/powershell/module/az.kusto/new-azkustodatabase #> function New-AzKustoDatabase { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase])] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase])] [CmdletBinding(PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( [Parameter(Mandatory)] @@ -146,7 +146,7 @@ function New-AzKustoDatabase { process { try { - $Parameter = [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ReadWriteDatabase]::new() + $Parameter = [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ReadWriteDatabase]::new() $Parameter.Kind = $PSBoundParameters['Kind'] $null = $PSBoundParameters.Remove('Kind') diff --git a/src/Kusto/custom/Update-AzKustoDataConnection.ps1 b/src/Kusto/custom/Update-AzKustoDataConnection.ps1 index 92a53fd6a579..06b3d9e19aad 100644 --- a/src/Kusto/custom/Update-AzKustoDataConnection.ps1 +++ b/src/Kusto/custom/Update-AzKustoDataConnection.ps1 @@ -19,7 +19,7 @@ Updates a data connection. .Description Updates a data connection. .Example -PS C:\> $dataConnectionProperties = New-Object -Type Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.EventHubDataConnection -Property @{Location="East US"; Kind="EventHub"; EventHubResourceId="/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.EventHub/namespaces/myeventhubns/eventhubs/myeventhub"; DataFormat="JSON"; ConsumerGroup='$Default'; Compression= "None"; TableName = "Events"; MappingRuleName = "EventsMapping1"} +PS C:\> $dataConnectionProperties = New-Object -Type Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.EventHubDataConnection -Property @{Location="East US"; Kind="EventHub"; EventHubResourceId="/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.EventHub/namespaces/myeventhubns/eventhubs/myeventhub"; DataFormat="JSON"; ConsumerGroup='$Default'; Compression= "None"; TableName = "Events"; MappingRuleName = "EventsMapping1"} PS C:\> Update-AzKustoDataConnection -ResourceGroupName $resourceGroupName -ClusterName "testnewkustocluster" -DatabaseName "mykustodatabase" -DataConnectionName "mykustodataconnection" -Parameter $dataConnectionProperties Kind Location Name Type @@ -30,7 +30,7 @@ EventHub East US testnewkustocluster/mykustodatabase/mykustodataconnection Micr https://docs.microsoft.com/en-us/powershell/module/az.kusto/update-azkustodataconnection #> function Update-AzKustoDataConnection { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection])] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection])] [CmdletBinding(DefaultParameterSetName = 'UpdateExpandedEventHub', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( [Parameter(ParameterSetName = 'UpdateExpandedEventHub', Mandatory)] @@ -107,12 +107,21 @@ function Update-AzKustoDataConnection { # The event/iot hub consumer group. ${ConsumerGroup}, - [Parameter(ParameterSetName = 'UpdateExpandedEventHub')] - [Parameter(ParameterSetName = 'UpdateExpandedEventGrid', Mandatory)] - [Parameter(ParameterSetName = 'UpdateExpandedIotHub')] - [Parameter(ParameterSetName = 'UpdateViaIdentityExpandedEventHub')] - [Parameter(ParameterSetName = 'UpdateViaIdentityExpandedEventGrid', Mandatory)] - [Parameter(ParameterSetName = 'UpdateViaIdentityExpandedIotHub')] + [Parameter(ParameterSetName = 'UpdateExpandedEventGrid')] + [Parameter(ParameterSetName = 'UpdateViaIdentityExpandedEventGrid')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType] + # The name of blob storage event type to process. + ${BlobStorageEventType}, + + [Parameter(ParameterSetName = 'UpdateExpandedEventGrid')] + [Parameter(ParameterSetName = 'UpdateViaIdentityExpandedEventGrid')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [System.Management.Automation.SwitchParameter] + # If set to true, indicates that ingestion should ignore the first record of every file. + ${IgnoreFirstRecord}, + + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat] # The data format of the message. Optionally the data format can be added to each message. @@ -133,12 +142,7 @@ function Update-AzKustoDataConnection { # The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message. ${MappingRuleName}, - [Parameter(ParameterSetName = 'UpdateExpandedEventHub')] - [Parameter(ParameterSetName = 'UpdateExpandedEventGrid', Mandatory)] - [Parameter(ParameterSetName = 'UpdateExpandedIotHub')] - [Parameter(ParameterSetName = 'UpdateViaIdentityExpandedEventHub')] - [Parameter(ParameterSetName = 'UpdateViaIdentityExpandedEventGrid', Mandatory)] - [Parameter(ParameterSetName = 'UpdateViaIdentityExpandedIotHub')] + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] [System.String] # The table where the data should be ingested. Optionally the table information can be added to each message. @@ -241,7 +245,7 @@ function Update-AzKustoDataConnection { process { try { if ($PSBoundParameters['Kind'] -eq 'EventHub') { - $Parameter = [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.EventHubDataConnection]::new() + $Parameter = [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.EventHubDataConnection]::new() $Parameter.EventHubResourceId = $PSBoundParameters['EventHubResourceId'] $null = $PSBoundParameters.Remove('EventHubResourceId') @@ -257,16 +261,26 @@ function Update-AzKustoDataConnection { } } elseif ($PSBoundParameters['Kind'] -eq 'EventGrid') { - $Parameter = [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.EventGridDataConnection]::new() + $Parameter = [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.EventGridDataConnection]::new() $Parameter.EventHubResourceId = $PSBoundParameters['EventHubResourceId'] $null = $PSBoundParameters.Remove('EventHubResourceId') $Parameter.StorageAccountResourceId = $PSBoundParameters['StorageAccountResourceId'] $null = $PSBoundParameters.Remove('StorageAccountResourceId') + + if ($PSBoundParameters.ContainsKey('BlobStorageEventType')) { + $Parameter.BlobStorageEventType = $PSBoundParameters['BlobStorageEventType'] + $null = $PSBoundParameters.Remove('BlobStorageEventType') + } + + if ($PSBoundParameters.ContainsKey('IgnoreFirstRecord')) { + $Parameter.IgnoreFirstRecord = $PSBoundParameters['IgnoreFirstRecord'] + $null = $PSBoundParameters.Remove('IgnoreFirstRecord') + } } else { - $Parameter = [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IotHubDataConnection]::new() + $Parameter = [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IotHubDataConnection]::new() $Parameter.IotHubResourceId = $PSBoundParameters['IotHubResourceId'] $null = $PSBoundParameters.Remove('IotHubResourceId') diff --git a/src/Kusto/custom/Update-AzKustoDatabase.ps1 b/src/Kusto/custom/Update-AzKustoDatabase.ps1 index 97d748d8addd..8416027c3b22 100644 --- a/src/Kusto/custom/Update-AzKustoDatabase.ps1 +++ b/src/Kusto/custom/Update-AzKustoDatabase.ps1 @@ -31,7 +31,7 @@ ReadWrite East US testnewkustocluster/mykustodatabase Microsoft.Kusto/Clusters/ https://docs.microsoft.com/en-us/powershell/module/az.kusto/update-azkustodatabase #> function Update-AzKustoDatabase { - [OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase])] + [OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase])] [CmdletBinding(DefaultParameterSetName = 'UpdateExpanded', PositionalBinding = $false, SupportsShouldProcess, ConfirmImpact = 'Medium')] param( [Parameter(ParameterSetName = 'UpdateExpanded', Mandatory)] @@ -157,10 +157,10 @@ function Update-AzKustoDatabase { process { try { if ($PSBoundParameters['Kind'] -eq 'ReadWrite') { - $Parameter = [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ReadWriteDatabase]::new() + $Parameter = [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ReadWriteDatabase]::new() } else { - $Parameter = [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ReadOnlyFollowingDatabase]::new() + $Parameter = [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ReadOnlyFollowingDatabase]::new() } $Parameter.Kind = $PSBoundParameters['Kind'] diff --git a/src/Kusto/examples/New-AzKustoCluster.md b/src/Kusto/examples/New-AzKustoCluster.md index 12d5d9504d32..bd3f126e0848 100644 --- a/src/Kusto/examples/New-AzKustoCluster.md +++ b/src/Kusto/examples/New-AzKustoCluster.md @@ -1,6 +1,6 @@ ### Example 1: Create a new Kusto cluster ```powershell -PS C:\> New-AzKustoCluster -ResourceGroupName testrg -Name testnewkustocluster -Location 'East US' -SkuName Standard_D11_v2 -SkuTier Standard +PS C:\> New-AzKustoCluster -ResourceGroupName testrg -Name testnewkustocluster -Location 'East US' -SkuName Standard_D11_v2 -SkuTier Standard -EnableDoubleEncryption true Location Name Type Zone -------- ---- ---- ---- diff --git a/src/Kusto/examples/New-AzKustoDataConnection.md b/src/Kusto/examples/New-AzKustoDataConnection.md index e2acfb84be6c..22eddcc2ccea 100644 --- a/src/Kusto/examples/New-AzKustoDataConnection.md +++ b/src/Kusto/examples/New-AzKustoDataConnection.md @@ -11,7 +11,7 @@ The above command creates a new EventHub data connection named "myeventhubdc" fo ### Example 2: Create a new EventGrid data connection ```powershell -PS C:\> New-AzKustoDataConnection -ResourceGroupName "testrg" -ClusterName "testnewkustocluster" -DatabaseName "mykustodatabase" -DataConnectionName "myeventgriddc" -Location="East US" -Kind "EventGrid" -EventHubResourceId "/subscriptions/$subscriptionId/resourcegroups/testrg/providers/Microsoft.EventHub/namespaces/myeventhubns/eventhubs/myeventhub" -StorageAccountResourceId $storageAccountResourceId "/subscriptions/$subscriptionId/resourcegroups/testrg/providers/Microsoft.Storage/storageAccounts/mystorage" -DataFormat "JSON" -ConsumerGroup '$Default' -TableName "Events" -MappingRuleName "EventsMapping" +PS C:\> New-AzKustoDataConnection -ResourceGroupName "testrg" -ClusterName "testnewkustocluster" -DatabaseName "mykustodatabase" -DataConnectionName "myeventgriddc" -Location="East US" -Kind "EventGrid" -EventHubResourceId "/subscriptions/$subscriptionId/resourcegroups/testrg/providers/Microsoft.EventHub/namespaces/myeventhubns/eventhubs/myeventhub" -StorageAccountResourceId $storageAccountResourceId "/subscriptions/$subscriptionId/resourcegroups/testrg/providers/Microsoft.Storage/storageAccounts/mystorage" -DataFormat "JSON" -ConsumerGroup '$Default' -TableName "Events" -MappingRuleName "EventsMapping" -IgnoreFirstRecord "false" -BlobStorageEventType "Microsoft.Storage.BlobRenamed" Kind Location Name Type ---- -------- ---- ---- diff --git a/src/Kusto/exports/Add-AzKustoClusterLanguageExtension.ps1 b/src/Kusto/exports/Add-AzKustoClusterLanguageExtension.ps1 index 8b435204a6c0..b04ad45e6215 100644 --- a/src/Kusto/exports/Add-AzKustoClusterLanguageExtension.ps1 +++ b/src/Kusto/exports/Add-AzKustoClusterLanguageExtension.ps1 @@ -79,7 +79,7 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[]] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[]] # The list of language extensions. # To construct, see NOTES section for VALUE properties and create a hash table. ${Value}, diff --git a/src/Kusto/exports/Add-AzKustoDatabasePrincipal.ps1 b/src/Kusto/exports/Add-AzKustoDatabasePrincipal.ps1 index ff3943a59ff9..0dc5c4c4ca2a 100644 --- a/src/Kusto/exports/Add-AzKustoDatabasePrincipal.ps1 +++ b/src/Kusto/exports/Add-AzKustoDatabasePrincipal.ps1 @@ -29,7 +29,7 @@ AppId Email Fqn .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal .Notes COMPLEX PARAMETER PROPERTIES @@ -57,7 +57,7 @@ VALUE : The list of Kusto database principals. https://docs.microsoft.com/en-us/powershell/module/az.kusto/add-azkustodatabaseprincipal #> function Add-AzKustoDatabasePrincipal { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal])] [CmdletBinding(DefaultParameterSetName='AddExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='AddExpanded', Mandatory)] @@ -95,7 +95,7 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal[]] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal[]] # The list of Kusto database principals. # To construct, see NOTES section for VALUE properties and create a hash table. ${Value}, diff --git a/src/Kusto/exports/Get-AzKustoAttachedDatabaseConfiguration.ps1 b/src/Kusto/exports/Get-AzKustoAttachedDatabaseConfiguration.ps1 index 762b09dcf940..0656d73d64a8 100644 --- a/src/Kusto/exports/Get-AzKustoAttachedDatabaseConfiguration.ps1 +++ b/src/Kusto/exports/Get-AzKustoAttachedDatabaseConfiguration.ps1 @@ -34,7 +34,7 @@ testnewkustoclusterf/myfollowerconfiguration Microsoft.Kusto/Clusters/AttachedDa .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration .Notes COMPLEX PARAMETER PROPERTIES @@ -54,7 +54,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.kusto/get-azkustoattacheddatabaseconfiguration #> function Get-AzKustoAttachedDatabaseConfiguration { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter(ParameterSetName='Get', Mandatory)] diff --git a/src/Kusto/exports/Get-AzKustoCluster.ps1 b/src/Kusto/exports/Get-AzKustoCluster.ps1 index 6f100fda45ea..68fece35e519 100644 --- a/src/Kusto/exports/Get-AzKustoCluster.ps1 +++ b/src/Kusto/exports/Get-AzKustoCluster.ps1 @@ -35,7 +35,7 @@ East US testnewkustocluster Microsoft.Kusto/Clusters .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster .Notes COMPLEX PARAMETER PROPERTIES @@ -55,7 +55,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.kusto/get-azkustocluster #> function Get-AzKustoCluster { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster])] [CmdletBinding(DefaultParameterSetName='List1', PositionalBinding=$false)] param( [Parameter(ParameterSetName='Get', Mandatory)] diff --git a/src/Kusto/exports/Get-AzKustoClusterFollowerDatabase.ps1 b/src/Kusto/exports/Get-AzKustoClusterFollowerDatabase.ps1 index 7825d52156ff..4c4242953b8d 100644 --- a/src/Kusto/exports/Get-AzKustoClusterFollowerDatabase.ps1 +++ b/src/Kusto/exports/Get-AzKustoClusterFollowerDatabase.ps1 @@ -26,12 +26,12 @@ AttachedDatabaseConfigurationName ClusterResourceId myfollowerconfiguration /subscriptions/xxxxxxxx-xxxxx-xxxx-xxxx-xxxxxxxxx/resourceGroups/testrg/providers/Microsoft.Kusto/Clusters/testnewkustoclusterf mykustodatabase .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition .Link https://docs.microsoft.com/en-us/powershell/module/az.kusto/get-azkustoclusterfollowerdatabase #> function Get-AzKustoClusterFollowerDatabase { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] diff --git a/src/Kusto/exports/Get-AzKustoClusterLanguageExtension.ps1 b/src/Kusto/exports/Get-AzKustoClusterLanguageExtension.ps1 index 050bbc13c01d..a532d9088012 100644 --- a/src/Kusto/exports/Get-AzKustoClusterLanguageExtension.ps1 +++ b/src/Kusto/exports/Get-AzKustoClusterLanguageExtension.ps1 @@ -27,12 +27,12 @@ R PYTHON .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension .Link https://docs.microsoft.com/en-us/powershell/module/az.kusto/get-azkustoclusterlanguageextension #> function Get-AzKustoClusterLanguageExtension { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] diff --git a/src/Kusto/exports/Get-AzKustoClusterPrincipalAssignment.ps1 b/src/Kusto/exports/Get-AzKustoClusterPrincipalAssignment.ps1 index 397df024173d..d2e11a5d46e9 100644 --- a/src/Kusto/exports/Get-AzKustoClusterPrincipalAssignment.ps1 +++ b/src/Kusto/exports/Get-AzKustoClusterPrincipalAssignment.ps1 @@ -34,7 +34,7 @@ testnewkustocluster/kustoprincipal1 Microsoft.Kusto/Clusters/PrincipalAssignment .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment .Notes COMPLEX PARAMETER PROPERTIES @@ -54,7 +54,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.kusto/get-azkustoclusterprincipalassignment #> function Get-AzKustoClusterPrincipalAssignment { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter(ParameterSetName='Get', Mandatory)] diff --git a/src/Kusto/exports/Get-AzKustoClusterSku.ps1 b/src/Kusto/exports/Get-AzKustoClusterSku.ps1 index 6eedf21317d4..00ab0d60b628 100644 --- a/src/Kusto/exports/Get-AzKustoClusterSku.ps1 +++ b/src/Kusto/exports/Get-AzKustoClusterSku.ps1 @@ -69,14 +69,14 @@ Microsoft.Kusto/clusters ... .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSku +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSku .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescription +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescription .Link https://docs.microsoft.com/en-us/powershell/module/az.kusto/get-azkustoclustersku #> function Get-AzKustoClusterSku { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescription], [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSku])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescription], [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSku])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter()] diff --git a/src/Kusto/exports/Get-AzKustoDataConnection.ps1 b/src/Kusto/exports/Get-AzKustoDataConnection.ps1 index f896014b65f4..011079575ab5 100644 --- a/src/Kusto/exports/Get-AzKustoDataConnection.ps1 +++ b/src/Kusto/exports/Get-AzKustoDataConnection.ps1 @@ -34,7 +34,7 @@ EventHub East US testnewkustocluster/mykustodatabase/mykustodataconnection Micr .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection .Notes COMPLEX PARAMETER PROPERTIES @@ -54,7 +54,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.kusto/get-azkustodataconnection #> function Get-AzKustoDataConnection { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter(ParameterSetName='Get', Mandatory)] diff --git a/src/Kusto/exports/Get-AzKustoDatabase.ps1 b/src/Kusto/exports/Get-AzKustoDatabase.ps1 index 33d0fd9db439..b817f69dddb4 100644 --- a/src/Kusto/exports/Get-AzKustoDatabase.ps1 +++ b/src/Kusto/exports/Get-AzKustoDatabase.ps1 @@ -35,7 +35,7 @@ ReadWrite East US testnewkustocluster/mykustodatabase Microsoft.Kusto/Clusters/ .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase .Notes COMPLEX PARAMETER PROPERTIES @@ -55,7 +55,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.kusto/get-azkustodatabase #> function Get-AzKustoDatabase { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter(ParameterSetName='Get', Mandatory)] diff --git a/src/Kusto/exports/Get-AzKustoDatabasePrincipal.ps1 b/src/Kusto/exports/Get-AzKustoDatabasePrincipal.ps1 index 36b41bed28d8..00799a3a610b 100644 --- a/src/Kusto/exports/Get-AzKustoDatabasePrincipal.ps1 +++ b/src/Kusto/exports/Get-AzKustoDatabasePrincipal.ps1 @@ -27,12 +27,12 @@ AppId Email Fqn otheruser@microsoft.com aaduser=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx;xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx Other User Admin Microsoft User .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal .Link https://docs.microsoft.com/en-us/powershell/module/az.kusto/get-azkustodatabaseprincipal #> function Get-AzKustoDatabasePrincipal { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] diff --git a/src/Kusto/exports/Get-AzKustoDatabasePrincipalAssignment.ps1 b/src/Kusto/exports/Get-AzKustoDatabasePrincipalAssignment.ps1 index 7e6063278ed6..19c412fa25a4 100644 --- a/src/Kusto/exports/Get-AzKustoDatabasePrincipalAssignment.ps1 +++ b/src/Kusto/exports/Get-AzKustoDatabasePrincipalAssignment.ps1 @@ -36,7 +36,7 @@ testnewkustocluster/mykustodatabase/kustoprincipal1 Microsoft.Kusto/Clusters/Dat .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment .Notes COMPLEX PARAMETER PROPERTIES @@ -56,7 +56,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.kusto/get-azkustodatabaseprincipalassignment #> function Get-AzKustoDatabasePrincipalAssignment { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter(ParameterSetName='Get', Mandatory)] diff --git a/src/Kusto/exports/Invoke-AzKustoDataConnectionValidation.ps1 b/src/Kusto/exports/Invoke-AzKustoDataConnectionValidation.ps1 index 932e9a7dd48c..d6fc04599bc7 100644 --- a/src/Kusto/exports/Invoke-AzKustoDataConnectionValidation.ps1 +++ b/src/Kusto/exports/Invoke-AzKustoDataConnectionValidation.ps1 @@ -61,7 +61,7 @@ event hub resource id and consumer group tuple provided are already used .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult .Notes COMPLEX PARAMETER PROPERTIES @@ -81,7 +81,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.kusto/invoke-azkustodataconnectionvalidation #> function Invoke-AzKustoDataConnectionValidation { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult])] [CmdletBinding(DefaultParameterSetName='DataExpandedEventHub', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='DataExpandedEventHub', Mandatory)] @@ -152,20 +152,6 @@ param( # Resource location. ${Location}, - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat] - # The data format of the message. - # Optionally the data format can be added to each message. - ${DataFormat}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [System.String] - # The table where the data should be ingested. - # Optionally the table information can be added to each message. - ${TableName}, - [Parameter(ParameterSetName='DataExpandedEventHub', Mandatory)] [Parameter(ParameterSetName='DataExpandedEventGrid', Mandatory)] [Parameter(ParameterSetName='DataViaIdentityExpandedEventGrid', Mandatory)] @@ -175,6 +161,13 @@ param( # The resource ID of the event hub to be used to create a data connection / event grid is configured to send events. ${EventHubResourceId}, + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat] + # The data format of the message. + # Optionally the data format can be added to each message. + ${DataFormat}, + [Parameter(ParameterSetName='DataExpandedEventHub')] [Parameter(ParameterSetName='DataExpandedIotHub')] [Parameter(ParameterSetName='DataViaIdentityExpandedIotHub')] @@ -191,6 +184,13 @@ param( # Optionally the mapping information can be added to each message. ${MappingRuleName}, + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [System.String] + # The table where the data should be ingested. + # Optionally the table information can be added to each message. + ${TableName}, + [Parameter(ParameterSetName='DataExpandedEventHub')] [Parameter(ParameterSetName='DataViaIdentityExpandedEventHub')] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] @@ -219,6 +219,20 @@ param( # The resource ID of the storage account where the data resides. ${StorageAccountResourceId}, + [Parameter(ParameterSetName='UpdateViaIdentityExpandedEventGrid')] + [Parameter(ParameterSetName='UpdateExpandedEventGrid')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType] + # The name of blob storage event type to process. + ${BlobStorageEventType}, + + [Parameter(ParameterSetName='UpdateViaIdentityExpandedEventGrid')] + [Parameter(ParameterSetName='UpdateExpandedEventGrid')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [System.Management.Automation.SwitchParameter] + # If set to true, indicates that ingestion should ignore the first record of every file. + ${IgnoreFirstRecord}, + [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] @@ -281,6 +295,8 @@ begin { DataViaIdentityExpandedIotHub = 'Az.Kusto.custom\Invoke-AzKustoDataConnectionValidation'; DataViaIdentityExpandedEventGrid = 'Az.Kusto.custom\Invoke-AzKustoDataConnectionValidation'; DataViaIdentityExpandedEventHub = 'Az.Kusto.custom\Invoke-AzKustoDataConnectionValidation'; + UpdateViaIdentityExpandedEventGrid = 'Az.Kusto.custom\Invoke-AzKustoDataConnectionValidation'; + UpdateExpandedEventGrid = 'Az.Kusto.custom\Invoke-AzKustoDataConnectionValidation'; } if (('DataExpandedEventHub', 'DataExpandedIotHub', 'DataExpandedEventGrid') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id diff --git a/src/Kusto/exports/New-AzKustoAttachedDatabaseConfiguration.ps1 b/src/Kusto/exports/New-AzKustoAttachedDatabaseConfiguration.ps1 index d834b68e743c..2780a452de0f 100644 --- a/src/Kusto/exports/New-AzKustoAttachedDatabaseConfiguration.ps1 +++ b/src/Kusto/exports/New-AzKustoAttachedDatabaseConfiguration.ps1 @@ -26,12 +26,12 @@ Name Type testnewkustoclusterf/myfollowerconfiguration Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations East US .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration .Link https://docs.microsoft.com/en-us/powershell/module/az.kusto/new-azkustoattacheddatabaseconfiguration #> function New-AzKustoAttachedDatabaseConfiguration { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] diff --git a/src/Kusto/exports/New-AzKustoCluster.ps1 b/src/Kusto/exports/New-AzKustoCluster.ps1 index 9ff9d0d7da09..cee8db5b6d35 100644 --- a/src/Kusto/exports/New-AzKustoCluster.ps1 +++ b/src/Kusto/exports/New-AzKustoCluster.ps1 @@ -19,14 +19,14 @@ Create or update a Kusto cluster. .Description Create or update a Kusto cluster. .Example -PS C:\> New-AzKustoCluster -ResourceGroupName testrg -Name testnewkustocluster -Location 'East US' -SkuName Standard_D11_v2 -SkuTier Standard +PS C:\> New-AzKustoCluster -ResourceGroupName testrg -Name testnewkustocluster -Location 'East US' -SkuName Standard_D11_v2 -SkuTier Standard -EnableDoubleEncryption true Location Name Type Zone -------- ---- ---- ---- East US testnewkustocluster Microsoft.Kusto/Clusters .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster .Notes COMPLEX PARAMETER PROPERTIES @@ -41,7 +41,7 @@ TRUSTEDEXTERNALTENANT : The cluster's external tenants https://docs.microsoft.com/en-us/powershell/module/az.kusto/new-azkustocluster #> function New-AzKustoCluster { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] @@ -91,6 +91,12 @@ param( # A boolean value that indicates if the cluster's disks are encrypted. ${EnableDiskEncryption}, + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [System.Management.Automation.SwitchParameter] + # A boolean value that indicates if double encryption is enabled. + ${EnableDoubleEncryption}, + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] [System.Management.Automation.SwitchParameter] @@ -112,7 +118,7 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities]))] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities]))] [System.Collections.Hashtable] # The list of user identities associated with the Kusto cluster. # The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. @@ -138,7 +144,7 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[]] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[]] # The list of language extensions. # To construct, see NOTES section for LANGUAGEEXTENSIONVALUE properties and create a hash table. ${LanguageExtensionValue}, @@ -182,7 +188,7 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant[]] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant[]] # The cluster's external tenants. # To construct, see NOTES section for TRUSTEDEXTERNALTENANT properties and create a hash table. ${TrustedExternalTenant}, diff --git a/src/Kusto/exports/New-AzKustoClusterPrincipalAssignment.ps1 b/src/Kusto/exports/New-AzKustoClusterPrincipalAssignment.ps1 index 6b8b7ac48279..9e424c9667bd 100644 --- a/src/Kusto/exports/New-AzKustoClusterPrincipalAssignment.ps1 +++ b/src/Kusto/exports/New-AzKustoClusterPrincipalAssignment.ps1 @@ -26,12 +26,12 @@ Name Type testnewkustocluster/kustoprincipal1 Microsoft.Kusto/Clusters/PrincipalAssignments .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment .Link https://docs.microsoft.com/en-us/powershell/module/az.kusto/new-azkustoclusterprincipalassignment #> function New-AzKustoClusterPrincipalAssignment { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] diff --git a/src/Kusto/exports/New-AzKustoDataConnection.ps1 b/src/Kusto/exports/New-AzKustoDataConnection.ps1 index 56d459a87d9b..a8c0c4d77c93 100644 --- a/src/Kusto/exports/New-AzKustoDataConnection.ps1 +++ b/src/Kusto/exports/New-AzKustoDataConnection.ps1 @@ -25,7 +25,7 @@ Kind Location Name Type ---- -------- ---- ---- EventHub East US testnewkustocluster/mykustodatabase/myeventhubdc Microsoft.Kusto/Clusters/Databases/DataConnections .Example -PS C:\> New-AzKustoDataConnection -ResourceGroupName "testrg" -ClusterName "testnewkustocluster" -DatabaseName "mykustodatabase" -DataConnectionName "myeventgriddc" -Location="East US" -Kind "EventGrid" -EventHubResourceId "/subscriptions/$subscriptionId/resourcegroups/testrg/providers/Microsoft.EventHub/namespaces/myeventhubns/eventhubs/myeventhub" -StorageAccountResourceId $storageAccountResourceId "/subscriptions/$subscriptionId/resourcegroups/testrg/providers/Microsoft.Storage/storageAccounts/mystorage" -DataFormat "JSON" -ConsumerGroup '$Default' -TableName "Events" -MappingRuleName "EventsMapping" +PS C:\> New-AzKustoDataConnection -ResourceGroupName "testrg" -ClusterName "testnewkustocluster" -DatabaseName "mykustodatabase" -DataConnectionName "myeventgriddc" -Location="East US" -Kind "EventGrid" -EventHubResourceId "/subscriptions/$subscriptionId/resourcegroups/testrg/providers/Microsoft.EventHub/namespaces/myeventhubns/eventhubs/myeventhub" -StorageAccountResourceId $storageAccountResourceId "/subscriptions/$subscriptionId/resourcegroups/testrg/providers/Microsoft.Storage/storageAccounts/mystorage" -DataFormat "JSON" -ConsumerGroup '$Default' -TableName "Events" -MappingRuleName "EventsMapping" -IgnoreFirstRecord "false" -BlobStorageEventType "Microsoft.Storage.BlobRenamed" Kind Location Name Type ---- -------- ---- ---- @@ -38,12 +38,12 @@ Kind Location Name Type IotHub East US testnewkustocluster/mykustodatabase/myiothubdc Microsoft.Kusto/Clusters/Databases/DataConnections .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection .Link https://docs.microsoft.com/en-us/powershell/module/az.kusto/new-azkustodataconnection #> function New-AzKustoDataConnection { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection])] [CmdletBinding(DefaultParameterSetName='CreateExpandedEventHub', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] @@ -98,20 +98,6 @@ param( # Resource location. ${Location}, - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat] - # The data format of the message. - # Optionally the data format can be added to each message. - ${DataFormat}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [System.String] - # The table where the data should be ingested. - # Optionally the table information can be added to each message. - ${TableName}, - [Parameter(ParameterSetName='CreateExpandedEventHub', Mandatory)] [Parameter(ParameterSetName='CreateExpandedEventGrid', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] @@ -119,6 +105,13 @@ param( # The resource ID of the event hub to be used to create a data connection / event grid is configured to send events. ${EventHubResourceId}, + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat] + # The data format of the message. + # Optionally the data format can be added to each message. + ${DataFormat}, + [Parameter(ParameterSetName='CreateExpandedEventHub')] [Parameter(ParameterSetName='CreateExpandedIotHub')] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] @@ -133,6 +126,13 @@ param( # Optionally the mapping information can be added to each message. ${MappingRuleName}, + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [System.String] + # The table where the data should be ingested. + # Optionally the table information can be added to each message. + ${TableName}, + [Parameter(ParameterSetName='CreateExpandedEventHub')] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Compression] @@ -145,6 +145,20 @@ param( # The resource ID of the storage account where the data resides. ${StorageAccountResourceId}, + [Parameter(ParameterSetName='UpdateViaIdentityExpandedEventGrid')] + [Parameter(ParameterSetName='UpdateExpandedEventGrid')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType] + # The name of blob storage event type to process. + ${BlobStorageEventType}, + + [Parameter(ParameterSetName='UpdateViaIdentityExpandedEventGrid')] + [Parameter(ParameterSetName='UpdateExpandedEventGrid')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [System.Management.Automation.SwitchParameter] + # If set to true, indicates that ingestion should ignore the first record of every file. + ${IgnoreFirstRecord}, + [Parameter(ParameterSetName='CreateExpandedIotHub', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] [System.String] @@ -227,9 +241,11 @@ begin { $mapping = @{ CreateExpandedEventHub = 'Az.Kusto.custom\New-AzKustoDataConnection'; CreateExpandedEventGrid = 'Az.Kusto.custom\New-AzKustoDataConnection'; + UpdateViaIdentityExpandedEventGrid = 'Az.Kusto.custom\New-AzKustoDataConnection'; + UpdateExpandedEventGrid = 'Az.Kusto.custom\New-AzKustoDataConnection'; CreateExpandedIotHub = 'Az.Kusto.custom\New-AzKustoDataConnection'; } - if (('CreateExpandedEventHub', 'CreateExpandedEventGrid', 'CreateExpandedIotHub') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { + if (('CreateExpandedEventHub', 'CreateExpandedEventGrid', 'UpdateViaIdentityExpandedEventGrid', 'UpdateExpandedEventGrid', 'CreateExpandedIotHub') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) diff --git a/src/Kusto/exports/New-AzKustoDatabase.ps1 b/src/Kusto/exports/New-AzKustoDatabase.ps1 index c2ccbc6db659..431850876082 100644 --- a/src/Kusto/exports/New-AzKustoDatabase.ps1 +++ b/src/Kusto/exports/New-AzKustoDatabase.ps1 @@ -26,12 +26,12 @@ Kind Location Name Type ReadWrite East US testnewkustocluster/mykustodatabase Microsoft.Kusto/Clusters/Databases .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase .Link https://docs.microsoft.com/en-us/powershell/module/az.kusto/new-azkustodatabase #> function New-AzKustoDatabase { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase])] [CmdletBinding(PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] diff --git a/src/Kusto/exports/New-AzKustoDatabasePrincipalAssignment.ps1 b/src/Kusto/exports/New-AzKustoDatabasePrincipalAssignment.ps1 index b2b23319faff..9e120220ec1b 100644 --- a/src/Kusto/exports/New-AzKustoDatabasePrincipalAssignment.ps1 +++ b/src/Kusto/exports/New-AzKustoDatabasePrincipalAssignment.ps1 @@ -26,12 +26,12 @@ Name Type testnewkustocluster/mykustodatabase/kustoprincipal1 Microsoft.Kusto/Clusters/Databases/PrincipalAssignments .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment .Link https://docs.microsoft.com/en-us/powershell/module/az.kusto/new-azkustodatabaseprincipalassignment #> function New-AzKustoDatabasePrincipalAssignment { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] diff --git a/src/Kusto/exports/ProxyCmdletDefinitions.ps1 b/src/Kusto/exports/ProxyCmdletDefinitions.ps1 index a8155221183e..4e154e3593c6 100644 --- a/src/Kusto/exports/ProxyCmdletDefinitions.ps1 +++ b/src/Kusto/exports/ProxyCmdletDefinitions.ps1 @@ -79,7 +79,7 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[]] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[]] # The list of language extensions. # To construct, see NOTES section for VALUE properties and create a hash table. ${Value}, @@ -220,7 +220,7 @@ AppId Email Fqn .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal .Notes COMPLEX PARAMETER PROPERTIES @@ -248,7 +248,7 @@ VALUE : The list of Kusto database principals. https://docs.microsoft.com/en-us/powershell/module/az.kusto/add-azkustodatabaseprincipal #> function Add-AzKustoDatabasePrincipal { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal])] [CmdletBinding(DefaultParameterSetName='AddExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='AddExpanded', Mandatory)] @@ -286,7 +286,7 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal[]] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal[]] # The list of Kusto database principals. # To construct, see NOTES section for VALUE properties and create a hash table. ${Value}, @@ -414,7 +414,7 @@ testnewkustoclusterf/myfollowerconfiguration Microsoft.Kusto/Clusters/AttachedDa .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration .Notes COMPLEX PARAMETER PROPERTIES @@ -434,7 +434,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.kusto/get-azkustoattacheddatabaseconfiguration #> function Get-AzKustoAttachedDatabaseConfiguration { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter(ParameterSetName='Get', Mandatory)] @@ -590,12 +590,12 @@ AttachedDatabaseConfigurationName ClusterResourceId myfollowerconfiguration /subscriptions/xxxxxxxx-xxxxx-xxxx-xxxx-xxxxxxxxx/resourceGroups/testrg/providers/Microsoft.Kusto/Clusters/testnewkustoclusterf mykustodatabase .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition .Link https://docs.microsoft.com/en-us/powershell/module/az.kusto/get-azkustoclusterfollowerdatabase #> function Get-AzKustoClusterFollowerDatabase { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] @@ -733,12 +733,12 @@ R PYTHON .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension .Link https://docs.microsoft.com/en-us/powershell/module/az.kusto/get-azkustoclusterlanguageextension #> function Get-AzKustoClusterLanguageExtension { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] @@ -883,7 +883,7 @@ testnewkustocluster/kustoprincipal1 Microsoft.Kusto/Clusters/PrincipalAssignment .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment .Notes COMPLEX PARAMETER PROPERTIES @@ -903,7 +903,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.kusto/get-azkustoclusterprincipalassignment #> function Get-AzKustoClusterPrincipalAssignment { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter(ParameterSetName='Get', Mandatory)] @@ -1101,14 +1101,14 @@ Microsoft.Kusto/clusters ... .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSku +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSku .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescription +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescription .Link https://docs.microsoft.com/en-us/powershell/module/az.kusto/get-azkustoclustersku #> function Get-AzKustoClusterSku { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescription], [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSku])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescription], [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSku])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter()] @@ -1255,7 +1255,7 @@ East US testnewkustocluster Microsoft.Kusto/Clusters .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster .Notes COMPLEX PARAMETER PROPERTIES @@ -1275,7 +1275,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.kusto/get-azkustocluster #> function Get-AzKustoCluster { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster])] [CmdletBinding(DefaultParameterSetName='List1', PositionalBinding=$false)] param( [Parameter(ParameterSetName='Get', Mandatory)] @@ -1436,7 +1436,7 @@ testnewkustocluster/mykustodatabase/kustoprincipal1 Microsoft.Kusto/Clusters/Dat .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment .Notes COMPLEX PARAMETER PROPERTIES @@ -1456,7 +1456,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.kusto/get-azkustodatabaseprincipalassignment #> function Get-AzKustoDatabasePrincipalAssignment { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter(ParameterSetName='Get', Mandatory)] @@ -1619,12 +1619,12 @@ AppId Email Fqn otheruser@microsoft.com aaduser=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx;xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx Other User Admin Microsoft User .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal .Link https://docs.microsoft.com/en-us/powershell/module/az.kusto/get-azkustodatabaseprincipal #> function Get-AzKustoDatabasePrincipal { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] @@ -1776,7 +1776,7 @@ ReadWrite East US testnewkustocluster/mykustodatabase Microsoft.Kusto/Clusters/ .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase .Notes COMPLEX PARAMETER PROPERTIES @@ -1796,7 +1796,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.kusto/get-azkustodatabase #> function Get-AzKustoDatabase { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter(ParameterSetName='Get', Mandatory)] @@ -1960,7 +1960,7 @@ EventHub East US testnewkustocluster/mykustodatabase/mykustodataconnection Micr .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection .Notes COMPLEX PARAMETER PROPERTIES @@ -1980,7 +1980,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.kusto/get-azkustodataconnection #> function Get-AzKustoDataConnection { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter(ParameterSetName='Get', Mandatory)] @@ -2513,12 +2513,12 @@ Name Type testnewkustoclusterf/myfollowerconfiguration Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations East US .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration .Link https://docs.microsoft.com/en-us/powershell/module/az.kusto/new-azkustoattacheddatabaseconfiguration #> function New-AzKustoAttachedDatabaseConfiguration { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] @@ -2699,12 +2699,12 @@ Name Type testnewkustocluster/kustoprincipal1 Microsoft.Kusto/Clusters/PrincipalAssignments .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment .Link https://docs.microsoft.com/en-us/powershell/module/az.kusto/new-azkustoclusterprincipalassignment #> function New-AzKustoClusterPrincipalAssignment { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] @@ -2879,14 +2879,14 @@ Create or update a Kusto cluster. .Description Create or update a Kusto cluster. .Example -PS C:\> New-AzKustoCluster -ResourceGroupName testrg -Name testnewkustocluster -Location 'East US' -SkuName Standard_D11_v2 -SkuTier Standard +PS C:\> New-AzKustoCluster -ResourceGroupName testrg -Name testnewkustocluster -Location 'East US' -SkuName Standard_D11_v2 -SkuTier Standard -EnableDoubleEncryption true Location Name Type Zone -------- ---- ---- ---- East US testnewkustocluster Microsoft.Kusto/Clusters .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster .Notes COMPLEX PARAMETER PROPERTIES @@ -2901,7 +2901,7 @@ TRUSTEDEXTERNALTENANT : The cluster's external tenants https://docs.microsoft.com/en-us/powershell/module/az.kusto/new-azkustocluster #> function New-AzKustoCluster { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] @@ -2951,6 +2951,12 @@ param( # A boolean value that indicates if the cluster's disks are encrypted. ${EnableDiskEncryption}, + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [System.Management.Automation.SwitchParameter] + # A boolean value that indicates if double encryption is enabled. + ${EnableDoubleEncryption}, + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] [System.Management.Automation.SwitchParameter] @@ -2972,7 +2978,7 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities]))] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities]))] [System.Collections.Hashtable] # The list of user identities associated with the Kusto cluster. # The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. @@ -2998,7 +3004,7 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[]] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[]] # The list of language extensions. # To construct, see NOTES section for LANGUAGEEXTENSIONVALUE properties and create a hash table. ${LanguageExtensionValue}, @@ -3042,7 +3048,7 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant[]] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant[]] # The cluster's external tenants. # To construct, see NOTES section for TRUSTEDEXTERNALTENANT properties and create a hash table. ${TrustedExternalTenant}, @@ -3197,12 +3203,12 @@ Name Type testnewkustocluster/mykustodatabase/kustoprincipal1 Microsoft.Kusto/Clusters/Databases/PrincipalAssignments .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment .Link https://docs.microsoft.com/en-us/powershell/module/az.kusto/new-azkustodatabaseprincipalassignment #> function New-AzKustoDatabasePrincipalAssignment { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] @@ -3631,7 +3637,7 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[]] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[]] # The list of language extensions. # To construct, see NOTES section for VALUE properties and create a hash table. ${Value}, @@ -4333,7 +4339,7 @@ AppId Email Fqn .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal .Notes COMPLEX PARAMETER PROPERTIES @@ -4361,7 +4367,7 @@ VALUE : The list of Kusto database principals. https://docs.microsoft.com/en-us/powershell/module/az.kusto/remove-azkustodatabaseprincipal #> function Remove-AzKustoDatabasePrincipal { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal])] [CmdletBinding(DefaultParameterSetName='RemoveExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='RemoveExpanded', Mandatory)] @@ -4399,7 +4405,7 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal[]] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal[]] # The list of Kusto database principals. # To construct, see NOTES section for VALUE properties and create a hash table. ${Value}, @@ -5273,7 +5279,7 @@ Message Name NameAvailable Reason .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult .Notes COMPLEX PARAMETER PROPERTIES @@ -5293,7 +5299,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.kusto/test-azkustoclusternameavailability #> function Test-AzKustoClusterNameAvailability { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult])] [CmdletBinding(DefaultParameterSetName='CheckExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='CheckExpanded', Mandatory)] @@ -5453,7 +5459,7 @@ Message Name NameAvailable Reason .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult .Notes COMPLEX PARAMETER PROPERTIES @@ -5473,7 +5479,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.kusto/test-azkustoclusterprincipalassignmentnameavailability #> function Test-AzKustoClusterPrincipalAssignmentNameAvailability { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult])] [CmdletBinding(DefaultParameterSetName='CheckExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='CheckExpanded', Mandatory)] @@ -5639,7 +5645,7 @@ Message Name NameAvailable Reason .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult .Notes COMPLEX PARAMETER PROPERTIES @@ -5659,7 +5665,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.kusto/test-azkustodatabasenameavailability #> function Test-AzKustoDatabaseNameAvailability { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult])] [CmdletBinding(DefaultParameterSetName='CheckExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='CheckExpanded', Mandatory)] @@ -5825,7 +5831,7 @@ Message Name NameAvailable Reason .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult .Notes COMPLEX PARAMETER PROPERTIES @@ -5845,7 +5851,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.kusto/test-azkustodatabaseprincipalassignmentnameavailability #> function Test-AzKustoDatabasePrincipalAssignmentNameAvailability { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult])] [CmdletBinding(DefaultParameterSetName='CheckExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='CheckExpanded', Mandatory)] @@ -6017,7 +6023,7 @@ Message Name NameAvailable Reason .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult .Notes COMPLEX PARAMETER PROPERTIES @@ -6037,7 +6043,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.kusto/test-azkustodataconnectionnameavailability #> function Test-AzKustoDataConnectionNameAvailability { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult])] [CmdletBinding(DefaultParameterSetName='CheckExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='CheckExpanded', Mandatory)] @@ -6209,7 +6215,7 @@ East US testnewkustocluster Microsoft.Kusto/Clusters .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster .Notes COMPLEX PARAMETER PROPERTIES @@ -6235,7 +6241,7 @@ TRUSTEDEXTERNALTENANT : The cluster's external tenants https://docs.microsoft.com/en-us/powershell/module/az.kusto/update-azkustocluster #> function Update-AzKustoCluster { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster])] [CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] @@ -6272,6 +6278,12 @@ param( # A boolean value that indicates if the cluster's disks are encrypted. ${EnableDiskEncryption}, + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [System.Management.Automation.SwitchParameter] + # A boolean value that indicates if double encryption is enabled. + ${EnableDoubleEncryption}, + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] [System.Management.Automation.SwitchParameter] @@ -6293,7 +6305,7 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities]))] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities]))] [System.Collections.Hashtable] # The list of user identities associated with the Kusto cluster. # The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. @@ -6319,7 +6331,7 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[]] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[]] # The list of language extensions. # To construct, see NOTES section for LANGUAGEEXTENSIONVALUE properties and create a hash table. ${LanguageExtensionValue}, @@ -6376,14 +6388,14 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateTags]))] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateTags]))] [System.Collections.Hashtable] # Resource tags. ${Tag}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant[]] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant[]] # The cluster's external tenants. # To construct, see NOTES section for TRUSTEDEXTERNALTENANT properties and create a hash table. ${TrustedExternalTenant}, @@ -6568,7 +6580,7 @@ event hub resource id and consumer group tuple provided are already used .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult .Notes COMPLEX PARAMETER PROPERTIES @@ -6588,7 +6600,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.kusto/invoke-azkustodataconnectionvalidation #> function Invoke-AzKustoDataConnectionValidation { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult])] [CmdletBinding(DefaultParameterSetName='DataExpandedEventHub', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='DataExpandedEventHub', Mandatory)] @@ -6659,20 +6671,6 @@ param( # Resource location. ${Location}, - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat] - # The data format of the message. - # Optionally the data format can be added to each message. - ${DataFormat}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [System.String] - # The table where the data should be ingested. - # Optionally the table information can be added to each message. - ${TableName}, - [Parameter(ParameterSetName='DataExpandedEventHub', Mandatory)] [Parameter(ParameterSetName='DataExpandedEventGrid', Mandatory)] [Parameter(ParameterSetName='DataViaIdentityExpandedEventGrid', Mandatory)] @@ -6682,6 +6680,13 @@ param( # The resource ID of the event hub to be used to create a data connection / event grid is configured to send events. ${EventHubResourceId}, + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat] + # The data format of the message. + # Optionally the data format can be added to each message. + ${DataFormat}, + [Parameter(ParameterSetName='DataExpandedEventHub')] [Parameter(ParameterSetName='DataExpandedIotHub')] [Parameter(ParameterSetName='DataViaIdentityExpandedIotHub')] @@ -6698,6 +6703,13 @@ param( # Optionally the mapping information can be added to each message. ${MappingRuleName}, + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [System.String] + # The table where the data should be ingested. + # Optionally the table information can be added to each message. + ${TableName}, + [Parameter(ParameterSetName='DataExpandedEventHub')] [Parameter(ParameterSetName='DataViaIdentityExpandedEventHub')] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] @@ -6726,6 +6738,20 @@ param( # The resource ID of the storage account where the data resides. ${StorageAccountResourceId}, + [Parameter(ParameterSetName='UpdateViaIdentityExpandedEventGrid')] + [Parameter(ParameterSetName='UpdateExpandedEventGrid')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType] + # The name of blob storage event type to process. + ${BlobStorageEventType}, + + [Parameter(ParameterSetName='UpdateViaIdentityExpandedEventGrid')] + [Parameter(ParameterSetName='UpdateExpandedEventGrid')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [System.Management.Automation.SwitchParameter] + # If set to true, indicates that ingestion should ignore the first record of every file. + ${IgnoreFirstRecord}, + [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] @@ -6788,6 +6814,8 @@ begin { DataViaIdentityExpandedIotHub = 'Az.Kusto.custom\Invoke-AzKustoDataConnectionValidation'; DataViaIdentityExpandedEventGrid = 'Az.Kusto.custom\Invoke-AzKustoDataConnectionValidation'; DataViaIdentityExpandedEventHub = 'Az.Kusto.custom\Invoke-AzKustoDataConnectionValidation'; + UpdateViaIdentityExpandedEventGrid = 'Az.Kusto.custom\Invoke-AzKustoDataConnectionValidation'; + UpdateExpandedEventGrid = 'Az.Kusto.custom\Invoke-AzKustoDataConnectionValidation'; } if (('DataExpandedEventHub', 'DataExpandedIotHub', 'DataExpandedEventGrid') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id @@ -6845,12 +6873,12 @@ Kind Location Name Type ReadWrite East US testnewkustocluster/mykustodatabase Microsoft.Kusto/Clusters/Databases .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase .Link https://docs.microsoft.com/en-us/powershell/module/az.kusto/new-azkustodatabase #> function New-AzKustoDatabase { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase])] [CmdletBinding(PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] @@ -7030,7 +7058,7 @@ Kind Location Name Type ---- -------- ---- ---- EventHub East US testnewkustocluster/mykustodatabase/myeventhubdc Microsoft.Kusto/Clusters/Databases/DataConnections .Example -PS C:\> New-AzKustoDataConnection -ResourceGroupName "testrg" -ClusterName "testnewkustocluster" -DatabaseName "mykustodatabase" -DataConnectionName "myeventgriddc" -Location="East US" -Kind "EventGrid" -EventHubResourceId "/subscriptions/$subscriptionId/resourcegroups/testrg/providers/Microsoft.EventHub/namespaces/myeventhubns/eventhubs/myeventhub" -StorageAccountResourceId $storageAccountResourceId "/subscriptions/$subscriptionId/resourcegroups/testrg/providers/Microsoft.Storage/storageAccounts/mystorage" -DataFormat "JSON" -ConsumerGroup '$Default' -TableName "Events" -MappingRuleName "EventsMapping" +PS C:\> New-AzKustoDataConnection -ResourceGroupName "testrg" -ClusterName "testnewkustocluster" -DatabaseName "mykustodatabase" -DataConnectionName "myeventgriddc" -Location="East US" -Kind "EventGrid" -EventHubResourceId "/subscriptions/$subscriptionId/resourcegroups/testrg/providers/Microsoft.EventHub/namespaces/myeventhubns/eventhubs/myeventhub" -StorageAccountResourceId $storageAccountResourceId "/subscriptions/$subscriptionId/resourcegroups/testrg/providers/Microsoft.Storage/storageAccounts/mystorage" -DataFormat "JSON" -ConsumerGroup '$Default' -TableName "Events" -MappingRuleName "EventsMapping" -IgnoreFirstRecord "false" -BlobStorageEventType "Microsoft.Storage.BlobRenamed" Kind Location Name Type ---- -------- ---- ---- @@ -7043,12 +7071,12 @@ Kind Location Name Type IotHub East US testnewkustocluster/mykustodatabase/myiothubdc Microsoft.Kusto/Clusters/Databases/DataConnections .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection .Link https://docs.microsoft.com/en-us/powershell/module/az.kusto/new-azkustodataconnection #> function New-AzKustoDataConnection { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection])] [CmdletBinding(DefaultParameterSetName='CreateExpandedEventHub', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] @@ -7103,20 +7131,6 @@ param( # Resource location. ${Location}, - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat] - # The data format of the message. - # Optionally the data format can be added to each message. - ${DataFormat}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [System.String] - # The table where the data should be ingested. - # Optionally the table information can be added to each message. - ${TableName}, - [Parameter(ParameterSetName='CreateExpandedEventHub', Mandatory)] [Parameter(ParameterSetName='CreateExpandedEventGrid', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] @@ -7124,6 +7138,13 @@ param( # The resource ID of the event hub to be used to create a data connection / event grid is configured to send events. ${EventHubResourceId}, + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat] + # The data format of the message. + # Optionally the data format can be added to each message. + ${DataFormat}, + [Parameter(ParameterSetName='CreateExpandedEventHub')] [Parameter(ParameterSetName='CreateExpandedIotHub')] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] @@ -7138,6 +7159,13 @@ param( # Optionally the mapping information can be added to each message. ${MappingRuleName}, + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [System.String] + # The table where the data should be ingested. + # Optionally the table information can be added to each message. + ${TableName}, + [Parameter(ParameterSetName='CreateExpandedEventHub')] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Compression] @@ -7150,6 +7178,20 @@ param( # The resource ID of the storage account where the data resides. ${StorageAccountResourceId}, + [Parameter(ParameterSetName='UpdateViaIdentityExpandedEventGrid')] + [Parameter(ParameterSetName='UpdateExpandedEventGrid')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType] + # The name of blob storage event type to process. + ${BlobStorageEventType}, + + [Parameter(ParameterSetName='UpdateViaIdentityExpandedEventGrid')] + [Parameter(ParameterSetName='UpdateExpandedEventGrid')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [System.Management.Automation.SwitchParameter] + # If set to true, indicates that ingestion should ignore the first record of every file. + ${IgnoreFirstRecord}, + [Parameter(ParameterSetName='CreateExpandedIotHub', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] [System.String] @@ -7232,9 +7274,11 @@ begin { $mapping = @{ CreateExpandedEventHub = 'Az.Kusto.custom\New-AzKustoDataConnection'; CreateExpandedEventGrid = 'Az.Kusto.custom\New-AzKustoDataConnection'; + UpdateViaIdentityExpandedEventGrid = 'Az.Kusto.custom\New-AzKustoDataConnection'; + UpdateExpandedEventGrid = 'Az.Kusto.custom\New-AzKustoDataConnection'; CreateExpandedIotHub = 'Az.Kusto.custom\New-AzKustoDataConnection'; } - if (('CreateExpandedEventHub', 'CreateExpandedEventGrid', 'CreateExpandedIotHub') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { + if (('CreateExpandedEventHub', 'CreateExpandedEventGrid', 'UpdateViaIdentityExpandedEventGrid', 'UpdateExpandedEventGrid', 'CreateExpandedIotHub') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) @@ -7318,7 +7362,7 @@ ReadOnlyFollowing East US myfollowercluster/mykustodatabase Microsoft.Kusto/Clu .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase .Notes COMPLEX PARAMETER PROPERTIES @@ -7338,7 +7382,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.kusto/update-azkustodatabase #> function Update-AzKustoDatabase { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase])] [CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] @@ -7562,7 +7606,7 @@ IotHub East US testnewkustocluster/mykustodatabase/myiothubdc Microsoft.Kusto/C .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection .Notes COMPLEX PARAMETER PROPERTIES @@ -7582,7 +7626,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.kusto/update-azkustodataconnection #> function Update-AzKustoDataConnection { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection])] [CmdletBinding(DefaultParameterSetName='UpdateExpandedEventHub', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='UpdateExpandedEventHub', Mandatory)] @@ -7656,20 +7700,6 @@ param( # Resource location. ${Location}, - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat] - # The data format of the message. - # Optionally the data format can be added to each message. - ${DataFormat}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [System.String] - # The table where the data should be ingested. - # Optionally the table information can be added to each message. - ${TableName}, - [Parameter(ParameterSetName='UpdateExpandedEventHub', Mandatory)] [Parameter(ParameterSetName='UpdateExpandedEventGrid', Mandatory)] [Parameter(ParameterSetName='UpdateViaIdentityExpandedEventGrid', Mandatory)] @@ -7679,6 +7709,13 @@ param( # The resource ID of the event hub to be used to create a data connection / event grid is configured to send events. ${EventHubResourceId}, + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat] + # The data format of the message. + # Optionally the data format can be added to each message. + ${DataFormat}, + [Parameter(ParameterSetName='UpdateExpandedEventHub')] [Parameter(ParameterSetName='UpdateExpandedIotHub')] [Parameter(ParameterSetName='UpdateViaIdentityExpandedIotHub')] @@ -7695,6 +7732,13 @@ param( # Optionally the mapping information can be added to each message. ${MappingRuleName}, + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [System.String] + # The table where the data should be ingested. + # Optionally the table information can be added to each message. + ${TableName}, + [Parameter(ParameterSetName='UpdateExpandedEventHub')] [Parameter(ParameterSetName='UpdateViaIdentityExpandedEventHub')] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] @@ -7723,6 +7767,20 @@ param( # The resource ID of the storage account where the data resides. ${StorageAccountResourceId}, + [Parameter(ParameterSetName='UpdateExpandedEventGrid')] + [Parameter(ParameterSetName='UpdateViaIdentityExpandedEventGrid')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType] + # The name of blob storage event type to process. + ${BlobStorageEventType}, + + [Parameter(ParameterSetName='UpdateExpandedEventGrid')] + [Parameter(ParameterSetName='UpdateViaIdentityExpandedEventGrid')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [System.Management.Automation.SwitchParameter] + # If set to true, indicates that ingestion should ignore the first record of every file. + ${IgnoreFirstRecord}, + [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] diff --git a/src/Kusto/exports/Remove-AzKustoClusterLanguageExtension.ps1 b/src/Kusto/exports/Remove-AzKustoClusterLanguageExtension.ps1 index 6c235373c439..b960cf3c5267 100644 --- a/src/Kusto/exports/Remove-AzKustoClusterLanguageExtension.ps1 +++ b/src/Kusto/exports/Remove-AzKustoClusterLanguageExtension.ps1 @@ -79,7 +79,7 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[]] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[]] # The list of language extensions. # To construct, see NOTES section for VALUE properties and create a hash table. ${Value}, diff --git a/src/Kusto/exports/Remove-AzKustoDatabasePrincipal.ps1 b/src/Kusto/exports/Remove-AzKustoDatabasePrincipal.ps1 index b370acd2a070..a6c684add7c3 100644 --- a/src/Kusto/exports/Remove-AzKustoDatabasePrincipal.ps1 +++ b/src/Kusto/exports/Remove-AzKustoDatabasePrincipal.ps1 @@ -28,7 +28,7 @@ AppId Email Fqn .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal .Notes COMPLEX PARAMETER PROPERTIES @@ -56,7 +56,7 @@ VALUE : The list of Kusto database principals. https://docs.microsoft.com/en-us/powershell/module/az.kusto/remove-azkustodatabaseprincipal #> function Remove-AzKustoDatabasePrincipal { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal])] [CmdletBinding(DefaultParameterSetName='RemoveExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='RemoveExpanded', Mandatory)] @@ -94,7 +94,7 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal[]] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal[]] # The list of Kusto database principals. # To construct, see NOTES section for VALUE properties and create a hash table. ${Value}, diff --git a/src/Kusto/exports/Test-AzKustoClusterNameAvailability.ps1 b/src/Kusto/exports/Test-AzKustoClusterNameAvailability.ps1 index 1c7a17217bdb..826cea3f6fa0 100644 --- a/src/Kusto/exports/Test-AzKustoClusterNameAvailability.ps1 +++ b/src/Kusto/exports/Test-AzKustoClusterNameAvailability.ps1 @@ -34,7 +34,7 @@ Message Name NameAvailable Reason .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult .Notes COMPLEX PARAMETER PROPERTIES @@ -54,7 +54,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.kusto/test-azkustoclusternameavailability #> function Test-AzKustoClusterNameAvailability { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult])] [CmdletBinding(DefaultParameterSetName='CheckExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='CheckExpanded', Mandatory)] diff --git a/src/Kusto/exports/Test-AzKustoClusterPrincipalAssignmentNameAvailability.ps1 b/src/Kusto/exports/Test-AzKustoClusterPrincipalAssignmentNameAvailability.ps1 index 8cdba073c39f..3451f0a05cd5 100644 --- a/src/Kusto/exports/Test-AzKustoClusterPrincipalAssignmentNameAvailability.ps1 +++ b/src/Kusto/exports/Test-AzKustoClusterPrincipalAssignmentNameAvailability.ps1 @@ -34,7 +34,7 @@ Message Name NameAvailable Reason .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult .Notes COMPLEX PARAMETER PROPERTIES @@ -54,7 +54,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.kusto/test-azkustoclusterprincipalassignmentnameavailability #> function Test-AzKustoClusterPrincipalAssignmentNameAvailability { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult])] [CmdletBinding(DefaultParameterSetName='CheckExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='CheckExpanded', Mandatory)] diff --git a/src/Kusto/exports/Test-AzKustoDataConnectionNameAvailability.ps1 b/src/Kusto/exports/Test-AzKustoDataConnectionNameAvailability.ps1 index aad83fbd6a42..079801278f16 100644 --- a/src/Kusto/exports/Test-AzKustoDataConnectionNameAvailability.ps1 +++ b/src/Kusto/exports/Test-AzKustoDataConnectionNameAvailability.ps1 @@ -34,7 +34,7 @@ Message Name NameAvailable Reason .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult .Notes COMPLEX PARAMETER PROPERTIES @@ -54,7 +54,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.kusto/test-azkustodataconnectionnameavailability #> function Test-AzKustoDataConnectionNameAvailability { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult])] [CmdletBinding(DefaultParameterSetName='CheckExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='CheckExpanded', Mandatory)] diff --git a/src/Kusto/exports/Test-AzKustoDatabaseNameAvailability.ps1 b/src/Kusto/exports/Test-AzKustoDatabaseNameAvailability.ps1 index 9efe67a3aa56..df6d89841a6e 100644 --- a/src/Kusto/exports/Test-AzKustoDatabaseNameAvailability.ps1 +++ b/src/Kusto/exports/Test-AzKustoDatabaseNameAvailability.ps1 @@ -34,7 +34,7 @@ Message Name NameAvailable Reason .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult .Notes COMPLEX PARAMETER PROPERTIES @@ -54,7 +54,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.kusto/test-azkustodatabasenameavailability #> function Test-AzKustoDatabaseNameAvailability { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult])] [CmdletBinding(DefaultParameterSetName='CheckExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='CheckExpanded', Mandatory)] diff --git a/src/Kusto/exports/Test-AzKustoDatabasePrincipalAssignmentNameAvailability.ps1 b/src/Kusto/exports/Test-AzKustoDatabasePrincipalAssignmentNameAvailability.ps1 index 1813c9f3dd14..f187e7c258cc 100644 --- a/src/Kusto/exports/Test-AzKustoDatabasePrincipalAssignmentNameAvailability.ps1 +++ b/src/Kusto/exports/Test-AzKustoDatabasePrincipalAssignmentNameAvailability.ps1 @@ -34,7 +34,7 @@ Message Name NameAvailable Reason .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult .Notes COMPLEX PARAMETER PROPERTIES @@ -54,7 +54,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.kusto/test-azkustodatabaseprincipalassignmentnameavailability #> function Test-AzKustoDatabasePrincipalAssignmentNameAvailability { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult])] [CmdletBinding(DefaultParameterSetName='CheckExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='CheckExpanded', Mandatory)] diff --git a/src/Kusto/exports/Update-AzKustoCluster.ps1 b/src/Kusto/exports/Update-AzKustoCluster.ps1 index 788cb9f17bdb..c7d710fd96e3 100644 --- a/src/Kusto/exports/Update-AzKustoCluster.ps1 +++ b/src/Kusto/exports/Update-AzKustoCluster.ps1 @@ -34,7 +34,7 @@ East US testnewkustocluster Microsoft.Kusto/Clusters .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster .Notes COMPLEX PARAMETER PROPERTIES @@ -60,7 +60,7 @@ TRUSTEDEXTERNALTENANT : The cluster's external tenants https://docs.microsoft.com/en-us/powershell/module/az.kusto/update-azkustocluster #> function Update-AzKustoCluster { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster])] [CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] @@ -97,6 +97,12 @@ param( # A boolean value that indicates if the cluster's disks are encrypted. ${EnableDiskEncryption}, + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [System.Management.Automation.SwitchParameter] + # A boolean value that indicates if double encryption is enabled. + ${EnableDoubleEncryption}, + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] [System.Management.Automation.SwitchParameter] @@ -118,7 +124,7 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities]))] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities]))] [System.Collections.Hashtable] # The list of user identities associated with the Kusto cluster. # The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. @@ -144,7 +150,7 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[]] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[]] # The list of language extensions. # To construct, see NOTES section for LANGUAGEEXTENSIONVALUE properties and create a hash table. ${LanguageExtensionValue}, @@ -201,14 +207,14 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateTags]))] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateTags]))] [System.Collections.Hashtable] # Resource tags. ${Tag}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant[]] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant[]] # The cluster's external tenants. # To construct, see NOTES section for TRUSTEDEXTERNALTENANT properties and create a hash table. ${TrustedExternalTenant}, diff --git a/src/Kusto/exports/Update-AzKustoDataConnection.ps1 b/src/Kusto/exports/Update-AzKustoDataConnection.ps1 index 9bbfb33407c8..b12417243c7e 100644 --- a/src/Kusto/exports/Update-AzKustoDataConnection.ps1 +++ b/src/Kusto/exports/Update-AzKustoDataConnection.ps1 @@ -61,7 +61,7 @@ IotHub East US testnewkustocluster/mykustodatabase/myiothubdc Microsoft.Kusto/C .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection .Notes COMPLEX PARAMETER PROPERTIES @@ -81,7 +81,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.kusto/update-azkustodataconnection #> function Update-AzKustoDataConnection { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection])] [CmdletBinding(DefaultParameterSetName='UpdateExpandedEventHub', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='UpdateExpandedEventHub', Mandatory)] @@ -155,20 +155,6 @@ param( # Resource location. ${Location}, - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat] - # The data format of the message. - # Optionally the data format can be added to each message. - ${DataFormat}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [System.String] - # The table where the data should be ingested. - # Optionally the table information can be added to each message. - ${TableName}, - [Parameter(ParameterSetName='UpdateExpandedEventHub', Mandatory)] [Parameter(ParameterSetName='UpdateExpandedEventGrid', Mandatory)] [Parameter(ParameterSetName='UpdateViaIdentityExpandedEventGrid', Mandatory)] @@ -178,6 +164,13 @@ param( # The resource ID of the event hub to be used to create a data connection / event grid is configured to send events. ${EventHubResourceId}, + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat] + # The data format of the message. + # Optionally the data format can be added to each message. + ${DataFormat}, + [Parameter(ParameterSetName='UpdateExpandedEventHub')] [Parameter(ParameterSetName='UpdateExpandedIotHub')] [Parameter(ParameterSetName='UpdateViaIdentityExpandedIotHub')] @@ -194,6 +187,13 @@ param( # Optionally the mapping information can be added to each message. ${MappingRuleName}, + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [System.String] + # The table where the data should be ingested. + # Optionally the table information can be added to each message. + ${TableName}, + [Parameter(ParameterSetName='UpdateExpandedEventHub')] [Parameter(ParameterSetName='UpdateViaIdentityExpandedEventHub')] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] @@ -222,6 +222,20 @@ param( # The resource ID of the storage account where the data resides. ${StorageAccountResourceId}, + [Parameter(ParameterSetName='UpdateExpandedEventGrid')] + [Parameter(ParameterSetName='UpdateViaIdentityExpandedEventGrid')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType] + # The name of blob storage event type to process. + ${BlobStorageEventType}, + + [Parameter(ParameterSetName='UpdateExpandedEventGrid')] + [Parameter(ParameterSetName='UpdateViaIdentityExpandedEventGrid')] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] + [System.Management.Automation.SwitchParameter] + # If set to true, indicates that ingestion should ignore the first record of every file. + ${IgnoreFirstRecord}, + [Parameter()] [Alias('AzureRMContext', 'AzureCredential')] [ValidateNotNull()] diff --git a/src/Kusto/exports/Update-AzKustoDatabase.ps1 b/src/Kusto/exports/Update-AzKustoDatabase.ps1 index d4e8b96e45fd..813a65c9815d 100644 --- a/src/Kusto/exports/Update-AzKustoDatabase.ps1 +++ b/src/Kusto/exports/Update-AzKustoDatabase.ps1 @@ -54,7 +54,7 @@ ReadOnlyFollowing East US myfollowercluster/mykustodatabase Microsoft.Kusto/Clu .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase .Notes COMPLEX PARAMETER PROPERTIES @@ -74,7 +74,7 @@ INPUTOBJECT : Identity Parameter https://docs.microsoft.com/en-us/powershell/module/az.kusto/update-azkustodatabase #> function Update-AzKustoDatabase { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase])] [CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] diff --git a/src/Kusto/generate-info.json b/src/Kusto/generate-info.json deleted file mode 100644 index fade6414e538..000000000000 --- a/src/Kusto/generate-info.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "swagger_commit": "2911cba6010cda91a971f6a00fd5648e00c2901f", - "node": "v10.16.0", - "autorest_remodeler": "2.1.27", - "autorest_core": "3.0.6282", - "autorest_powershell": "2.1.382", - "autorest": "3.0.6149" -} diff --git a/src/Kusto/generated/api/Kusto.cs b/src/Kusto/generated/api/Kusto.cs index d4cefc6e9825..9ad85d0d1fad 100644 --- a/src/Kusto/generated/api/Kusto.cs +++ b/src/Kusto/generated/api/Kusto.cs @@ -28,9 +28,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task AttachedDatabaseConfigurationsCreateOrUpdate(string resourceGroupName, string clusterName, string attachedDatabaseConfigurationName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task AttachedDatabaseConfigurationsCreateOrUpdate(string resourceGroupName, string clusterName, string attachedDatabaseConfigurationName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -75,9 +75,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task AttachedDatabaseConfigurationsCreateOrUpdateViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task AttachedDatabaseConfigurationsCreateOrUpdateViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -136,7 +136,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task AttachedDatabaseConfigurationsCreateOrUpdate_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task AttachedDatabaseConfigurationsCreateOrUpdate_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -246,13 +246,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AttachedDatabaseConfiguration.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AttachedDatabaseConfiguration.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -281,7 +281,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task AttachedDatabaseConfigurationsCreateOrUpdate_Validate(string resourceGroupName, string clusterName, string attachedDatabaseConfigurationName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) + internal async global::System.Threading.Tasks.Task AttachedDatabaseConfigurationsCreateOrUpdate_Validate(string resourceGroupName, string clusterName, string attachedDatabaseConfigurationName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) { using( NoSynchronizationContext ) { @@ -309,9 +309,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task AttachedDatabaseConfigurationsDelete(string resourceGroupName, string clusterName, string attachedDatabaseConfigurationName, string subscriptionId, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task AttachedDatabaseConfigurationsDelete(string resourceGroupName, string clusterName, string attachedDatabaseConfigurationName, string subscriptionId, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -352,9 +352,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task AttachedDatabaseConfigurationsDeleteViaIdentity(global::System.String viaIdentity, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task AttachedDatabaseConfigurationsDeleteViaIdentity(global::System.String viaIdentity, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -410,7 +410,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task AttachedDatabaseConfigurationsDelete_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task AttachedDatabaseConfigurationsDelete_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -533,7 +533,7 @@ public partial class Kusto default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -586,9 +586,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task AttachedDatabaseConfigurationsGet(string resourceGroupName, string clusterName, string attachedDatabaseConfigurationName, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task AttachedDatabaseConfigurationsGet(string resourceGroupName, string clusterName, string attachedDatabaseConfigurationName, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -628,9 +628,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task AttachedDatabaseConfigurationsGetViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task AttachedDatabaseConfigurationsGetViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -683,7 +683,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task AttachedDatabaseConfigurationsGet_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task AttachedDatabaseConfigurationsGet_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -700,13 +700,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AttachedDatabaseConfiguration.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AttachedDatabaseConfiguration.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -760,9 +760,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task AttachedDatabaseConfigurationsListByCluster(string resourceGroupName, string clusterName, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task AttachedDatabaseConfigurationsListByCluster(string resourceGroupName, string clusterName, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -803,9 +803,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task AttachedDatabaseConfigurationsListByClusterViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task AttachedDatabaseConfigurationsListByClusterViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -858,7 +858,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task AttachedDatabaseConfigurationsListByCluster_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task AttachedDatabaseConfigurationsListByCluster_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -875,13 +875,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AttachedDatabaseConfigurationListResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AttachedDatabaseConfigurationListResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -932,9 +932,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsCheckNameAvailability(string resourceGroupName, string clusterName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentCheckNameRequest body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsCheckNameAvailability(string resourceGroupName, string clusterName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentCheckNameRequest body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -978,9 +978,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsCheckNameAvailabilityViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentCheckNameRequest body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsCheckNameAvailabilityViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentCheckNameRequest body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -1037,7 +1037,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsCheckNameAvailability_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsCheckNameAvailability_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -1054,13 +1054,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CheckNameResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CheckNameResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -1088,7 +1088,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsCheckNameAvailability_Validate(string resourceGroupName, string clusterName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentCheckNameRequest body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) + internal async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsCheckNameAvailability_Validate(string resourceGroupName, string clusterName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentCheckNameRequest body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) { using( NoSynchronizationContext ) { @@ -1115,9 +1115,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsCreateOrUpdate(string subscriptionId, string resourceGroupName, string clusterName, string principalAssignmentName, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsCreateOrUpdate(string subscriptionId, string resourceGroupName, string clusterName, string principalAssignmentName, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -1162,9 +1162,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsCreateOrUpdateViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsCreateOrUpdateViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -1223,7 +1223,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsCreateOrUpdate_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsCreateOrUpdate_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -1333,13 +1333,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterPrincipalAssignment.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterPrincipalAssignment.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -1368,7 +1368,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsCreateOrUpdate_Validate(string subscriptionId, string resourceGroupName, string clusterName, string principalAssignmentName, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) + internal async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsCreateOrUpdate_Validate(string subscriptionId, string resourceGroupName, string clusterName, string principalAssignmentName, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) { using( NoSynchronizationContext ) { @@ -1396,9 +1396,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsDelete(string subscriptionId, string resourceGroupName, string clusterName, string principalAssignmentName, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsDelete(string subscriptionId, string resourceGroupName, string clusterName, string principalAssignmentName, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -1439,9 +1439,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsDeleteViaIdentity(global::System.String viaIdentity, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsDeleteViaIdentity(global::System.String viaIdentity, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -1495,7 +1495,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsDelete_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsDelete_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -1618,7 +1618,7 @@ public partial class Kusto default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -1671,9 +1671,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsGet(string subscriptionId, string resourceGroupName, string clusterName, string principalAssignmentName, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsGet(string subscriptionId, string resourceGroupName, string clusterName, string principalAssignmentName, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -1713,9 +1713,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsGetViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsGetViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -1768,7 +1768,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsGet_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsGet_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -1785,13 +1785,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterPrincipalAssignment.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterPrincipalAssignment.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -1843,9 +1843,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsList(string subscriptionId, string resourceGroupName, string clusterName, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsList(string subscriptionId, string resourceGroupName, string clusterName, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -1884,9 +1884,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsListViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsListViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -1937,7 +1937,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsList_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task ClusterPrincipalAssignmentsList_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -1954,13 +1954,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterPrincipalAssignmentListResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterPrincipalAssignmentListResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -2011,9 +2011,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersAddLanguageExtensions(string subscriptionId, string resourceGroupName, string clusterName, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList body, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersAddLanguageExtensions(string subscriptionId, string resourceGroupName, string clusterName, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList body, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -2057,9 +2057,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersAddLanguageExtensionsViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList body, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersAddLanguageExtensionsViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList body, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -2114,7 +2114,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClustersAddLanguageExtensions_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task ClustersAddLanguageExtensions_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -2231,7 +2231,7 @@ public partial class Kusto default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -2259,7 +2259,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClustersAddLanguageExtensions_Validate(string subscriptionId, string resourceGroupName, string clusterName, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) + internal async global::System.Threading.Tasks.Task ClustersAddLanguageExtensions_Validate(string subscriptionId, string resourceGroupName, string clusterName, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) { using( NoSynchronizationContext ) { @@ -2284,9 +2284,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersCheckNameAvailability(string subscriptionId, string location, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterCheckNameRequest body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersCheckNameAvailability(string subscriptionId, string location, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterCheckNameRequest body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -2328,9 +2328,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersCheckNameAvailabilityViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterCheckNameRequest body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersCheckNameAvailabilityViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterCheckNameRequest body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -2382,7 +2382,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClustersCheckNameAvailability_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task ClustersCheckNameAvailability_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -2399,13 +2399,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CheckNameResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CheckNameResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -2432,7 +2432,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClustersCheckNameAvailability_Validate(string subscriptionId, string location, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterCheckNameRequest body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) + internal async global::System.Threading.Tasks.Task ClustersCheckNameAvailability_Validate(string subscriptionId, string location, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterCheckNameRequest body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) { using( NoSynchronizationContext ) { @@ -2457,9 +2457,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersCreateOrUpdate(string resourceGroupName, string clusterName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersCreateOrUpdate(string resourceGroupName, string clusterName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -2502,9 +2502,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersCreateOrUpdateViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersCreateOrUpdateViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -2558,7 +2558,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClustersCreateOrUpdate_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task ClustersCreateOrUpdate_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -2668,13 +2668,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Cluster.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Cluster.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -2702,7 +2702,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClustersCreateOrUpdate_Validate(string resourceGroupName, string clusterName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) + internal async global::System.Threading.Tasks.Task ClustersCreateOrUpdate_Validate(string resourceGroupName, string clusterName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) { using( NoSynchronizationContext ) { @@ -2728,9 +2728,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersDelete(string resourceGroupName, string clusterName, string subscriptionId, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersDelete(string resourceGroupName, string clusterName, string subscriptionId, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -2769,9 +2769,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersDeleteViaIdentity(global::System.String viaIdentity, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersDeleteViaIdentity(global::System.String viaIdentity, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -2822,7 +2822,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClustersDelete_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task ClustersDelete_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -2945,7 +2945,7 @@ public partial class Kusto default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -2996,9 +2996,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersDetachFollowerDatabases(string resourceGroupName, string clusterName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition body, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersDetachFollowerDatabases(string resourceGroupName, string clusterName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition body, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -3042,9 +3042,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersDetachFollowerDatabasesViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition body, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersDetachFollowerDatabasesViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition body, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -3099,7 +3099,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClustersDetachFollowerDatabases_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task ClustersDetachFollowerDatabases_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -3216,7 +3216,7 @@ public partial class Kusto default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -3244,7 +3244,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClustersDetachFollowerDatabases_Validate(string resourceGroupName, string clusterName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) + internal async global::System.Threading.Tasks.Task ClustersDetachFollowerDatabases_Validate(string resourceGroupName, string clusterName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) { using( NoSynchronizationContext ) { @@ -3271,9 +3271,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersDiagnoseVirtualNetwork(string resourceGroupName, string clusterName, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersDiagnoseVirtualNetwork(string resourceGroupName, string clusterName, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -3314,9 +3314,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersDiagnoseVirtualNetworkViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersDiagnoseVirtualNetworkViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -3367,7 +3367,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClustersDiagnoseVirtualNetwork_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task ClustersDiagnoseVirtualNetwork_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -3475,13 +3475,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DiagnoseVirtualNetworkResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DiagnoseVirtualNetworkResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -3531,9 +3531,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersGet(string resourceGroupName, string clusterName, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersGet(string resourceGroupName, string clusterName, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -3571,9 +3571,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersGetViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersGetViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -3623,7 +3623,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClustersGet_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task ClustersGet_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -3640,13 +3640,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Cluster.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Cluster.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -3694,9 +3694,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersList(string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersList(string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -3733,9 +3733,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersListByResourceGroup(string resourceGroupName, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersListByResourceGroup(string resourceGroupName, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -3772,9 +3772,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersListByResourceGroupViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersListByResourceGroupViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -3822,7 +3822,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClustersListByResourceGroup_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task ClustersListByResourceGroup_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -3839,13 +3839,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterListResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterListResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -3895,9 +3895,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersListFollowerDatabases(string resourceGroupName, string clusterName, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersListFollowerDatabases(string resourceGroupName, string clusterName, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -3938,9 +3938,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersListFollowerDatabasesViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersListFollowerDatabasesViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -3991,7 +3991,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClustersListFollowerDatabases_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task ClustersListFollowerDatabases_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -4008,13 +4008,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.FollowerDatabaseListResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.FollowerDatabaseListResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -4064,9 +4064,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersListLanguageExtensions(string subscriptionId, string resourceGroupName, string clusterName, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersListLanguageExtensions(string subscriptionId, string resourceGroupName, string clusterName, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -4105,9 +4105,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersListLanguageExtensionsViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersListLanguageExtensionsViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -4158,7 +4158,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClustersListLanguageExtensions_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task ClustersListLanguageExtensions_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -4175,13 +4175,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.LanguageExtensionsList.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.LanguageExtensionsList.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -4229,9 +4229,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersListSkus(string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersListSkus(string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -4269,9 +4269,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersListSkusByResource(string resourceGroupName, string clusterName, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersListSkusByResource(string resourceGroupName, string clusterName, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -4310,9 +4310,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersListSkusByResourceViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersListSkusByResourceViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -4363,7 +4363,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClustersListSkusByResource_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task ClustersListSkusByResource_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -4380,13 +4380,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ListResourceSkusResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ListResourceSkusResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -4433,9 +4433,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersListSkusViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersListSkusViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -4480,7 +4480,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClustersListSkus_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task ClustersListSkus_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -4497,13 +4497,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.SkuDescriptionList.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.SkuDescriptionList.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -4546,9 +4546,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersListViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersListViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -4593,7 +4593,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClustersList_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task ClustersList_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -4610,13 +4610,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterListResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterListResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -4663,9 +4663,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersRemoveLanguageExtensions(string subscriptionId, string resourceGroupName, string clusterName, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList body, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersRemoveLanguageExtensions(string subscriptionId, string resourceGroupName, string clusterName, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList body, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -4709,9 +4709,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersRemoveLanguageExtensionsViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList body, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersRemoveLanguageExtensionsViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList body, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -4766,7 +4766,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClustersRemoveLanguageExtensions_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task ClustersRemoveLanguageExtensions_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -4883,7 +4883,7 @@ public partial class Kusto default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -4911,7 +4911,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClustersRemoveLanguageExtensions_Validate(string subscriptionId, string resourceGroupName, string clusterName, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) + internal async global::System.Threading.Tasks.Task ClustersRemoveLanguageExtensions_Validate(string subscriptionId, string resourceGroupName, string clusterName, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) { using( NoSynchronizationContext ) { @@ -4936,9 +4936,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersStart(string resourceGroupName, string clusterName, string subscriptionId, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersStart(string resourceGroupName, string clusterName, string subscriptionId, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -4977,9 +4977,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersStartViaIdentity(global::System.String viaIdentity, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersStartViaIdentity(global::System.String viaIdentity, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -5030,7 +5030,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClustersStart_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task ClustersStart_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -5147,7 +5147,7 @@ public partial class Kusto default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -5197,9 +5197,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersStop(string resourceGroupName, string clusterName, string subscriptionId, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersStop(string resourceGroupName, string clusterName, string subscriptionId, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -5238,9 +5238,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersStopViaIdentity(global::System.String viaIdentity, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersStopViaIdentity(global::System.String viaIdentity, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -5291,7 +5291,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClustersStop_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task ClustersStop_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -5408,7 +5408,7 @@ public partial class Kusto default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -5459,9 +5459,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersUpdate(string resourceGroupName, string clusterName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdate body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersUpdate(string resourceGroupName, string clusterName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdate body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -5504,9 +5504,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task ClustersUpdateViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdate body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task ClustersUpdateViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdate body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -5560,7 +5560,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClustersUpdate_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task ClustersUpdate_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -5670,13 +5670,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Cluster.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Cluster.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -5704,7 +5704,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task ClustersUpdate_Validate(string resourceGroupName, string clusterName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdate body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) + internal async global::System.Threading.Tasks.Task ClustersUpdate_Validate(string resourceGroupName, string clusterName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdate body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) { using( NoSynchronizationContext ) { @@ -5731,9 +5731,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DataConnectionsCheckNameAvailability(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionCheckNameRequest body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DataConnectionsCheckNameAvailability(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionCheckNameRequest body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -5779,9 +5779,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DataConnectionsCheckNameAvailabilityViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionCheckNameRequest body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DataConnectionsCheckNameAvailabilityViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionCheckNameRequest body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -5841,7 +5841,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DataConnectionsCheckNameAvailability_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task DataConnectionsCheckNameAvailability_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -5858,13 +5858,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CheckNameResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CheckNameResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -5893,7 +5893,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DataConnectionsCheckNameAvailability_Validate(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionCheckNameRequest body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) + internal async global::System.Threading.Tasks.Task DataConnectionsCheckNameAvailability_Validate(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionCheckNameRequest body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) { using( NoSynchronizationContext ) { @@ -5922,9 +5922,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DataConnectionsCreateOrUpdate(string resourceGroupName, string clusterName, string databaseName, string dataConnectionName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DataConnectionsCreateOrUpdate(string resourceGroupName, string clusterName, string databaseName, string dataConnectionName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -5971,9 +5971,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DataConnectionsCreateOrUpdateViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DataConnectionsCreateOrUpdateViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -6033,7 +6033,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DataConnectionsCreateOrUpdate_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task DataConnectionsCreateOrUpdate_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -6143,13 +6143,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnection.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnection.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -6179,7 +6179,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DataConnectionsCreateOrUpdate_Validate(string resourceGroupName, string clusterName, string databaseName, string dataConnectionName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) + internal async global::System.Threading.Tasks.Task DataConnectionsCreateOrUpdate_Validate(string resourceGroupName, string clusterName, string databaseName, string dataConnectionName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) { using( NoSynchronizationContext ) { @@ -6201,14 +6201,16 @@ public partial class Kusto /// ID forms part of the URI for every service call. /// The data connection parameters supplied to the CreateOrUpdate operation. /// a delegate that is called when the remote service returns 200 (OK). + /// a delegate that is called when the remote service returns default (any response code not handled + /// elsewhere). /// an instance that will receive events. /// an instance of an Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync pipeline to use to make the request. /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DataConnectionsDataConnectionValidation(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidation body, global::System.Func, global::System.Threading.Tasks.Task> onOk, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DataConnectionsDataConnectionValidation(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidation body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -6239,7 +6241,7 @@ public partial class Kusto request.Content.Headers.ContentType = global::System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json"); await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BodyContentSet, _url); if( eventListener.Token.IsCancellationRequested ) { return; } // make the call - await this.DataConnectionsDataConnectionValidation_Call(request,onOk,eventListener,sender); + await this.DataConnectionsDataConnectionValidation_Call(request,onOk,onDefault,eventListener,sender); } } @@ -6247,14 +6249,16 @@ public partial class Kusto /// /// The data connection parameters supplied to the CreateOrUpdate operation. /// a delegate that is called when the remote service returns 200 (OK). + /// a delegate that is called when the remote service returns default (any response code not handled + /// elsewhere). /// an instance that will receive events. /// an instance of an Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync pipeline to use to make the request. /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DataConnectionsDataConnectionValidationViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidation body, global::System.Func, global::System.Threading.Tasks.Task> onOk, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DataConnectionsDataConnectionValidationViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidation body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -6298,7 +6302,7 @@ public partial class Kusto request.Content.Headers.ContentType = global::System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json"); await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BodyContentSet, _url); if( eventListener.Token.IsCancellationRequested ) { return; } // make the call - await this.DataConnectionsDataConnectionValidation_Call(request,onOk,eventListener,sender); + await this.DataConnectionsDataConnectionValidation_Call(request,onOk,onDefault,eventListener,sender); } } @@ -6307,12 +6311,14 @@ public partial class Kusto /// /// the prepared HttpRequestMessage to send. /// a delegate that is called when the remote service returns 200 (OK). + /// a delegate that is called when the remote service returns default (any response code not handled + /// elsewhere). /// an instance that will receive events. /// an instance of an Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync pipeline to use to make the request. /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DataConnectionsDataConnectionValidation_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task DataConnectionsDataConnectionValidation_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -6322,6 +6328,97 @@ public partial class Kusto await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeCall, request); if( eventListener.Token.IsCancellationRequested ) { return; } _response = await sender.SendAsync(request, eventListener); await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.ResponseCreated, _response); if( eventListener.Token.IsCancellationRequested ) { return; } + // this operation supports x-ms-long-running-operation + var _originalUri = request.RequestUri.AbsoluteUri; + // declared final-state-via: location + var _finalUri = _response.GetFirstHeader(@"Location"); + var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); + var location = _response.GetFirstHeader(@"Location"); + while (_response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) + { + + // get the delay before polling. (default to 30 seconds if not present) + int delay = (int)(_response.Headers.RetryAfter?.Delta?.TotalSeconds ?? 30); + await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.DelayBeforePolling, $"Delaying {delay} seconds before polling.", _response); if( eventListener.Token.IsCancellationRequested ) { return; } + + // start the delay timer (we'll await later...) + var waiting = global::System.Threading.Tasks.Task.Delay(delay * 1000, eventListener.Token ); + + // while we wait, let's grab the headers and get ready to poll. + if (!System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Azure-AsyncOperation"))) { + asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); + } + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { + location = _response.GetFirstHeader(@"Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Method.Get); + + // and let's look at the current response body and see if we have some information we can give back to the listener + var content = await _response.Content.ReadAsStringAsync(); + await waiting; + + // check for cancellation + if( eventListener.Token.IsCancellationRequested ) { return; } + await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.Polling, $"Polling {_uri}.", _response); if( eventListener.Token.IsCancellationRequested ) { return; } + + // drop the old response + _response?.Dispose(); + + // make the polling call + _response = await sender.SendAsync(request, eventListener); + + // if we got back an OK, take a peek inside and see if it's done + if( _response.StatusCode == global::System.Net.HttpStatusCode.OK) + { + try { + if( Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(await _response.Content.ReadAsStringAsync()) is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json) + { + var state = json.Property("properties")?.PropertyT("provisioningState") ?? json.PropertyT("status"); + if( state is null ) + { + // the body doesn't contain any information that has the state of the LRO + // we're going to just get out, and let the consumer have the result + break; + } + await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.Polling, $"Polled {_uri} provisioning state {state}.", _response); if( eventListener.Token.IsCancellationRequested ) { return; } + + switch( state?.ToString()?.ToLower() ) + { + case "succeeded": + case "failed": + case "canceled": + // we're done polling. + break; + + default: + // need to keep polling! + _response.StatusCode = global::System.Net.HttpStatusCode.Created; + continue; + } + } + } catch { + // if we run into a problem peeking into the result, + // we really don't want to do anything special. + } + } + + // check for terminal status code + if (_response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) + { + continue; + } + // we are done polling, do a request on final target? + // create a new request with the final uri + request = request.CloneAndDispose(new global::System.Uri(_finalUri), Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Method.Get); + + // drop the old response + _response?.Dispose(); + + // make the final call + _response = await sender.SendAsync(request, eventListener); + break; + } var _contentType = _response.Content.Headers.ContentType?.MediaType; switch ( _response.StatusCode ) @@ -6329,12 +6426,14 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnectionValidationListResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnectionValidationListResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { - throw new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.UndeclaredResponseException(_response); + await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + break; } } } @@ -6362,7 +6461,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DataConnectionsDataConnectionValidation_Validate(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidation body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) + internal async global::System.Threading.Tasks.Task DataConnectionsDataConnectionValidation_Validate(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidation body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) { using( NoSynchronizationContext ) { @@ -6391,9 +6490,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DataConnectionsDelete(string resourceGroupName, string clusterName, string databaseName, string dataConnectionName, string subscriptionId, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DataConnectionsDelete(string resourceGroupName, string clusterName, string databaseName, string dataConnectionName, string subscriptionId, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -6436,9 +6535,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DataConnectionsDeleteViaIdentity(global::System.String viaIdentity, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DataConnectionsDeleteViaIdentity(global::System.String viaIdentity, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -6495,7 +6594,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DataConnectionsDelete_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task DataConnectionsDelete_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -6618,7 +6717,7 @@ public partial class Kusto default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -6674,9 +6773,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DataConnectionsGet(string resourceGroupName, string clusterName, string databaseName, string dataConnectionName, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DataConnectionsGet(string resourceGroupName, string clusterName, string databaseName, string dataConnectionName, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -6718,9 +6817,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DataConnectionsGetViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DataConnectionsGetViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -6776,7 +6875,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DataConnectionsGet_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task DataConnectionsGet_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -6793,13 +6892,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnection.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnection.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -6854,9 +6953,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DataConnectionsListByDatabase(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DataConnectionsListByDatabase(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -6897,9 +6996,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DataConnectionsListByDatabaseViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DataConnectionsListByDatabaseViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -6953,7 +7052,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DataConnectionsListByDatabase_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task DataConnectionsListByDatabase_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -6970,13 +7069,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnectionListResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnectionListResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -7031,9 +7130,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DataConnectionsUpdate(string resourceGroupName, string clusterName, string databaseName, string dataConnectionName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DataConnectionsUpdate(string resourceGroupName, string clusterName, string databaseName, string dataConnectionName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -7080,9 +7179,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DataConnectionsUpdateViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DataConnectionsUpdateViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -7142,7 +7241,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DataConnectionsUpdate_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task DataConnectionsUpdate_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -7252,13 +7351,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnection.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnection.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -7288,7 +7387,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DataConnectionsUpdate_Validate(string resourceGroupName, string clusterName, string databaseName, string dataConnectionName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) + internal async global::System.Threading.Tasks.Task DataConnectionsUpdate_Validate(string resourceGroupName, string clusterName, string databaseName, string dataConnectionName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) { using( NoSynchronizationContext ) { @@ -7319,9 +7418,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsCheckNameAvailability(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentCheckNameRequest body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsCheckNameAvailability(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentCheckNameRequest body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -7369,9 +7468,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsCheckNameAvailabilityViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentCheckNameRequest body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsCheckNameAvailabilityViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentCheckNameRequest body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -7431,7 +7530,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsCheckNameAvailability_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsCheckNameAvailability_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -7448,13 +7547,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CheckNameResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CheckNameResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -7483,7 +7582,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsCheckNameAvailability_Validate(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentCheckNameRequest body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) + internal async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsCheckNameAvailability_Validate(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentCheckNameRequest body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) { using( NoSynchronizationContext ) { @@ -7512,9 +7611,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsCreateOrUpdate(string subscriptionId, string resourceGroupName, string clusterName, string databaseName, string principalAssignmentName, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsCreateOrUpdate(string subscriptionId, string resourceGroupName, string clusterName, string databaseName, string principalAssignmentName, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -7561,9 +7660,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsCreateOrUpdateViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsCreateOrUpdateViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -7625,7 +7724,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsCreateOrUpdate_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsCreateOrUpdate_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -7735,13 +7834,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalAssignment.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalAssignment.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -7771,7 +7870,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsCreateOrUpdate_Validate(string subscriptionId, string resourceGroupName, string clusterName, string databaseName, string principalAssignmentName, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) + internal async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsCreateOrUpdate_Validate(string subscriptionId, string resourceGroupName, string clusterName, string databaseName, string principalAssignmentName, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) { using( NoSynchronizationContext ) { @@ -7801,9 +7900,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsDelete(string subscriptionId, string resourceGroupName, string clusterName, string databaseName, string principalAssignmentName, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsDelete(string subscriptionId, string resourceGroupName, string clusterName, string databaseName, string principalAssignmentName, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -7846,9 +7945,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsDeleteViaIdentity(global::System.String viaIdentity, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsDeleteViaIdentity(global::System.String viaIdentity, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -7905,7 +8004,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsDelete_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsDelete_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -8028,7 +8127,7 @@ public partial class Kusto default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -8084,9 +8183,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsGet(string subscriptionId, string resourceGroupName, string clusterName, string databaseName, string principalAssignmentName, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsGet(string subscriptionId, string resourceGroupName, string clusterName, string databaseName, string principalAssignmentName, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -8128,9 +8227,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsGetViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsGetViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -8186,7 +8285,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsGet_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsGet_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -8203,13 +8302,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalAssignment.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalAssignment.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -8264,9 +8363,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsList(string subscriptionId, string resourceGroupName, string clusterName, string databaseName, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsList(string subscriptionId, string resourceGroupName, string clusterName, string databaseName, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -8307,9 +8406,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsListViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsListViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -8363,7 +8462,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsList_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task DatabasePrincipalAssignmentsList_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -8380,13 +8479,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalAssignmentListResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalAssignmentListResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -8440,9 +8539,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DatabasesAddPrincipals(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListRequest body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DatabasesAddPrincipals(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListRequest body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -8488,9 +8587,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DatabasesAddPrincipalsViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListRequest body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DatabasesAddPrincipalsViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListRequest body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -8548,7 +8647,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DatabasesAddPrincipals_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task DatabasesAddPrincipals_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -8565,13 +8664,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalListResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalListResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -8600,7 +8699,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DatabasesAddPrincipals_Validate(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListRequest body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) + internal async global::System.Threading.Tasks.Task DatabasesAddPrincipals_Validate(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListRequest body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) { using( NoSynchronizationContext ) { @@ -8627,9 +8726,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DatabasesCheckNameAvailability(string resourceGroupName, string clusterName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameRequest body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DatabasesCheckNameAvailability(string resourceGroupName, string clusterName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameRequest body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -8673,9 +8772,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DatabasesCheckNameAvailabilityViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameRequest body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DatabasesCheckNameAvailabilityViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameRequest body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -8730,7 +8829,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DatabasesCheckNameAvailability_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task DatabasesCheckNameAvailability_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -8747,13 +8846,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CheckNameResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CheckNameResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -8781,7 +8880,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DatabasesCheckNameAvailability_Validate(string resourceGroupName, string clusterName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameRequest body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) + internal async global::System.Threading.Tasks.Task DatabasesCheckNameAvailability_Validate(string resourceGroupName, string clusterName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameRequest body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) { using( NoSynchronizationContext ) { @@ -8808,9 +8907,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DatabasesCreateOrUpdate(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DatabasesCreateOrUpdate(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -8855,9 +8954,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DatabasesCreateOrUpdateViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DatabasesCreateOrUpdateViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -8914,7 +9013,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DatabasesCreateOrUpdate_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task DatabasesCreateOrUpdate_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -9024,13 +9123,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Database.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Database.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -9059,7 +9158,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DatabasesCreateOrUpdate_Validate(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) + internal async global::System.Threading.Tasks.Task DatabasesCreateOrUpdate_Validate(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) { using( NoSynchronizationContext ) { @@ -9087,9 +9186,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DatabasesDelete(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DatabasesDelete(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -9130,9 +9229,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DatabasesDeleteViaIdentity(global::System.String viaIdentity, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DatabasesDeleteViaIdentity(global::System.String viaIdentity, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -9186,7 +9285,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DatabasesDelete_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task DatabasesDelete_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func onOk, global::System.Func onNoContent, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -9309,7 +9408,7 @@ public partial class Kusto default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -9362,9 +9461,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DatabasesGet(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DatabasesGet(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -9404,9 +9503,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DatabasesGetViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DatabasesGetViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -9459,7 +9558,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DatabasesGet_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task DatabasesGet_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -9476,13 +9575,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Database.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Database.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -9534,9 +9633,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DatabasesListByCluster(string resourceGroupName, string clusterName, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DatabasesListByCluster(string resourceGroupName, string clusterName, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -9575,9 +9674,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DatabasesListByClusterViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DatabasesListByClusterViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -9628,7 +9727,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DatabasesListByCluster_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task DatabasesListByCluster_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -9645,13 +9744,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabaseListResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabaseListResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -9702,9 +9801,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DatabasesListPrincipals(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DatabasesListPrincipals(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -9745,9 +9844,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DatabasesListPrincipalsViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DatabasesListPrincipalsViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -9801,7 +9900,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DatabasesListPrincipals_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task DatabasesListPrincipals_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -9818,13 +9917,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalListResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalListResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -9878,9 +9977,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DatabasesRemovePrincipals(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListRequest body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DatabasesRemovePrincipals(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListRequest body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -9926,9 +10025,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DatabasesRemovePrincipalsViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListRequest body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DatabasesRemovePrincipalsViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListRequest body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -9986,7 +10085,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DatabasesRemovePrincipals_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task DatabasesRemovePrincipals_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -10003,13 +10102,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalListResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalListResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -10038,7 +10137,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DatabasesRemovePrincipals_Validate(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListRequest body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) + internal async global::System.Threading.Tasks.Task DatabasesRemovePrincipals_Validate(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListRequest body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) { using( NoSynchronizationContext ) { @@ -10066,9 +10165,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DatabasesUpdate(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DatabasesUpdate(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -10113,9 +10212,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task DatabasesUpdateViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task DatabasesUpdateViaIdentity(global::System.String viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase body, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -10172,7 +10271,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DatabasesUpdate_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task DatabasesUpdate_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -10282,13 +10381,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Database.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Database.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } @@ -10317,7 +10416,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task DatabasesUpdate_Validate(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) + internal async global::System.Threading.Tasks.Task DatabasesUpdate_Validate(string resourceGroupName, string clusterName, string databaseName, string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase body, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener) { using( NoSynchronizationContext ) { @@ -10339,9 +10438,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task OperationsList(global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task OperationsList(global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -10374,9 +10473,9 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - public async global::System.Threading.Tasks.Task OperationsListViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + public async global::System.Threading.Tasks.Task OperationsListViaIdentity(global::System.String viaIdentity, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { - var apiVersion = @"2020-02-15"; + var apiVersion = @"2020-06-14"; // Constant Parameters using( NoSynchronizationContext ) { @@ -10418,7 +10517,7 @@ public partial class Kusto /// /// A that will be complete when handling of the response is completed. /// - internal async global::System.Threading.Tasks.Task OperationsList_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) + internal async global::System.Threading.Tasks.Task OperationsList_Call(global::System.Net.Http.HttpRequestMessage request, global::System.Func, global::System.Threading.Tasks.Task> onOk, global::System.Func, global::System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender) { using( NoSynchronizationContext ) { @@ -10435,13 +10534,13 @@ public partial class Kusto case global::System.Net.HttpStatusCode.OK: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.OperationListResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onOk(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.OperationListResult.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } default: { await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; } - await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); + await onDefault(_response,_response.Content.ReadAsStringAsync().ContinueWith( body => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudError.FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(body.Result)) )); break; } } diff --git a/src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfiguration.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfiguration.PowerShell.cs similarity index 81% rename from src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfiguration.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfiguration.PowerShell.cs index 4e7926d3ac90..5239fa6a62fc 100644 --- a/src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfiguration.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfiguration.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class AttachedDatabaseConfiguration partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,21 +61,21 @@ internal AttachedDatabaseConfiguration(global::System.Collections.IDictionary co return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AttachedDatabaseConfigurationPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AttachedDatabaseConfigurationPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal)this).Location, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal)this).AttachedDatabaseName = (string[]) content.GetValueForProperty("AttachedDatabaseName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal)this).AttachedDatabaseName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal)this).ClusterResourceId = (string) content.GetValueForProperty("ClusterResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal)this).ClusterResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal)this).DatabaseName = (string) content.GetValueForProperty("DatabaseName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal)this).DatabaseName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal)this).DefaultPrincipalsModificationKind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DefaultPrincipalsModificationKind) content.GetValueForProperty("DefaultPrincipalsModificationKind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal)this).DefaultPrincipalsModificationKind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DefaultPrincipalsModificationKind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal)this).AttachedDatabaseName = (string[]) content.GetValueForProperty("AttachedDatabaseName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal)this).AttachedDatabaseName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal)this).ClusterResourceId = (string) content.GetValueForProperty("ClusterResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal)this).ClusterResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal)this).DatabaseName = (string) content.GetValueForProperty("DatabaseName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal)this).DatabaseName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal)this).DefaultPrincipalsModificationKind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DefaultPrincipalsModificationKind) content.GetValueForProperty("DefaultPrincipalsModificationKind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal)this).DefaultPrincipalsModificationKind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DefaultPrincipalsModificationKind.CreateFrom); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -88,43 +88,43 @@ internal AttachedDatabaseConfiguration(global::System.Management.Automation.PSOb return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AttachedDatabaseConfigurationPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AttachedDatabaseConfigurationPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal)this).Location, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal)this).AttachedDatabaseName = (string[]) content.GetValueForProperty("AttachedDatabaseName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal)this).AttachedDatabaseName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal)this).ClusterResourceId = (string) content.GetValueForProperty("ClusterResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal)this).ClusterResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal)this).DatabaseName = (string) content.GetValueForProperty("DatabaseName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal)this).DatabaseName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal)this).DefaultPrincipalsModificationKind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DefaultPrincipalsModificationKind) content.GetValueForProperty("DefaultPrincipalsModificationKind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal)this).DefaultPrincipalsModificationKind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DefaultPrincipalsModificationKind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal)this).AttachedDatabaseName = (string[]) content.GetValueForProperty("AttachedDatabaseName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal)this).AttachedDatabaseName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal)this).ClusterResourceId = (string) content.GetValueForProperty("ClusterResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal)this).ClusterResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal)this).DatabaseName = (string) content.GetValueForProperty("DatabaseName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal)this).DatabaseName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal)this).DefaultPrincipalsModificationKind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DefaultPrincipalsModificationKind) content.GetValueForProperty("DefaultPrincipalsModificationKind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal)this).DefaultPrincipalsModificationKind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DefaultPrincipalsModificationKind.CreateFrom); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new AttachedDatabaseConfiguration(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new AttachedDatabaseConfiguration(content); } @@ -134,7 +134,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttac /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfiguration.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfiguration.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfiguration.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfiguration.TypeConverter.cs index 6fda28bbb60e..c70d7a044f52 100644 --- a/src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfiguration.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfiguration.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfiguration.cs b/src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfiguration.cs similarity index 89% rename from src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfiguration.cs rename to src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfiguration.cs index e233b587377b..2b9b6f3e769d 100644 --- a/src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfiguration.cs +++ b/src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfiguration.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// Class representing an attached database configuration. public partial class AttachedDatabaseConfiguration : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IValidates { /// @@ -17,23 +17,23 @@ public partial class AttachedDatabaseConfiguration : /// The list of databases from the clusterResourceId which are currently attached to the cluster. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string[] AttachedDatabaseName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)Property).AttachedDatabaseName; } + public string[] AttachedDatabaseName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)Property).AttachedDatabaseName; } /// /// The resource id of the cluster where the databases you would like to attach reside. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string ClusterResourceId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)Property).ClusterResourceId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)Property).ClusterResourceId = value; } + public string ClusterResourceId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)Property).ClusterResourceId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)Property).ClusterResourceId = value; } /// /// The name of the database which you would like to attach, use * if you want to follow all current and future databases. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string DatabaseName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)Property).DatabaseName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)Property).DatabaseName = value; } + public string DatabaseName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)Property).DatabaseName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)Property).DatabaseName = value; } /// The default principals modification kind [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DefaultPrincipalsModificationKind DefaultPrincipalsModificationKind { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)Property).DefaultPrincipalsModificationKind; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)Property).DefaultPrincipalsModificationKind = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DefaultPrincipalsModificationKind DefaultPrincipalsModificationKind { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)Property).DefaultPrincipalsModificationKind; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)Property).DefaultPrincipalsModificationKind = value; } /// /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} @@ -58,28 +58,28 @@ public partial class AttachedDatabaseConfiguration : string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__proxyResource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__proxyResource).Type = value; } /// Internal Acessors for AttachedDatabaseName - string[] Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal.AttachedDatabaseName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)Property).AttachedDatabaseName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)Property).AttachedDatabaseName = value; } + string[] Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal.AttachedDatabaseName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)Property).AttachedDatabaseName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)Property).AttachedDatabaseName = value; } /// Internal Acessors for Property - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationProperties Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AttachedDatabaseConfigurationProperties()); set { {_property = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationProperties Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AttachedDatabaseConfigurationProperties()); set { {_property = value;} } } /// Internal Acessors for ProvisioningState - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationInternal.ProvisioningState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)Property).ProvisioningState; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)Property).ProvisioningState = value; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationInternal.ProvisioningState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)Property).ProvisioningState; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)Property).ProvisioningState = value; } /// The name of the resource [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inherited)] public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__proxyResource).Name; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationProperties _property; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationProperties _property; /// The properties of the attached database configuration. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationProperties Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AttachedDatabaseConfigurationProperties()); set => this._property = value; } + internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationProperties Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AttachedDatabaseConfigurationProperties()); set => this._property = value; } /// The provisioned state of the resource. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? ProvisioningState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)Property).ProvisioningState; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? ProvisioningState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)Property).ProvisioningState; } /// /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. @@ -187,7 +187,7 @@ internal partial interface IAttachedDatabaseConfigurationInternal : /// Resource location. string Location { get; set; } /// The properties of the attached database configuration. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationProperties Property { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationProperties Property { get; set; } /// The provisioned state of the resource. Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? ProvisioningState { get; set; } diff --git a/src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfiguration.json.cs b/src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfiguration.json.cs similarity index 96% rename from src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfiguration.json.cs rename to src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfiguration.json.cs index 0899948ec46a..93566a23969c 100644 --- a/src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfiguration.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfiguration.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -59,19 +59,19 @@ internal AttachedDatabaseConfiguration(Microsoft.Azure.PowerShell.Cmdlets.Kusto. return; } __proxyResource = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.ProxyResource(json); - {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AttachedDatabaseConfigurationProperties.FromJson(__jsonProperties) : Property;} + {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AttachedDatabaseConfigurationProperties.FromJson(__jsonProperties) : Property;} {_location = If( json?.PropertyT("location"), out var __jsonLocation) ? (string)__jsonLocation : (string)Location;} AfterFromJson(json); } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new AttachedDatabaseConfiguration(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfigurationListResult.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfigurationListResult.PowerShell.cs similarity index 86% rename from src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfigurationListResult.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfigurationListResult.PowerShell.cs index 8a4311b4c47c..f2033be51228 100644 --- a/src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfigurationListResult.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfigurationListResult.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class AttachedDatabaseConfigurationListResult partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,12 +61,12 @@ internal AttachedDatabaseConfigurationListResult(global::System.Collections.IDic return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AttachedDatabaseConfigurationTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AttachedDatabaseConfigurationTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -79,34 +79,34 @@ internal AttachedDatabaseConfigurationListResult(global::System.Management.Autom return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AttachedDatabaseConfigurationTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AttachedDatabaseConfigurationTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationListResult DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationListResult DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new AttachedDatabaseConfigurationListResult(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationListResult DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationListResult DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new AttachedDatabaseConfigurationListResult(content); } @@ -117,7 +117,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttac /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationListResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationListResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfigurationListResult.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfigurationListResult.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfigurationListResult.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfigurationListResult.TypeConverter.cs index 1b5b58821916..53925a161b56 100644 --- a/src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfigurationListResult.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfigurationListResult.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -104,14 +104,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationListResult ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationListResult ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationListResult).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationListResult).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfigurationListResult.cs b/src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfigurationListResult.cs similarity index 83% rename from src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfigurationListResult.cs rename to src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfigurationListResult.cs index 899244d2e4e2..27b2348d6e5d 100644 --- a/src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfigurationListResult.cs +++ b/src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfigurationListResult.cs @@ -1,19 +1,19 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// The list attached database configurations operation response. public partial class AttachedDatabaseConfigurationListResult : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationListResult, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationListResultInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationListResult, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationListResultInternal { /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration[] _value; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration[] _value; /// The list of attached database configurations. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration[] Value { get => this._value; set => this._value = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration[] Value { get => this._value; set => this._value = value; } /// Creates an new instance. public AttachedDatabaseConfigurationListResult() @@ -31,8 +31,8 @@ public partial interface IAttachedDatabaseConfigurationListResult : ReadOnly = false, Description = @"The list of attached database configurations.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration[] Value { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration[] Value { get; set; } } /// The list attached database configurations operation response. @@ -40,7 +40,7 @@ internal partial interface IAttachedDatabaseConfigurationListResultInternal { /// The list of attached database configurations. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration[] Value { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration[] Value { get; set; } } } \ No newline at end of file diff --git a/src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfigurationListResult.json.cs b/src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfigurationListResult.json.cs similarity index 93% rename from src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfigurationListResult.json.cs rename to src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfigurationListResult.json.cs index bc5105c79fc2..9af59b0f1b47 100644 --- a/src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfigurationListResult.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfigurationListResult.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -58,18 +58,18 @@ internal AttachedDatabaseConfigurationListResult(Microsoft.Azure.PowerShell.Cmdl { return; } - {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AttachedDatabaseConfiguration.FromJson(__u) )) ))() : null : Value;} + {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AttachedDatabaseConfiguration.FromJson(__u) )) ))() : null : Value;} AfterFromJson(json); } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationListResult. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationListResult. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationListResult. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationListResult. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationListResult FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationListResult FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new AttachedDatabaseConfigurationListResult(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfigurationProperties.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfigurationProperties.PowerShell.cs similarity index 83% rename from src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfigurationProperties.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfigurationProperties.PowerShell.cs index aef1d689ee70..76d1b47b35c8 100644 --- a/src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfigurationProperties.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfigurationProperties.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -50,7 +50,7 @@ public partial class AttachedDatabaseConfigurationProperties partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -63,16 +63,16 @@ internal AttachedDatabaseConfigurationProperties(global::System.Collections.IDic return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)this).AttachedDatabaseName = (string[]) content.GetValueForProperty("AttachedDatabaseName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)this).AttachedDatabaseName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)this).ClusterResourceId = (string) content.GetValueForProperty("ClusterResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)this).ClusterResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)this).DatabaseName = (string) content.GetValueForProperty("DatabaseName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)this).DatabaseName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)this).DefaultPrincipalsModificationKind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DefaultPrincipalsModificationKind) content.GetValueForProperty("DefaultPrincipalsModificationKind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)this).DefaultPrincipalsModificationKind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DefaultPrincipalsModificationKind.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)this).AttachedDatabaseName = (string[]) content.GetValueForProperty("AttachedDatabaseName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)this).AttachedDatabaseName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)this).ClusterResourceId = (string) content.GetValueForProperty("ClusterResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)this).ClusterResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)this).DatabaseName = (string) content.GetValueForProperty("DatabaseName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)this).DatabaseName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)this).DefaultPrincipalsModificationKind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DefaultPrincipalsModificationKind) content.GetValueForProperty("DefaultPrincipalsModificationKind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)this).DefaultPrincipalsModificationKind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DefaultPrincipalsModificationKind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -85,38 +85,38 @@ internal AttachedDatabaseConfigurationProperties(global::System.Management.Autom return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)this).AttachedDatabaseName = (string[]) content.GetValueForProperty("AttachedDatabaseName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)this).AttachedDatabaseName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)this).ClusterResourceId = (string) content.GetValueForProperty("ClusterResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)this).ClusterResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)this).DatabaseName = (string) content.GetValueForProperty("DatabaseName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)this).DatabaseName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)this).DefaultPrincipalsModificationKind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DefaultPrincipalsModificationKind) content.GetValueForProperty("DefaultPrincipalsModificationKind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)this).DefaultPrincipalsModificationKind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DefaultPrincipalsModificationKind.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)this).AttachedDatabaseName = (string[]) content.GetValueForProperty("AttachedDatabaseName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)this).AttachedDatabaseName, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)this).ClusterResourceId = (string) content.GetValueForProperty("ClusterResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)this).ClusterResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)this).DatabaseName = (string) content.GetValueForProperty("DatabaseName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)this).DatabaseName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)this).DefaultPrincipalsModificationKind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DefaultPrincipalsModificationKind) content.GetValueForProperty("DefaultPrincipalsModificationKind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)this).DefaultPrincipalsModificationKind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DefaultPrincipalsModificationKind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationProperties DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationProperties DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new AttachedDatabaseConfigurationProperties(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationProperties DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationProperties DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new AttachedDatabaseConfigurationProperties(content); } @@ -127,7 +127,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttac /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfigurationProperties.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfigurationProperties.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfigurationProperties.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfigurationProperties.TypeConverter.cs index a82d7fcf28fd..0aa905ac6e52 100644 --- a/src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfigurationProperties.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfigurationProperties.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -104,14 +104,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationProperties ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationProperties ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationProperties).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationProperties).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfigurationProperties.cs b/src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfigurationProperties.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfigurationProperties.cs rename to src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfigurationProperties.cs index 31dc6120a6be..ca78901554f8 100644 --- a/src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfigurationProperties.cs +++ b/src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfigurationProperties.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -6,8 +6,8 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 /// Class representing the an attached database configuration properties of kind specific. /// public partial class AttachedDatabaseConfigurationProperties : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationProperties, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationProperties, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal { /// Backing field for property. @@ -45,10 +45,10 @@ public partial class AttachedDatabaseConfigurationProperties : public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DefaultPrincipalsModificationKind DefaultPrincipalsModificationKind { get => this._defaultPrincipalsModificationKind; set => this._defaultPrincipalsModificationKind = value; } /// Internal Acessors for AttachedDatabaseName - string[] Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal.AttachedDatabaseName { get => this._attachedDatabaseName; set { {_attachedDatabaseName = value;} } } + string[] Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal.AttachedDatabaseName { get => this._attachedDatabaseName; set { {_attachedDatabaseName = value;} } } /// Internal Acessors for ProvisioningState - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationPropertiesInternal.ProvisioningState { get => this._provisioningState; set { {_provisioningState = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationPropertiesInternal.ProvisioningState { get => this._provisioningState; set { {_provisioningState = value;} } } /// Backing field for property. private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? _provisioningState; diff --git a/src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfigurationProperties.json.cs b/src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfigurationProperties.json.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfigurationProperties.json.cs rename to src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfigurationProperties.json.cs index 601961ff8558..fe19220495d4 100644 --- a/src/Kusto/generated/api/Models/Api20200215/AttachedDatabaseConfigurationProperties.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/AttachedDatabaseConfigurationProperties.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -69,13 +69,13 @@ internal AttachedDatabaseConfigurationProperties(Microsoft.Azure.PowerShell.Cmdl } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationProperties. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationProperties. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationProperties. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationProperties. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfigurationProperties FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfigurationProperties FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new AttachedDatabaseConfigurationProperties(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/AzureCapacity.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/AzureCapacity.PowerShell.cs similarity index 84% rename from src/Kusto/generated/api/Models/Api20200215/AzureCapacity.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/AzureCapacity.PowerShell.cs index da38a8dae7ea..99b4fed4e870 100644 --- a/src/Kusto/generated/api/Models/Api20200215/AzureCapacity.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/AzureCapacity.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class AzureCapacity partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,15 +61,15 @@ internal AzureCapacity(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacityInternal)this).Default = (int) content.GetValueForProperty("Default",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacityInternal)this).Default, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacityInternal)this).Maximum = (int) content.GetValueForProperty("Maximum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacityInternal)this).Maximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacityInternal)this).Minimum = (int) content.GetValueForProperty("Minimum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacityInternal)this).Minimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacityInternal)this).ScaleType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureScaleType) content.GetValueForProperty("ScaleType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacityInternal)this).ScaleType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureScaleType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacityInternal)this).Default = (int) content.GetValueForProperty("Default",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacityInternal)this).Default, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacityInternal)this).Maximum = (int) content.GetValueForProperty("Maximum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacityInternal)this).Maximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacityInternal)this).Minimum = (int) content.GetValueForProperty("Minimum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacityInternal)this).Minimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacityInternal)this).ScaleType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureScaleType) content.GetValueForProperty("ScaleType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacityInternal)this).ScaleType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureScaleType.CreateFrom); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -82,35 +82,35 @@ internal AzureCapacity(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacityInternal)this).Default = (int) content.GetValueForProperty("Default",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacityInternal)this).Default, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacityInternal)this).Maximum = (int) content.GetValueForProperty("Maximum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacityInternal)this).Maximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacityInternal)this).Minimum = (int) content.GetValueForProperty("Minimum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacityInternal)this).Minimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacityInternal)this).ScaleType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureScaleType) content.GetValueForProperty("ScaleType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacityInternal)this).ScaleType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureScaleType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacityInternal)this).Default = (int) content.GetValueForProperty("Default",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacityInternal)this).Default, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacityInternal)this).Maximum = (int) content.GetValueForProperty("Maximum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacityInternal)this).Maximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacityInternal)this).Minimum = (int) content.GetValueForProperty("Minimum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacityInternal)this).Minimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacityInternal)this).ScaleType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureScaleType) content.GetValueForProperty("ScaleType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacityInternal)this).ScaleType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureScaleType.CreateFrom); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacity DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacity DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new AzureCapacity(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacity DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacity DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new AzureCapacity(content); } @@ -120,7 +120,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzure /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacity FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacity FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/AzureCapacity.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/AzureCapacity.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/AzureCapacity.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/AzureCapacity.TypeConverter.cs index cc7996a00d20..1e4f4ac2d0a4 100644 --- a/src/Kusto/generated/api/Models/Api20200215/AzureCapacity.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/AzureCapacity.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacity ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacity ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacity).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacity).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/AzureCapacity.cs b/src/Kusto/generated/api/Models/Api20200614/AzureCapacity.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/AzureCapacity.cs rename to src/Kusto/generated/api/Models/Api20200614/AzureCapacity.cs index afef8d32df6c..a934b5cd812a 100644 --- a/src/Kusto/generated/api/Models/Api20200215/AzureCapacity.cs +++ b/src/Kusto/generated/api/Models/Api20200614/AzureCapacity.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// Azure capacity definition. public partial class AzureCapacity : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacity, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacityInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacity, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacityInternal { /// Backing field for property. diff --git a/src/Kusto/generated/api/Models/Api20200215/AzureCapacity.json.cs b/src/Kusto/generated/api/Models/Api20200614/AzureCapacity.json.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/AzureCapacity.json.cs rename to src/Kusto/generated/api/Models/Api20200614/AzureCapacity.json.cs index f0ca72d2943f..28922e4ff4c0 100644 --- a/src/Kusto/generated/api/Models/Api20200215/AzureCapacity.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/AzureCapacity.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -66,13 +66,13 @@ internal AzureCapacity(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.Jso } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacity. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacity. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacity. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacity. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacity FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacity FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new AzureCapacity(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/AzureResourceSku.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/AzureResourceSku.PowerShell.cs similarity index 75% rename from src/Kusto/generated/api/Models/Api20200215/AzureResourceSku.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/AzureResourceSku.PowerShell.cs index 5b4ab4e7b0e0..c8eb7dd9142a 100644 --- a/src/Kusto/generated/api/Models/Api20200215/AzureResourceSku.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/AzureResourceSku.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class AzureResourceSku partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,21 +61,21 @@ internal AzureResourceSku(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).Capacity = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacity) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).Capacity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AzureCapacityTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSku) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AzureSkuTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).ResourceType = (string) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).ResourceType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).CapacityDefault = (int) content.GetValueForProperty("CapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).CapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).CapacityMaximum = (int) content.GetValueForProperty("CapacityMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).CapacityMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).CapacityMinimum = (int) content.GetValueForProperty("CapacityMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).CapacityMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).CapacityScaleType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureScaleType) content.GetValueForProperty("CapacityScaleType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).CapacityScaleType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureScaleType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).SkuName = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).SkuName, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).SkuCapacity = (int?) content.GetValueForProperty("SkuCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).SkuCapacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).SkuTier = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).SkuTier, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).Capacity = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacity) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).Capacity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AzureCapacityTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSku) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AzureSkuTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).ResourceType = (string) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).ResourceType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).CapacityDefault = (int) content.GetValueForProperty("CapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).CapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).CapacityMaximum = (int) content.GetValueForProperty("CapacityMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).CapacityMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).CapacityMinimum = (int) content.GetValueForProperty("CapacityMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).CapacityMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).CapacityScaleType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureScaleType) content.GetValueForProperty("CapacityScaleType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).CapacityScaleType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureScaleType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).SkuName = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).SkuName, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).SkuCapacity = (int?) content.GetValueForProperty("SkuCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).SkuCapacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).SkuTier = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).SkuTier, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier.CreateFrom); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -88,41 +88,41 @@ internal AzureResourceSku(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).Capacity = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacity) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).Capacity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AzureCapacityTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSku) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AzureSkuTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).ResourceType = (string) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).ResourceType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).CapacityDefault = (int) content.GetValueForProperty("CapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).CapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).CapacityMaximum = (int) content.GetValueForProperty("CapacityMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).CapacityMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).CapacityMinimum = (int) content.GetValueForProperty("CapacityMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).CapacityMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).CapacityScaleType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureScaleType) content.GetValueForProperty("CapacityScaleType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).CapacityScaleType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureScaleType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).SkuName = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).SkuName, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).SkuCapacity = (int?) content.GetValueForProperty("SkuCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).SkuCapacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).SkuTier = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal)this).SkuTier, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).Capacity = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacity) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).Capacity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AzureCapacityTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSku) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AzureSkuTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).ResourceType = (string) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).ResourceType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).CapacityDefault = (int) content.GetValueForProperty("CapacityDefault",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).CapacityDefault, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).CapacityMaximum = (int) content.GetValueForProperty("CapacityMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).CapacityMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).CapacityMinimum = (int) content.GetValueForProperty("CapacityMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).CapacityMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).CapacityScaleType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureScaleType) content.GetValueForProperty("CapacityScaleType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).CapacityScaleType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureScaleType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).SkuName = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).SkuName, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).SkuCapacity = (int?) content.GetValueForProperty("SkuCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).SkuCapacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).SkuTier = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal)this).SkuTier, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier.CreateFrom); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSku DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSku DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new AzureResourceSku(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSku DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSku DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new AzureResourceSku(content); } @@ -132,7 +132,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzure /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSku FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSku FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/AzureResourceSku.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/AzureResourceSku.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/AzureResourceSku.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/AzureResourceSku.TypeConverter.cs index 7ddac8700eff..34fe1e55dbd9 100644 --- a/src/Kusto/generated/api/Models/Api20200215/AzureResourceSku.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/AzureResourceSku.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSku ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSku ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSku).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSku).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/AzureResourceSku.cs b/src/Kusto/generated/api/Models/Api20200614/AzureResourceSku.cs similarity index 84% rename from src/Kusto/generated/api/Models/Api20200215/AzureResourceSku.cs rename to src/Kusto/generated/api/Models/Api20200614/AzureResourceSku.cs index efcf5fa1f448..c843d5e2c7cc 100644 --- a/src/Kusto/generated/api/Models/Api20200215/AzureResourceSku.cs +++ b/src/Kusto/generated/api/Models/Api20200614/AzureResourceSku.cs @@ -1,41 +1,41 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// Azure resource SKU definition. public partial class AzureResourceSku : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSku, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSku, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal { /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacity _capacity; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacity _capacity; /// The number of instances of the cluster. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacity Capacity { get => (this._capacity = this._capacity ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AzureCapacity()); set => this._capacity = value; } + internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacity Capacity { get => (this._capacity = this._capacity ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AzureCapacity()); set => this._capacity = value; } /// The default capacity that would be used. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public int CapacityDefault { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacityInternal)Capacity).Default; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacityInternal)Capacity).Default = value; } + public int CapacityDefault { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacityInternal)Capacity).Default; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacityInternal)Capacity).Default = value; } /// Maximum allowed capacity. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public int CapacityMaximum { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacityInternal)Capacity).Maximum; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacityInternal)Capacity).Maximum = value; } + public int CapacityMaximum { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacityInternal)Capacity).Maximum; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacityInternal)Capacity).Maximum = value; } /// Minimum allowed capacity. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public int CapacityMinimum { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacityInternal)Capacity).Minimum; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacityInternal)Capacity).Minimum = value; } + public int CapacityMinimum { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacityInternal)Capacity).Minimum; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacityInternal)Capacity).Minimum = value; } /// Scale type. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureScaleType CapacityScaleType { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacityInternal)Capacity).ScaleType; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacityInternal)Capacity).ScaleType = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureScaleType CapacityScaleType { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacityInternal)Capacity).ScaleType; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacityInternal)Capacity).ScaleType = value; } /// Internal Acessors for Capacity - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacity Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal.Capacity { get => (this._capacity = this._capacity ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AzureCapacity()); set { {_capacity = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacity Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal.Capacity { get => (this._capacity = this._capacity ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AzureCapacity()); set { {_capacity = value;} } } /// Internal Acessors for Sku - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSku Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSkuInternal.Sku { get => (this._sku = this._sku ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AzureSku()); set { {_sku = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSku Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSkuInternal.Sku { get => (this._sku = this._sku ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AzureSku()); set { {_sku = value;} } } /// Backing field for property. private string _resourceType; @@ -45,23 +45,23 @@ public partial class AzureResourceSku : public string ResourceType { get => this._resourceType; set => this._resourceType = value; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSku _sku; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSku _sku; /// The SKU details. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSku Sku { get => (this._sku = this._sku ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AzureSku()); set => this._sku = value; } + internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSku Sku { get => (this._sku = this._sku ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AzureSku()); set => this._sku = value; } /// The number of instances of the cluster. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public int? SkuCapacity { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)Sku).Capacity; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)Sku).Capacity = value; } + public int? SkuCapacity { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)Sku).Capacity; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)Sku).Capacity = value; } /// SKU name. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName SkuName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)Sku).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)Sku).Name = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName SkuName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)Sku).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)Sku).Name = value; } /// SKU tier. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier SkuTier { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)Sku).Tier; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)Sku).Tier = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier SkuTier { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)Sku).Tier; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)Sku).Tier = value; } /// Creates an new instance. public AzureResourceSku() @@ -144,7 +144,7 @@ internal partial interface IAzureResourceSkuInternal { /// The number of instances of the cluster. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureCapacity Capacity { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureCapacity Capacity { get; set; } /// The default capacity that would be used. int CapacityDefault { get; set; } /// Maximum allowed capacity. @@ -156,7 +156,7 @@ internal partial interface IAzureResourceSkuInternal /// Resource Namespace and Type. string ResourceType { get; set; } /// The SKU details. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSku Sku { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSku Sku { get; set; } /// The number of instances of the cluster. int? SkuCapacity { get; set; } /// SKU name. diff --git a/src/Kusto/generated/api/Models/Api20200215/AzureResourceSku.json.cs b/src/Kusto/generated/api/Models/Api20200614/AzureResourceSku.json.cs similarity index 95% rename from src/Kusto/generated/api/Models/Api20200215/AzureResourceSku.json.cs rename to src/Kusto/generated/api/Models/Api20200614/AzureResourceSku.json.cs index 026c5be295a5..96ea2ef29857 100644 --- a/src/Kusto/generated/api/Models/Api20200215/AzureResourceSku.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/AzureResourceSku.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -58,20 +58,20 @@ internal AzureResourceSku(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json. { return; } - {_capacity = If( json?.PropertyT("capacity"), out var __jsonCapacity) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AzureCapacity.FromJson(__jsonCapacity) : Capacity;} - {_sku = If( json?.PropertyT("sku"), out var __jsonSku) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AzureSku.FromJson(__jsonSku) : Sku;} + {_capacity = If( json?.PropertyT("capacity"), out var __jsonCapacity) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AzureCapacity.FromJson(__jsonCapacity) : Capacity;} + {_sku = If( json?.PropertyT("sku"), out var __jsonSku) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AzureSku.FromJson(__jsonSku) : Sku;} {_resourceType = If( json?.PropertyT("resourceType"), out var __jsonResourceType) ? (string)__jsonResourceType : (string)ResourceType;} AfterFromJson(json); } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSku. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSku. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSku. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSku. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSku FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSku FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new AzureResourceSku(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/AzureSku.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/AzureSku.PowerShell.cs similarity index 85% rename from src/Kusto/generated/api/Models/Api20200215/AzureSku.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/AzureSku.PowerShell.cs index 12d4b00b1ce5..f556e2144b46 100644 --- a/src/Kusto/generated/api/Models/Api20200215/AzureSku.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/AzureSku.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class AzureSku partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,14 +61,14 @@ internal AzureSku(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)this).Name = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)this).Name, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)this).Capacity = (int?) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)this).Capacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)this).Tier = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier) content.GetValueForProperty("Tier",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)this).Tier, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)this).Name = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)this).Name, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)this).Capacity = (int?) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)this).Capacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)this).Tier = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier) content.GetValueForProperty("Tier",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)this).Tier, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier.CreateFrom); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -81,34 +81,34 @@ internal AzureSku(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)this).Name = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)this).Name, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)this).Capacity = (int?) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)this).Capacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)this).Tier = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier) content.GetValueForProperty("Tier",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)this).Tier, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)this).Name = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)this).Name, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)this).Capacity = (int?) content.GetValueForProperty("Capacity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)this).Capacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)this).Tier = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier) content.GetValueForProperty("Tier",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)this).Tier, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier.CreateFrom); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSku DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSku DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new AzureSku(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSku DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSku DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new AzureSku(content); } @@ -118,7 +118,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzure /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSku FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSku FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/AzureSku.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/AzureSku.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/AzureSku.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/AzureSku.TypeConverter.cs index 2963ae79e52c..bbbec9e5bb0a 100644 --- a/src/Kusto/generated/api/Models/Api20200215/AzureSku.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/AzureSku.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSku ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSku ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSku).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSku).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/AzureSku.cs b/src/Kusto/generated/api/Models/Api20200614/AzureSku.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/AzureSku.cs rename to src/Kusto/generated/api/Models/Api20200614/AzureSku.cs index aebec5e72179..daea5f812e6d 100644 --- a/src/Kusto/generated/api/Models/Api20200215/AzureSku.cs +++ b/src/Kusto/generated/api/Models/Api20200614/AzureSku.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// Azure SKU definition. public partial class AzureSku : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSku, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSku, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal { /// Backing field for property. diff --git a/src/Kusto/generated/api/Models/Api20200215/AzureSku.json.cs b/src/Kusto/generated/api/Models/Api20200614/AzureSku.json.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/AzureSku.json.cs rename to src/Kusto/generated/api/Models/Api20200614/AzureSku.json.cs index 701a29a8cb69..0b8b61a2a736 100644 --- a/src/Kusto/generated/api/Models/Api20200215/AzureSku.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/AzureSku.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -65,13 +65,13 @@ internal AzureSku(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObje } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSku. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSku. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSku. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSku. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSku FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSku FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new AzureSku(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/CheckNameRequest.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/CheckNameRequest.PowerShell.cs similarity index 87% rename from src/Kusto/generated/api/Models/Api20200215/CheckNameRequest.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/CheckNameRequest.PowerShell.cs index c8c16b7b340d..945efa1e9484 100644 --- a/src/Kusto/generated/api/Models/Api20200215/CheckNameRequest.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/CheckNameRequest.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class CheckNameRequest partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,13 +61,13 @@ internal CheckNameRequest(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameRequestInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameRequestInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameRequestInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameRequestInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameRequestInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameRequestInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameRequestInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameRequestInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type.CreateFrom); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -80,33 +80,33 @@ internal CheckNameRequest(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameRequestInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameRequestInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameRequestInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameRequestInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameRequestInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameRequestInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameRequestInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameRequestInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type.CreateFrom); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameRequest DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameRequest DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new CheckNameRequest(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameRequest DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameRequest DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new CheckNameRequest(content); } @@ -116,7 +116,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheck /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameRequest FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameRequest FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/CheckNameRequest.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/CheckNameRequest.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/CheckNameRequest.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/CheckNameRequest.TypeConverter.cs index 1a2c0f07e36c..486f2d7a1475 100644 --- a/src/Kusto/generated/api/Models/Api20200215/CheckNameRequest.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/CheckNameRequest.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameRequest ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameRequest ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameRequest).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameRequest).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/CheckNameRequest.cs b/src/Kusto/generated/api/Models/Api20200614/CheckNameRequest.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/CheckNameRequest.cs rename to src/Kusto/generated/api/Models/Api20200614/CheckNameRequest.cs index ec410d3226f5..20892cba5878 100644 --- a/src/Kusto/generated/api/Models/Api20200215/CheckNameRequest.cs +++ b/src/Kusto/generated/api/Models/Api20200614/CheckNameRequest.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// The result returned from a database check name availability request. public partial class CheckNameRequest : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameRequest, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameRequestInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameRequest, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameRequestInternal { /// Backing field for property. diff --git a/src/Kusto/generated/api/Models/Api20200215/CheckNameRequest.json.cs b/src/Kusto/generated/api/Models/Api20200614/CheckNameRequest.json.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/CheckNameRequest.json.cs rename to src/Kusto/generated/api/Models/Api20200614/CheckNameRequest.json.cs index fd958b762d92..c1a63ddee5a1 100644 --- a/src/Kusto/generated/api/Models/Api20200215/CheckNameRequest.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/CheckNameRequest.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -64,13 +64,13 @@ internal CheckNameRequest(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json. } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameRequest. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameRequest. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameRequest. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameRequest. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameRequest FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameRequest FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new CheckNameRequest(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/CheckNameResult.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/CheckNameResult.PowerShell.cs similarity index 83% rename from src/Kusto/generated/api/Models/Api20200215/CheckNameResult.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/CheckNameResult.PowerShell.cs index 9753559b97de..bcd46f6b2dc3 100644 --- a/src/Kusto/generated/api/Models/Api20200215/CheckNameResult.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/CheckNameResult.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class CheckNameResult partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,15 +61,15 @@ internal CheckNameResult(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResultInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResultInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResultInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResultInternal)this).Message, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResultInternal)this).NameAvailable = (bool?) content.GetValueForProperty("NameAvailable",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResultInternal)this).NameAvailable, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResultInternal)this).Reason = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Reason?) content.GetValueForProperty("Reason",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResultInternal)this).Reason, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Reason.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResultInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResultInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResultInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResultInternal)this).Message, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResultInternal)this).NameAvailable = (bool?) content.GetValueForProperty("NameAvailable",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResultInternal)this).NameAvailable, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResultInternal)this).Reason = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Reason?) content.GetValueForProperty("Reason",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResultInternal)this).Reason, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Reason.CreateFrom); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -82,35 +82,35 @@ internal CheckNameResult(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResultInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResultInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResultInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResultInternal)this).Message, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResultInternal)this).NameAvailable = (bool?) content.GetValueForProperty("NameAvailable",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResultInternal)this).NameAvailable, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResultInternal)this).Reason = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Reason?) content.GetValueForProperty("Reason",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResultInternal)this).Reason, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Reason.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResultInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResultInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResultInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResultInternal)this).Message, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResultInternal)this).NameAvailable = (bool?) content.GetValueForProperty("NameAvailable",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResultInternal)this).NameAvailable, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResultInternal)this).Reason = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Reason?) content.GetValueForProperty("Reason",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResultInternal)this).Reason, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Reason.CreateFrom); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new CheckNameResult(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new CheckNameResult(content); } @@ -120,7 +120,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheck /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/CheckNameResult.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/CheckNameResult.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/CheckNameResult.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/CheckNameResult.TypeConverter.cs index 2993479101e3..8e09c6f86192 100644 --- a/src/Kusto/generated/api/Models/Api20200215/CheckNameResult.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/CheckNameResult.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/CheckNameResult.cs b/src/Kusto/generated/api/Models/Api20200614/CheckNameResult.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/CheckNameResult.cs rename to src/Kusto/generated/api/Models/Api20200614/CheckNameResult.cs index 0564a5016977..9e480c2c0103 100644 --- a/src/Kusto/generated/api/Models/Api20200215/CheckNameResult.cs +++ b/src/Kusto/generated/api/Models/Api20200614/CheckNameResult.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// The result returned from a check name availability request. public partial class CheckNameResult : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResultInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResultInternal { /// Backing field for property. diff --git a/src/Kusto/generated/api/Models/Api20200215/CheckNameResult.json.cs b/src/Kusto/generated/api/Models/Api20200614/CheckNameResult.json.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/CheckNameResult.json.cs rename to src/Kusto/generated/api/Models/Api20200614/CheckNameResult.json.cs index 7514be0a93d0..ad483133e5fb 100644 --- a/src/Kusto/generated/api/Models/Api20200215/CheckNameResult.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/CheckNameResult.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -66,13 +66,13 @@ internal CheckNameResult(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.J } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new CheckNameResult(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/CloudError.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/CloudError.PowerShell.cs similarity index 77% rename from src/Kusto/generated/api/Models/Api20200215/CloudError.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/CloudError.PowerShell.cs index ff7c3d21c8e4..bf06557fa410 100644 --- a/src/Kusto/generated/api/Models/Api20200215/CloudError.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/CloudError.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class CloudError partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,16 +61,16 @@ internal CloudError(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorInternal)this).Error = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBody) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorInternal)this).Error, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudErrorBodyTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorInternal)this).Code = (string) content.GetValueForProperty("Code",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorInternal)this).Code, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorInternal)this).Message, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorInternal)this).Target = (string) content.GetValueForProperty("Target",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorInternal)this).Target, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorInternal)this).Detail = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBody[]) content.GetValueForProperty("Detail",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorInternal)this).Detail, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudErrorBodyTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorInternal)this).Error = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBody) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorInternal)this).Error, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudErrorBodyTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorInternal)this).Code = (string) content.GetValueForProperty("Code",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorInternal)this).Code, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorInternal)this).Message, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorInternal)this).Target = (string) content.GetValueForProperty("Target",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorInternal)this).Target, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorInternal)this).Detail = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBody[]) content.GetValueForProperty("Detail",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorInternal)this).Detail, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudErrorBodyTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -83,36 +83,36 @@ internal CloudError(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorInternal)this).Error = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBody) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorInternal)this).Error, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudErrorBodyTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorInternal)this).Code = (string) content.GetValueForProperty("Code",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorInternal)this).Code, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorInternal)this).Message, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorInternal)this).Target = (string) content.GetValueForProperty("Target",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorInternal)this).Target, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorInternal)this).Detail = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBody[]) content.GetValueForProperty("Detail",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorInternal)this).Detail, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudErrorBodyTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorInternal)this).Error = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBody) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorInternal)this).Error, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudErrorBodyTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorInternal)this).Code = (string) content.GetValueForProperty("Code",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorInternal)this).Code, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorInternal)this).Message, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorInternal)this).Target = (string) content.GetValueForProperty("Target",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorInternal)this).Target, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorInternal)this).Detail = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBody[]) content.GetValueForProperty("Detail",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorInternal)this).Detail, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudErrorBodyTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudError DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudError DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new CloudError(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudError DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudError DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new CloudError(content); } @@ -122,7 +122,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloud /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudError FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudError FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/CloudError.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/CloudError.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/CloudError.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/CloudError.TypeConverter.cs index a04c5055b6e8..db5e4da33f97 100644 --- a/src/Kusto/generated/api/Models/Api20200215/CloudError.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/CloudError.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudError ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudError ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudError).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudError).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/CloudError.cs b/src/Kusto/generated/api/Models/Api20200614/CloudError.cs similarity index 83% rename from src/Kusto/generated/api/Models/Api20200215/CloudError.cs rename to src/Kusto/generated/api/Models/Api20200614/CloudError.cs index a876a28d0288..f819c529aa70 100644 --- a/src/Kusto/generated/api/Models/Api20200215/CloudError.cs +++ b/src/Kusto/generated/api/Models/Api20200614/CloudError.cs @@ -1,44 +1,44 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// An error response from Kusto. public partial class CloudError : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudError, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudError, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorInternal { /// /// An identifier for the error. Codes are invariant and are intended to be consumed programmatically. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string Code { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBodyInternal)Error).Code; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBodyInternal)Error).Code = value; } + public string Code { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBodyInternal)Error).Code; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBodyInternal)Error).Code = value; } /// A list of additional details about the error. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBody[] Detail { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBodyInternal)Error).Detail; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBodyInternal)Error).Detail = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBody[] Detail { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBodyInternal)Error).Detail; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBodyInternal)Error).Detail = value; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBody _error; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBody _error; /// An error response from Kusto. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBody Error { get => (this._error = this._error ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudErrorBody()); set => this._error = value; } + internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBody Error { get => (this._error = this._error ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudErrorBody()); set => this._error = value; } /// /// A message describing the error, intended to be suitable for displaying in a user interface. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string Message { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBodyInternal)Error).Message; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBodyInternal)Error).Message = value; } + public string Message { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBodyInternal)Error).Message; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBodyInternal)Error).Message = value; } /// Internal Acessors for Error - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBody Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorInternal.Error { get => (this._error = this._error ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudErrorBody()); set { {_error = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBody Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorInternal.Error { get => (this._error = this._error ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudErrorBody()); set { {_error = value;} } } /// /// The target of the particular error. For example, the name of the property in error. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string Target { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBodyInternal)Error).Target; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBodyInternal)Error).Target = value; } + public string Target { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBodyInternal)Error).Target; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBodyInternal)Error).Target = value; } /// Creates an new instance. public CloudError() @@ -66,8 +66,8 @@ public partial interface ICloudError : ReadOnly = false, Description = @"A list of additional details about the error.", SerializedName = @"details", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBody) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBody[] Detail { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBody) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBody[] Detail { get; set; } /// /// A message describing the error, intended to be suitable for displaying in a user interface. /// @@ -99,9 +99,9 @@ internal partial interface ICloudErrorInternal /// string Code { get; set; } /// A list of additional details about the error. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBody[] Detail { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBody[] Detail { get; set; } /// An error response from Kusto. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBody Error { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBody Error { get; set; } /// /// A message describing the error, intended to be suitable for displaying in a user interface. /// diff --git a/src/Kusto/generated/api/Models/Api20200215/CloudError.json.cs b/src/Kusto/generated/api/Models/Api20200614/CloudError.json.cs similarity index 96% rename from src/Kusto/generated/api/Models/Api20200215/CloudError.json.cs rename to src/Kusto/generated/api/Models/Api20200614/CloudError.json.cs index 4fa39abccd6d..1cdb6a4b29c1 100644 --- a/src/Kusto/generated/api/Models/Api20200215/CloudError.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/CloudError.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -58,18 +58,18 @@ internal CloudError(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonOb { return; } - {_error = If( json?.PropertyT("error"), out var __jsonError) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudErrorBody.FromJson(__jsonError) : Error;} + {_error = If( json?.PropertyT("error"), out var __jsonError) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudErrorBody.FromJson(__jsonError) : Error;} AfterFromJson(json); } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudError. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudError. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudError. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudError. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudError FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudError FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new CloudError(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/CloudErrorBody.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/CloudErrorBody.PowerShell.cs similarity index 80% rename from src/Kusto/generated/api/Models/Api20200215/CloudErrorBody.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/CloudErrorBody.PowerShell.cs index 648d43fae3d6..0d6c57b5c0f6 100644 --- a/src/Kusto/generated/api/Models/Api20200215/CloudErrorBody.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/CloudErrorBody.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class CloudErrorBody partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,15 +61,15 @@ internal CloudErrorBody(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBodyInternal)this).Code = (string) content.GetValueForProperty("Code",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBodyInternal)this).Code, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBodyInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBodyInternal)this).Message, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBodyInternal)this).Target = (string) content.GetValueForProperty("Target",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBodyInternal)this).Target, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBodyInternal)this).Detail = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBody[]) content.GetValueForProperty("Detail",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBodyInternal)this).Detail, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudErrorBodyTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBodyInternal)this).Code = (string) content.GetValueForProperty("Code",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBodyInternal)this).Code, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBodyInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBodyInternal)this).Message, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBodyInternal)this).Target = (string) content.GetValueForProperty("Target",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBodyInternal)this).Target, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBodyInternal)this).Detail = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBody[]) content.GetValueForProperty("Detail",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBodyInternal)this).Detail, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudErrorBodyTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -82,35 +82,35 @@ internal CloudErrorBody(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBodyInternal)this).Code = (string) content.GetValueForProperty("Code",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBodyInternal)this).Code, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBodyInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBodyInternal)this).Message, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBodyInternal)this).Target = (string) content.GetValueForProperty("Target",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBodyInternal)this).Target, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBodyInternal)this).Detail = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBody[]) content.GetValueForProperty("Detail",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBodyInternal)this).Detail, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudErrorBodyTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBodyInternal)this).Code = (string) content.GetValueForProperty("Code",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBodyInternal)this).Code, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBodyInternal)this).Message = (string) content.GetValueForProperty("Message",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBodyInternal)this).Message, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBodyInternal)this).Target = (string) content.GetValueForProperty("Target",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBodyInternal)this).Target, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBodyInternal)this).Detail = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBody[]) content.GetValueForProperty("Detail",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBodyInternal)this).Detail, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudErrorBodyTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBody DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBody DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new CloudErrorBody(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBody DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBody DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new CloudErrorBody(content); } @@ -120,7 +120,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloud /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBody FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBody FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/CloudErrorBody.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/CloudErrorBody.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/CloudErrorBody.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/CloudErrorBody.TypeConverter.cs index c4c348f65664..b20da5c71529 100644 --- a/src/Kusto/generated/api/Models/Api20200215/CloudErrorBody.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/CloudErrorBody.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBody ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBody ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBody).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBody).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/CloudErrorBody.cs b/src/Kusto/generated/api/Models/Api20200614/CloudErrorBody.cs similarity index 94% rename from src/Kusto/generated/api/Models/Api20200215/CloudErrorBody.cs rename to src/Kusto/generated/api/Models/Api20200614/CloudErrorBody.cs index 5b929aebfa92..bac29344b2a7 100644 --- a/src/Kusto/generated/api/Models/Api20200215/CloudErrorBody.cs +++ b/src/Kusto/generated/api/Models/Api20200614/CloudErrorBody.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// An error response from Kusto. public partial class CloudErrorBody : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBody, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBodyInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBody, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBodyInternal { /// Backing field for property. @@ -18,11 +18,11 @@ public partial class CloudErrorBody : public string Code { get => this._code; set => this._code = value; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBody[] _detail; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBody[] _detail; /// A list of additional details about the error. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBody[] Detail { get => this._detail; set => this._detail = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBody[] Detail { get => this._detail; set => this._detail = value; } /// Backing field for property. private string _message; @@ -68,8 +68,8 @@ public partial interface ICloudErrorBody : ReadOnly = false, Description = @"A list of additional details about the error.", SerializedName = @"details", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBody) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBody[] Detail { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBody) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBody[] Detail { get; set; } /// /// A message describing the error, intended to be suitable for displaying in a user interface. /// @@ -101,7 +101,7 @@ internal partial interface ICloudErrorBodyInternal /// string Code { get; set; } /// A list of additional details about the error. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBody[] Detail { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBody[] Detail { get; set; } /// /// A message describing the error, intended to be suitable for displaying in a user interface. /// diff --git a/src/Kusto/generated/api/Models/Api20200215/CloudErrorBody.json.cs b/src/Kusto/generated/api/Models/Api20200614/CloudErrorBody.json.cs similarity index 95% rename from src/Kusto/generated/api/Models/Api20200215/CloudErrorBody.json.cs rename to src/Kusto/generated/api/Models/Api20200614/CloudErrorBody.json.cs index 67e4287173a7..b8d3c6c8434b 100644 --- a/src/Kusto/generated/api/Models/Api20200215/CloudErrorBody.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/CloudErrorBody.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -61,18 +61,18 @@ internal CloudErrorBody(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.Js {_code = If( json?.PropertyT("code"), out var __jsonCode) ? (string)__jsonCode : (string)Code;} {_message = If( json?.PropertyT("message"), out var __jsonMessage) ? (string)__jsonMessage : (string)Message;} {_target = If( json?.PropertyT("target"), out var __jsonTarget) ? (string)__jsonTarget : (string)Target;} - {_detail = If( json?.PropertyT("details"), out var __jsonDetails) ? If( __jsonDetails as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBody) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CloudErrorBody.FromJson(__u) )) ))() : null : Detail;} + {_detail = If( json?.PropertyT("details"), out var __jsonDetails) ? If( __jsonDetails as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBody) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CloudErrorBody.FromJson(__u) )) ))() : null : Detail;} AfterFromJson(json); } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBody. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBody. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBody. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBody. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICloudErrorBody FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICloudErrorBody FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new CloudErrorBody(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/Cluster.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/Cluster.PowerShell.cs similarity index 65% rename from src/Kusto/generated/api/Models/Api20200215/Cluster.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/Cluster.PowerShell.cs index 09bdf985f0ff..0dedf08ed79e 100644 --- a/src/Kusto/generated/api/Models/Api20200215/Cluster.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/Cluster.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class Cluster partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,51 +61,52 @@ internal Cluster(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).Identity = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentity) content.GetValueForProperty("Identity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).Identity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IdentityTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSku) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AzureSkuTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).Zone = (string[]) content.GetValueForProperty("Zone",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).Zone, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).Identity = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentity) content.GetValueForProperty("Identity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).Identity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IdentityTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSku) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AzureSkuTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).Zone = (string[]) content.GetValueForProperty("Zone",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).Zone, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.ITrackedResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.ITrackedResourceInternal)this).Location, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.ITrackedResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.ITrackedResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.ITrackedResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.TrackedResourceTagsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).IdentityType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IdentityType) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).IdentityType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IdentityType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).IdentityTenantId = (string) content.GetValueForProperty("IdentityTenantId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).IdentityTenantId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).OptimizedAutoscale = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscale) content.GetValueForProperty("OptimizedAutoscale",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).OptimizedAutoscale, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.OptimizedAutoscaleTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).State = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State?) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).State, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).IdentityPrincipalId = (string) content.GetValueForProperty("IdentityPrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).IdentityPrincipalId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).SkuTier = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).SkuTier, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).VirtualNetworkConfiguration = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfiguration) content.GetValueForProperty("VirtualNetworkConfiguration",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).VirtualNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.VirtualNetworkConfigurationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).DataIngestionUri = (string) content.GetValueForProperty("DataIngestionUri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).DataIngestionUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).EnableDiskEncryption = (bool?) content.GetValueForProperty("EnableDiskEncryption",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).EnableDiskEncryption, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).EnablePurge = (bool?) content.GetValueForProperty("EnablePurge",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).EnablePurge, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).EnableStreamingIngest = (bool?) content.GetValueForProperty("EnableStreamingIngest",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).EnableStreamingIngest, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).IdentityUserAssignedIdentity = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities) content.GetValueForProperty("IdentityUserAssignedIdentity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).IdentityUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IdentityUserAssignedIdentitiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).KeyVaultProperty = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultProperties) content.GetValueForProperty("KeyVaultProperty",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).KeyVaultProperty, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.KeyVaultPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).StateReason = (string) content.GetValueForProperty("StateReason",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).StateReason, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).LanguageExtension = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList) content.GetValueForProperty("LanguageExtension",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).LanguageExtension, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.LanguageExtensionsListTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).Uri = (string) content.GetValueForProperty("Uri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).Uri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).KeyVaultPropertyKeyName = (string) content.GetValueForProperty("KeyVaultPropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).KeyVaultPropertyKeyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).VirtualNetworkConfigurationSubnetId = (string) content.GetValueForProperty("VirtualNetworkConfigurationSubnetId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).VirtualNetworkConfigurationSubnetId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).KeyVaultPropertyKeyVersion = (string) content.GetValueForProperty("KeyVaultPropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).KeyVaultPropertyKeyVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).SkuCapacity = (int?) content.GetValueForProperty("SkuCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).SkuCapacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).SkuName = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).SkuName, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).TrustedExternalTenant = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant[]) content.GetValueForProperty("TrustedExternalTenant",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).TrustedExternalTenant, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.TrustedExternalTenantTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).KeyVaultPropertyKeyVaultUri = (string) content.GetValueForProperty("KeyVaultPropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).KeyVaultPropertyKeyVaultUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).OptimizedAutoscaleMinimum = (int) content.GetValueForProperty("OptimizedAutoscaleMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).OptimizedAutoscaleMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).OptimizedAutoscaleVersion = (int) content.GetValueForProperty("OptimizedAutoscaleVersion",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).OptimizedAutoscaleVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).VirtualNetworkConfigurationDataManagementPublicIPId = (string) content.GetValueForProperty("VirtualNetworkConfigurationDataManagementPublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).VirtualNetworkConfigurationDataManagementPublicIPId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).VirtualNetworkConfigurationEnginePublicIPId = (string) content.GetValueForProperty("VirtualNetworkConfigurationEnginePublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).VirtualNetworkConfigurationEnginePublicIPId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).OptimizedAutoscaleMaximum = (int) content.GetValueForProperty("OptimizedAutoscaleMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).OptimizedAutoscaleMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).OptimizedAutoscaleIsEnabled = (bool) content.GetValueForProperty("OptimizedAutoscaleIsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).OptimizedAutoscaleIsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).LanguageExtensionValue = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[]) content.GetValueForProperty("LanguageExtensionValue",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).LanguageExtensionValue, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.LanguageExtensionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).IdentityType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IdentityType) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).IdentityType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IdentityType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).IdentityTenantId = (string) content.GetValueForProperty("IdentityTenantId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).IdentityTenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).OptimizedAutoscale = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscale) content.GetValueForProperty("OptimizedAutoscale",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).OptimizedAutoscale, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.OptimizedAutoscaleTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).State = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State?) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).State, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).IdentityPrincipalId = (string) content.GetValueForProperty("IdentityPrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).IdentityPrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).SkuTier = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).SkuTier, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).VirtualNetworkConfiguration = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfiguration) content.GetValueForProperty("VirtualNetworkConfiguration",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).VirtualNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.VirtualNetworkConfigurationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).DataIngestionUri = (string) content.GetValueForProperty("DataIngestionUri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).DataIngestionUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).EnableDiskEncryption = (bool?) content.GetValueForProperty("EnableDiskEncryption",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).EnableDiskEncryption, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).EnableDoubleEncryption = (bool?) content.GetValueForProperty("EnableDoubleEncryption",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).EnableDoubleEncryption, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).EnablePurge = (bool?) content.GetValueForProperty("EnablePurge",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).EnablePurge, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).EnableStreamingIngest = (bool?) content.GetValueForProperty("EnableStreamingIngest",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).EnableStreamingIngest, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).IdentityUserAssignedIdentity = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities) content.GetValueForProperty("IdentityUserAssignedIdentity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).IdentityUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IdentityUserAssignedIdentitiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).KeyVaultProperty = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultProperties) content.GetValueForProperty("KeyVaultProperty",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).KeyVaultProperty, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.KeyVaultPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).StateReason = (string) content.GetValueForProperty("StateReason",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).StateReason, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).LanguageExtension = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList) content.GetValueForProperty("LanguageExtension",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).LanguageExtension, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.LanguageExtensionsListTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).Uri = (string) content.GetValueForProperty("Uri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).Uri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).KeyVaultPropertyKeyName = (string) content.GetValueForProperty("KeyVaultPropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).KeyVaultPropertyKeyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).VirtualNetworkConfigurationSubnetId = (string) content.GetValueForProperty("VirtualNetworkConfigurationSubnetId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).VirtualNetworkConfigurationSubnetId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).KeyVaultPropertyKeyVersion = (string) content.GetValueForProperty("KeyVaultPropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).KeyVaultPropertyKeyVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).SkuCapacity = (int?) content.GetValueForProperty("SkuCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).SkuCapacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).SkuName = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).SkuName, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).TrustedExternalTenant = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant[]) content.GetValueForProperty("TrustedExternalTenant",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).TrustedExternalTenant, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.TrustedExternalTenantTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).KeyVaultPropertyKeyVaultUri = (string) content.GetValueForProperty("KeyVaultPropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).KeyVaultPropertyKeyVaultUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).OptimizedAutoscaleMinimum = (int) content.GetValueForProperty("OptimizedAutoscaleMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).OptimizedAutoscaleMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).OptimizedAutoscaleVersion = (int) content.GetValueForProperty("OptimizedAutoscaleVersion",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).OptimizedAutoscaleVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).VirtualNetworkConfigurationDataManagementPublicIPId = (string) content.GetValueForProperty("VirtualNetworkConfigurationDataManagementPublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).VirtualNetworkConfigurationDataManagementPublicIPId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).VirtualNetworkConfigurationEnginePublicIPId = (string) content.GetValueForProperty("VirtualNetworkConfigurationEnginePublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).VirtualNetworkConfigurationEnginePublicIPId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).OptimizedAutoscaleMaximum = (int) content.GetValueForProperty("OptimizedAutoscaleMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).OptimizedAutoscaleMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).OptimizedAutoscaleIsEnabled = (bool) content.GetValueForProperty("OptimizedAutoscaleIsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).OptimizedAutoscaleIsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).LanguageExtensionValue = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[]) content.GetValueForProperty("LanguageExtensionValue",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).LanguageExtensionValue, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.LanguageExtensionTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -118,71 +119,72 @@ internal Cluster(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).Identity = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentity) content.GetValueForProperty("Identity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).Identity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IdentityTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSku) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AzureSkuTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).Zone = (string[]) content.GetValueForProperty("Zone",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).Zone, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).Identity = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentity) content.GetValueForProperty("Identity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).Identity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IdentityTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSku) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AzureSkuTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).Zone = (string[]) content.GetValueForProperty("Zone",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).Zone, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.ITrackedResourceInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.ITrackedResourceInternal)this).Location, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.ITrackedResourceInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.ITrackedResourceTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.ITrackedResourceInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.TrackedResourceTagsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).IdentityType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IdentityType) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).IdentityType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IdentityType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).IdentityTenantId = (string) content.GetValueForProperty("IdentityTenantId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).IdentityTenantId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).OptimizedAutoscale = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscale) content.GetValueForProperty("OptimizedAutoscale",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).OptimizedAutoscale, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.OptimizedAutoscaleTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).State = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State?) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).State, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).IdentityPrincipalId = (string) content.GetValueForProperty("IdentityPrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).IdentityPrincipalId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).SkuTier = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).SkuTier, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).VirtualNetworkConfiguration = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfiguration) content.GetValueForProperty("VirtualNetworkConfiguration",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).VirtualNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.VirtualNetworkConfigurationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).DataIngestionUri = (string) content.GetValueForProperty("DataIngestionUri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).DataIngestionUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).EnableDiskEncryption = (bool?) content.GetValueForProperty("EnableDiskEncryption",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).EnableDiskEncryption, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).EnablePurge = (bool?) content.GetValueForProperty("EnablePurge",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).EnablePurge, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).EnableStreamingIngest = (bool?) content.GetValueForProperty("EnableStreamingIngest",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).EnableStreamingIngest, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).IdentityUserAssignedIdentity = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities) content.GetValueForProperty("IdentityUserAssignedIdentity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).IdentityUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IdentityUserAssignedIdentitiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).KeyVaultProperty = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultProperties) content.GetValueForProperty("KeyVaultProperty",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).KeyVaultProperty, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.KeyVaultPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).StateReason = (string) content.GetValueForProperty("StateReason",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).StateReason, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).LanguageExtension = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList) content.GetValueForProperty("LanguageExtension",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).LanguageExtension, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.LanguageExtensionsListTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).Uri = (string) content.GetValueForProperty("Uri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).Uri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).KeyVaultPropertyKeyName = (string) content.GetValueForProperty("KeyVaultPropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).KeyVaultPropertyKeyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).VirtualNetworkConfigurationSubnetId = (string) content.GetValueForProperty("VirtualNetworkConfigurationSubnetId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).VirtualNetworkConfigurationSubnetId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).KeyVaultPropertyKeyVersion = (string) content.GetValueForProperty("KeyVaultPropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).KeyVaultPropertyKeyVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).SkuCapacity = (int?) content.GetValueForProperty("SkuCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).SkuCapacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).SkuName = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).SkuName, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).TrustedExternalTenant = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant[]) content.GetValueForProperty("TrustedExternalTenant",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).TrustedExternalTenant, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.TrustedExternalTenantTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).KeyVaultPropertyKeyVaultUri = (string) content.GetValueForProperty("KeyVaultPropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).KeyVaultPropertyKeyVaultUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).OptimizedAutoscaleMinimum = (int) content.GetValueForProperty("OptimizedAutoscaleMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).OptimizedAutoscaleMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).OptimizedAutoscaleVersion = (int) content.GetValueForProperty("OptimizedAutoscaleVersion",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).OptimizedAutoscaleVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).VirtualNetworkConfigurationDataManagementPublicIPId = (string) content.GetValueForProperty("VirtualNetworkConfigurationDataManagementPublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).VirtualNetworkConfigurationDataManagementPublicIPId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).VirtualNetworkConfigurationEnginePublicIPId = (string) content.GetValueForProperty("VirtualNetworkConfigurationEnginePublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).VirtualNetworkConfigurationEnginePublicIPId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).OptimizedAutoscaleMaximum = (int) content.GetValueForProperty("OptimizedAutoscaleMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).OptimizedAutoscaleMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).OptimizedAutoscaleIsEnabled = (bool) content.GetValueForProperty("OptimizedAutoscaleIsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).OptimizedAutoscaleIsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).LanguageExtensionValue = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[]) content.GetValueForProperty("LanguageExtensionValue",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal)this).LanguageExtensionValue, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.LanguageExtensionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).IdentityType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IdentityType) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).IdentityType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IdentityType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).IdentityTenantId = (string) content.GetValueForProperty("IdentityTenantId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).IdentityTenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).OptimizedAutoscale = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscale) content.GetValueForProperty("OptimizedAutoscale",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).OptimizedAutoscale, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.OptimizedAutoscaleTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).State = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State?) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).State, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).IdentityPrincipalId = (string) content.GetValueForProperty("IdentityPrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).IdentityPrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).SkuTier = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).SkuTier, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).VirtualNetworkConfiguration = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfiguration) content.GetValueForProperty("VirtualNetworkConfiguration",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).VirtualNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.VirtualNetworkConfigurationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).DataIngestionUri = (string) content.GetValueForProperty("DataIngestionUri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).DataIngestionUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).EnableDiskEncryption = (bool?) content.GetValueForProperty("EnableDiskEncryption",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).EnableDiskEncryption, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).EnableDoubleEncryption = (bool?) content.GetValueForProperty("EnableDoubleEncryption",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).EnableDoubleEncryption, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).EnablePurge = (bool?) content.GetValueForProperty("EnablePurge",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).EnablePurge, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).EnableStreamingIngest = (bool?) content.GetValueForProperty("EnableStreamingIngest",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).EnableStreamingIngest, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).IdentityUserAssignedIdentity = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities) content.GetValueForProperty("IdentityUserAssignedIdentity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).IdentityUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IdentityUserAssignedIdentitiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).KeyVaultProperty = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultProperties) content.GetValueForProperty("KeyVaultProperty",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).KeyVaultProperty, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.KeyVaultPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).StateReason = (string) content.GetValueForProperty("StateReason",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).StateReason, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).LanguageExtension = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList) content.GetValueForProperty("LanguageExtension",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).LanguageExtension, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.LanguageExtensionsListTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).Uri = (string) content.GetValueForProperty("Uri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).Uri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).KeyVaultPropertyKeyName = (string) content.GetValueForProperty("KeyVaultPropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).KeyVaultPropertyKeyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).VirtualNetworkConfigurationSubnetId = (string) content.GetValueForProperty("VirtualNetworkConfigurationSubnetId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).VirtualNetworkConfigurationSubnetId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).KeyVaultPropertyKeyVersion = (string) content.GetValueForProperty("KeyVaultPropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).KeyVaultPropertyKeyVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).SkuCapacity = (int?) content.GetValueForProperty("SkuCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).SkuCapacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).SkuName = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).SkuName, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).TrustedExternalTenant = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant[]) content.GetValueForProperty("TrustedExternalTenant",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).TrustedExternalTenant, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.TrustedExternalTenantTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).KeyVaultPropertyKeyVaultUri = (string) content.GetValueForProperty("KeyVaultPropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).KeyVaultPropertyKeyVaultUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).OptimizedAutoscaleMinimum = (int) content.GetValueForProperty("OptimizedAutoscaleMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).OptimizedAutoscaleMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).OptimizedAutoscaleVersion = (int) content.GetValueForProperty("OptimizedAutoscaleVersion",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).OptimizedAutoscaleVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).VirtualNetworkConfigurationDataManagementPublicIPId = (string) content.GetValueForProperty("VirtualNetworkConfigurationDataManagementPublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).VirtualNetworkConfigurationDataManagementPublicIPId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).VirtualNetworkConfigurationEnginePublicIPId = (string) content.GetValueForProperty("VirtualNetworkConfigurationEnginePublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).VirtualNetworkConfigurationEnginePublicIPId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).OptimizedAutoscaleMaximum = (int) content.GetValueForProperty("OptimizedAutoscaleMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).OptimizedAutoscaleMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).OptimizedAutoscaleIsEnabled = (bool) content.GetValueForProperty("OptimizedAutoscaleIsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).OptimizedAutoscaleIsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).LanguageExtensionValue = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[]) content.GetValueForProperty("LanguageExtensionValue",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal)this).LanguageExtensionValue, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.LanguageExtensionTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new Cluster(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new Cluster(content); } @@ -192,7 +194,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClust /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/Cluster.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/Cluster.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/Cluster.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/Cluster.TypeConverter.cs index 6e8bb07591e9..a85ba9f67c98 100644 --- a/src/Kusto/generated/api/Models/Api20200215/Cluster.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/Cluster.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/Cluster.cs b/src/Kusto/generated/api/Models/Api20200614/Cluster.cs similarity index 80% rename from src/Kusto/generated/api/Models/Api20200215/Cluster.cs rename to src/Kusto/generated/api/Models/Api20200614/Cluster.cs index 3f6c8e6a4f46..eca53a75513e 100644 --- a/src/Kusto/generated/api/Models/Api20200215/Cluster.cs +++ b/src/Kusto/generated/api/Models/Api20200614/Cluster.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// Class representing a Kusto cluster. public partial class Cluster : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IValidates { /// @@ -16,19 +16,23 @@ public partial class Cluster : /// The cluster data ingestion URI. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string DataIngestionUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).DataIngestionUri; } + public string DataIngestionUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).DataIngestionUri; } /// A boolean value that indicates if the cluster's disks are encrypted. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public bool? EnableDiskEncryption { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).EnableDiskEncryption; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).EnableDiskEncryption = value; } + public bool? EnableDiskEncryption { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).EnableDiskEncryption; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).EnableDiskEncryption = value; } + + /// A boolean value that indicates if double encryption is enabled. + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] + public bool? EnableDoubleEncryption { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).EnableDoubleEncryption; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).EnableDoubleEncryption = value; } /// A boolean value that indicates if the purge operations are enabled. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public bool? EnablePurge { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).EnablePurge; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).EnablePurge = value; } + public bool? EnablePurge { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).EnablePurge; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).EnablePurge = value; } /// A boolean value that indicates if the streaming ingest is enabled. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public bool? EnableStreamingIngest { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).EnableStreamingIngest; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).EnableStreamingIngest = value; } + public bool? EnableStreamingIngest { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).EnableStreamingIngest; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).EnableStreamingIngest = value; } /// /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} @@ -37,46 +41,46 @@ public partial class Cluster : public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__trackedResource).Id; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentity _identity; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentity _identity; /// The identity of the cluster, if configured. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentity Identity { get => (this._identity = this._identity ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Identity()); set => this._identity = value; } + internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentity Identity { get => (this._identity = this._identity ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Identity()); set => this._identity = value; } /// The principal ID of resource identity. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string IdentityPrincipalId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)Identity).PrincipalId; } + public string IdentityPrincipalId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)Identity).PrincipalId; } /// The tenant ID of resource. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string IdentityTenantId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)Identity).TenantId; } + public string IdentityTenantId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)Identity).TenantId; } /// The identity type. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IdentityType IdentityType { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)Identity).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)Identity).Type = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IdentityType IdentityType { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)Identity).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)Identity).Type = value; } /// /// The list of user identities associated with the Kusto cluster. The user identity dictionary key references will be ARM /// resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities IdentityUserAssignedIdentity { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)Identity).UserAssignedIdentity; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)Identity).UserAssignedIdentity = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities IdentityUserAssignedIdentity { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)Identity).UserAssignedIdentity; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)Identity).UserAssignedIdentity = value; } /// The name of the key vault key. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string KeyVaultPropertyKeyName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).KeyVaultPropertyKeyName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).KeyVaultPropertyKeyName = value; } + public string KeyVaultPropertyKeyName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).KeyVaultPropertyKeyName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).KeyVaultPropertyKeyName = value; } /// The Uri of the key vault. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string KeyVaultPropertyKeyVaultUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).KeyVaultPropertyKeyVaultUri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).KeyVaultPropertyKeyVaultUri = value; } + public string KeyVaultPropertyKeyVaultUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).KeyVaultPropertyKeyVaultUri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).KeyVaultPropertyKeyVaultUri = value; } /// The version of the key vault key. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string KeyVaultPropertyKeyVersion { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).KeyVaultPropertyKeyVersion; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).KeyVaultPropertyKeyVersion = value; } + public string KeyVaultPropertyKeyVersion { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).KeyVaultPropertyKeyVersion; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).KeyVaultPropertyKeyVersion = value; } /// The list of language extensions. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[] LanguageExtensionValue { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).LanguageExtensionValue; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).LanguageExtensionValue = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[] LanguageExtensionValue { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).LanguageExtensionValue; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).LanguageExtensionValue = value; } /// The geo-location where the resource lives [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inherited)] @@ -92,46 +96,46 @@ public partial class Cluster : string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__trackedResource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__trackedResource).Type = value; } /// Internal Acessors for DataIngestionUri - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal.DataIngestionUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).DataIngestionUri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).DataIngestionUri = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal.DataIngestionUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).DataIngestionUri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).DataIngestionUri = value; } /// Internal Acessors for Identity - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentity Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal.Identity { get => (this._identity = this._identity ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Identity()); set { {_identity = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentity Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal.Identity { get => (this._identity = this._identity ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Identity()); set { {_identity = value;} } } /// Internal Acessors for IdentityPrincipalId - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal.IdentityPrincipalId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)Identity).PrincipalId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)Identity).PrincipalId = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal.IdentityPrincipalId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)Identity).PrincipalId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)Identity).PrincipalId = value; } /// Internal Acessors for IdentityTenantId - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal.IdentityTenantId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)Identity).TenantId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)Identity).TenantId = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal.IdentityTenantId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)Identity).TenantId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)Identity).TenantId = value; } /// Internal Acessors for KeyVaultProperty - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultProperties Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal.KeyVaultProperty { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).KeyVaultProperty; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).KeyVaultProperty = value; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultProperties Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal.KeyVaultProperty { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).KeyVaultProperty; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).KeyVaultProperty = value; } /// Internal Acessors for LanguageExtension - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal.LanguageExtension { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).LanguageExtension; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).LanguageExtension = value; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal.LanguageExtension { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).LanguageExtension; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).LanguageExtension = value; } /// Internal Acessors for OptimizedAutoscale - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscale Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal.OptimizedAutoscale { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).OptimizedAutoscale; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).OptimizedAutoscale = value; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscale Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal.OptimizedAutoscale { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).OptimizedAutoscale; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).OptimizedAutoscale = value; } /// Internal Acessors for Property - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterProperties Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterProperties()); set { {_property = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterProperties Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterProperties()); set { {_property = value;} } } /// Internal Acessors for ProvisioningState - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal.ProvisioningState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).ProvisioningState; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).ProvisioningState = value; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal.ProvisioningState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).ProvisioningState; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).ProvisioningState = value; } /// Internal Acessors for Sku - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSku Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal.Sku { get => (this._sku = this._sku ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AzureSku()); set { {_sku = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSku Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal.Sku { get => (this._sku = this._sku ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AzureSku()); set { {_sku = value;} } } /// Internal Acessors for State - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal.State { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).State; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).State = value; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal.State { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).State; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).State = value; } /// Internal Acessors for StateReason - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal.StateReason { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).StateReason; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).StateReason = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal.StateReason { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).StateReason; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).StateReason = value; } /// Internal Acessors for Uri - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal.Uri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).Uri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).Uri = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal.Uri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).Uri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).Uri = value; } /// Internal Acessors for VirtualNetworkConfiguration - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfiguration Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterInternal.VirtualNetworkConfiguration { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).VirtualNetworkConfiguration; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).VirtualNetworkConfiguration = value; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfiguration Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterInternal.VirtualNetworkConfiguration { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).VirtualNetworkConfiguration; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).VirtualNetworkConfiguration = value; } /// The name of the resource [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inherited)] @@ -141,57 +145,57 @@ public partial class Cluster : /// A boolean value that indicate if the optimized autoscale feature is enabled or not. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public bool OptimizedAutoscaleIsEnabled { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).OptimizedAutoscaleIsEnabled; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).OptimizedAutoscaleIsEnabled = value; } + public bool OptimizedAutoscaleIsEnabled { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).OptimizedAutoscaleIsEnabled; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).OptimizedAutoscaleIsEnabled = value; } /// Maximum allowed instances count. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public int OptimizedAutoscaleMaximum { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).OptimizedAutoscaleMaximum; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).OptimizedAutoscaleMaximum = value; } + public int OptimizedAutoscaleMaximum { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).OptimizedAutoscaleMaximum; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).OptimizedAutoscaleMaximum = value; } /// Minimum allowed instances count. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public int OptimizedAutoscaleMinimum { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).OptimizedAutoscaleMinimum; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).OptimizedAutoscaleMinimum = value; } + public int OptimizedAutoscaleMinimum { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).OptimizedAutoscaleMinimum; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).OptimizedAutoscaleMinimum = value; } /// The version of the template defined, for instance 1. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public int OptimizedAutoscaleVersion { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).OptimizedAutoscaleVersion; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).OptimizedAutoscaleVersion = value; } + public int OptimizedAutoscaleVersion { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).OptimizedAutoscaleVersion; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).OptimizedAutoscaleVersion = value; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterProperties _property; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterProperties _property; /// The cluster properties. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterProperties Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterProperties()); set => this._property = value; } + internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterProperties Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterProperties()); set => this._property = value; } /// The provisioned state of the resource. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? ProvisioningState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).ProvisioningState; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? ProvisioningState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).ProvisioningState; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSku _sku; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSku _sku; /// The SKU of the cluster. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSku Sku { get => (this._sku = this._sku ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AzureSku()); set => this._sku = value; } + internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSku Sku { get => (this._sku = this._sku ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AzureSku()); set => this._sku = value; } /// The number of instances of the cluster. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public int? SkuCapacity { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)Sku).Capacity; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)Sku).Capacity = value; } + public int? SkuCapacity { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)Sku).Capacity; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)Sku).Capacity = value; } /// SKU name. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName SkuName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)Sku).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)Sku).Name = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName SkuName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)Sku).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)Sku).Name = value; } /// SKU tier. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier SkuTier { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)Sku).Tier; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)Sku).Tier = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier SkuTier { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)Sku).Tier; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)Sku).Tier = value; } /// The state of the resource. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State? State { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).State; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State? State { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).State; } /// The reason for the cluster's current state. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string StateReason { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).StateReason; } + public string StateReason { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).StateReason; } /// Resource tags. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inherited)] @@ -199,7 +203,7 @@ public partial class Cluster : /// The cluster's external tenants. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant[] TrustedExternalTenant { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).TrustedExternalTenant; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).TrustedExternalTenant = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant[] TrustedExternalTenant { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).TrustedExternalTenant; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).TrustedExternalTenant = value; } /// /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. @@ -209,19 +213,19 @@ public partial class Cluster : /// The cluster URI. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string Uri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).Uri; } + public string Uri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).Uri; } /// Data management's service public IP address resource id. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string VirtualNetworkConfigurationDataManagementPublicIPId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).VirtualNetworkConfigurationDataManagementPublicIPId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).VirtualNetworkConfigurationDataManagementPublicIPId = value; } + public string VirtualNetworkConfigurationDataManagementPublicIPId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).VirtualNetworkConfigurationDataManagementPublicIPId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).VirtualNetworkConfigurationDataManagementPublicIPId = value; } /// Engine service's public IP address resource id. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string VirtualNetworkConfigurationEnginePublicIPId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).VirtualNetworkConfigurationEnginePublicIPId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).VirtualNetworkConfigurationEnginePublicIPId = value; } + public string VirtualNetworkConfigurationEnginePublicIPId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).VirtualNetworkConfigurationEnginePublicIPId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).VirtualNetworkConfigurationEnginePublicIPId = value; } /// The subnet resource id. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string VirtualNetworkConfigurationSubnetId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).VirtualNetworkConfigurationSubnetId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).VirtualNetworkConfigurationSubnetId = value; } + public string VirtualNetworkConfigurationSubnetId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).VirtualNetworkConfigurationSubnetId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).VirtualNetworkConfigurationSubnetId = value; } /// Backing field for property. private string[] _zone; @@ -269,6 +273,14 @@ public partial interface ICluster : SerializedName = @"enableDiskEncryption", PossibleTypes = new [] { typeof(bool) })] bool? EnableDiskEncryption { get; set; } + /// A boolean value that indicates if double encryption is enabled. + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( + Required = false, + ReadOnly = false, + Description = @"A boolean value that indicates if double encryption is enabled.", + SerializedName = @"enableDoubleEncryption", + PossibleTypes = new [] { typeof(bool) })] + bool? EnableDoubleEncryption { get; set; } /// A boolean value that indicates if the purge operations are enabled. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( Required = false, @@ -318,8 +330,8 @@ public partial interface ICluster : ReadOnly = false, Description = @"The list of user identities associated with the Kusto cluster. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.", SerializedName = @"userAssignedIdentities", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities IdentityUserAssignedIdentity { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities IdentityUserAssignedIdentity { get; set; } /// The name of the key vault key. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( Required = true, @@ -350,8 +362,8 @@ public partial interface ICluster : ReadOnly = false, Description = @"The list of language extensions.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[] LanguageExtensionValue { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[] LanguageExtensionValue { get; set; } /// /// A boolean value that indicate if the optimized autoscale feature is enabled or not. /// @@ -440,8 +452,8 @@ public partial interface ICluster : ReadOnly = false, Description = @"The cluster's external tenants.", SerializedName = @"trustedExternalTenants", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant[] TrustedExternalTenant { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant[] TrustedExternalTenant { get; set; } /// The cluster URI. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( Required = false, @@ -492,12 +504,14 @@ internal partial interface IClusterInternal : string DataIngestionUri { get; set; } /// A boolean value that indicates if the cluster's disks are encrypted. bool? EnableDiskEncryption { get; set; } + /// A boolean value that indicates if double encryption is enabled. + bool? EnableDoubleEncryption { get; set; } /// A boolean value that indicates if the purge operations are enabled. bool? EnablePurge { get; set; } /// A boolean value that indicates if the streaming ingest is enabled. bool? EnableStreamingIngest { get; set; } /// The identity of the cluster, if configured. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentity Identity { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentity Identity { get; set; } /// The principal ID of resource identity. string IdentityPrincipalId { get; set; } /// The tenant ID of resource. @@ -508,9 +522,9 @@ internal partial interface IClusterInternal : /// The list of user identities associated with the Kusto cluster. The user identity dictionary key references will be ARM /// resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. /// - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities IdentityUserAssignedIdentity { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities IdentityUserAssignedIdentity { get; set; } /// KeyVault properties for the cluster encryption. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultProperties KeyVaultProperty { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultProperties KeyVaultProperty { get; set; } /// The name of the key vault key. string KeyVaultPropertyKeyName { get; set; } /// The Uri of the key vault. @@ -518,11 +532,11 @@ internal partial interface IClusterInternal : /// The version of the key vault key. string KeyVaultPropertyKeyVersion { get; set; } /// List of the cluster's language extensions. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList LanguageExtension { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList LanguageExtension { get; set; } /// The list of language extensions. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[] LanguageExtensionValue { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[] LanguageExtensionValue { get; set; } /// Optimized auto scale definition. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscale OptimizedAutoscale { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscale OptimizedAutoscale { get; set; } /// /// A boolean value that indicate if the optimized autoscale feature is enabled or not. /// @@ -534,11 +548,11 @@ internal partial interface IClusterInternal : /// The version of the template defined, for instance 1. int OptimizedAutoscaleVersion { get; set; } /// The cluster properties. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterProperties Property { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterProperties Property { get; set; } /// The provisioned state of the resource. Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? ProvisioningState { get; set; } /// The SKU of the cluster. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSku Sku { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSku Sku { get; set; } /// The number of instances of the cluster. int? SkuCapacity { get; set; } /// SKU name. @@ -550,11 +564,11 @@ internal partial interface IClusterInternal : /// The reason for the cluster's current state. string StateReason { get; set; } /// The cluster's external tenants. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant[] TrustedExternalTenant { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant[] TrustedExternalTenant { get; set; } /// The cluster URI. string Uri { get; set; } /// Virtual network definition. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfiguration VirtualNetworkConfiguration { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfiguration VirtualNetworkConfiguration { get; set; } /// Data management's service public IP address resource id. string VirtualNetworkConfigurationDataManagementPublicIPId { get; set; } /// Engine service's public IP address resource id. diff --git a/src/Kusto/generated/api/Models/Api20200215/Cluster.json.cs b/src/Kusto/generated/api/Models/Api20200614/Cluster.json.cs similarity index 95% rename from src/Kusto/generated/api/Models/Api20200215/Cluster.json.cs rename to src/Kusto/generated/api/Models/Api20200614/Cluster.json.cs index e18f0eb0da05..0ad949fb9057 100644 --- a/src/Kusto/generated/api/Models/Api20200215/Cluster.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/Cluster.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -59,21 +59,21 @@ internal Cluster(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObjec return; } __trackedResource = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.TrackedResource(json); - {_identity = If( json?.PropertyT("identity"), out var __jsonIdentity) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Identity.FromJson(__jsonIdentity) : Identity;} - {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterProperties.FromJson(__jsonProperties) : Property;} - {_sku = If( json?.PropertyT("sku"), out var __jsonSku) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AzureSku.FromJson(__jsonSku) : Sku;} + {_identity = If( json?.PropertyT("identity"), out var __jsonIdentity) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Identity.FromJson(__jsonIdentity) : Identity;} + {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterProperties.FromJson(__jsonProperties) : Property;} + {_sku = If( json?.PropertyT("sku"), out var __jsonSku) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AzureSku.FromJson(__jsonSku) : Sku;} {_zone = If( json?.PropertyT("zones"), out var __jsonZones) ? If( __jsonZones as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(string) (__u is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonString __t ? (string)(__t.ToString()) : null)) ))() : null : Zone;} AfterFromJson(json); } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new Cluster(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterCheckNameRequest.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterCheckNameRequest.PowerShell.cs similarity index 87% rename from src/Kusto/generated/api/Models/Api20200215/ClusterCheckNameRequest.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterCheckNameRequest.PowerShell.cs index 46eb356f1aa9..77c4c67bab9d 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterCheckNameRequest.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterCheckNameRequest.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class ClusterCheckNameRequest partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,13 +61,13 @@ internal ClusterCheckNameRequest(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterCheckNameRequestInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterCheckNameRequestInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterCheckNameRequestInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterCheckNameRequestInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterCheckNameRequestInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterCheckNameRequestInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterCheckNameRequestInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterCheckNameRequestInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type.CreateFrom); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -80,33 +80,33 @@ internal ClusterCheckNameRequest(global::System.Management.Automation.PSObject c return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterCheckNameRequestInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterCheckNameRequestInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterCheckNameRequestInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterCheckNameRequestInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterCheckNameRequestInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterCheckNameRequestInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterCheckNameRequestInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterCheckNameRequestInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type.CreateFrom); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterCheckNameRequest DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterCheckNameRequest DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new ClusterCheckNameRequest(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterCheckNameRequest DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterCheckNameRequest DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new ClusterCheckNameRequest(content); } @@ -116,7 +116,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClust /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterCheckNameRequest FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterCheckNameRequest FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterCheckNameRequest.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterCheckNameRequest.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/ClusterCheckNameRequest.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterCheckNameRequest.TypeConverter.cs index 6a676cf0e04f..7a66413c3713 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterCheckNameRequest.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterCheckNameRequest.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterCheckNameRequest ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterCheckNameRequest ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterCheckNameRequest).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterCheckNameRequest).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterCheckNameRequest.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterCheckNameRequest.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/ClusterCheckNameRequest.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterCheckNameRequest.cs index e2f5b62baf3b..0ad43983218e 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterCheckNameRequest.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterCheckNameRequest.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// The result returned from a cluster check name availability request. public partial class ClusterCheckNameRequest : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterCheckNameRequest, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterCheckNameRequestInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterCheckNameRequest, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterCheckNameRequestInternal { /// Backing field for property. diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterCheckNameRequest.json.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterCheckNameRequest.json.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/ClusterCheckNameRequest.json.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterCheckNameRequest.json.cs index cd85e76b84db..2cc416579883 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterCheckNameRequest.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterCheckNameRequest.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -64,13 +64,13 @@ internal ClusterCheckNameRequest(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtim } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterCheckNameRequest. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterCheckNameRequest. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterCheckNameRequest. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterCheckNameRequest. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterCheckNameRequest FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterCheckNameRequest FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new ClusterCheckNameRequest(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterListResult.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterListResult.PowerShell.cs similarity index 85% rename from src/Kusto/generated/api/Models/Api20200215/ClusterListResult.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterListResult.PowerShell.cs index 6b429d4428f6..d50e165ef6fe 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterListResult.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterListResult.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class ClusterListResult partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,12 +61,12 @@ internal ClusterListResult(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -79,32 +79,32 @@ internal ClusterListResult(global::System.Management.Automation.PSObject content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterListResult DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterListResult DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new ClusterListResult(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterListResult DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterListResult DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new ClusterListResult(content); } @@ -114,7 +114,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClust /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterListResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterListResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterListResult.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterListResult.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/ClusterListResult.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterListResult.TypeConverter.cs index a3aea5344548..266d45439fbc 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterListResult.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterListResult.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterListResult ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterListResult ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterListResult).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterListResult).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterListResult.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterListResult.cs similarity index 86% rename from src/Kusto/generated/api/Models/Api20200215/ClusterListResult.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterListResult.cs index 02227a749b95..3330edb62580 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterListResult.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterListResult.cs @@ -1,19 +1,19 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// The list Kusto clusters operation response. public partial class ClusterListResult : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterListResult, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterListResultInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterListResult, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterListResultInternal { /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster[] _value; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster[] _value; /// The list of Kusto clusters. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster[] Value { get => this._value; set => this._value = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster[] Value { get => this._value; set => this._value = value; } /// Creates an new instance. public ClusterListResult() @@ -31,8 +31,8 @@ public partial interface IClusterListResult : ReadOnly = false, Description = @"The list of Kusto clusters.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster[] Value { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster[] Value { get; set; } } /// The list Kusto clusters operation response. @@ -40,7 +40,7 @@ internal partial interface IClusterListResultInternal { /// The list of Kusto clusters. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster[] Value { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster[] Value { get; set; } } } \ No newline at end of file diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterListResult.json.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterListResult.json.cs similarity index 93% rename from src/Kusto/generated/api/Models/Api20200215/ClusterListResult.json.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterListResult.json.cs index 209fa62c473d..bcda8834b381 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterListResult.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterListResult.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -58,18 +58,18 @@ internal ClusterListResult(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json { return; } - {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Cluster.FromJson(__u) )) ))() : null : Value;} + {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Cluster.FromJson(__u) )) ))() : null : Value;} AfterFromJson(json); } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterListResult. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterListResult. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterListResult. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterListResult. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterListResult FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterListResult FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new ClusterListResult(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignment.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignment.PowerShell.cs similarity index 81% rename from src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignment.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignment.PowerShell.cs index ffcf0b4bd2e8..09db4ef83d49 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignment.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignment.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class ClusterPrincipalAssignment partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,22 +61,22 @@ internal ClusterPrincipalAssignment(global::System.Collections.IDictionary conte return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterPrincipalPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterPrincipalPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).PrincipalType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType) content.GetValueForProperty("PrincipalType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).PrincipalType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).PrincipalId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).PrincipalName = (string) content.GetValueForProperty("PrincipalName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).PrincipalName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).Role = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ClusterPrincipalRole) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).Role, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ClusterPrincipalRole.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).TenantId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).TenantName = (string) content.GetValueForProperty("TenantName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).TenantName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).PrincipalType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType) content.GetValueForProperty("PrincipalType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).PrincipalType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).PrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).PrincipalName = (string) content.GetValueForProperty("PrincipalName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).PrincipalName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).Role = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ClusterPrincipalRole) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).Role, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ClusterPrincipalRole.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).TenantName = (string) content.GetValueForProperty("TenantName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).TenantName, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -89,42 +89,42 @@ internal ClusterPrincipalAssignment(global::System.Management.Automation.PSObjec return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterPrincipalPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterPrincipalPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).PrincipalType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType) content.GetValueForProperty("PrincipalType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).PrincipalType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).PrincipalId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).PrincipalName = (string) content.GetValueForProperty("PrincipalName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).PrincipalName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).Role = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ClusterPrincipalRole) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).Role, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ClusterPrincipalRole.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).TenantId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).TenantName = (string) content.GetValueForProperty("TenantName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal)this).TenantName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).PrincipalType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType) content.GetValueForProperty("PrincipalType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).PrincipalType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).PrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).PrincipalName = (string) content.GetValueForProperty("PrincipalName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).PrincipalName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).Role = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ClusterPrincipalRole) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).Role, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ClusterPrincipalRole.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).TenantName = (string) content.GetValueForProperty("TenantName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal)this).TenantName, global::System.Convert.ToString); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new ClusterPrincipalAssignment(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new ClusterPrincipalAssignment(content); } @@ -134,7 +134,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClust /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignment.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignment.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignment.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignment.TypeConverter.cs index 0a469e073163..ebe80ef2288c 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignment.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignment.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignment.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignment.cs similarity index 87% rename from src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignment.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignment.cs index 858f66fc8872..9e6da3499a24 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignment.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignment.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// Class representing a cluster principal assignment. public partial class ClusterPrincipalAssignment : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IValidates { /// @@ -29,16 +29,16 @@ public partial class ClusterPrincipalAssignment : string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__proxyResource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__proxyResource).Type = value; } /// Internal Acessors for PrincipalName - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal.PrincipalName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)Property).PrincipalName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)Property).PrincipalName = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal.PrincipalName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)Property).PrincipalName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)Property).PrincipalName = value; } /// Internal Acessors for Property - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalProperties Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterPrincipalProperties()); set { {_property = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalProperties Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterPrincipalProperties()); set { {_property = value;} } } /// Internal Acessors for ProvisioningState - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal.ProvisioningState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)Property).ProvisioningState; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)Property).ProvisioningState = value; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal.ProvisioningState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)Property).ProvisioningState; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)Property).ProvisioningState = value; } /// Internal Acessors for TenantName - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentInternal.TenantName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)Property).TenantName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)Property).TenantName = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentInternal.TenantName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)Property).TenantName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)Property).TenantName = value; } /// The name of the resource [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inherited)] @@ -48,38 +48,38 @@ public partial class ClusterPrincipalAssignment : /// The principal ID assigned to the cluster principal. It can be a user email, application ID, or security group name. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string PrincipalId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)Property).PrincipalId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)Property).PrincipalId = value; } + public string PrincipalId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)Property).PrincipalId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)Property).PrincipalId = value; } /// The principal name [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string PrincipalName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)Property).PrincipalName; } + public string PrincipalName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)Property).PrincipalName; } /// Principal type. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType PrincipalType { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)Property).PrincipalType; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)Property).PrincipalType = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType PrincipalType { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)Property).PrincipalType; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)Property).PrincipalType = value; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalProperties _property; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalProperties _property; /// The cluster principal. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalProperties Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterPrincipalProperties()); set => this._property = value; } + internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalProperties Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterPrincipalProperties()); set => this._property = value; } /// The provisioned state of the resource. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? ProvisioningState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)Property).ProvisioningState; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? ProvisioningState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)Property).ProvisioningState; } /// Cluster principal role. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ClusterPrincipalRole Role { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)Property).Role; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)Property).Role = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ClusterPrincipalRole Role { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)Property).Role; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)Property).Role = value; } /// The tenant id of the principal [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string TenantId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)Property).TenantId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)Property).TenantId = value; } + public string TenantId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)Property).TenantId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)Property).TenantId = value; } /// The tenant name of the principal [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string TenantName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)Property).TenantName; } + public string TenantName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)Property).TenantName; } /// /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. @@ -183,7 +183,7 @@ internal partial interface IClusterPrincipalAssignmentInternal : /// Principal type. Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType PrincipalType { get; set; } /// The cluster principal. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalProperties Property { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalProperties Property { get; set; } /// The provisioned state of the resource. Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? ProvisioningState { get; set; } /// Cluster principal role. diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignment.json.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignment.json.cs similarity index 96% rename from src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignment.json.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignment.json.cs index 2dc2b93e8cc4..dd7bf9741215 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignment.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignment.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -59,18 +59,18 @@ internal ClusterPrincipalAssignment(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Run return; } __proxyResource = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.ProxyResource(json); - {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterPrincipalProperties.FromJson(__jsonProperties) : Property;} + {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterPrincipalProperties.FromJson(__jsonProperties) : Property;} AfterFromJson(json); } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new ClusterPrincipalAssignment(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignmentCheckNameRequest.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignmentCheckNameRequest.PowerShell.cs similarity index 88% rename from src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignmentCheckNameRequest.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignmentCheckNameRequest.PowerShell.cs index 33de85b1b7e7..615b55479a0a 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignmentCheckNameRequest.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignmentCheckNameRequest.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class ClusterPrincipalAssignmentCheckNameRequest partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,13 +61,13 @@ internal ClusterPrincipalAssignmentCheckNameRequest(global::System.Collections.I return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentCheckNameRequestInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentCheckNameRequestInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentCheckNameRequestInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentCheckNameRequestInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentCheckNameRequestInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentCheckNameRequestInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentCheckNameRequestInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentCheckNameRequestInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type.CreateFrom); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -80,35 +80,35 @@ internal ClusterPrincipalAssignmentCheckNameRequest(global::System.Management.Au return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentCheckNameRequestInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentCheckNameRequestInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentCheckNameRequestInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentCheckNameRequestInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentCheckNameRequestInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentCheckNameRequestInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentCheckNameRequestInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentCheckNameRequestInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type.CreateFrom); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentCheckNameRequest DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentCheckNameRequest DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new ClusterPrincipalAssignmentCheckNameRequest(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentCheckNameRequest DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentCheckNameRequest DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new ClusterPrincipalAssignmentCheckNameRequest(content); } @@ -119,7 +119,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClust /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentCheckNameRequest FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentCheckNameRequest FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignmentCheckNameRequest.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignmentCheckNameRequest.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignmentCheckNameRequest.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignmentCheckNameRequest.TypeConverter.cs index 29f3882688c0..ea20c14a45a0 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignmentCheckNameRequest.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignmentCheckNameRequest.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -104,14 +104,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentCheckNameRequest ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentCheckNameRequest ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentCheckNameRequest).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentCheckNameRequest).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignmentCheckNameRequest.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignmentCheckNameRequest.cs similarity index 96% rename from src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignmentCheckNameRequest.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignmentCheckNameRequest.cs index 6008cba73dca..9b4e826c8079 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignmentCheckNameRequest.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignmentCheckNameRequest.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// A principal assignment check name availability request. public partial class ClusterPrincipalAssignmentCheckNameRequest : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentCheckNameRequest, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentCheckNameRequestInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentCheckNameRequest, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentCheckNameRequestInternal { /// Backing field for property. diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignmentCheckNameRequest.json.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignmentCheckNameRequest.json.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignmentCheckNameRequest.json.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignmentCheckNameRequest.json.cs index 0009b2b1095b..c53756973d89 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignmentCheckNameRequest.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignmentCheckNameRequest.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -64,13 +64,13 @@ internal ClusterPrincipalAssignmentCheckNameRequest(Microsoft.Azure.PowerShell.C } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentCheckNameRequest. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentCheckNameRequest. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentCheckNameRequest. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentCheckNameRequest. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentCheckNameRequest FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentCheckNameRequest FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new ClusterPrincipalAssignmentCheckNameRequest(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignmentListResult.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignmentListResult.PowerShell.cs similarity index 84% rename from src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignmentListResult.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignmentListResult.PowerShell.cs index 704342d25e97..a1a012f9a7b5 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignmentListResult.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignmentListResult.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class ClusterPrincipalAssignmentListResult partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,12 +61,12 @@ internal ClusterPrincipalAssignmentListResult(global::System.Collections.IDictio return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterPrincipalAssignmentTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterPrincipalAssignmentTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -79,34 +79,34 @@ internal ClusterPrincipalAssignmentListResult(global::System.Management.Automati return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterPrincipalAssignmentTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterPrincipalAssignmentTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentListResult DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentListResult DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new ClusterPrincipalAssignmentListResult(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentListResult DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentListResult DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new ClusterPrincipalAssignmentListResult(content); } @@ -116,7 +116,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClust /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentListResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentListResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignmentListResult.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignmentListResult.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignmentListResult.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignmentListResult.TypeConverter.cs index 1ef2dc9a52f7..d1edd3ef4d50 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignmentListResult.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignmentListResult.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -103,14 +103,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentListResult ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentListResult ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentListResult).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentListResult).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignmentListResult.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignmentListResult.cs similarity index 84% rename from src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignmentListResult.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignmentListResult.cs index dd25e498f0ca..2ee311098050 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignmentListResult.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignmentListResult.cs @@ -1,19 +1,19 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// The list Kusto cluster principal assignments operation response. public partial class ClusterPrincipalAssignmentListResult : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentListResult, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentListResultInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentListResult, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentListResultInternal { /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment[] _value; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment[] _value; /// The list of Kusto cluster principal assignments. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment[] Value { get => this._value; set => this._value = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment[] Value { get => this._value; set => this._value = value; } /// Creates an new instance. public ClusterPrincipalAssignmentListResult() @@ -31,8 +31,8 @@ public partial interface IClusterPrincipalAssignmentListResult : ReadOnly = false, Description = @"The list of Kusto cluster principal assignments.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment[] Value { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment[] Value { get; set; } } /// The list Kusto cluster principal assignments operation response. @@ -40,7 +40,7 @@ internal partial interface IClusterPrincipalAssignmentListResultInternal { /// The list of Kusto cluster principal assignments. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment[] Value { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment[] Value { get; set; } } } \ No newline at end of file diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignmentListResult.json.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignmentListResult.json.cs similarity index 93% rename from src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignmentListResult.json.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignmentListResult.json.cs index c1e360b8ea98..edd5b3d7c599 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalAssignmentListResult.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalAssignmentListResult.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -58,18 +58,18 @@ internal ClusterPrincipalAssignmentListResult(Microsoft.Azure.PowerShell.Cmdlets { return; } - {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterPrincipalAssignment.FromJson(__u) )) ))() : null : Value;} + {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterPrincipalAssignment.FromJson(__u) )) ))() : null : Value;} AfterFromJson(json); } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentListResult. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentListResult. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentListResult. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentListResult. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentListResult FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentListResult FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new ClusterPrincipalAssignmentListResult(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalProperties.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalProperties.PowerShell.cs similarity index 81% rename from src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalProperties.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalProperties.PowerShell.cs index bde9a9a4d014..6e640cfb2359 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalProperties.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalProperties.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class ClusterPrincipalProperties partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,18 +61,18 @@ internal ClusterPrincipalProperties(global::System.Collections.IDictionary conte return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)this).PrincipalId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)this).PrincipalName = (string) content.GetValueForProperty("PrincipalName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)this).PrincipalName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)this).PrincipalType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType) content.GetValueForProperty("PrincipalType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)this).PrincipalType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)this).Role = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ClusterPrincipalRole) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)this).Role, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ClusterPrincipalRole.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)this).TenantId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)this).TenantName = (string) content.GetValueForProperty("TenantName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)this).TenantName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)this).PrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)this).PrincipalName = (string) content.GetValueForProperty("PrincipalName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)this).PrincipalName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)this).PrincipalType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType) content.GetValueForProperty("PrincipalType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)this).PrincipalType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)this).Role = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ClusterPrincipalRole) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)this).Role, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ClusterPrincipalRole.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)this).TenantName = (string) content.GetValueForProperty("TenantName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)this).TenantName, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -85,38 +85,38 @@ internal ClusterPrincipalProperties(global::System.Management.Automation.PSObjec return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)this).PrincipalId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)this).PrincipalName = (string) content.GetValueForProperty("PrincipalName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)this).PrincipalName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)this).PrincipalType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType) content.GetValueForProperty("PrincipalType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)this).PrincipalType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)this).Role = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ClusterPrincipalRole) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)this).Role, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ClusterPrincipalRole.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)this).TenantId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)this).TenantName = (string) content.GetValueForProperty("TenantName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal)this).TenantName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)this).PrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)this).PrincipalName = (string) content.GetValueForProperty("PrincipalName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)this).PrincipalName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)this).PrincipalType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType) content.GetValueForProperty("PrincipalType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)this).PrincipalType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)this).Role = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ClusterPrincipalRole) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)this).Role, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ClusterPrincipalRole.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)this).TenantName = (string) content.GetValueForProperty("TenantName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal)this).TenantName, global::System.Convert.ToString); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalProperties DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalProperties DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new ClusterPrincipalProperties(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalProperties DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalProperties DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new ClusterPrincipalProperties(content); } @@ -126,7 +126,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClust /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalProperties.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalProperties.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalProperties.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalProperties.TypeConverter.cs index 20eb1c1fad4c..67df1d66ffd0 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalProperties.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalProperties.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalProperties ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalProperties ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalProperties).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalProperties).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalProperties.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalProperties.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalProperties.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalProperties.cs index 0c1886abe857..e38e46cb90ee 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalProperties.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalProperties.cs @@ -1,21 +1,21 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// A class representing cluster principal property. public partial class ClusterPrincipalProperties : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalProperties, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalProperties, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal { /// Internal Acessors for PrincipalName - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal.PrincipalName { get => this._principalName; set { {_principalName = value;} } } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal.PrincipalName { get => this._principalName; set { {_principalName = value;} } } /// Internal Acessors for ProvisioningState - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal.ProvisioningState { get => this._provisioningState; set { {_provisioningState = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal.ProvisioningState { get => this._provisioningState; set { {_provisioningState = value;} } } /// Internal Acessors for TenantName - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalPropertiesInternal.TenantName { get => this._tenantName; set { {_tenantName = value;} } } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalPropertiesInternal.TenantName { get => this._tenantName; set { {_tenantName = value;} } } /// Backing field for property. private string _principalId; diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalProperties.json.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalProperties.json.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalProperties.json.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalProperties.json.cs index c1a65f855784..702702c26e44 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterPrincipalProperties.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterPrincipalProperties.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -69,13 +69,13 @@ internal ClusterPrincipalProperties(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Run } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalProperties. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalProperties. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalProperties. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalProperties. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalProperties FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalProperties FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new ClusterPrincipalProperties(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterProperties.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterProperties.PowerShell.cs similarity index 64% rename from src/Kusto/generated/api/Models/Api20200215/ClusterProperties.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterProperties.PowerShell.cs index 2fcdc79a9c70..41275331d860 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterProperties.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterProperties.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class ClusterProperties partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,35 +61,36 @@ internal ClusterProperties(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).KeyVaultProperty = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultProperties) content.GetValueForProperty("KeyVaultProperty",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).KeyVaultProperty, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.KeyVaultPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).LanguageExtension = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList) content.GetValueForProperty("LanguageExtension",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).LanguageExtension, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.LanguageExtensionsListTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).OptimizedAutoscale = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscale) content.GetValueForProperty("OptimizedAutoscale",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).OptimizedAutoscale, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.OptimizedAutoscaleTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).VirtualNetworkConfiguration = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfiguration) content.GetValueForProperty("VirtualNetworkConfiguration",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).VirtualNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.VirtualNetworkConfigurationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).DataIngestionUri = (string) content.GetValueForProperty("DataIngestionUri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).DataIngestionUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).EnableDiskEncryption = (bool?) content.GetValueForProperty("EnableDiskEncryption",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).EnableDiskEncryption, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).EnablePurge = (bool?) content.GetValueForProperty("EnablePurge",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).EnablePurge, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).EnableStreamingIngest = (bool?) content.GetValueForProperty("EnableStreamingIngest",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).EnableStreamingIngest, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).State = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State?) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).State, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).StateReason = (string) content.GetValueForProperty("StateReason",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).StateReason, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).TrustedExternalTenant = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant[]) content.GetValueForProperty("TrustedExternalTenant",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).TrustedExternalTenant, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.TrustedExternalTenantTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).Uri = (string) content.GetValueForProperty("Uri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).Uri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).KeyVaultPropertyKeyName = (string) content.GetValueForProperty("KeyVaultPropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).KeyVaultPropertyKeyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).VirtualNetworkConfigurationSubnetId = (string) content.GetValueForProperty("VirtualNetworkConfigurationSubnetId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).VirtualNetworkConfigurationSubnetId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).KeyVaultPropertyKeyVersion = (string) content.GetValueForProperty("KeyVaultPropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).KeyVaultPropertyKeyVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).LanguageExtensionValue = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[]) content.GetValueForProperty("LanguageExtensionValue",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).LanguageExtensionValue, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.LanguageExtensionTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).OptimizedAutoscaleIsEnabled = (bool) content.GetValueForProperty("OptimizedAutoscaleIsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).OptimizedAutoscaleIsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).KeyVaultPropertyKeyVaultUri = (string) content.GetValueForProperty("KeyVaultPropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).KeyVaultPropertyKeyVaultUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).OptimizedAutoscaleMinimum = (int) content.GetValueForProperty("OptimizedAutoscaleMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).OptimizedAutoscaleMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).OptimizedAutoscaleVersion = (int) content.GetValueForProperty("OptimizedAutoscaleVersion",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).OptimizedAutoscaleVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).VirtualNetworkConfigurationDataManagementPublicIPId = (string) content.GetValueForProperty("VirtualNetworkConfigurationDataManagementPublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).VirtualNetworkConfigurationDataManagementPublicIPId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).VirtualNetworkConfigurationEnginePublicIPId = (string) content.GetValueForProperty("VirtualNetworkConfigurationEnginePublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).VirtualNetworkConfigurationEnginePublicIPId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).OptimizedAutoscaleMaximum = (int) content.GetValueForProperty("OptimizedAutoscaleMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).OptimizedAutoscaleMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).KeyVaultProperty = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultProperties) content.GetValueForProperty("KeyVaultProperty",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).KeyVaultProperty, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.KeyVaultPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).LanguageExtension = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList) content.GetValueForProperty("LanguageExtension",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).LanguageExtension, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.LanguageExtensionsListTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).OptimizedAutoscale = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscale) content.GetValueForProperty("OptimizedAutoscale",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).OptimizedAutoscale, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.OptimizedAutoscaleTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).VirtualNetworkConfiguration = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfiguration) content.GetValueForProperty("VirtualNetworkConfiguration",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).VirtualNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.VirtualNetworkConfigurationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).DataIngestionUri = (string) content.GetValueForProperty("DataIngestionUri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).DataIngestionUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).EnableDiskEncryption = (bool?) content.GetValueForProperty("EnableDiskEncryption",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).EnableDiskEncryption, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).EnableDoubleEncryption = (bool?) content.GetValueForProperty("EnableDoubleEncryption",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).EnableDoubleEncryption, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).EnablePurge = (bool?) content.GetValueForProperty("EnablePurge",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).EnablePurge, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).EnableStreamingIngest = (bool?) content.GetValueForProperty("EnableStreamingIngest",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).EnableStreamingIngest, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).State = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State?) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).State, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).StateReason = (string) content.GetValueForProperty("StateReason",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).StateReason, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).TrustedExternalTenant = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant[]) content.GetValueForProperty("TrustedExternalTenant",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).TrustedExternalTenant, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.TrustedExternalTenantTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).Uri = (string) content.GetValueForProperty("Uri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).Uri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).KeyVaultPropertyKeyName = (string) content.GetValueForProperty("KeyVaultPropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).KeyVaultPropertyKeyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).VirtualNetworkConfigurationSubnetId = (string) content.GetValueForProperty("VirtualNetworkConfigurationSubnetId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).VirtualNetworkConfigurationSubnetId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).KeyVaultPropertyKeyVersion = (string) content.GetValueForProperty("KeyVaultPropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).KeyVaultPropertyKeyVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).LanguageExtensionValue = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[]) content.GetValueForProperty("LanguageExtensionValue",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).LanguageExtensionValue, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.LanguageExtensionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).OptimizedAutoscaleIsEnabled = (bool) content.GetValueForProperty("OptimizedAutoscaleIsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).OptimizedAutoscaleIsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).KeyVaultPropertyKeyVaultUri = (string) content.GetValueForProperty("KeyVaultPropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).KeyVaultPropertyKeyVaultUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).OptimizedAutoscaleMinimum = (int) content.GetValueForProperty("OptimizedAutoscaleMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).OptimizedAutoscaleMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).OptimizedAutoscaleVersion = (int) content.GetValueForProperty("OptimizedAutoscaleVersion",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).OptimizedAutoscaleVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).VirtualNetworkConfigurationDataManagementPublicIPId = (string) content.GetValueForProperty("VirtualNetworkConfigurationDataManagementPublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).VirtualNetworkConfigurationDataManagementPublicIPId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).VirtualNetworkConfigurationEnginePublicIPId = (string) content.GetValueForProperty("VirtualNetworkConfigurationEnginePublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).VirtualNetworkConfigurationEnginePublicIPId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).OptimizedAutoscaleMaximum = (int) content.GetValueForProperty("OptimizedAutoscaleMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).OptimizedAutoscaleMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -102,55 +103,56 @@ internal ClusterProperties(global::System.Management.Automation.PSObject content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).KeyVaultProperty = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultProperties) content.GetValueForProperty("KeyVaultProperty",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).KeyVaultProperty, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.KeyVaultPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).LanguageExtension = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList) content.GetValueForProperty("LanguageExtension",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).LanguageExtension, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.LanguageExtensionsListTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).OptimizedAutoscale = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscale) content.GetValueForProperty("OptimizedAutoscale",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).OptimizedAutoscale, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.OptimizedAutoscaleTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).VirtualNetworkConfiguration = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfiguration) content.GetValueForProperty("VirtualNetworkConfiguration",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).VirtualNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.VirtualNetworkConfigurationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).DataIngestionUri = (string) content.GetValueForProperty("DataIngestionUri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).DataIngestionUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).EnableDiskEncryption = (bool?) content.GetValueForProperty("EnableDiskEncryption",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).EnableDiskEncryption, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).EnablePurge = (bool?) content.GetValueForProperty("EnablePurge",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).EnablePurge, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).EnableStreamingIngest = (bool?) content.GetValueForProperty("EnableStreamingIngest",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).EnableStreamingIngest, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).State = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State?) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).State, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).StateReason = (string) content.GetValueForProperty("StateReason",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).StateReason, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).TrustedExternalTenant = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant[]) content.GetValueForProperty("TrustedExternalTenant",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).TrustedExternalTenant, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.TrustedExternalTenantTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).Uri = (string) content.GetValueForProperty("Uri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).Uri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).KeyVaultPropertyKeyName = (string) content.GetValueForProperty("KeyVaultPropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).KeyVaultPropertyKeyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).VirtualNetworkConfigurationSubnetId = (string) content.GetValueForProperty("VirtualNetworkConfigurationSubnetId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).VirtualNetworkConfigurationSubnetId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).KeyVaultPropertyKeyVersion = (string) content.GetValueForProperty("KeyVaultPropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).KeyVaultPropertyKeyVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).LanguageExtensionValue = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[]) content.GetValueForProperty("LanguageExtensionValue",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).LanguageExtensionValue, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.LanguageExtensionTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).OptimizedAutoscaleIsEnabled = (bool) content.GetValueForProperty("OptimizedAutoscaleIsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).OptimizedAutoscaleIsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).KeyVaultPropertyKeyVaultUri = (string) content.GetValueForProperty("KeyVaultPropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).KeyVaultPropertyKeyVaultUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).OptimizedAutoscaleMinimum = (int) content.GetValueForProperty("OptimizedAutoscaleMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).OptimizedAutoscaleMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).OptimizedAutoscaleVersion = (int) content.GetValueForProperty("OptimizedAutoscaleVersion",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).OptimizedAutoscaleVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).VirtualNetworkConfigurationDataManagementPublicIPId = (string) content.GetValueForProperty("VirtualNetworkConfigurationDataManagementPublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).VirtualNetworkConfigurationDataManagementPublicIPId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).VirtualNetworkConfigurationEnginePublicIPId = (string) content.GetValueForProperty("VirtualNetworkConfigurationEnginePublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).VirtualNetworkConfigurationEnginePublicIPId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).OptimizedAutoscaleMaximum = (int) content.GetValueForProperty("OptimizedAutoscaleMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)this).OptimizedAutoscaleMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).KeyVaultProperty = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultProperties) content.GetValueForProperty("KeyVaultProperty",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).KeyVaultProperty, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.KeyVaultPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).LanguageExtension = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList) content.GetValueForProperty("LanguageExtension",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).LanguageExtension, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.LanguageExtensionsListTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).OptimizedAutoscale = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscale) content.GetValueForProperty("OptimizedAutoscale",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).OptimizedAutoscale, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.OptimizedAutoscaleTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).VirtualNetworkConfiguration = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfiguration) content.GetValueForProperty("VirtualNetworkConfiguration",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).VirtualNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.VirtualNetworkConfigurationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).DataIngestionUri = (string) content.GetValueForProperty("DataIngestionUri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).DataIngestionUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).EnableDiskEncryption = (bool?) content.GetValueForProperty("EnableDiskEncryption",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).EnableDiskEncryption, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).EnableDoubleEncryption = (bool?) content.GetValueForProperty("EnableDoubleEncryption",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).EnableDoubleEncryption, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).EnablePurge = (bool?) content.GetValueForProperty("EnablePurge",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).EnablePurge, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).EnableStreamingIngest = (bool?) content.GetValueForProperty("EnableStreamingIngest",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).EnableStreamingIngest, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).State = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State?) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).State, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).StateReason = (string) content.GetValueForProperty("StateReason",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).StateReason, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).TrustedExternalTenant = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant[]) content.GetValueForProperty("TrustedExternalTenant",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).TrustedExternalTenant, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.TrustedExternalTenantTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).Uri = (string) content.GetValueForProperty("Uri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).Uri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).KeyVaultPropertyKeyName = (string) content.GetValueForProperty("KeyVaultPropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).KeyVaultPropertyKeyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).VirtualNetworkConfigurationSubnetId = (string) content.GetValueForProperty("VirtualNetworkConfigurationSubnetId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).VirtualNetworkConfigurationSubnetId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).KeyVaultPropertyKeyVersion = (string) content.GetValueForProperty("KeyVaultPropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).KeyVaultPropertyKeyVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).LanguageExtensionValue = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[]) content.GetValueForProperty("LanguageExtensionValue",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).LanguageExtensionValue, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.LanguageExtensionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).OptimizedAutoscaleIsEnabled = (bool) content.GetValueForProperty("OptimizedAutoscaleIsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).OptimizedAutoscaleIsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).KeyVaultPropertyKeyVaultUri = (string) content.GetValueForProperty("KeyVaultPropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).KeyVaultPropertyKeyVaultUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).OptimizedAutoscaleMinimum = (int) content.GetValueForProperty("OptimizedAutoscaleMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).OptimizedAutoscaleMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).OptimizedAutoscaleVersion = (int) content.GetValueForProperty("OptimizedAutoscaleVersion",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).OptimizedAutoscaleVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).VirtualNetworkConfigurationDataManagementPublicIPId = (string) content.GetValueForProperty("VirtualNetworkConfigurationDataManagementPublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).VirtualNetworkConfigurationDataManagementPublicIPId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).VirtualNetworkConfigurationEnginePublicIPId = (string) content.GetValueForProperty("VirtualNetworkConfigurationEnginePublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).VirtualNetworkConfigurationEnginePublicIPId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).OptimizedAutoscaleMaximum = (int) content.GetValueForProperty("OptimizedAutoscaleMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)this).OptimizedAutoscaleMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterProperties DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterProperties DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new ClusterProperties(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterProperties DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterProperties DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new ClusterProperties(content); } @@ -160,7 +162,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClust /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterProperties.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterProperties.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/ClusterProperties.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterProperties.TypeConverter.cs index 6ef3022fa7a4..f22f069977a4 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterProperties.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterProperties.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterProperties ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterProperties ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterProperties).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterProperties).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterProperties.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterProperties.cs similarity index 82% rename from src/Kusto/generated/api/Models/Api20200215/ClusterProperties.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterProperties.cs index 367a92fe616a..61fb5a5c3359 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterProperties.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterProperties.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// Class representing the Kusto cluster properties. public partial class ClusterProperties : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterProperties, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterProperties, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal { /// Backing field for property. @@ -22,6 +22,13 @@ public partial class ClusterProperties : [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] public bool? EnableDiskEncryption { get => this._enableDiskEncryption; set => this._enableDiskEncryption = value; } + /// Backing field for property. + private bool? _enableDoubleEncryption; + + /// A boolean value that indicates if double encryption is enabled. + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] + public bool? EnableDoubleEncryption { get => this._enableDoubleEncryption; set => this._enableDoubleEncryption = value; } + /// Backing field for property. private bool? _enablePurge; @@ -37,86 +44,86 @@ public partial class ClusterProperties : public bool? EnableStreamingIngest { get => this._enableStreamingIngest; set => this._enableStreamingIngest = value; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultProperties _keyVaultProperty; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultProperties _keyVaultProperty; /// KeyVault properties for the cluster encryption. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultProperties KeyVaultProperty { get => (this._keyVaultProperty = this._keyVaultProperty ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.KeyVaultProperties()); set => this._keyVaultProperty = value; } + internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultProperties KeyVaultProperty { get => (this._keyVaultProperty = this._keyVaultProperty ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.KeyVaultProperties()); set => this._keyVaultProperty = value; } /// The name of the key vault key. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string KeyVaultPropertyKeyName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultPropertiesInternal)KeyVaultProperty).KeyName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultPropertiesInternal)KeyVaultProperty).KeyName = value; } + public string KeyVaultPropertyKeyName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultPropertiesInternal)KeyVaultProperty).KeyName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultPropertiesInternal)KeyVaultProperty).KeyName = value; } /// The Uri of the key vault. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string KeyVaultPropertyKeyVaultUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultPropertiesInternal)KeyVaultProperty).KeyVaultUri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultPropertiesInternal)KeyVaultProperty).KeyVaultUri = value; } + public string KeyVaultPropertyKeyVaultUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultPropertiesInternal)KeyVaultProperty).KeyVaultUri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultPropertiesInternal)KeyVaultProperty).KeyVaultUri = value; } /// The version of the key vault key. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string KeyVaultPropertyKeyVersion { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultPropertiesInternal)KeyVaultProperty).KeyVersion; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultPropertiesInternal)KeyVaultProperty).KeyVersion = value; } + public string KeyVaultPropertyKeyVersion { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultPropertiesInternal)KeyVaultProperty).KeyVersion; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultPropertiesInternal)KeyVaultProperty).KeyVersion = value; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList _languageExtension; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList _languageExtension; /// List of the cluster's language extensions. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList LanguageExtension { get => (this._languageExtension = this._languageExtension ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.LanguageExtensionsList()); set => this._languageExtension = value; } + internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList LanguageExtension { get => (this._languageExtension = this._languageExtension ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.LanguageExtensionsList()); } /// The list of language extensions. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[] LanguageExtensionValue { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsListInternal)LanguageExtension).Value; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsListInternal)LanguageExtension).Value = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[] LanguageExtensionValue { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsListInternal)LanguageExtension).Value; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsListInternal)LanguageExtension).Value = value; } /// Internal Acessors for DataIngestionUri - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal.DataIngestionUri { get => this._dataIngestionUri; set { {_dataIngestionUri = value;} } } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal.DataIngestionUri { get => this._dataIngestionUri; set { {_dataIngestionUri = value;} } } /// Internal Acessors for KeyVaultProperty - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultProperties Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal.KeyVaultProperty { get => (this._keyVaultProperty = this._keyVaultProperty ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.KeyVaultProperties()); set { {_keyVaultProperty = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultProperties Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal.KeyVaultProperty { get => (this._keyVaultProperty = this._keyVaultProperty ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.KeyVaultProperties()); set { {_keyVaultProperty = value;} } } /// Internal Acessors for LanguageExtension - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal.LanguageExtension { get => (this._languageExtension = this._languageExtension ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.LanguageExtensionsList()); set { {_languageExtension = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal.LanguageExtension { get => (this._languageExtension = this._languageExtension ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.LanguageExtensionsList()); set { {_languageExtension = value;} } } /// Internal Acessors for OptimizedAutoscale - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscale Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal.OptimizedAutoscale { get => (this._optimizedAutoscale = this._optimizedAutoscale ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.OptimizedAutoscale()); set { {_optimizedAutoscale = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscale Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal.OptimizedAutoscale { get => (this._optimizedAutoscale = this._optimizedAutoscale ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.OptimizedAutoscale()); set { {_optimizedAutoscale = value;} } } /// Internal Acessors for ProvisioningState - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal.ProvisioningState { get => this._provisioningState; set { {_provisioningState = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal.ProvisioningState { get => this._provisioningState; set { {_provisioningState = value;} } } /// Internal Acessors for State - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal.State { get => this._state; set { {_state = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal.State { get => this._state; set { {_state = value;} } } /// Internal Acessors for StateReason - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal.StateReason { get => this._stateReason; set { {_stateReason = value;} } } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal.StateReason { get => this._stateReason; set { {_stateReason = value;} } } /// Internal Acessors for Uri - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal.Uri { get => this._uri; set { {_uri = value;} } } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal.Uri { get => this._uri; set { {_uri = value;} } } /// Internal Acessors for VirtualNetworkConfiguration - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfiguration Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal.VirtualNetworkConfiguration { get => (this._virtualNetworkConfiguration = this._virtualNetworkConfiguration ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.VirtualNetworkConfiguration()); set { {_virtualNetworkConfiguration = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfiguration Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal.VirtualNetworkConfiguration { get => (this._virtualNetworkConfiguration = this._virtualNetworkConfiguration ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.VirtualNetworkConfiguration()); set { {_virtualNetworkConfiguration = value;} } } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscale _optimizedAutoscale; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscale _optimizedAutoscale; /// Optimized auto scale definition. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscale OptimizedAutoscale { get => (this._optimizedAutoscale = this._optimizedAutoscale ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.OptimizedAutoscale()); set => this._optimizedAutoscale = value; } + internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscale OptimizedAutoscale { get => (this._optimizedAutoscale = this._optimizedAutoscale ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.OptimizedAutoscale()); set => this._optimizedAutoscale = value; } /// /// A boolean value that indicate if the optimized autoscale feature is enabled or not. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public bool OptimizedAutoscaleIsEnabled { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscaleInternal)OptimizedAutoscale).IsEnabled; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscaleInternal)OptimizedAutoscale).IsEnabled = value; } + public bool OptimizedAutoscaleIsEnabled { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscaleInternal)OptimizedAutoscale).IsEnabled; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscaleInternal)OptimizedAutoscale).IsEnabled = value; } /// Maximum allowed instances count. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public int OptimizedAutoscaleMaximum { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscaleInternal)OptimizedAutoscale).Maximum; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscaleInternal)OptimizedAutoscale).Maximum = value; } + public int OptimizedAutoscaleMaximum { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscaleInternal)OptimizedAutoscale).Maximum; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscaleInternal)OptimizedAutoscale).Maximum = value; } /// Minimum allowed instances count. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public int OptimizedAutoscaleMinimum { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscaleInternal)OptimizedAutoscale).Minimum; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscaleInternal)OptimizedAutoscale).Minimum = value; } + public int OptimizedAutoscaleMinimum { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscaleInternal)OptimizedAutoscale).Minimum; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscaleInternal)OptimizedAutoscale).Minimum = value; } /// The version of the template defined, for instance 1. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public int OptimizedAutoscaleVersion { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscaleInternal)OptimizedAutoscale).Version; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscaleInternal)OptimizedAutoscale).Version = value; } + public int OptimizedAutoscaleVersion { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscaleInternal)OptimizedAutoscale).Version; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscaleInternal)OptimizedAutoscale).Version = value; } /// Backing field for property. private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? _provisioningState; @@ -140,11 +147,11 @@ public partial class ClusterProperties : public string StateReason { get => this._stateReason; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant[] _trustedExternalTenant; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant[] _trustedExternalTenant; /// The cluster's external tenants. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant[] TrustedExternalTenant { get => this._trustedExternalTenant; set => this._trustedExternalTenant = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant[] TrustedExternalTenant { get => this._trustedExternalTenant; set => this._trustedExternalTenant = value; } /// Backing field for property. private string _uri; @@ -154,23 +161,23 @@ public partial class ClusterProperties : public string Uri { get => this._uri; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfiguration _virtualNetworkConfiguration; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfiguration _virtualNetworkConfiguration; /// Virtual network definition. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfiguration VirtualNetworkConfiguration { get => (this._virtualNetworkConfiguration = this._virtualNetworkConfiguration ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.VirtualNetworkConfiguration()); set => this._virtualNetworkConfiguration = value; } + internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfiguration VirtualNetworkConfiguration { get => (this._virtualNetworkConfiguration = this._virtualNetworkConfiguration ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.VirtualNetworkConfiguration()); set => this._virtualNetworkConfiguration = value; } /// Data management's service public IP address resource id. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string VirtualNetworkConfigurationDataManagementPublicIPId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfigurationInternal)VirtualNetworkConfiguration).DataManagementPublicIPId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfigurationInternal)VirtualNetworkConfiguration).DataManagementPublicIPId = value; } + public string VirtualNetworkConfigurationDataManagementPublicIPId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfigurationInternal)VirtualNetworkConfiguration).DataManagementPublicIPId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfigurationInternal)VirtualNetworkConfiguration).DataManagementPublicIPId = value; } /// Engine service's public IP address resource id. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string VirtualNetworkConfigurationEnginePublicIPId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfigurationInternal)VirtualNetworkConfiguration).EnginePublicIPId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfigurationInternal)VirtualNetworkConfiguration).EnginePublicIPId = value; } + public string VirtualNetworkConfigurationEnginePublicIPId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfigurationInternal)VirtualNetworkConfiguration).EnginePublicIPId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfigurationInternal)VirtualNetworkConfiguration).EnginePublicIPId = value; } /// The subnet resource id. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string VirtualNetworkConfigurationSubnetId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfigurationInternal)VirtualNetworkConfiguration).SubnetId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfigurationInternal)VirtualNetworkConfiguration).SubnetId = value; } + public string VirtualNetworkConfigurationSubnetId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfigurationInternal)VirtualNetworkConfiguration).SubnetId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfigurationInternal)VirtualNetworkConfiguration).SubnetId = value; } /// Creates an new instance. public ClusterProperties() @@ -198,6 +205,14 @@ public partial interface IClusterProperties : SerializedName = @"enableDiskEncryption", PossibleTypes = new [] { typeof(bool) })] bool? EnableDiskEncryption { get; set; } + /// A boolean value that indicates if double encryption is enabled. + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( + Required = false, + ReadOnly = false, + Description = @"A boolean value that indicates if double encryption is enabled.", + SerializedName = @"enableDoubleEncryption", + PossibleTypes = new [] { typeof(bool) })] + bool? EnableDoubleEncryption { get; set; } /// A boolean value that indicates if the purge operations are enabled. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( Required = false, @@ -244,8 +259,8 @@ public partial interface IClusterProperties : ReadOnly = false, Description = @"The list of language extensions.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[] LanguageExtensionValue { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[] LanguageExtensionValue { get; set; } /// /// A boolean value that indicate if the optimized autoscale feature is enabled or not. /// @@ -310,8 +325,8 @@ public partial interface IClusterProperties : ReadOnly = false, Description = @"The cluster's external tenants.", SerializedName = @"trustedExternalTenants", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant[] TrustedExternalTenant { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant[] TrustedExternalTenant { get; set; } /// The cluster URI. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( Required = false, @@ -354,12 +369,14 @@ internal partial interface IClusterPropertiesInternal string DataIngestionUri { get; set; } /// A boolean value that indicates if the cluster's disks are encrypted. bool? EnableDiskEncryption { get; set; } + /// A boolean value that indicates if double encryption is enabled. + bool? EnableDoubleEncryption { get; set; } /// A boolean value that indicates if the purge operations are enabled. bool? EnablePurge { get; set; } /// A boolean value that indicates if the streaming ingest is enabled. bool? EnableStreamingIngest { get; set; } /// KeyVault properties for the cluster encryption. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultProperties KeyVaultProperty { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultProperties KeyVaultProperty { get; set; } /// The name of the key vault key. string KeyVaultPropertyKeyName { get; set; } /// The Uri of the key vault. @@ -367,11 +384,11 @@ internal partial interface IClusterPropertiesInternal /// The version of the key vault key. string KeyVaultPropertyKeyVersion { get; set; } /// List of the cluster's language extensions. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList LanguageExtension { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList LanguageExtension { get; set; } /// The list of language extensions. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[] LanguageExtensionValue { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[] LanguageExtensionValue { get; set; } /// Optimized auto scale definition. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscale OptimizedAutoscale { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscale OptimizedAutoscale { get; set; } /// /// A boolean value that indicate if the optimized autoscale feature is enabled or not. /// @@ -389,11 +406,11 @@ internal partial interface IClusterPropertiesInternal /// The reason for the cluster's current state. string StateReason { get; set; } /// The cluster's external tenants. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant[] TrustedExternalTenant { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant[] TrustedExternalTenant { get; set; } /// The cluster URI. string Uri { get; set; } /// Virtual network definition. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfiguration VirtualNetworkConfiguration { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfiguration VirtualNetworkConfiguration { get; set; } /// Data management's service public IP address resource id. string VirtualNetworkConfigurationDataManagementPublicIPId { get; set; } /// Engine service's public IP address resource id. diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterProperties.json.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterProperties.json.cs similarity index 89% rename from src/Kusto/generated/api/Models/Api20200215/ClusterProperties.json.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterProperties.json.cs index cc70265f9f4e..27e171e57f8e 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterProperties.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterProperties.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -58,30 +58,31 @@ internal ClusterProperties(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json { return; } - {_keyVaultProperty = If( json?.PropertyT("keyVaultProperties"), out var __jsonKeyVaultProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.KeyVaultProperties.FromJson(__jsonKeyVaultProperties) : KeyVaultProperty;} - {_languageExtension = If( json?.PropertyT("languageExtensions"), out var __jsonLanguageExtensions) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.LanguageExtensionsList.FromJson(__jsonLanguageExtensions) : LanguageExtension;} - {_optimizedAutoscale = If( json?.PropertyT("optimizedAutoscale"), out var __jsonOptimizedAutoscale) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.OptimizedAutoscale.FromJson(__jsonOptimizedAutoscale) : OptimizedAutoscale;} - {_virtualNetworkConfiguration = If( json?.PropertyT("virtualNetworkConfiguration"), out var __jsonVirtualNetworkConfiguration) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.VirtualNetworkConfiguration.FromJson(__jsonVirtualNetworkConfiguration) : VirtualNetworkConfiguration;} + {_keyVaultProperty = If( json?.PropertyT("keyVaultProperties"), out var __jsonKeyVaultProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.KeyVaultProperties.FromJson(__jsonKeyVaultProperties) : KeyVaultProperty;} + {_languageExtension = If( json?.PropertyT("languageExtensions"), out var __jsonLanguageExtensions) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.LanguageExtensionsList.FromJson(__jsonLanguageExtensions) : LanguageExtension;} + {_optimizedAutoscale = If( json?.PropertyT("optimizedAutoscale"), out var __jsonOptimizedAutoscale) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.OptimizedAutoscale.FromJson(__jsonOptimizedAutoscale) : OptimizedAutoscale;} + {_virtualNetworkConfiguration = If( json?.PropertyT("virtualNetworkConfiguration"), out var __jsonVirtualNetworkConfiguration) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.VirtualNetworkConfiguration.FromJson(__jsonVirtualNetworkConfiguration) : VirtualNetworkConfiguration;} {_dataIngestionUri = If( json?.PropertyT("dataIngestionUri"), out var __jsonDataIngestionUri) ? (string)__jsonDataIngestionUri : (string)DataIngestionUri;} {_enableDiskEncryption = If( json?.PropertyT("enableDiskEncryption"), out var __jsonEnableDiskEncryption) ? (bool?)__jsonEnableDiskEncryption : EnableDiskEncryption;} + {_enableDoubleEncryption = If( json?.PropertyT("enableDoubleEncryption"), out var __jsonEnableDoubleEncryption) ? (bool?)__jsonEnableDoubleEncryption : EnableDoubleEncryption;} {_enablePurge = If( json?.PropertyT("enablePurge"), out var __jsonEnablePurge) ? (bool?)__jsonEnablePurge : EnablePurge;} {_enableStreamingIngest = If( json?.PropertyT("enableStreamingIngest"), out var __jsonEnableStreamingIngest) ? (bool?)__jsonEnableStreamingIngest : EnableStreamingIngest;} {_provisioningState = If( json?.PropertyT("provisioningState"), out var __jsonProvisioningState) ? (string)__jsonProvisioningState : (string)ProvisioningState;} {_state = If( json?.PropertyT("state"), out var __jsonState) ? (string)__jsonState : (string)State;} {_stateReason = If( json?.PropertyT("stateReason"), out var __jsonStateReason) ? (string)__jsonStateReason : (string)StateReason;} - {_trustedExternalTenant = If( json?.PropertyT("trustedExternalTenants"), out var __jsonTrustedExternalTenants) ? If( __jsonTrustedExternalTenants as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.TrustedExternalTenant.FromJson(__u) )) ))() : null : TrustedExternalTenant;} + {_trustedExternalTenant = If( json?.PropertyT("trustedExternalTenants"), out var __jsonTrustedExternalTenants) ? If( __jsonTrustedExternalTenants as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.TrustedExternalTenant.FromJson(__u) )) ))() : null : TrustedExternalTenant;} {_uri = If( json?.PropertyT("uri"), out var __jsonUri) ? (string)__jsonUri : (string)Uri;} AfterFromJson(json); } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterProperties. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterProperties. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterProperties. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterProperties. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterProperties FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterProperties FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new ClusterProperties(json) : null; } @@ -106,7 +107,10 @@ public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode ToJson(Mic return container; } AddIf( null != this._keyVaultProperty ? (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode) this._keyVaultProperty.ToJson(null,serializationMode) : null, "keyVaultProperties" ,container.Add ); - AddIf( null != this._languageExtension ? (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode) this._languageExtension.ToJson(null,serializationMode) : null, "languageExtensions" ,container.Add ); + if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.SerializationMode.IncludeReadOnly)) + { + AddIf( null != this._languageExtension ? (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode) this._languageExtension.ToJson(null,serializationMode) : null, "languageExtensions" ,container.Add ); + } AddIf( null != this._optimizedAutoscale ? (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode) this._optimizedAutoscale.ToJson(null,serializationMode) : null, "optimizedAutoscale" ,container.Add ); AddIf( null != this._virtualNetworkConfiguration ? (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode) this._virtualNetworkConfiguration.ToJson(null,serializationMode) : null, "virtualNetworkConfiguration" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.SerializationMode.IncludeReadOnly)) @@ -114,6 +118,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode ToJson(Mic AddIf( null != (((object)this._dataIngestionUri)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonString(this._dataIngestionUri.ToString()) : null, "dataIngestionUri" ,container.Add ); } AddIf( null != this._enableDiskEncryption ? (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonBoolean((bool)this._enableDiskEncryption) : null, "enableDiskEncryption" ,container.Add ); + AddIf( null != this._enableDoubleEncryption ? (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonBoolean((bool)this._enableDoubleEncryption) : null, "enableDoubleEncryption" ,container.Add ); AddIf( null != this._enablePurge ? (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonBoolean((bool)this._enablePurge) : null, "enablePurge" ,container.Add ); AddIf( null != this._enableStreamingIngest ? (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonBoolean((bool)this._enableStreamingIngest) : null, "enableStreamingIngest" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.SerializationMode.IncludeReadOnly)) diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterUpdate.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterUpdate.PowerShell.cs similarity index 63% rename from src/Kusto/generated/api/Models/Api20200215/ClusterUpdate.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterUpdate.PowerShell.cs index 1d61f361ab0d..669292e1b877 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterUpdate.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterUpdate.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class ClusterUpdate partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,50 +61,51 @@ internal ClusterUpdate(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).Identity = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentity) content.GetValueForProperty("Identity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).Identity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IdentityTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSku) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AzureSkuTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).Location, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterUpdateTagsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).Identity = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentity) content.GetValueForProperty("Identity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).Identity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IdentityTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSku) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AzureSkuTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterUpdateTagsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).IdentityType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IdentityType) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).IdentityType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IdentityType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).IdentityTenantId = (string) content.GetValueForProperty("IdentityTenantId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).IdentityTenantId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).OptimizedAutoscale = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscale) content.GetValueForProperty("OptimizedAutoscale",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).OptimizedAutoscale, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.OptimizedAutoscaleTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).State = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State?) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).State, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).IdentityPrincipalId = (string) content.GetValueForProperty("IdentityPrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).IdentityPrincipalId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).SkuTier = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).SkuTier, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).VirtualNetworkConfiguration = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfiguration) content.GetValueForProperty("VirtualNetworkConfiguration",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).VirtualNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.VirtualNetworkConfigurationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).DataIngestionUri = (string) content.GetValueForProperty("DataIngestionUri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).DataIngestionUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).EnableDiskEncryption = (bool?) content.GetValueForProperty("EnableDiskEncryption",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).EnableDiskEncryption, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).EnablePurge = (bool?) content.GetValueForProperty("EnablePurge",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).EnablePurge, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).EnableStreamingIngest = (bool?) content.GetValueForProperty("EnableStreamingIngest",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).EnableStreamingIngest, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).IdentityUserAssignedIdentity = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities) content.GetValueForProperty("IdentityUserAssignedIdentity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).IdentityUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IdentityUserAssignedIdentitiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).KeyVaultProperty = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultProperties) content.GetValueForProperty("KeyVaultProperty",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).KeyVaultProperty, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.KeyVaultPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).StateReason = (string) content.GetValueForProperty("StateReason",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).StateReason, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).LanguageExtension = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList) content.GetValueForProperty("LanguageExtension",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).LanguageExtension, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.LanguageExtensionsListTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).Uri = (string) content.GetValueForProperty("Uri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).Uri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).KeyVaultPropertyKeyName = (string) content.GetValueForProperty("KeyVaultPropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).KeyVaultPropertyKeyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).VirtualNetworkConfigurationSubnetId = (string) content.GetValueForProperty("VirtualNetworkConfigurationSubnetId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).VirtualNetworkConfigurationSubnetId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).KeyVaultPropertyKeyVersion = (string) content.GetValueForProperty("KeyVaultPropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).KeyVaultPropertyKeyVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).SkuCapacity = (int?) content.GetValueForProperty("SkuCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).SkuCapacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).SkuName = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).SkuName, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).TrustedExternalTenant = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant[]) content.GetValueForProperty("TrustedExternalTenant",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).TrustedExternalTenant, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.TrustedExternalTenantTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).KeyVaultPropertyKeyVaultUri = (string) content.GetValueForProperty("KeyVaultPropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).KeyVaultPropertyKeyVaultUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).OptimizedAutoscaleMinimum = (int) content.GetValueForProperty("OptimizedAutoscaleMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).OptimizedAutoscaleMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).OptimizedAutoscaleVersion = (int) content.GetValueForProperty("OptimizedAutoscaleVersion",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).OptimizedAutoscaleVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).VirtualNetworkConfigurationDataManagementPublicIPId = (string) content.GetValueForProperty("VirtualNetworkConfigurationDataManagementPublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).VirtualNetworkConfigurationDataManagementPublicIPId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).VirtualNetworkConfigurationEnginePublicIPId = (string) content.GetValueForProperty("VirtualNetworkConfigurationEnginePublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).VirtualNetworkConfigurationEnginePublicIPId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).OptimizedAutoscaleMaximum = (int) content.GetValueForProperty("OptimizedAutoscaleMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).OptimizedAutoscaleMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).OptimizedAutoscaleIsEnabled = (bool) content.GetValueForProperty("OptimizedAutoscaleIsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).OptimizedAutoscaleIsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).LanguageExtensionValue = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[]) content.GetValueForProperty("LanguageExtensionValue",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).LanguageExtensionValue, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.LanguageExtensionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).IdentityType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IdentityType) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).IdentityType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IdentityType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).IdentityTenantId = (string) content.GetValueForProperty("IdentityTenantId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).IdentityTenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).OptimizedAutoscale = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscale) content.GetValueForProperty("OptimizedAutoscale",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).OptimizedAutoscale, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.OptimizedAutoscaleTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).State = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State?) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).State, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).IdentityPrincipalId = (string) content.GetValueForProperty("IdentityPrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).IdentityPrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).SkuTier = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).SkuTier, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).VirtualNetworkConfiguration = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfiguration) content.GetValueForProperty("VirtualNetworkConfiguration",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).VirtualNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.VirtualNetworkConfigurationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).DataIngestionUri = (string) content.GetValueForProperty("DataIngestionUri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).DataIngestionUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).EnableDiskEncryption = (bool?) content.GetValueForProperty("EnableDiskEncryption",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).EnableDiskEncryption, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).EnableDoubleEncryption = (bool?) content.GetValueForProperty("EnableDoubleEncryption",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).EnableDoubleEncryption, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).EnablePurge = (bool?) content.GetValueForProperty("EnablePurge",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).EnablePurge, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).EnableStreamingIngest = (bool?) content.GetValueForProperty("EnableStreamingIngest",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).EnableStreamingIngest, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).IdentityUserAssignedIdentity = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities) content.GetValueForProperty("IdentityUserAssignedIdentity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).IdentityUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IdentityUserAssignedIdentitiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).KeyVaultProperty = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultProperties) content.GetValueForProperty("KeyVaultProperty",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).KeyVaultProperty, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.KeyVaultPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).StateReason = (string) content.GetValueForProperty("StateReason",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).StateReason, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).LanguageExtension = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList) content.GetValueForProperty("LanguageExtension",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).LanguageExtension, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.LanguageExtensionsListTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).Uri = (string) content.GetValueForProperty("Uri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).Uri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).KeyVaultPropertyKeyName = (string) content.GetValueForProperty("KeyVaultPropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).KeyVaultPropertyKeyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).VirtualNetworkConfigurationSubnetId = (string) content.GetValueForProperty("VirtualNetworkConfigurationSubnetId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).VirtualNetworkConfigurationSubnetId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).KeyVaultPropertyKeyVersion = (string) content.GetValueForProperty("KeyVaultPropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).KeyVaultPropertyKeyVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).SkuCapacity = (int?) content.GetValueForProperty("SkuCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).SkuCapacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).SkuName = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).SkuName, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).TrustedExternalTenant = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant[]) content.GetValueForProperty("TrustedExternalTenant",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).TrustedExternalTenant, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.TrustedExternalTenantTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).KeyVaultPropertyKeyVaultUri = (string) content.GetValueForProperty("KeyVaultPropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).KeyVaultPropertyKeyVaultUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).OptimizedAutoscaleMinimum = (int) content.GetValueForProperty("OptimizedAutoscaleMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).OptimizedAutoscaleMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).OptimizedAutoscaleVersion = (int) content.GetValueForProperty("OptimizedAutoscaleVersion",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).OptimizedAutoscaleVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).VirtualNetworkConfigurationDataManagementPublicIPId = (string) content.GetValueForProperty("VirtualNetworkConfigurationDataManagementPublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).VirtualNetworkConfigurationDataManagementPublicIPId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).VirtualNetworkConfigurationEnginePublicIPId = (string) content.GetValueForProperty("VirtualNetworkConfigurationEnginePublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).VirtualNetworkConfigurationEnginePublicIPId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).OptimizedAutoscaleMaximum = (int) content.GetValueForProperty("OptimizedAutoscaleMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).OptimizedAutoscaleMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).OptimizedAutoscaleIsEnabled = (bool) content.GetValueForProperty("OptimizedAutoscaleIsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).OptimizedAutoscaleIsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).LanguageExtensionValue = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[]) content.GetValueForProperty("LanguageExtensionValue",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).LanguageExtensionValue, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.LanguageExtensionTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -117,70 +118,71 @@ internal ClusterUpdate(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).Identity = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentity) content.GetValueForProperty("Identity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).Identity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IdentityTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSku) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AzureSkuTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).Location, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterUpdateTagsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).Identity = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentity) content.GetValueForProperty("Identity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).Identity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IdentityTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).Sku = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSku) content.GetValueForProperty("Sku",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).Sku, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AzureSkuTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).Tag = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateTags) content.GetValueForProperty("Tag",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).Tag, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterUpdateTagsTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).IdentityType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IdentityType) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).IdentityType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IdentityType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).IdentityTenantId = (string) content.GetValueForProperty("IdentityTenantId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).IdentityTenantId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).OptimizedAutoscale = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscale) content.GetValueForProperty("OptimizedAutoscale",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).OptimizedAutoscale, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.OptimizedAutoscaleTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).State = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State?) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).State, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).IdentityPrincipalId = (string) content.GetValueForProperty("IdentityPrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).IdentityPrincipalId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).SkuTier = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).SkuTier, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).VirtualNetworkConfiguration = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfiguration) content.GetValueForProperty("VirtualNetworkConfiguration",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).VirtualNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.VirtualNetworkConfigurationTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).DataIngestionUri = (string) content.GetValueForProperty("DataIngestionUri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).DataIngestionUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).EnableDiskEncryption = (bool?) content.GetValueForProperty("EnableDiskEncryption",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).EnableDiskEncryption, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).EnablePurge = (bool?) content.GetValueForProperty("EnablePurge",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).EnablePurge, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).EnableStreamingIngest = (bool?) content.GetValueForProperty("EnableStreamingIngest",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).EnableStreamingIngest, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).IdentityUserAssignedIdentity = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities) content.GetValueForProperty("IdentityUserAssignedIdentity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).IdentityUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IdentityUserAssignedIdentitiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).KeyVaultProperty = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultProperties) content.GetValueForProperty("KeyVaultProperty",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).KeyVaultProperty, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.KeyVaultPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).StateReason = (string) content.GetValueForProperty("StateReason",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).StateReason, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).LanguageExtension = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList) content.GetValueForProperty("LanguageExtension",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).LanguageExtension, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.LanguageExtensionsListTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).Uri = (string) content.GetValueForProperty("Uri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).Uri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).KeyVaultPropertyKeyName = (string) content.GetValueForProperty("KeyVaultPropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).KeyVaultPropertyKeyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).VirtualNetworkConfigurationSubnetId = (string) content.GetValueForProperty("VirtualNetworkConfigurationSubnetId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).VirtualNetworkConfigurationSubnetId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).KeyVaultPropertyKeyVersion = (string) content.GetValueForProperty("KeyVaultPropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).KeyVaultPropertyKeyVersion, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).SkuCapacity = (int?) content.GetValueForProperty("SkuCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).SkuCapacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).SkuName = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).SkuName, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).TrustedExternalTenant = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant[]) content.GetValueForProperty("TrustedExternalTenant",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).TrustedExternalTenant, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.TrustedExternalTenantTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).KeyVaultPropertyKeyVaultUri = (string) content.GetValueForProperty("KeyVaultPropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).KeyVaultPropertyKeyVaultUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).OptimizedAutoscaleMinimum = (int) content.GetValueForProperty("OptimizedAutoscaleMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).OptimizedAutoscaleMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).OptimizedAutoscaleVersion = (int) content.GetValueForProperty("OptimizedAutoscaleVersion",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).OptimizedAutoscaleVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).VirtualNetworkConfigurationDataManagementPublicIPId = (string) content.GetValueForProperty("VirtualNetworkConfigurationDataManagementPublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).VirtualNetworkConfigurationDataManagementPublicIPId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).VirtualNetworkConfigurationEnginePublicIPId = (string) content.GetValueForProperty("VirtualNetworkConfigurationEnginePublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).VirtualNetworkConfigurationEnginePublicIPId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).OptimizedAutoscaleMaximum = (int) content.GetValueForProperty("OptimizedAutoscaleMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).OptimizedAutoscaleMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).OptimizedAutoscaleIsEnabled = (bool) content.GetValueForProperty("OptimizedAutoscaleIsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).OptimizedAutoscaleIsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).LanguageExtensionValue = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[]) content.GetValueForProperty("LanguageExtensionValue",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal)this).LanguageExtensionValue, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.LanguageExtensionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).IdentityType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IdentityType) content.GetValueForProperty("IdentityType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).IdentityType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IdentityType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).IdentityTenantId = (string) content.GetValueForProperty("IdentityTenantId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).IdentityTenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).OptimizedAutoscale = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscale) content.GetValueForProperty("OptimizedAutoscale",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).OptimizedAutoscale, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.OptimizedAutoscaleTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).State = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State?) content.GetValueForProperty("State",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).State, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).IdentityPrincipalId = (string) content.GetValueForProperty("IdentityPrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).IdentityPrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).SkuTier = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier) content.GetValueForProperty("SkuTier",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).SkuTier, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).VirtualNetworkConfiguration = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfiguration) content.GetValueForProperty("VirtualNetworkConfiguration",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).VirtualNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.VirtualNetworkConfigurationTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).DataIngestionUri = (string) content.GetValueForProperty("DataIngestionUri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).DataIngestionUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).EnableDiskEncryption = (bool?) content.GetValueForProperty("EnableDiskEncryption",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).EnableDiskEncryption, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).EnableDoubleEncryption = (bool?) content.GetValueForProperty("EnableDoubleEncryption",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).EnableDoubleEncryption, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).EnablePurge = (bool?) content.GetValueForProperty("EnablePurge",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).EnablePurge, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).EnableStreamingIngest = (bool?) content.GetValueForProperty("EnableStreamingIngest",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).EnableStreamingIngest, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).IdentityUserAssignedIdentity = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities) content.GetValueForProperty("IdentityUserAssignedIdentity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).IdentityUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IdentityUserAssignedIdentitiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).KeyVaultProperty = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultProperties) content.GetValueForProperty("KeyVaultProperty",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).KeyVaultProperty, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.KeyVaultPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).StateReason = (string) content.GetValueForProperty("StateReason",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).StateReason, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).LanguageExtension = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList) content.GetValueForProperty("LanguageExtension",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).LanguageExtension, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.LanguageExtensionsListTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).Uri = (string) content.GetValueForProperty("Uri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).Uri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).KeyVaultPropertyKeyName = (string) content.GetValueForProperty("KeyVaultPropertyKeyName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).KeyVaultPropertyKeyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).VirtualNetworkConfigurationSubnetId = (string) content.GetValueForProperty("VirtualNetworkConfigurationSubnetId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).VirtualNetworkConfigurationSubnetId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).KeyVaultPropertyKeyVersion = (string) content.GetValueForProperty("KeyVaultPropertyKeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).KeyVaultPropertyKeyVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).SkuCapacity = (int?) content.GetValueForProperty("SkuCapacity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).SkuCapacity, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).SkuName = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName) content.GetValueForProperty("SkuName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).SkuName, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).TrustedExternalTenant = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant[]) content.GetValueForProperty("TrustedExternalTenant",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).TrustedExternalTenant, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.TrustedExternalTenantTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).KeyVaultPropertyKeyVaultUri = (string) content.GetValueForProperty("KeyVaultPropertyKeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).KeyVaultPropertyKeyVaultUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).OptimizedAutoscaleMinimum = (int) content.GetValueForProperty("OptimizedAutoscaleMinimum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).OptimizedAutoscaleMinimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).OptimizedAutoscaleVersion = (int) content.GetValueForProperty("OptimizedAutoscaleVersion",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).OptimizedAutoscaleVersion, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).VirtualNetworkConfigurationDataManagementPublicIPId = (string) content.GetValueForProperty("VirtualNetworkConfigurationDataManagementPublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).VirtualNetworkConfigurationDataManagementPublicIPId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).VirtualNetworkConfigurationEnginePublicIPId = (string) content.GetValueForProperty("VirtualNetworkConfigurationEnginePublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).VirtualNetworkConfigurationEnginePublicIPId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).OptimizedAutoscaleMaximum = (int) content.GetValueForProperty("OptimizedAutoscaleMaximum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).OptimizedAutoscaleMaximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).OptimizedAutoscaleIsEnabled = (bool) content.GetValueForProperty("OptimizedAutoscaleIsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).OptimizedAutoscaleIsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).LanguageExtensionValue = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[]) content.GetValueForProperty("LanguageExtensionValue",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal)this).LanguageExtensionValue, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.LanguageExtensionTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdate DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdate DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new ClusterUpdate(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdate DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdate DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new ClusterUpdate(content); } @@ -190,7 +192,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClust /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdate FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdate FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterUpdate.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterUpdate.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/ClusterUpdate.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterUpdate.TypeConverter.cs index ed15986b0dd8..4813dbcc7d8e 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterUpdate.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterUpdate.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdate ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdate ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdate).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdate).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterUpdate.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterUpdate.cs similarity index 80% rename from src/Kusto/generated/api/Models/Api20200215/ClusterUpdate.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterUpdate.cs index 931812549b10..e20c697f7ead 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterUpdate.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterUpdate.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// Class representing an update to a Kusto cluster. public partial class ClusterUpdate : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdate, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdate, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IValidates { /// @@ -15,19 +15,23 @@ public partial class ClusterUpdate : /// The cluster data ingestion URI. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string DataIngestionUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).DataIngestionUri; } + public string DataIngestionUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).DataIngestionUri; } /// A boolean value that indicates if the cluster's disks are encrypted. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public bool? EnableDiskEncryption { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).EnableDiskEncryption; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).EnableDiskEncryption = value; } + public bool? EnableDiskEncryption { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).EnableDiskEncryption; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).EnableDiskEncryption = value; } + + /// A boolean value that indicates if double encryption is enabled. + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] + public bool? EnableDoubleEncryption { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).EnableDoubleEncryption; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).EnableDoubleEncryption = value; } /// A boolean value that indicates if the purge operations are enabled. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public bool? EnablePurge { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).EnablePurge; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).EnablePurge = value; } + public bool? EnablePurge { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).EnablePurge; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).EnablePurge = value; } /// A boolean value that indicates if the streaming ingest is enabled. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public bool? EnableStreamingIngest { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).EnableStreamingIngest; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).EnableStreamingIngest = value; } + public bool? EnableStreamingIngest { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).EnableStreamingIngest; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).EnableStreamingIngest = value; } /// /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} @@ -36,46 +40,46 @@ public partial class ClusterUpdate : public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__resource).Id; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentity _identity; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentity _identity; /// The identity of the cluster, if configured. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentity Identity { get => (this._identity = this._identity ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Identity()); set => this._identity = value; } + internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentity Identity { get => (this._identity = this._identity ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Identity()); set => this._identity = value; } /// The principal ID of resource identity. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string IdentityPrincipalId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)Identity).PrincipalId; } + public string IdentityPrincipalId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)Identity).PrincipalId; } /// The tenant ID of resource. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string IdentityTenantId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)Identity).TenantId; } + public string IdentityTenantId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)Identity).TenantId; } /// The identity type. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IdentityType IdentityType { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)Identity).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)Identity).Type = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IdentityType IdentityType { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)Identity).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)Identity).Type = value; } /// /// The list of user identities associated with the Kusto cluster. The user identity dictionary key references will be ARM /// resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities IdentityUserAssignedIdentity { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)Identity).UserAssignedIdentity; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)Identity).UserAssignedIdentity = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities IdentityUserAssignedIdentity { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)Identity).UserAssignedIdentity; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)Identity).UserAssignedIdentity = value; } /// The name of the key vault key. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string KeyVaultPropertyKeyName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).KeyVaultPropertyKeyName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).KeyVaultPropertyKeyName = value; } + public string KeyVaultPropertyKeyName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).KeyVaultPropertyKeyName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).KeyVaultPropertyKeyName = value; } /// The Uri of the key vault. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string KeyVaultPropertyKeyVaultUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).KeyVaultPropertyKeyVaultUri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).KeyVaultPropertyKeyVaultUri = value; } + public string KeyVaultPropertyKeyVaultUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).KeyVaultPropertyKeyVaultUri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).KeyVaultPropertyKeyVaultUri = value; } /// The version of the key vault key. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string KeyVaultPropertyKeyVersion { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).KeyVaultPropertyKeyVersion; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).KeyVaultPropertyKeyVersion = value; } + public string KeyVaultPropertyKeyVersion { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).KeyVaultPropertyKeyVersion; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).KeyVaultPropertyKeyVersion = value; } /// The list of language extensions. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[] LanguageExtensionValue { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).LanguageExtensionValue; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).LanguageExtensionValue = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[] LanguageExtensionValue { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).LanguageExtensionValue; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).LanguageExtensionValue = value; } /// Backing field for property. private string _location; @@ -94,46 +98,46 @@ public partial class ClusterUpdate : string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__resource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__resource).Type = value; } /// Internal Acessors for DataIngestionUri - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal.DataIngestionUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).DataIngestionUri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).DataIngestionUri = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal.DataIngestionUri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).DataIngestionUri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).DataIngestionUri = value; } /// Internal Acessors for Identity - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentity Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal.Identity { get => (this._identity = this._identity ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Identity()); set { {_identity = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentity Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal.Identity { get => (this._identity = this._identity ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Identity()); set { {_identity = value;} } } /// Internal Acessors for IdentityPrincipalId - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal.IdentityPrincipalId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)Identity).PrincipalId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)Identity).PrincipalId = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal.IdentityPrincipalId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)Identity).PrincipalId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)Identity).PrincipalId = value; } /// Internal Acessors for IdentityTenantId - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal.IdentityTenantId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)Identity).TenantId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)Identity).TenantId = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal.IdentityTenantId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)Identity).TenantId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)Identity).TenantId = value; } /// Internal Acessors for KeyVaultProperty - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultProperties Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal.KeyVaultProperty { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).KeyVaultProperty; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).KeyVaultProperty = value; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultProperties Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal.KeyVaultProperty { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).KeyVaultProperty; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).KeyVaultProperty = value; } /// Internal Acessors for LanguageExtension - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal.LanguageExtension { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).LanguageExtension; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).LanguageExtension = value; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal.LanguageExtension { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).LanguageExtension; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).LanguageExtension = value; } /// Internal Acessors for OptimizedAutoscale - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscale Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal.OptimizedAutoscale { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).OptimizedAutoscale; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).OptimizedAutoscale = value; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscale Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal.OptimizedAutoscale { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).OptimizedAutoscale; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).OptimizedAutoscale = value; } /// Internal Acessors for Property - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterProperties Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterProperties()); set { {_property = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterProperties Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterProperties()); set { {_property = value;} } } /// Internal Acessors for ProvisioningState - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal.ProvisioningState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).ProvisioningState; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).ProvisioningState = value; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal.ProvisioningState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).ProvisioningState; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).ProvisioningState = value; } /// Internal Acessors for Sku - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSku Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal.Sku { get => (this._sku = this._sku ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AzureSku()); set { {_sku = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSku Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal.Sku { get => (this._sku = this._sku ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AzureSku()); set { {_sku = value;} } } /// Internal Acessors for State - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal.State { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).State; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).State = value; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal.State { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).State; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).State = value; } /// Internal Acessors for StateReason - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal.StateReason { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).StateReason; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).StateReason = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal.StateReason { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).StateReason; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).StateReason = value; } /// Internal Acessors for Uri - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal.Uri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).Uri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).Uri = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal.Uri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).Uri; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).Uri = value; } /// Internal Acessors for VirtualNetworkConfiguration - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfiguration Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateInternal.VirtualNetworkConfiguration { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).VirtualNetworkConfiguration; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).VirtualNetworkConfiguration = value; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfiguration Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateInternal.VirtualNetworkConfiguration { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).VirtualNetworkConfiguration; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).VirtualNetworkConfiguration = value; } /// The name of the resource [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inherited)] @@ -143,68 +147,68 @@ public partial class ClusterUpdate : /// A boolean value that indicate if the optimized autoscale feature is enabled or not. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public bool OptimizedAutoscaleIsEnabled { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).OptimizedAutoscaleIsEnabled; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).OptimizedAutoscaleIsEnabled = value; } + public bool OptimizedAutoscaleIsEnabled { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).OptimizedAutoscaleIsEnabled; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).OptimizedAutoscaleIsEnabled = value; } /// Maximum allowed instances count. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public int OptimizedAutoscaleMaximum { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).OptimizedAutoscaleMaximum; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).OptimizedAutoscaleMaximum = value; } + public int OptimizedAutoscaleMaximum { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).OptimizedAutoscaleMaximum; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).OptimizedAutoscaleMaximum = value; } /// Minimum allowed instances count. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public int OptimizedAutoscaleMinimum { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).OptimizedAutoscaleMinimum; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).OptimizedAutoscaleMinimum = value; } + public int OptimizedAutoscaleMinimum { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).OptimizedAutoscaleMinimum; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).OptimizedAutoscaleMinimum = value; } /// The version of the template defined, for instance 1. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public int OptimizedAutoscaleVersion { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).OptimizedAutoscaleVersion; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).OptimizedAutoscaleVersion = value; } + public int OptimizedAutoscaleVersion { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).OptimizedAutoscaleVersion; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).OptimizedAutoscaleVersion = value; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterProperties _property; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterProperties _property; /// The cluster properties. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterProperties Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterProperties()); set => this._property = value; } + internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterProperties Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterProperties()); set => this._property = value; } /// The provisioned state of the resource. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? ProvisioningState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).ProvisioningState; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? ProvisioningState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).ProvisioningState; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSku _sku; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSku _sku; /// The SKU of the cluster. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSku Sku { get => (this._sku = this._sku ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AzureSku()); set => this._sku = value; } + internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSku Sku { get => (this._sku = this._sku ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AzureSku()); set => this._sku = value; } /// The number of instances of the cluster. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public int? SkuCapacity { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)Sku).Capacity; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)Sku).Capacity = value; } + public int? SkuCapacity { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)Sku).Capacity; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)Sku).Capacity = value; } /// SKU name. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName SkuName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)Sku).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)Sku).Name = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuName SkuName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)Sku).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)Sku).Name = value; } /// SKU tier. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier SkuTier { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)Sku).Tier; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSkuInternal)Sku).Tier = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.AzureSkuTier SkuTier { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)Sku).Tier; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSkuInternal)Sku).Tier = value; } /// The state of the resource. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State? State { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).State; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.State? State { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).State; } /// The reason for the cluster's current state. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string StateReason { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).StateReason; } + public string StateReason { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).StateReason; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateTags _tag; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateTags _tag; /// Resource tags. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateTags Tag { get => (this._tag = this._tag ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterUpdateTags()); set => this._tag = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateTags Tag { get => (this._tag = this._tag ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterUpdateTags()); set => this._tag = value; } /// The cluster's external tenants. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant[] TrustedExternalTenant { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).TrustedExternalTenant; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).TrustedExternalTenant = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant[] TrustedExternalTenant { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).TrustedExternalTenant; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).TrustedExternalTenant = value; } /// /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. @@ -214,19 +218,19 @@ public partial class ClusterUpdate : /// The cluster URI. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string Uri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).Uri; } + public string Uri { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).Uri; } /// Data management's service public IP address resource id. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string VirtualNetworkConfigurationDataManagementPublicIPId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).VirtualNetworkConfigurationDataManagementPublicIPId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).VirtualNetworkConfigurationDataManagementPublicIPId = value; } + public string VirtualNetworkConfigurationDataManagementPublicIPId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).VirtualNetworkConfigurationDataManagementPublicIPId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).VirtualNetworkConfigurationDataManagementPublicIPId = value; } /// Engine service's public IP address resource id. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string VirtualNetworkConfigurationEnginePublicIPId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).VirtualNetworkConfigurationEnginePublicIPId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).VirtualNetworkConfigurationEnginePublicIPId = value; } + public string VirtualNetworkConfigurationEnginePublicIPId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).VirtualNetworkConfigurationEnginePublicIPId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).VirtualNetworkConfigurationEnginePublicIPId = value; } /// The subnet resource id. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string VirtualNetworkConfigurationSubnetId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).VirtualNetworkConfigurationSubnetId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPropertiesInternal)Property).VirtualNetworkConfigurationSubnetId = value; } + public string VirtualNetworkConfigurationSubnetId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).VirtualNetworkConfigurationSubnetId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPropertiesInternal)Property).VirtualNetworkConfigurationSubnetId = value; } /// Creates an new instance. public ClusterUpdate() @@ -267,6 +271,14 @@ public partial interface IClusterUpdate : SerializedName = @"enableDiskEncryption", PossibleTypes = new [] { typeof(bool) })] bool? EnableDiskEncryption { get; set; } + /// A boolean value that indicates if double encryption is enabled. + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( + Required = false, + ReadOnly = false, + Description = @"A boolean value that indicates if double encryption is enabled.", + SerializedName = @"enableDoubleEncryption", + PossibleTypes = new [] { typeof(bool) })] + bool? EnableDoubleEncryption { get; set; } /// A boolean value that indicates if the purge operations are enabled. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( Required = false, @@ -316,8 +328,8 @@ public partial interface IClusterUpdate : ReadOnly = false, Description = @"The list of user identities associated with the Kusto cluster. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.", SerializedName = @"userAssignedIdentities", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities IdentityUserAssignedIdentity { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities IdentityUserAssignedIdentity { get; set; } /// The name of the key vault key. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( Required = true, @@ -348,8 +360,8 @@ public partial interface IClusterUpdate : ReadOnly = false, Description = @"The list of language extensions.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[] LanguageExtensionValue { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[] LanguageExtensionValue { get; set; } /// Resource location. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( Required = false, @@ -446,16 +458,16 @@ public partial interface IClusterUpdate : ReadOnly = false, Description = @"Resource tags.", SerializedName = @"tags", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateTags) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateTags Tag { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateTags) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateTags Tag { get; set; } /// The cluster's external tenants. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( Required = false, ReadOnly = false, Description = @"The cluster's external tenants.", SerializedName = @"trustedExternalTenants", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant[] TrustedExternalTenant { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant[] TrustedExternalTenant { get; set; } /// The cluster URI. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( Required = false, @@ -498,12 +510,14 @@ internal partial interface IClusterUpdateInternal : string DataIngestionUri { get; set; } /// A boolean value that indicates if the cluster's disks are encrypted. bool? EnableDiskEncryption { get; set; } + /// A boolean value that indicates if double encryption is enabled. + bool? EnableDoubleEncryption { get; set; } /// A boolean value that indicates if the purge operations are enabled. bool? EnablePurge { get; set; } /// A boolean value that indicates if the streaming ingest is enabled. bool? EnableStreamingIngest { get; set; } /// The identity of the cluster, if configured. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentity Identity { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentity Identity { get; set; } /// The principal ID of resource identity. string IdentityPrincipalId { get; set; } /// The tenant ID of resource. @@ -514,9 +528,9 @@ internal partial interface IClusterUpdateInternal : /// The list of user identities associated with the Kusto cluster. The user identity dictionary key references will be ARM /// resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. /// - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities IdentityUserAssignedIdentity { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities IdentityUserAssignedIdentity { get; set; } /// KeyVault properties for the cluster encryption. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultProperties KeyVaultProperty { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultProperties KeyVaultProperty { get; set; } /// The name of the key vault key. string KeyVaultPropertyKeyName { get; set; } /// The Uri of the key vault. @@ -524,13 +538,13 @@ internal partial interface IClusterUpdateInternal : /// The version of the key vault key. string KeyVaultPropertyKeyVersion { get; set; } /// List of the cluster's language extensions. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList LanguageExtension { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList LanguageExtension { get; set; } /// The list of language extensions. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[] LanguageExtensionValue { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[] LanguageExtensionValue { get; set; } /// Resource location. string Location { get; set; } /// Optimized auto scale definition. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscale OptimizedAutoscale { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscale OptimizedAutoscale { get; set; } /// /// A boolean value that indicate if the optimized autoscale feature is enabled or not. /// @@ -542,11 +556,11 @@ internal partial interface IClusterUpdateInternal : /// The version of the template defined, for instance 1. int OptimizedAutoscaleVersion { get; set; } /// The cluster properties. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterProperties Property { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterProperties Property { get; set; } /// The provisioned state of the resource. Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? ProvisioningState { get; set; } /// The SKU of the cluster. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureSku Sku { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureSku Sku { get; set; } /// The number of instances of the cluster. int? SkuCapacity { get; set; } /// SKU name. @@ -558,13 +572,13 @@ internal partial interface IClusterUpdateInternal : /// The reason for the cluster's current state. string StateReason { get; set; } /// Resource tags. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateTags Tag { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateTags Tag { get; set; } /// The cluster's external tenants. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant[] TrustedExternalTenant { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant[] TrustedExternalTenant { get; set; } /// The cluster URI. string Uri { get; set; } /// Virtual network definition. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfiguration VirtualNetworkConfiguration { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfiguration VirtualNetworkConfiguration { get; set; } /// Data management's service public IP address resource id. string VirtualNetworkConfigurationDataManagementPublicIPId { get; set; } /// Engine service's public IP address resource id. diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterUpdate.json.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterUpdate.json.cs similarity index 94% rename from src/Kusto/generated/api/Models/Api20200215/ClusterUpdate.json.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterUpdate.json.cs index 3c74295eaab7..4953b9862c97 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterUpdate.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterUpdate.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -59,22 +59,22 @@ internal ClusterUpdate(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.Jso return; } __resource = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.Resource(json); - {_identity = If( json?.PropertyT("identity"), out var __jsonIdentity) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Identity.FromJson(__jsonIdentity) : Identity;} - {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterProperties.FromJson(__jsonProperties) : Property;} - {_sku = If( json?.PropertyT("sku"), out var __jsonSku) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AzureSku.FromJson(__jsonSku) : Sku;} + {_identity = If( json?.PropertyT("identity"), out var __jsonIdentity) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Identity.FromJson(__jsonIdentity) : Identity;} + {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterProperties.FromJson(__jsonProperties) : Property;} + {_sku = If( json?.PropertyT("sku"), out var __jsonSku) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AzureSku.FromJson(__jsonSku) : Sku;} {_location = If( json?.PropertyT("location"), out var __jsonLocation) ? (string)__jsonLocation : (string)Location;} - {_tag = If( json?.PropertyT("tags"), out var __jsonTags) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterUpdateTags.FromJson(__jsonTags) : Tag;} + {_tag = If( json?.PropertyT("tags"), out var __jsonTags) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterUpdateTags.FromJson(__jsonTags) : Tag;} AfterFromJson(json); } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdate. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdate. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdate. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdate. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdate FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdate FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new ClusterUpdate(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterUpdateTags.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterUpdateTags.PowerShell.cs similarity index 92% rename from src/Kusto/generated/api/Models/Api20200215/ClusterUpdateTags.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterUpdateTags.PowerShell.cs index cb2b504a75b5..dc6562ee9a35 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterUpdateTags.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterUpdateTags.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class ClusterUpdateTags partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -67,7 +67,7 @@ internal ClusterUpdateTags(global::System.Collections.IDictionary content) } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -86,27 +86,27 @@ internal ClusterUpdateTags(global::System.Management.Automation.PSObject content } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateTags DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateTags DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new ClusterUpdateTags(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateTags DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateTags DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new ClusterUpdateTags(content); } @@ -116,7 +116,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClust /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateTags FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateTags FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterUpdateTags.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterUpdateTags.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/ClusterUpdateTags.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterUpdateTags.TypeConverter.cs index 0c48291dcb7c..c8e136992c68 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterUpdateTags.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterUpdateTags.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateTags ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateTags ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateTags).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateTags).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterUpdateTags.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterUpdateTags.cs similarity index 93% rename from src/Kusto/generated/api/Models/Api20200215/ClusterUpdateTags.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterUpdateTags.cs index cff6adafbd76..dcfd8928e9d7 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterUpdateTags.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterUpdateTags.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// Resource tags. public partial class ClusterUpdateTags : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateTags, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateTagsInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateTags, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateTagsInternal { /// Creates an new instance. diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterUpdateTags.dictionary.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterUpdateTags.dictionary.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/ClusterUpdateTags.dictionary.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterUpdateTags.dictionary.cs index e4be5644f3ad..3e79effc513a 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterUpdateTags.dictionary.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterUpdateTags.dictionary.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -65,6 +65,6 @@ public void CopyFrom(global::System.Management.Automation.PSObject source) /// - public static implicit operator global::System.Collections.Generic.Dictionary(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterUpdateTags source) => source.__additionalProperties; + public static implicit operator global::System.Collections.Generic.Dictionary(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterUpdateTags source) => source.__additionalProperties; } } \ No newline at end of file diff --git a/src/Kusto/generated/api/Models/Api20200215/ClusterUpdateTags.json.cs b/src/Kusto/generated/api/Models/Api20200614/ClusterUpdateTags.json.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/ClusterUpdateTags.json.cs rename to src/Kusto/generated/api/Models/Api20200614/ClusterUpdateTags.json.cs index 40d02ac2d162..429a5d50e585 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ClusterUpdateTags.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ClusterUpdateTags.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -64,13 +64,13 @@ internal ClusterUpdateTags(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateTags. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateTags. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateTags. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateTags. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateTags FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateTags FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new ClusterUpdateTags(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties.PowerShell.cs similarity index 89% rename from src/Kusto/generated/api/Models/Api20200215/ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties.PowerShell.cs index 03833b47cf57..5e9715b24c7f 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -47,7 +47,7 @@ public partial class ComponentsSgqdofSchemasIdentityPropertiesUserassignedidenti partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -60,13 +60,13 @@ internal ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAddition return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal)this).ClientId = (string) content.GetValueForProperty("ClientId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal)this).ClientId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal)this).PrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal)this).ClientId = (string) content.GetValueForProperty("ClientId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal)this).ClientId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal)this).PrincipalId, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -79,35 +79,35 @@ internal ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAddition return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal)this).ClientId = (string) content.GetValueForProperty("ClientId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal)this).ClientId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal)this).PrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal)this).ClientId = (string) content.GetValueForProperty("ClientId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal)this).ClientId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal)this).PrincipalId, global::System.Convert.ToString); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties(content); } @@ -118,7 +118,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICompo /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties.TypeConverter.cs index b14018d5b186..f8cc87534798 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -106,14 +106,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// an instance of , or /// null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties.cs b/src/Kusto/generated/api/Models/Api20200614/ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties.cs similarity index 92% rename from src/Kusto/generated/api/Models/Api20200215/ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties.cs rename to src/Kusto/generated/api/Models/Api20200614/ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties.cs index ab39e4573f90..306f7a88275b 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties.cs @@ -1,10 +1,10 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; public partial class ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal { /// Backing field for property. @@ -15,10 +15,10 @@ public partial class ComponentsSgqdofSchemasIdentityPropertiesUserassignedidenti public string ClientId { get => this._clientId; } /// Internal Acessors for ClientId - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal.ClientId { get => this._clientId; set { {_clientId = value;} } } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal.ClientId { get => this._clientId; set { {_clientId = value;} } } /// Internal Acessors for PrincipalId - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal.PrincipalId { get => this._principalId; set { {_principalId = value;} } } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalpropertiesInternal.PrincipalId { get => this._principalId; set { {_principalId = value;} } } /// Backing field for property. private string _principalId; diff --git a/src/Kusto/generated/api/Models/Api20200215/ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties.json.cs b/src/Kusto/generated/api/Models/Api20200614/ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties.json.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties.json.cs rename to src/Kusto/generated/api/Models/Api20200614/ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties.json.cs index b8a04002b025..65e9dfecf5c2 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -64,13 +64,13 @@ internal ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAddition } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DataConnection.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/DataConnection.PowerShell.cs similarity index 89% rename from src/Kusto/generated/api/Models/Api20200215/DataConnection.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/DataConnection.PowerShell.cs index 47a8ddb5f3e5..0aa25d052fe3 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DataConnection.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DataConnection.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class DataConnection partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,8 +61,8 @@ internal DataConnection(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Location, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); @@ -70,7 +70,7 @@ internal DataConnection(global::System.Collections.IDictionary content) } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -83,8 +83,8 @@ internal DataConnection(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Location, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); @@ -92,27 +92,27 @@ internal DataConnection(global::System.Management.Automation.PSObject content) } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new DataConnection(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new DataConnection(content); } @@ -122,7 +122,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataC /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/DataConnection.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/DataConnection.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/DataConnection.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/DataConnection.TypeConverter.cs index 17b86a8dcc7e..14aa82105865 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DataConnection.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DataConnection.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DataConnection.cs b/src/Kusto/generated/api/Models/Api20200614/DataConnection.cs similarity index 99% rename from src/Kusto/generated/api/Models/Api20200215/DataConnection.cs rename to src/Kusto/generated/api/Models/Api20200614/DataConnection.cs index 42da2daf48da..30b143d4f995 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DataConnection.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DataConnection.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// Class representing an data connection. public partial class DataConnection : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IValidates { /// diff --git a/src/Kusto/generated/api/Models/Api20200215/DataConnection.json.cs b/src/Kusto/generated/api/Models/Api20200614/DataConnection.json.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/DataConnection.json.cs rename to src/Kusto/generated/api/Models/Api20200614/DataConnection.json.cs index a2f61def9a8f..1500fe87c85e 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DataConnection.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DataConnection.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -65,15 +65,15 @@ internal DataConnection(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.Js } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection. - /// Note: the Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection interface is polymorphic, and the + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection. + /// Note: the Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection interface is polymorphic, and the /// precise model class that will get deserialized is determined at runtime based on the payload. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { if (!(node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json)) { diff --git a/src/Kusto/generated/api/Models/Api20200215/DataConnectionCheckNameRequest.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/DataConnectionCheckNameRequest.PowerShell.cs similarity index 87% rename from src/Kusto/generated/api/Models/Api20200215/DataConnectionCheckNameRequest.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/DataConnectionCheckNameRequest.PowerShell.cs index a55fb7168163..257f832f3d57 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DataConnectionCheckNameRequest.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DataConnectionCheckNameRequest.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class DataConnectionCheckNameRequest partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,13 +61,13 @@ internal DataConnectionCheckNameRequest(global::System.Collections.IDictionary c return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionCheckNameRequestInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionCheckNameRequestInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionCheckNameRequestInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionCheckNameRequestInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionCheckNameRequestInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionCheckNameRequestInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionCheckNameRequestInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionCheckNameRequestInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type.CreateFrom); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -80,35 +80,35 @@ internal DataConnectionCheckNameRequest(global::System.Management.Automation.PSO return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionCheckNameRequestInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionCheckNameRequestInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionCheckNameRequestInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionCheckNameRequestInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionCheckNameRequestInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionCheckNameRequestInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionCheckNameRequestInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionCheckNameRequestInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type.CreateFrom); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionCheckNameRequest DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionCheckNameRequest DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new DataConnectionCheckNameRequest(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionCheckNameRequest DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionCheckNameRequest DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new DataConnectionCheckNameRequest(content); } @@ -118,7 +118,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataC /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionCheckNameRequest FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionCheckNameRequest FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/DataConnectionCheckNameRequest.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/DataConnectionCheckNameRequest.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/DataConnectionCheckNameRequest.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/DataConnectionCheckNameRequest.TypeConverter.cs index 5b664eaa23b0..8c0e9952ebbb 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DataConnectionCheckNameRequest.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DataConnectionCheckNameRequest.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionCheckNameRequest ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionCheckNameRequest ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionCheckNameRequest).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionCheckNameRequest).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DataConnectionCheckNameRequest.cs b/src/Kusto/generated/api/Models/Api20200614/DataConnectionCheckNameRequest.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/DataConnectionCheckNameRequest.cs rename to src/Kusto/generated/api/Models/Api20200614/DataConnectionCheckNameRequest.cs index 748dbbd9b211..0c542b8f4092 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DataConnectionCheckNameRequest.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DataConnectionCheckNameRequest.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// A data connection check name availability request. public partial class DataConnectionCheckNameRequest : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionCheckNameRequest, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionCheckNameRequestInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionCheckNameRequest, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionCheckNameRequestInternal { /// Backing field for property. diff --git a/src/Kusto/generated/api/Models/Api20200215/DataConnectionCheckNameRequest.json.cs b/src/Kusto/generated/api/Models/Api20200614/DataConnectionCheckNameRequest.json.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/DataConnectionCheckNameRequest.json.cs rename to src/Kusto/generated/api/Models/Api20200614/DataConnectionCheckNameRequest.json.cs index bbfdcd254eb8..dec2387cd65b 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DataConnectionCheckNameRequest.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DataConnectionCheckNameRequest.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -64,13 +64,13 @@ internal DataConnectionCheckNameRequest(Microsoft.Azure.PowerShell.Cmdlets.Kusto } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionCheckNameRequest. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionCheckNameRequest. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionCheckNameRequest. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionCheckNameRequest. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionCheckNameRequest FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionCheckNameRequest FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new DataConnectionCheckNameRequest(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DataConnectionListResult.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/DataConnectionListResult.PowerShell.cs similarity index 85% rename from src/Kusto/generated/api/Models/Api20200215/DataConnectionListResult.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/DataConnectionListResult.PowerShell.cs index 2836bbd0020f..de0c7a791206 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DataConnectionListResult.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DataConnectionListResult.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class DataConnectionListResult partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,12 +61,12 @@ internal DataConnectionListResult(global::System.Collections.IDictionary content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnectionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnectionTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -79,32 +79,32 @@ internal DataConnectionListResult(global::System.Management.Automation.PSObject return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnectionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnectionTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionListResult DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionListResult DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new DataConnectionListResult(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionListResult DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionListResult DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new DataConnectionListResult(content); } @@ -114,7 +114,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataC /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionListResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionListResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/DataConnectionListResult.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/DataConnectionListResult.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/DataConnectionListResult.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/DataConnectionListResult.TypeConverter.cs index 573c86bde07b..88b5fc8f6afe 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DataConnectionListResult.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DataConnectionListResult.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionListResult ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionListResult ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionListResult).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionListResult).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DataConnectionListResult.cs b/src/Kusto/generated/api/Models/Api20200614/DataConnectionListResult.cs similarity index 79% rename from src/Kusto/generated/api/Models/Api20200215/DataConnectionListResult.cs rename to src/Kusto/generated/api/Models/Api20200614/DataConnectionListResult.cs index 761204a14b8a..4fee13de8c28 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DataConnectionListResult.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DataConnectionListResult.cs @@ -1,19 +1,19 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// The list Kusto data connections operation response. public partial class DataConnectionListResult : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionListResult, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionListResultInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionListResult, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionListResultInternal { /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection[] _value; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection[] _value; /// The list of Kusto data connections. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection[] Value { get => this._value; set => this._value = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection[] Value { get => this._value; set => this._value = value; } /// Creates an new instance. public DataConnectionListResult() @@ -31,8 +31,8 @@ public partial interface IDataConnectionListResult : ReadOnly = false, Description = @"The list of Kusto data connections.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection),typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnection),typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnection),typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnection) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection[] Value { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection),typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnection),typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnection),typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnection) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection[] Value { get; set; } } /// The list Kusto data connections operation response. @@ -40,7 +40,7 @@ internal partial interface IDataConnectionListResultInternal { /// The list of Kusto data connections. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection[] Value { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection[] Value { get; set; } } } \ No newline at end of file diff --git a/src/Kusto/generated/api/Models/Api20200215/DataConnectionListResult.json.cs b/src/Kusto/generated/api/Models/Api20200614/DataConnectionListResult.json.cs similarity index 93% rename from src/Kusto/generated/api/Models/Api20200215/DataConnectionListResult.json.cs rename to src/Kusto/generated/api/Models/Api20200614/DataConnectionListResult.json.cs index 6a5737e4f7b7..24c010fe5cd0 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DataConnectionListResult.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DataConnectionListResult.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -58,18 +58,18 @@ internal DataConnectionListResult(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runti { return; } - {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnection.FromJson(__u) )) ))() : null : Value;} + {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnection.FromJson(__u) )) ))() : null : Value;} AfterFromJson(json); } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionListResult. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionListResult. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionListResult. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionListResult. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionListResult FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionListResult FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new DataConnectionListResult(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DataConnectionValidation.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/DataConnectionValidation.PowerShell.cs similarity index 78% rename from src/Kusto/generated/api/Models/Api20200215/DataConnectionValidation.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/DataConnectionValidation.PowerShell.cs index 12a69774b369..bb9ed7c5863f 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DataConnectionValidation.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DataConnectionValidation.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class DataConnectionValidation partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,18 +61,18 @@ internal DataConnectionValidation(global::System.Collections.IDictionary content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnectionTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal)this).DataConnectionName = (string) content.GetValueForProperty("DataConnectionName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal)this).DataConnectionName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnectionTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal)this).DataConnectionName = (string) content.GetValueForProperty("DataConnectionName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal)this).DataConnectionName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal)this).Location, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -85,38 +85,38 @@ internal DataConnectionValidation(global::System.Management.Automation.PSObject return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnectionTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal)this).DataConnectionName = (string) content.GetValueForProperty("DataConnectionName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal)this).DataConnectionName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal)this).Type, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnectionTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal)this).DataConnectionName = (string) content.GetValueForProperty("DataConnectionName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal)this).DataConnectionName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal)this).Type, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal)this).Id, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal)this).Location, global::System.Convert.ToString); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidation DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidation DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new DataConnectionValidation(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidation DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidation DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new DataConnectionValidation(content); } @@ -126,7 +126,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataC /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidation FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidation FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/DataConnectionValidation.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/DataConnectionValidation.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/DataConnectionValidation.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/DataConnectionValidation.TypeConverter.cs index 290d5bdd6338..fc9ee373516b 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DataConnectionValidation.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DataConnectionValidation.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidation ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidation ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidation).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidation).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DataConnectionValidation.cs b/src/Kusto/generated/api/Models/Api20200614/DataConnectionValidation.cs similarity index 90% rename from src/Kusto/generated/api/Models/Api20200215/DataConnectionValidation.cs rename to src/Kusto/generated/api/Models/Api20200614/DataConnectionValidation.cs index 3bdfa6c6d4ad..9220a18ce58e 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DataConnectionValidation.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DataConnectionValidation.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// Class representing an data connection validation. public partial class DataConnectionValidation : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidation, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidation, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal { /// Backing field for property. @@ -23,34 +23,34 @@ public partial class DataConnectionValidation : /// Kind of the endpoint for the data connection [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind Kind { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)Property).Kind; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)Property).Kind = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind Kind { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)Property).Kind; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)Property).Kind = value; } /// Resource location. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string Location { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)Property).Location; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)Property).Location = value; } + public string Location { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)Property).Location; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)Property).Location = value; } /// Internal Acessors for Id - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)Property).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)Property).Id = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)Property).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)Property).Id = value; } /// Internal Acessors for Name - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)Property).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)Property).Name = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal.Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)Property).Name; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)Property).Name = value; } /// Internal Acessors for Property - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnection()); set { {_property = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnection()); set { {_property = value;} } } /// Internal Acessors for Type - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)Property).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)Property).Type = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)Property).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)Property).Type = value; } /// The name of the resource [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)Property).Name; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection _property; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection _property; /// The data connection properties to validate. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnection()); set => this._property = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnection()); set => this._property = value; } /// /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. @@ -139,7 +139,7 @@ internal partial interface IDataConnectionValidationInternal /// The name of the resource string Name { get; set; } /// The data connection properties to validate. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection Property { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection Property { get; set; } /// /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. /// diff --git a/src/Kusto/generated/api/Models/Api20200215/DataConnectionValidation.json.cs b/src/Kusto/generated/api/Models/Api20200614/DataConnectionValidation.json.cs similarity index 96% rename from src/Kusto/generated/api/Models/Api20200215/DataConnectionValidation.json.cs rename to src/Kusto/generated/api/Models/Api20200614/DataConnectionValidation.json.cs index ab2fb1b78eb0..66a7f13b19fa 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DataConnectionValidation.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DataConnectionValidation.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -58,19 +58,19 @@ internal DataConnectionValidation(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runti { return; } - {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnection.FromJson(__jsonProperties) : Property;} + {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnection.FromJson(__jsonProperties) : Property;} {_dataConnectionName = If( json?.PropertyT("dataConnectionName"), out var __jsonDataConnectionName) ? (string)__jsonDataConnectionName : (string)DataConnectionName;} AfterFromJson(json); } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidation. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidation. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidation. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidation. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidation FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidation FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new DataConnectionValidation(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DataConnectionValidationListResult.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/DataConnectionValidationListResult.PowerShell.cs similarity index 86% rename from src/Kusto/generated/api/Models/Api20200215/DataConnectionValidationListResult.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/DataConnectionValidationListResult.PowerShell.cs index 0dbe358c81ec..094e2d17f15b 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DataConnectionValidationListResult.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DataConnectionValidationListResult.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class DataConnectionValidationListResult partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,12 +61,12 @@ internal DataConnectionValidationListResult(global::System.Collections.IDictiona return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnectionValidationResultTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnectionValidationResultTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -79,34 +79,34 @@ internal DataConnectionValidationListResult(global::System.Management.Automation return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnectionValidationResultTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnectionValidationResultTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationListResult DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationListResult DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new DataConnectionValidationListResult(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationListResult DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationListResult DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new DataConnectionValidationListResult(content); } @@ -116,7 +116,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataC /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationListResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationListResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/DataConnectionValidationListResult.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/DataConnectionValidationListResult.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/DataConnectionValidationListResult.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/DataConnectionValidationListResult.TypeConverter.cs index 3d991c141dc0..a727ae5cfb31 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DataConnectionValidationListResult.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DataConnectionValidationListResult.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -102,14 +102,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationListResult ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationListResult ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationListResult).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationListResult).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DataConnectionValidationListResult.cs b/src/Kusto/generated/api/Models/Api20200614/DataConnectionValidationListResult.cs similarity index 83% rename from src/Kusto/generated/api/Models/Api20200215/DataConnectionValidationListResult.cs rename to src/Kusto/generated/api/Models/Api20200614/DataConnectionValidationListResult.cs index d6d6d6155a20..16d42e880320 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DataConnectionValidationListResult.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DataConnectionValidationListResult.cs @@ -1,19 +1,19 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// The list Kusto data connection validation result. public partial class DataConnectionValidationListResult : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationListResult, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationListResultInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationListResult, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationListResultInternal { /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult[] _value; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult[] _value; /// The list of Kusto data connection validation errors. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult[] Value { get => this._value; set => this._value = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult[] Value { get => this._value; set => this._value = value; } /// Creates an new instance. public DataConnectionValidationListResult() @@ -31,8 +31,8 @@ public partial interface IDataConnectionValidationListResult : ReadOnly = false, Description = @"The list of Kusto data connection validation errors.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult[] Value { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult[] Value { get; set; } } /// The list Kusto data connection validation result. @@ -40,7 +40,7 @@ internal partial interface IDataConnectionValidationListResultInternal { /// The list of Kusto data connection validation errors. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult[] Value { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult[] Value { get; set; } } } \ No newline at end of file diff --git a/src/Kusto/generated/api/Models/Api20200215/DataConnectionValidationListResult.json.cs b/src/Kusto/generated/api/Models/Api20200614/DataConnectionValidationListResult.json.cs similarity index 93% rename from src/Kusto/generated/api/Models/Api20200215/DataConnectionValidationListResult.json.cs rename to src/Kusto/generated/api/Models/Api20200614/DataConnectionValidationListResult.json.cs index dcdc14509610..98816992d24e 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DataConnectionValidationListResult.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DataConnectionValidationListResult.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -58,18 +58,18 @@ internal DataConnectionValidationListResult(Microsoft.Azure.PowerShell.Cmdlets.K { return; } - {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnectionValidationResult.FromJson(__u) )) ))() : null : Value;} + {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnectionValidationResult.FromJson(__u) )) ))() : null : Value;} AfterFromJson(json); } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationListResult. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationListResult. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationListResult. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationListResult. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationListResult FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationListResult FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new DataConnectionValidationListResult(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DataConnectionValidationResult.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/DataConnectionValidationResult.PowerShell.cs similarity index 89% rename from src/Kusto/generated/api/Models/Api20200215/DataConnectionValidationResult.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/DataConnectionValidationResult.PowerShell.cs index e5fe70557b8a..3603bd89c40a 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DataConnectionValidationResult.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DataConnectionValidationResult.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class DataConnectionValidationResult partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,12 +61,12 @@ internal DataConnectionValidationResult(global::System.Collections.IDictionary c return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResultInternal)this).ErrorMessage = (string) content.GetValueForProperty("ErrorMessage",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResultInternal)this).ErrorMessage, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResultInternal)this).ErrorMessage = (string) content.GetValueForProperty("ErrorMessage",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResultInternal)this).ErrorMessage, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -79,34 +79,34 @@ internal DataConnectionValidationResult(global::System.Management.Automation.PSO return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResultInternal)this).ErrorMessage = (string) content.GetValueForProperty("ErrorMessage",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResultInternal)this).ErrorMessage, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResultInternal)this).ErrorMessage = (string) content.GetValueForProperty("ErrorMessage",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResultInternal)this).ErrorMessage, global::System.Convert.ToString); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new DataConnectionValidationResult(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new DataConnectionValidationResult(content); } @@ -116,7 +116,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataC /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/DataConnectionValidationResult.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/DataConnectionValidationResult.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/DataConnectionValidationResult.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/DataConnectionValidationResult.TypeConverter.cs index 59852f034a11..c840039c944d 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DataConnectionValidationResult.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DataConnectionValidationResult.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DataConnectionValidationResult.cs b/src/Kusto/generated/api/Models/Api20200614/DataConnectionValidationResult.cs similarity index 95% rename from src/Kusto/generated/api/Models/Api20200215/DataConnectionValidationResult.cs rename to src/Kusto/generated/api/Models/Api20200614/DataConnectionValidationResult.cs index fbb1ec7f51dc..5e984ce8b916 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DataConnectionValidationResult.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DataConnectionValidationResult.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// The result returned from a data connection validation request. public partial class DataConnectionValidationResult : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResultInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResultInternal { /// Backing field for property. diff --git a/src/Kusto/generated/api/Models/Api20200215/DataConnectionValidationResult.json.cs b/src/Kusto/generated/api/Models/Api20200614/DataConnectionValidationResult.json.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/DataConnectionValidationResult.json.cs rename to src/Kusto/generated/api/Models/Api20200614/DataConnectionValidationResult.json.cs index f7957bad86ae..41aae57aa25a 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DataConnectionValidationResult.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DataConnectionValidationResult.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -63,13 +63,13 @@ internal DataConnectionValidationResult(Microsoft.Azure.PowerShell.Cmdlets.Kusto } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new DataConnectionValidationResult(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/Database.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/Database.PowerShell.cs similarity index 88% rename from src/Kusto/generated/api/Models/Api20200215/Database.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/Database.PowerShell.cs index 14da93362b3d..82188277a64c 100644 --- a/src/Kusto/generated/api/Models/Api20200215/Database.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/Database.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class Database partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,8 +61,8 @@ internal Database(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)this).Location, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); @@ -70,7 +70,7 @@ internal Database(global::System.Collections.IDictionary content) } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -83,8 +83,8 @@ internal Database(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)this).Location, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); @@ -92,27 +92,27 @@ internal Database(global::System.Management.Automation.PSObject content) } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new Database(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new Database(content); } @@ -122,7 +122,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatab /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/Database.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/Database.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/Database.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/Database.TypeConverter.cs index 21c91621aab3..1176742bba0f 100644 --- a/src/Kusto/generated/api/Models/Api20200215/Database.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/Database.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/Database.cs b/src/Kusto/generated/api/Models/Api20200614/Database.cs similarity index 99% rename from src/Kusto/generated/api/Models/Api20200215/Database.cs rename to src/Kusto/generated/api/Models/Api20200614/Database.cs index 3e5325b9142e..df7ef6edac80 100644 --- a/src/Kusto/generated/api/Models/Api20200215/Database.cs +++ b/src/Kusto/generated/api/Models/Api20200614/Database.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// Class representing a Kusto database. public partial class Database : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IValidates { /// diff --git a/src/Kusto/generated/api/Models/Api20200215/Database.json.cs b/src/Kusto/generated/api/Models/Api20200614/Database.json.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/Database.json.cs rename to src/Kusto/generated/api/Models/Api20200614/Database.json.cs index 727f3aaa2141..3750782cd7a7 100644 --- a/src/Kusto/generated/api/Models/Api20200215/Database.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/Database.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -65,15 +65,15 @@ internal Database(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObje } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase. - /// Note: the Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase interface is polymorphic, and the precise + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase. + /// Note: the Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase interface is polymorphic, and the precise /// model class that will get deserialized is determined at runtime based on the payload. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { if (!(node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json)) { diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabaseListResult.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/DatabaseListResult.PowerShell.cs similarity index 85% rename from src/Kusto/generated/api/Models/Api20200215/DatabaseListResult.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabaseListResult.PowerShell.cs index d661f82edbcb..0eda25ca1ba2 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabaseListResult.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabaseListResult.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class DatabaseListResult partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,12 +61,12 @@ internal DatabaseListResult(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabaseTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabaseTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -79,32 +79,32 @@ internal DatabaseListResult(global::System.Management.Automation.PSObject conten return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabaseTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabaseTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseListResult DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseListResult DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new DatabaseListResult(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseListResult DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseListResult DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new DatabaseListResult(content); } @@ -114,7 +114,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatab /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseListResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseListResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabaseListResult.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/DatabaseListResult.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/DatabaseListResult.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabaseListResult.TypeConverter.cs index b0910ba8c272..4a4d0f38bb26 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabaseListResult.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabaseListResult.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseListResult ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseListResult ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseListResult).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseListResult).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabaseListResult.cs b/src/Kusto/generated/api/Models/Api20200614/DatabaseListResult.cs similarity index 86% rename from src/Kusto/generated/api/Models/Api20200215/DatabaseListResult.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabaseListResult.cs index fa35f5362fb9..a8226ae5b9da 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabaseListResult.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabaseListResult.cs @@ -1,19 +1,19 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// The list Kusto databases operation response. public partial class DatabaseListResult : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseListResult, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseListResultInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseListResult, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseListResultInternal { /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase[] _value; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase[] _value; /// The list of Kusto databases. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase[] Value { get => this._value; set => this._value = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase[] Value { get => this._value; set => this._value = value; } /// Creates an new instance. public DatabaseListResult() @@ -31,8 +31,8 @@ public partial interface IDatabaseListResult : ReadOnly = false, Description = @"The list of Kusto databases.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase[] Value { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase[] Value { get; set; } } /// The list Kusto databases operation response. @@ -40,7 +40,7 @@ internal partial interface IDatabaseListResultInternal { /// The list of Kusto databases. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase[] Value { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase[] Value { get; set; } } } \ No newline at end of file diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabaseListResult.json.cs b/src/Kusto/generated/api/Models/Api20200614/DatabaseListResult.json.cs similarity index 93% rename from src/Kusto/generated/api/Models/Api20200215/DatabaseListResult.json.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabaseListResult.json.cs index 64dafbc7df70..59ddb3c50e21 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabaseListResult.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabaseListResult.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -58,18 +58,18 @@ internal DatabaseListResult(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Jso { return; } - {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Database.FromJson(__u) )) ))() : null : Value;} + {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Database.FromJson(__u) )) ))() : null : Value;} AfterFromJson(json); } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseListResult. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseListResult. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseListResult. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseListResult. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseListResult FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseListResult FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new DatabaseListResult(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipal.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipal.PowerShell.cs similarity index 80% rename from src/Kusto/generated/api/Models/Api20200215/DatabasePrincipal.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabasePrincipal.PowerShell.cs index 97cf6292683a..7aed30ae993f 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipal.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipal.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class DatabasePrincipal partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,18 +61,18 @@ internal DatabasePrincipal(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalType) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal)this).AppId = (string) content.GetValueForProperty("AppId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal)this).AppId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal)this).Email = (string) content.GetValueForProperty("Email",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal)this).Email, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal)this).Fqn = (string) content.GetValueForProperty("Fqn",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal)this).Fqn, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal)this).Role = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalRole) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal)this).Role, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalRole.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal)this).TenantName = (string) content.GetValueForProperty("TenantName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal)this).TenantName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalType) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal)this).AppId = (string) content.GetValueForProperty("AppId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal)this).AppId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal)this).Email = (string) content.GetValueForProperty("Email",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal)this).Email, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal)this).Fqn = (string) content.GetValueForProperty("Fqn",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal)this).Fqn, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal)this).Role = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalRole) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal)this).Role, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalRole.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal)this).TenantName = (string) content.GetValueForProperty("TenantName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal)this).TenantName, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -85,38 +85,38 @@ internal DatabasePrincipal(global::System.Management.Automation.PSObject content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalType) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal)this).AppId = (string) content.GetValueForProperty("AppId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal)this).AppId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal)this).Email = (string) content.GetValueForProperty("Email",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal)this).Email, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal)this).Fqn = (string) content.GetValueForProperty("Fqn",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal)this).Fqn, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal)this).Role = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalRole) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal)this).Role, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalRole.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal)this).TenantName = (string) content.GetValueForProperty("TenantName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal)this).TenantName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalType) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal)this).AppId = (string) content.GetValueForProperty("AppId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal)this).AppId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal)this).Email = (string) content.GetValueForProperty("Email",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal)this).Email, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal)this).Fqn = (string) content.GetValueForProperty("Fqn",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal)this).Fqn, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal)this).Role = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalRole) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal)this).Role, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalRole.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal)this).TenantName = (string) content.GetValueForProperty("TenantName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal)this).TenantName, global::System.Convert.ToString); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new DatabasePrincipal(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new DatabasePrincipal(content); } @@ -126,7 +126,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatab /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipal.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipal.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/DatabasePrincipal.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabasePrincipal.TypeConverter.cs index aa0e7d5f2beb..7bf43df1ba85 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipal.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipal.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipal.cs b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipal.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/DatabasePrincipal.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabasePrincipal.cs index 8c89bdaa23cc..069a0a11f6b8 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipal.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipal.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// A class representing database principal entity. public partial class DatabasePrincipal : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal { /// Backing field for property. @@ -30,7 +30,7 @@ public partial class DatabasePrincipal : public string Fqn { get => this._fqn; set => this._fqn = value; } /// Internal Acessors for TenantName - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalInternal.TenantName { get => this._tenantName; set { {_tenantName = value;} } } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalInternal.TenantName { get => this._tenantName; set { {_tenantName = value;} } } /// Backing field for property. private string _name; diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipal.json.cs b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipal.json.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/DatabasePrincipal.json.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabasePrincipal.json.cs index bd26b4597d2c..4fd1f0d0b4ed 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipal.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipal.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -69,13 +69,13 @@ internal DatabasePrincipal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new DatabasePrincipal(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignment.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignment.PowerShell.cs similarity index 81% rename from src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignment.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignment.PowerShell.cs index ccf18a272a6d..174de31aaf54 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignment.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignment.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class DatabasePrincipalAssignment partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,22 +61,22 @@ internal DatabasePrincipalAssignment(global::System.Collections.IDictionary cont return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).PrincipalType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType) content.GetValueForProperty("PrincipalType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).PrincipalType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).PrincipalId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).PrincipalName = (string) content.GetValueForProperty("PrincipalName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).PrincipalName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).Role = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalRole) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).Role, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalRole.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).TenantId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).TenantName = (string) content.GetValueForProperty("TenantName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).TenantName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).PrincipalType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType) content.GetValueForProperty("PrincipalType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).PrincipalType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).PrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).PrincipalName = (string) content.GetValueForProperty("PrincipalName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).PrincipalName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).Role = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalRole) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).Role, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalRole.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).TenantName = (string) content.GetValueForProperty("TenantName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).TenantName, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -89,42 +89,42 @@ internal DatabasePrincipalAssignment(global::System.Management.Automation.PSObje return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).PrincipalType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType) content.GetValueForProperty("PrincipalType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).PrincipalType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).PrincipalId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).PrincipalName = (string) content.GetValueForProperty("PrincipalName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).PrincipalName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).Role = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalRole) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).Role, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalRole.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).TenantId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).TenantName = (string) content.GetValueForProperty("TenantName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal)this).TenantName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).PrincipalType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType) content.GetValueForProperty("PrincipalType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).PrincipalType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).PrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).PrincipalName = (string) content.GetValueForProperty("PrincipalName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).PrincipalName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).Role = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalRole) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).Role, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalRole.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).TenantName = (string) content.GetValueForProperty("TenantName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal)this).TenantName, global::System.Convert.ToString); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new DatabasePrincipalAssignment(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new DatabasePrincipalAssignment(content); } @@ -134,7 +134,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatab /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignment.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignment.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignment.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignment.TypeConverter.cs index dd79ff379048..05d13d2a8f48 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignment.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignment.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignment.cs b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignment.cs similarity index 87% rename from src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignment.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignment.cs index bb86a1cfb26f..60ba4facff96 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignment.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignment.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// Class representing a database principal assignment. public partial class DatabasePrincipalAssignment : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IValidates { /// @@ -29,16 +29,16 @@ public partial class DatabasePrincipalAssignment : string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__proxyResource).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__proxyResource).Type = value; } /// Internal Acessors for PrincipalName - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal.PrincipalName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)Property).PrincipalName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)Property).PrincipalName = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal.PrincipalName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)Property).PrincipalName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)Property).PrincipalName = value; } /// Internal Acessors for Property - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalProperties Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalProperties()); set { {_property = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalProperties Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalProperties()); set { {_property = value;} } } /// Internal Acessors for ProvisioningState - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal.ProvisioningState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)Property).ProvisioningState; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)Property).ProvisioningState = value; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal.ProvisioningState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)Property).ProvisioningState; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)Property).ProvisioningState = value; } /// Internal Acessors for TenantName - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentInternal.TenantName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)Property).TenantName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)Property).TenantName = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentInternal.TenantName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)Property).TenantName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)Property).TenantName = value; } /// The name of the resource [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inherited)] @@ -48,38 +48,38 @@ public partial class DatabasePrincipalAssignment : /// The principal ID assigned to the database principal. It can be a user email, application ID, or security group name. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string PrincipalId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)Property).PrincipalId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)Property).PrincipalId = value; } + public string PrincipalId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)Property).PrincipalId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)Property).PrincipalId = value; } /// The principal name [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string PrincipalName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)Property).PrincipalName; } + public string PrincipalName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)Property).PrincipalName; } /// Principal type. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType PrincipalType { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)Property).PrincipalType; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)Property).PrincipalType = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType PrincipalType { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)Property).PrincipalType; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)Property).PrincipalType = value; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalProperties _property; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalProperties _property; /// The database principal. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalProperties Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalProperties()); set => this._property = value; } + internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalProperties Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalProperties()); set => this._property = value; } /// The provisioned state of the resource. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? ProvisioningState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)Property).ProvisioningState; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? ProvisioningState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)Property).ProvisioningState; } /// Database principal role. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalRole Role { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)Property).Role; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)Property).Role = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalRole Role { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)Property).Role; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)Property).Role = value; } /// The tenant id of the principal [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string TenantId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)Property).TenantId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)Property).TenantId = value; } + public string TenantId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)Property).TenantId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)Property).TenantId = value; } /// The tenant name of the principal [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string TenantName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)Property).TenantName; } + public string TenantName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)Property).TenantName; } /// /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. @@ -183,7 +183,7 @@ internal partial interface IDatabasePrincipalAssignmentInternal : /// Principal type. Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType PrincipalType { get; set; } /// The database principal. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalProperties Property { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalProperties Property { get; set; } /// The provisioned state of the resource. Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? ProvisioningState { get; set; } /// Database principal role. diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignment.json.cs b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignment.json.cs similarity index 96% rename from src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignment.json.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignment.json.cs index 001396a6585b..b5e40c7a30ae 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignment.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignment.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -59,18 +59,18 @@ internal DatabasePrincipalAssignment(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Ru return; } __proxyResource = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.ProxyResource(json); - {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalProperties.FromJson(__jsonProperties) : Property;} + {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalProperties.FromJson(__jsonProperties) : Property;} AfterFromJson(json); } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new DatabasePrincipalAssignment(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignmentCheckNameRequest.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignmentCheckNameRequest.PowerShell.cs similarity index 88% rename from src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignmentCheckNameRequest.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignmentCheckNameRequest.PowerShell.cs index 2d536aec72ab..7013130b8681 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignmentCheckNameRequest.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignmentCheckNameRequest.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class DatabasePrincipalAssignmentCheckNameRequest partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,13 +61,13 @@ internal DatabasePrincipalAssignmentCheckNameRequest(global::System.Collections. return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentCheckNameRequestInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentCheckNameRequestInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentCheckNameRequestInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentCheckNameRequestInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentCheckNameRequestInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentCheckNameRequestInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentCheckNameRequestInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentCheckNameRequestInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type.CreateFrom); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -80,35 +80,35 @@ internal DatabasePrincipalAssignmentCheckNameRequest(global::System.Management.A return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentCheckNameRequestInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentCheckNameRequestInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentCheckNameRequestInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentCheckNameRequestInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentCheckNameRequestInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentCheckNameRequestInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentCheckNameRequestInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentCheckNameRequestInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Type.CreateFrom); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentCheckNameRequest DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentCheckNameRequest DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new DatabasePrincipalAssignmentCheckNameRequest(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentCheckNameRequest DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentCheckNameRequest DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new DatabasePrincipalAssignmentCheckNameRequest(content); } @@ -119,7 +119,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatab /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentCheckNameRequest FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentCheckNameRequest FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignmentCheckNameRequest.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignmentCheckNameRequest.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignmentCheckNameRequest.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignmentCheckNameRequest.TypeConverter.cs index 1dd13eac7ab1..a0c348e348e7 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignmentCheckNameRequest.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignmentCheckNameRequest.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -104,14 +104,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentCheckNameRequest ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentCheckNameRequest ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentCheckNameRequest).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentCheckNameRequest).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignmentCheckNameRequest.cs b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignmentCheckNameRequest.cs similarity index 96% rename from src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignmentCheckNameRequest.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignmentCheckNameRequest.cs index 63cbe047de12..f06d23118b32 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignmentCheckNameRequest.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignmentCheckNameRequest.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// A principal assignment check name availability request. public partial class DatabasePrincipalAssignmentCheckNameRequest : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentCheckNameRequest, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentCheckNameRequestInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentCheckNameRequest, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentCheckNameRequestInternal { /// Backing field for property. diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignmentCheckNameRequest.json.cs b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignmentCheckNameRequest.json.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignmentCheckNameRequest.json.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignmentCheckNameRequest.json.cs index 34342bb3accb..b4702910400b 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignmentCheckNameRequest.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignmentCheckNameRequest.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -64,13 +64,13 @@ internal DatabasePrincipalAssignmentCheckNameRequest(Microsoft.Azure.PowerShell. } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentCheckNameRequest. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentCheckNameRequest. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentCheckNameRequest. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentCheckNameRequest. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentCheckNameRequest FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentCheckNameRequest FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new DatabasePrincipalAssignmentCheckNameRequest(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignmentListResult.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignmentListResult.PowerShell.cs similarity index 86% rename from src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignmentListResult.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignmentListResult.PowerShell.cs index 4d4c8ffca3a7..7bd18cc6c5bc 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignmentListResult.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignmentListResult.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class DatabasePrincipalAssignmentListResult partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,12 +61,12 @@ internal DatabasePrincipalAssignmentListResult(global::System.Collections.IDicti return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalAssignmentTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalAssignmentTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -79,34 +79,34 @@ internal DatabasePrincipalAssignmentListResult(global::System.Management.Automat return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalAssignmentTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalAssignmentTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentListResult DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentListResult DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new DatabasePrincipalAssignmentListResult(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentListResult DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentListResult DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new DatabasePrincipalAssignmentListResult(content); } @@ -117,7 +117,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatab /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentListResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentListResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignmentListResult.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignmentListResult.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignmentListResult.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignmentListResult.TypeConverter.cs index d9fb790b75d7..a015f3d90cb6 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignmentListResult.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignmentListResult.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -103,14 +103,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentListResult ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentListResult ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentListResult).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentListResult).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignmentListResult.cs b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignmentListResult.cs similarity index 84% rename from src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignmentListResult.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignmentListResult.cs index 58c518acbc68..94819c7353c4 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignmentListResult.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignmentListResult.cs @@ -1,19 +1,19 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// The list Kusto database principal assignments operation response. public partial class DatabasePrincipalAssignmentListResult : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentListResult, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentListResultInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentListResult, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentListResultInternal { /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment[] _value; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment[] _value; /// The list of Kusto database principal assignments. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment[] Value { get => this._value; set => this._value = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment[] Value { get => this._value; set => this._value = value; } /// Creates an new instance. public DatabasePrincipalAssignmentListResult() @@ -31,8 +31,8 @@ public partial interface IDatabasePrincipalAssignmentListResult : ReadOnly = false, Description = @"The list of Kusto database principal assignments.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment[] Value { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment[] Value { get; set; } } /// The list Kusto database principal assignments operation response. @@ -40,7 +40,7 @@ internal partial interface IDatabasePrincipalAssignmentListResultInternal { /// The list of Kusto database principal assignments. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment[] Value { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment[] Value { get; set; } } } \ No newline at end of file diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignmentListResult.json.cs b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignmentListResult.json.cs similarity index 93% rename from src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignmentListResult.json.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignmentListResult.json.cs index 113c84d5c737..c7792177d7d1 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalAssignmentListResult.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalAssignmentListResult.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -58,18 +58,18 @@ internal DatabasePrincipalAssignmentListResult(Microsoft.Azure.PowerShell.Cmdlet { return; } - {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalAssignment.FromJson(__u) )) ))() : null : Value;} + {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalAssignment.FromJson(__u) )) ))() : null : Value;} AfterFromJson(json); } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentListResult. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentListResult. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentListResult. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentListResult. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentListResult FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentListResult FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new DatabasePrincipalAssignmentListResult(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalListRequest.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalListRequest.PowerShell.cs similarity index 85% rename from src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalListRequest.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalListRequest.PowerShell.cs index a0fb4c621f31..3e7a618b5124 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalListRequest.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalListRequest.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class DatabasePrincipalListRequest partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,12 +61,12 @@ internal DatabasePrincipalListRequest(global::System.Collections.IDictionary con return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListRequestInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListRequestInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListRequestInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListRequestInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -79,32 +79,32 @@ internal DatabasePrincipalListRequest(global::System.Management.Automation.PSObj return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListRequestInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListRequestInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListRequestInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListRequestInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListRequest DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListRequest DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new DatabasePrincipalListRequest(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListRequest DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListRequest DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new DatabasePrincipalListRequest(content); } @@ -114,7 +114,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatab /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListRequest FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListRequest FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalListRequest.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalListRequest.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalListRequest.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalListRequest.TypeConverter.cs index 740d8df14dca..d875957cac74 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalListRequest.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalListRequest.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListRequest ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListRequest ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListRequest).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListRequest).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalListRequest.cs b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalListRequest.cs similarity index 85% rename from src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalListRequest.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalListRequest.cs index 54fab564ba33..22fe14fb9677 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalListRequest.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalListRequest.cs @@ -1,19 +1,19 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// The list Kusto database principals operation request. public partial class DatabasePrincipalListRequest : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListRequest, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListRequestInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListRequest, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListRequestInternal { /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal[] _value; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal[] _value; /// The list of Kusto database principals. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal[] Value { get => this._value; set => this._value = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal[] Value { get => this._value; set => this._value = value; } /// Creates an new instance. public DatabasePrincipalListRequest() @@ -31,8 +31,8 @@ public partial interface IDatabasePrincipalListRequest : ReadOnly = false, Description = @"The list of Kusto database principals.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal[] Value { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal[] Value { get; set; } } /// The list Kusto database principals operation request. @@ -40,7 +40,7 @@ internal partial interface IDatabasePrincipalListRequestInternal { /// The list of Kusto database principals. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal[] Value { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal[] Value { get; set; } } } \ No newline at end of file diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalListRequest.json.cs b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalListRequest.json.cs similarity index 93% rename from src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalListRequest.json.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalListRequest.json.cs index 9feca4c78cc5..35a4641d5bc0 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalListRequest.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalListRequest.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -58,18 +58,18 @@ internal DatabasePrincipalListRequest(Microsoft.Azure.PowerShell.Cmdlets.Kusto.R { return; } - {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipal.FromJson(__u) )) ))() : null : Value;} + {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipal.FromJson(__u) )) ))() : null : Value;} AfterFromJson(json); } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListRequest. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListRequest. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListRequest. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListRequest. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListRequest FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListRequest FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new DatabasePrincipalListRequest(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalListResult.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalListResult.PowerShell.cs similarity index 85% rename from src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalListResult.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalListResult.PowerShell.cs index 1920c42d12a5..fb8555be47ca 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalListResult.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalListResult.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class DatabasePrincipalListResult partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,12 +61,12 @@ internal DatabasePrincipalListResult(global::System.Collections.IDictionary cont return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -79,32 +79,32 @@ internal DatabasePrincipalListResult(global::System.Management.Automation.PSObje return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListResult DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListResult DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new DatabasePrincipalListResult(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListResult DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListResult DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new DatabasePrincipalListResult(content); } @@ -114,7 +114,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatab /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalListResult.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalListResult.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalListResult.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalListResult.TypeConverter.cs index 613c07c5611f..1df3a5f8dad0 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalListResult.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalListResult.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListResult ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListResult ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListResult).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListResult).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalListResult.cs b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalListResult.cs similarity index 85% rename from src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalListResult.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalListResult.cs index 3da5fda46d42..a32803d15dd2 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalListResult.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalListResult.cs @@ -1,19 +1,19 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// The list Kusto database principals operation response. public partial class DatabasePrincipalListResult : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListResult, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListResultInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListResult, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListResultInternal { /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal[] _value; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal[] _value; /// The list of Kusto database principals. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal[] Value { get => this._value; set => this._value = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal[] Value { get => this._value; set => this._value = value; } /// Creates an new instance. public DatabasePrincipalListResult() @@ -31,8 +31,8 @@ public partial interface IDatabasePrincipalListResult : ReadOnly = false, Description = @"The list of Kusto database principals.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal[] Value { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal[] Value { get; set; } } /// The list Kusto database principals operation response. @@ -40,7 +40,7 @@ internal partial interface IDatabasePrincipalListResultInternal { /// The list of Kusto database principals. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal[] Value { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal[] Value { get; set; } } } \ No newline at end of file diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalListResult.json.cs b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalListResult.json.cs similarity index 93% rename from src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalListResult.json.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalListResult.json.cs index 13490a4859f8..379b45fd7a7e 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalListResult.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalListResult.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -58,18 +58,18 @@ internal DatabasePrincipalListResult(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Ru { return; } - {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipal.FromJson(__u) )) ))() : null : Value;} + {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipal.FromJson(__u) )) ))() : null : Value;} AfterFromJson(json); } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListResult. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListResult. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListResult. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListResult. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListResult FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListResult FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new DatabasePrincipalListResult(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalProperties.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalProperties.PowerShell.cs similarity index 81% rename from src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalProperties.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalProperties.PowerShell.cs index b020e2116288..e9ec28e7215d 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalProperties.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalProperties.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class DatabasePrincipalProperties partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,18 +61,18 @@ internal DatabasePrincipalProperties(global::System.Collections.IDictionary cont return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)this).PrincipalId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)this).PrincipalName = (string) content.GetValueForProperty("PrincipalName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)this).PrincipalName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)this).PrincipalType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType) content.GetValueForProperty("PrincipalType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)this).PrincipalType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)this).Role = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalRole) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)this).Role, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalRole.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)this).TenantId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)this).TenantName = (string) content.GetValueForProperty("TenantName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)this).TenantName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)this).PrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)this).PrincipalName = (string) content.GetValueForProperty("PrincipalName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)this).PrincipalName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)this).PrincipalType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType) content.GetValueForProperty("PrincipalType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)this).PrincipalType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)this).Role = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalRole) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)this).Role, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalRole.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)this).TenantName = (string) content.GetValueForProperty("TenantName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)this).TenantName, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -85,38 +85,38 @@ internal DatabasePrincipalProperties(global::System.Management.Automation.PSObje return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)this).PrincipalId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)this).PrincipalName = (string) content.GetValueForProperty("PrincipalName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)this).PrincipalName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)this).PrincipalType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType) content.GetValueForProperty("PrincipalType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)this).PrincipalType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)this).Role = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalRole) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)this).Role, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalRole.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)this).TenantId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)this).TenantName = (string) content.GetValueForProperty("TenantName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal)this).TenantName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)this).PrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)this).PrincipalName = (string) content.GetValueForProperty("PrincipalName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)this).PrincipalName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)this).PrincipalType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType) content.GetValueForProperty("PrincipalType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)this).PrincipalType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)this).Role = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalRole) content.GetValueForProperty("Role",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)this).Role, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.DatabasePrincipalRole.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)this).TenantName = (string) content.GetValueForProperty("TenantName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal)this).TenantName, global::System.Convert.ToString); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalProperties DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalProperties DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new DatabasePrincipalProperties(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalProperties DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalProperties DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new DatabasePrincipalProperties(content); } @@ -126,7 +126,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatab /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalProperties.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalProperties.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalProperties.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalProperties.TypeConverter.cs index 86ea42c67278..3f54ecf4c46c 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalProperties.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalProperties.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalProperties ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalProperties ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalProperties).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalProperties).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalProperties.cs b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalProperties.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalProperties.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalProperties.cs index 365fe1632820..8135556be675 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalProperties.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalProperties.cs @@ -1,21 +1,21 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// A class representing database principal property. public partial class DatabasePrincipalProperties : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalProperties, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalProperties, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal { /// Internal Acessors for PrincipalName - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal.PrincipalName { get => this._principalName; set { {_principalName = value;} } } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal.PrincipalName { get => this._principalName; set { {_principalName = value;} } } /// Internal Acessors for ProvisioningState - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal.ProvisioningState { get => this._provisioningState; set { {_provisioningState = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal.ProvisioningState { get => this._provisioningState; set { {_provisioningState = value;} } } /// Internal Acessors for TenantName - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalPropertiesInternal.TenantName { get => this._tenantName; set { {_tenantName = value;} } } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalPropertiesInternal.TenantName { get => this._tenantName; set { {_tenantName = value;} } } /// Backing field for property. private string _principalId; diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalProperties.json.cs b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalProperties.json.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalProperties.json.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalProperties.json.cs index 160bef3022cc..ddc44d632377 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabasePrincipalProperties.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabasePrincipalProperties.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -69,13 +69,13 @@ internal DatabasePrincipalProperties(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Ru } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalProperties. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalProperties. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalProperties. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalProperties. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalProperties FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalProperties FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new DatabasePrincipalProperties(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabaseStatistics.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/DatabaseStatistics.PowerShell.cs similarity index 89% rename from src/Kusto/generated/api/Models/Api20200215/DatabaseStatistics.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabaseStatistics.PowerShell.cs index 89869dc69f0c..be4d5cabc4c0 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabaseStatistics.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabaseStatistics.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,7 +48,7 @@ public partial class DatabaseStatistics partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -61,12 +61,12 @@ internal DatabaseStatistics(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatisticsInternal)this).Size = (float?) content.GetValueForProperty("Size",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatisticsInternal)this).Size, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatisticsInternal)this).Size = (float?) content.GetValueForProperty("Size",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatisticsInternal)this).Size, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -79,32 +79,32 @@ internal DatabaseStatistics(global::System.Management.Automation.PSObject conten return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatisticsInternal)this).Size = (float?) content.GetValueForProperty("Size",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatisticsInternal)this).Size, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatisticsInternal)this).Size = (float?) content.GetValueForProperty("Size",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatisticsInternal)this).Size, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); AfterDeserializePSObject(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatistics DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatistics DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new DatabaseStatistics(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatistics DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatistics DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new DatabaseStatistics(content); } @@ -114,7 +114,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatab /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatistics FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatistics FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabaseStatistics.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/DatabaseStatistics.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/DatabaseStatistics.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabaseStatistics.TypeConverter.cs index 1b52bb4a1f4b..5933dcdf5266 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabaseStatistics.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabaseStatistics.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatistics ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatistics ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatistics).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatistics).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabaseStatistics.cs b/src/Kusto/generated/api/Models/Api20200614/DatabaseStatistics.cs similarity index 96% rename from src/Kusto/generated/api/Models/Api20200215/DatabaseStatistics.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabaseStatistics.cs index 2e9e104e9a32..366d01c03e18 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabaseStatistics.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabaseStatistics.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// A class that contains database statistics information. public partial class DatabaseStatistics : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatistics, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatisticsInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatistics, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatisticsInternal { /// Backing field for property. diff --git a/src/Kusto/generated/api/Models/Api20200215/DatabaseStatistics.json.cs b/src/Kusto/generated/api/Models/Api20200614/DatabaseStatistics.json.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/DatabaseStatistics.json.cs rename to src/Kusto/generated/api/Models/Api20200614/DatabaseStatistics.json.cs index be311d702d77..4627991cca88 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DatabaseStatistics.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DatabaseStatistics.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -63,13 +63,13 @@ internal DatabaseStatistics(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Jso } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatistics. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatistics. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatistics. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatistics. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatistics FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatistics FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new DatabaseStatistics(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DiagnoseVirtualNetworkResult.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/DiagnoseVirtualNetworkResult.PowerShell.cs similarity index 89% rename from src/Kusto/generated/api/Models/Api20200215/DiagnoseVirtualNetworkResult.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/DiagnoseVirtualNetworkResult.PowerShell.cs index e905b3a024a0..e3513db0605a 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DiagnoseVirtualNetworkResult.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DiagnoseVirtualNetworkResult.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -47,33 +47,33 @@ public partial class DiagnoseVirtualNetworkResult partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDiagnoseVirtualNetworkResult DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDiagnoseVirtualNetworkResult DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new DiagnoseVirtualNetworkResult(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDiagnoseVirtualNetworkResult DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDiagnoseVirtualNetworkResult DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new DiagnoseVirtualNetworkResult(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -86,12 +86,12 @@ internal DiagnoseVirtualNetworkResult(global::System.Collections.IDictionary con return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDiagnoseVirtualNetworkResultInternal)this).Finding = (string[]) content.GetValueForProperty("Finding",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDiagnoseVirtualNetworkResultInternal)this).Finding, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDiagnoseVirtualNetworkResultInternal)this).Finding = (string[]) content.GetValueForProperty("Finding",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDiagnoseVirtualNetworkResultInternal)this).Finding, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -104,7 +104,7 @@ internal DiagnoseVirtualNetworkResult(global::System.Management.Automation.PSObj return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDiagnoseVirtualNetworkResultInternal)this).Finding = (string[]) content.GetValueForProperty("Finding",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDiagnoseVirtualNetworkResultInternal)this).Finding, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDiagnoseVirtualNetworkResultInternal)this).Finding = (string[]) content.GetValueForProperty("Finding",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDiagnoseVirtualNetworkResultInternal)this).Finding, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); AfterDeserializePSObject(content); } @@ -113,7 +113,7 @@ internal DiagnoseVirtualNetworkResult(global::System.Management.Automation.PSObj /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDiagnoseVirtualNetworkResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDiagnoseVirtualNetworkResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/DiagnoseVirtualNetworkResult.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/DiagnoseVirtualNetworkResult.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/DiagnoseVirtualNetworkResult.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/DiagnoseVirtualNetworkResult.TypeConverter.cs index 01a1e7d5ac7a..749c379d4ed6 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DiagnoseVirtualNetworkResult.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DiagnoseVirtualNetworkResult.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDiagnoseVirtualNetworkResult ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDiagnoseVirtualNetworkResult ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDiagnoseVirtualNetworkResult).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDiagnoseVirtualNetworkResult).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/DiagnoseVirtualNetworkResult.cs b/src/Kusto/generated/api/Models/Api20200614/DiagnoseVirtualNetworkResult.cs similarity index 95% rename from src/Kusto/generated/api/Models/Api20200215/DiagnoseVirtualNetworkResult.cs rename to src/Kusto/generated/api/Models/Api20200614/DiagnoseVirtualNetworkResult.cs index 7df8b58c8189..cc7d515eedf6 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DiagnoseVirtualNetworkResult.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DiagnoseVirtualNetworkResult.cs @@ -1,10 +1,10 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; public partial class DiagnoseVirtualNetworkResult : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDiagnoseVirtualNetworkResult, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDiagnoseVirtualNetworkResultInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDiagnoseVirtualNetworkResult, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDiagnoseVirtualNetworkResultInternal { /// Backing field for property. diff --git a/src/Kusto/generated/api/Models/Api20200215/DiagnoseVirtualNetworkResult.json.cs b/src/Kusto/generated/api/Models/Api20200614/DiagnoseVirtualNetworkResult.json.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/DiagnoseVirtualNetworkResult.json.cs rename to src/Kusto/generated/api/Models/Api20200614/DiagnoseVirtualNetworkResult.json.cs index 0b3c90cac64c..fa6ade963947 100644 --- a/src/Kusto/generated/api/Models/Api20200215/DiagnoseVirtualNetworkResult.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/DiagnoseVirtualNetworkResult.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -62,13 +62,13 @@ internal DiagnoseVirtualNetworkResult(Microsoft.Azure.PowerShell.Cmdlets.Kusto.R } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDiagnoseVirtualNetworkResult. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDiagnoseVirtualNetworkResult. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDiagnoseVirtualNetworkResult. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDiagnoseVirtualNetworkResult. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDiagnoseVirtualNetworkResult FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDiagnoseVirtualNetworkResult FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new DiagnoseVirtualNetworkResult(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/EventGridConnectionProperties.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/EventGridConnectionProperties.PowerShell.cs similarity index 69% rename from src/Kusto/generated/api/Models/Api20200215/EventGridConnectionProperties.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/EventGridConnectionProperties.PowerShell.cs index 717921a9d9a9..2bcc97e5ba3e 100644 --- a/src/Kusto/generated/api/Models/Api20200215/EventGridConnectionProperties.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/EventGridConnectionProperties.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,35 +48,35 @@ public partial class EventGridConnectionProperties partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionProperties DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionProperties DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new EventGridConnectionProperties(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionProperties DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionProperties DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new EventGridConnectionProperties(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -89,17 +89,19 @@ internal EventGridConnectionProperties(global::System.Collections.IDictionary co return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)this).ConsumerGroup = (string) content.GetValueForProperty("ConsumerGroup",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)this).ConsumerGroup, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)this).DataFormat = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat) content.GetValueForProperty("DataFormat",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)this).DataFormat, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)this).EventHubResourceId = (string) content.GetValueForProperty("EventHubResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)this).EventHubResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)this).MappingRuleName = (string) content.GetValueForProperty("MappingRuleName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)this).MappingRuleName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)this).StorageAccountResourceId = (string) content.GetValueForProperty("StorageAccountResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)this).StorageAccountResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)this).TableName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).BlobStorageEventType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType?) content.GetValueForProperty("BlobStorageEventType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).BlobStorageEventType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).ConsumerGroup = (string) content.GetValueForProperty("ConsumerGroup",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).ConsumerGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).DataFormat = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat?) content.GetValueForProperty("DataFormat",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).DataFormat, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).EventHubResourceId = (string) content.GetValueForProperty("EventHubResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).EventHubResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).IgnoreFirstRecord = (bool?) content.GetValueForProperty("IgnoreFirstRecord",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).IgnoreFirstRecord, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).MappingRuleName = (string) content.GetValueForProperty("MappingRuleName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).MappingRuleName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).StorageAccountResourceId = (string) content.GetValueForProperty("StorageAccountResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).StorageAccountResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).TableName, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -112,12 +114,14 @@ internal EventGridConnectionProperties(global::System.Management.Automation.PSOb return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)this).ConsumerGroup = (string) content.GetValueForProperty("ConsumerGroup",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)this).ConsumerGroup, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)this).DataFormat = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat) content.GetValueForProperty("DataFormat",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)this).DataFormat, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)this).EventHubResourceId = (string) content.GetValueForProperty("EventHubResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)this).EventHubResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)this).MappingRuleName = (string) content.GetValueForProperty("MappingRuleName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)this).MappingRuleName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)this).StorageAccountResourceId = (string) content.GetValueForProperty("StorageAccountResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)this).StorageAccountResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)this).TableName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).BlobStorageEventType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType?) content.GetValueForProperty("BlobStorageEventType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).BlobStorageEventType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).ConsumerGroup = (string) content.GetValueForProperty("ConsumerGroup",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).ConsumerGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).DataFormat = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat?) content.GetValueForProperty("DataFormat",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).DataFormat, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).EventHubResourceId = (string) content.GetValueForProperty("EventHubResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).EventHubResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).IgnoreFirstRecord = (bool?) content.GetValueForProperty("IgnoreFirstRecord",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).IgnoreFirstRecord, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).MappingRuleName = (string) content.GetValueForProperty("MappingRuleName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).MappingRuleName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).StorageAccountResourceId = (string) content.GetValueForProperty("StorageAccountResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).StorageAccountResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)this).TableName, global::System.Convert.ToString); AfterDeserializePSObject(content); } @@ -126,7 +130,7 @@ internal EventGridConnectionProperties(global::System.Management.Automation.PSOb /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/EventGridConnectionProperties.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/EventGridConnectionProperties.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/EventGridConnectionProperties.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/EventGridConnectionProperties.TypeConverter.cs index 5cd2d6de3b84..145eed0e90cf 100644 --- a/src/Kusto/generated/api/Models/Api20200215/EventGridConnectionProperties.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/EventGridConnectionProperties.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionProperties ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionProperties ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionProperties).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionProperties).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/EventGridConnectionProperties.cs b/src/Kusto/generated/api/Models/Api20200614/EventGridConnectionProperties.cs similarity index 72% rename from src/Kusto/generated/api/Models/Api20200215/EventGridConnectionProperties.cs rename to src/Kusto/generated/api/Models/Api20200614/EventGridConnectionProperties.cs index 26a1ca5f6ecd..ed76b563d289 100644 --- a/src/Kusto/generated/api/Models/Api20200215/EventGridConnectionProperties.cs +++ b/src/Kusto/generated/api/Models/Api20200614/EventGridConnectionProperties.cs @@ -1,13 +1,20 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// Class representing the Kusto event grid connection properties. public partial class EventGridConnectionProperties : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionProperties, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionProperties, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal { + /// Backing field for property. + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType? _blobStorageEventType; + + /// The name of blob storage event type to process. + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType? BlobStorageEventType { get => this._blobStorageEventType; set => this._blobStorageEventType = value; } + /// Backing field for property. private string _consumerGroup; @@ -16,13 +23,13 @@ public partial class EventGridConnectionProperties : public string ConsumerGroup { get => this._consumerGroup; set => this._consumerGroup = value; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat _dataFormat; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat? _dataFormat; /// /// The data format of the message. Optionally the data format can be added to each message. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat DataFormat { get => this._dataFormat; set => this._dataFormat = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat? DataFormat { get => this._dataFormat; set => this._dataFormat = value; } /// Backing field for property. private string _eventHubResourceId; @@ -31,6 +38,15 @@ public partial class EventGridConnectionProperties : [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] public string EventHubResourceId { get => this._eventHubResourceId; set => this._eventHubResourceId = value; } + /// Backing field for property. + private bool? _ignoreFirstRecord; + + /// + /// A Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file + /// + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] + public bool? IgnoreFirstRecord { get => this._ignoreFirstRecord; set => this._ignoreFirstRecord = value; } + /// Backing field for property. private string _mappingRuleName; @@ -66,6 +82,14 @@ public EventGridConnectionProperties() public partial interface IEventGridConnectionProperties : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IJsonSerializable { + /// The name of blob storage event type to process. + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( + Required = false, + ReadOnly = false, + Description = @"The name of blob storage event type to process.", + SerializedName = @"blobStorageEventType", + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType? BlobStorageEventType { get; set; } /// The event hub consumer group. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( Required = true, @@ -78,12 +102,12 @@ public partial interface IEventGridConnectionProperties : /// The data format of the message. Optionally the data format can be added to each message. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( - Required = true, + Required = false, ReadOnly = false, Description = @"The data format of the message. Optionally the data format can be added to each message.", SerializedName = @"dataFormat", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat DataFormat { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat? DataFormat { get; set; } /// The resource ID where the event grid is configured to send events. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( Required = true, @@ -93,6 +117,16 @@ public partial interface IEventGridConnectionProperties : PossibleTypes = new [] { typeof(string) })] string EventHubResourceId { get; set; } /// + /// A Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file + /// + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( + Required = false, + ReadOnly = false, + Description = @"A Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file", + SerializedName = @"ignoreFirstRecord", + PossibleTypes = new [] { typeof(bool) })] + bool? IgnoreFirstRecord { get; set; } + /// /// The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( @@ -114,7 +148,7 @@ public partial interface IEventGridConnectionProperties : /// The table where the data should be ingested. Optionally the table information can be added to each message. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( - Required = true, + Required = false, ReadOnly = false, Description = @"The table where the data should be ingested. Optionally the table information can be added to each message.", SerializedName = @"tableName", @@ -126,15 +160,21 @@ public partial interface IEventGridConnectionProperties : internal partial interface IEventGridConnectionPropertiesInternal { + /// The name of blob storage event type to process. + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType? BlobStorageEventType { get; set; } /// The event hub consumer group. string ConsumerGroup { get; set; } /// /// The data format of the message. Optionally the data format can be added to each message. /// - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat DataFormat { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat? DataFormat { get; set; } /// The resource ID where the event grid is configured to send events. string EventHubResourceId { get; set; } /// + /// A Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file + /// + bool? IgnoreFirstRecord { get; set; } + /// /// The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message. /// string MappingRuleName { get; set; } diff --git a/src/Kusto/generated/api/Models/Api20200215/EventGridConnectionProperties.json.cs b/src/Kusto/generated/api/Models/Api20200614/EventGridConnectionProperties.json.cs similarity index 87% rename from src/Kusto/generated/api/Models/Api20200215/EventGridConnectionProperties.json.cs rename to src/Kusto/generated/api/Models/Api20200614/EventGridConnectionProperties.json.cs index 107f229f4b4b..b744c20449d0 100644 --- a/src/Kusto/generated/api/Models/Api20200215/EventGridConnectionProperties.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/EventGridConnectionProperties.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -58,9 +58,11 @@ internal EventGridConnectionProperties(Microsoft.Azure.PowerShell.Cmdlets.Kusto. { return; } + {_blobStorageEventType = If( json?.PropertyT("blobStorageEventType"), out var __jsonBlobStorageEventType) ? (string)__jsonBlobStorageEventType : (string)BlobStorageEventType;} {_consumerGroup = If( json?.PropertyT("consumerGroup"), out var __jsonConsumerGroup) ? (string)__jsonConsumerGroup : (string)ConsumerGroup;} {_dataFormat = If( json?.PropertyT("dataFormat"), out var __jsonDataFormat) ? (string)__jsonDataFormat : (string)DataFormat;} {_eventHubResourceId = If( json?.PropertyT("eventHubResourceId"), out var __jsonEventHubResourceId) ? (string)__jsonEventHubResourceId : (string)EventHubResourceId;} + {_ignoreFirstRecord = If( json?.PropertyT("ignoreFirstRecord"), out var __jsonIgnoreFirstRecord) ? (bool?)__jsonIgnoreFirstRecord : IgnoreFirstRecord;} {_mappingRuleName = If( json?.PropertyT("mappingRuleName"), out var __jsonMappingRuleName) ? (string)__jsonMappingRuleName : (string)MappingRuleName;} {_storageAccountResourceId = If( json?.PropertyT("storageAccountResourceId"), out var __jsonStorageAccountResourceId) ? (string)__jsonStorageAccountResourceId : (string)StorageAccountResourceId;} {_tableName = If( json?.PropertyT("tableName"), out var __jsonTableName) ? (string)__jsonTableName : (string)TableName;} @@ -68,13 +70,13 @@ internal EventGridConnectionProperties(Microsoft.Azure.PowerShell.Cmdlets.Kusto. } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionProperties. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionProperties. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionProperties. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionProperties. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionProperties FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionProperties FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new EventGridConnectionProperties(json) : null; } @@ -98,9 +100,11 @@ public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode ToJson(Mic { return container; } + AddIf( null != (((object)this._blobStorageEventType)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonString(this._blobStorageEventType.ToString()) : null, "blobStorageEventType" ,container.Add ); AddIf( null != (((object)this._consumerGroup)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonString(this._consumerGroup.ToString()) : null, "consumerGroup" ,container.Add ); AddIf( null != (((object)this._dataFormat)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonString(this._dataFormat.ToString()) : null, "dataFormat" ,container.Add ); AddIf( null != (((object)this._eventHubResourceId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonString(this._eventHubResourceId.ToString()) : null, "eventHubResourceId" ,container.Add ); + AddIf( null != this._ignoreFirstRecord ? (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonBoolean((bool)this._ignoreFirstRecord) : null, "ignoreFirstRecord" ,container.Add ); AddIf( null != (((object)this._mappingRuleName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonString(this._mappingRuleName.ToString()) : null, "mappingRuleName" ,container.Add ); AddIf( null != (((object)this._storageAccountResourceId)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonString(this._storageAccountResourceId.ToString()) : null, "storageAccountResourceId" ,container.Add ); AddIf( null != (((object)this._tableName)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonString(this._tableName.ToString()) : null, "tableName" ,container.Add ); diff --git a/src/Kusto/generated/api/Models/Api20200215/EventGridDataConnection.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/EventGridDataConnection.PowerShell.cs similarity index 69% rename from src/Kusto/generated/api/Models/Api20200215/EventGridDataConnection.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/EventGridDataConnection.PowerShell.cs index 15e616e6b1ee..783b4302f67b 100644 --- a/src/Kusto/generated/api/Models/Api20200215/EventGridDataConnection.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/EventGridDataConnection.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,33 +48,33 @@ public partial class EventGridDataConnection partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnection DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnection DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new EventGridDataConnection(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnection DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnection DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new EventGridDataConnection(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -87,23 +87,25 @@ internal EventGridDataConnection(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.EventGridConnectionPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.EventGridConnectionPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Location, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal)this).ConsumerGroup = (string) content.GetValueForProperty("ConsumerGroup",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal)this).ConsumerGroup, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal)this).DataFormat = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat) content.GetValueForProperty("DataFormat",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal)this).DataFormat, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal)this).EventHubResourceId = (string) content.GetValueForProperty("EventHubResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal)this).EventHubResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal)this).MappingRuleName = (string) content.GetValueForProperty("MappingRuleName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal)this).MappingRuleName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal)this).StorageAccountResourceId = (string) content.GetValueForProperty("StorageAccountResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal)this).StorageAccountResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal)this).TableName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).BlobStorageEventType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType?) content.GetValueForProperty("BlobStorageEventType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).BlobStorageEventType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).ConsumerGroup = (string) content.GetValueForProperty("ConsumerGroup",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).ConsumerGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).DataFormat = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat?) content.GetValueForProperty("DataFormat",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).DataFormat, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).EventHubResourceId = (string) content.GetValueForProperty("EventHubResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).EventHubResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).IgnoreFirstRecord = (bool?) content.GetValueForProperty("IgnoreFirstRecord",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).IgnoreFirstRecord, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).MappingRuleName = (string) content.GetValueForProperty("MappingRuleName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).MappingRuleName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).StorageAccountResourceId = (string) content.GetValueForProperty("StorageAccountResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).StorageAccountResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).TableName, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -116,18 +118,20 @@ internal EventGridDataConnection(global::System.Management.Automation.PSObject c return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.EventGridConnectionPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.EventGridConnectionPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Location, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal)this).ConsumerGroup = (string) content.GetValueForProperty("ConsumerGroup",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal)this).ConsumerGroup, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal)this).DataFormat = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat) content.GetValueForProperty("DataFormat",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal)this).DataFormat, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal)this).EventHubResourceId = (string) content.GetValueForProperty("EventHubResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal)this).EventHubResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal)this).MappingRuleName = (string) content.GetValueForProperty("MappingRuleName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal)this).MappingRuleName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal)this).StorageAccountResourceId = (string) content.GetValueForProperty("StorageAccountResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal)this).StorageAccountResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal)this).TableName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).BlobStorageEventType = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType?) content.GetValueForProperty("BlobStorageEventType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).BlobStorageEventType, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).ConsumerGroup = (string) content.GetValueForProperty("ConsumerGroup",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).ConsumerGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).DataFormat = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat?) content.GetValueForProperty("DataFormat",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).DataFormat, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).EventHubResourceId = (string) content.GetValueForProperty("EventHubResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).EventHubResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).IgnoreFirstRecord = (bool?) content.GetValueForProperty("IgnoreFirstRecord",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).IgnoreFirstRecord, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).MappingRuleName = (string) content.GetValueForProperty("MappingRuleName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).MappingRuleName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).StorageAccountResourceId = (string) content.GetValueForProperty("StorageAccountResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).StorageAccountResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal)this).TableName, global::System.Convert.ToString); AfterDeserializePSObject(content); } @@ -136,7 +140,7 @@ internal EventGridDataConnection(global::System.Management.Automation.PSObject c /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnection FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnection FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/EventGridDataConnection.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/EventGridDataConnection.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/EventGridDataConnection.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/EventGridDataConnection.TypeConverter.cs index 904e10dfff1c..81f6e8757c1c 100644 --- a/src/Kusto/generated/api/Models/Api20200215/EventGridDataConnection.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/EventGridDataConnection.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnection ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnection ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnection).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnection).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/EventGridDataConnection.cs b/src/Kusto/generated/api/Models/Api20200614/EventGridDataConnection.cs similarity index 72% rename from src/Kusto/generated/api/Models/Api20200215/EventGridDataConnection.cs rename to src/Kusto/generated/api/Models/Api20200614/EventGridDataConnection.cs index 884810520a22..0ee272a8bffc 100644 --- a/src/Kusto/generated/api/Models/Api20200215/EventGridDataConnection.cs +++ b/src/Kusto/generated/api/Models/Api20200614/EventGridDataConnection.cs @@ -1,32 +1,36 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// Class representing an Event Grid data connection. public partial class EventGridDataConnection : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnection, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnection, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IValidates { /// - /// Backing field for Inherited model /// - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection __dataConnection = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnection(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection __dataConnection = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnection(); + + /// The name of blob storage event type to process. + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType? BlobStorageEventType { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)Property).BlobStorageEventType; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)Property).BlobStorageEventType = value; } /// The event hub consumer group. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string ConsumerGroup { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)Property).ConsumerGroup; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)Property).ConsumerGroup = value; } + public string ConsumerGroup { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)Property).ConsumerGroup; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)Property).ConsumerGroup = value; } /// /// The data format of the message. Optionally the data format can be added to each message. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat DataFormat { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)Property).DataFormat; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)Property).DataFormat = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat? DataFormat { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)Property).DataFormat; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)Property).DataFormat = value; } /// The resource ID where the event grid is configured to send events. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string EventHubResourceId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)Property).EventHubResourceId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)Property).EventHubResourceId = value; } + public string EventHubResourceId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)Property).EventHubResourceId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)Property).EventHubResourceId = value; } /// /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} @@ -34,19 +38,25 @@ public partial class EventGridDataConnection : [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inherited)] public string Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__dataConnection).Id; } + /// + /// A Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file + /// + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] + public bool? IgnoreFirstRecord { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)Property).IgnoreFirstRecord; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)Property).IgnoreFirstRecord = value; } + /// Kind of the endpoint for the data connection [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inherited)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind Kind { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)__dataConnection).Kind; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)__dataConnection).Kind = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind Kind { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)__dataConnection).Kind; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)__dataConnection).Kind = value; } /// Resource location. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inherited)] - public string Location { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)__dataConnection).Location; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)__dataConnection).Location = value; } + public string Location { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)__dataConnection).Location; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)__dataConnection).Location = value; } /// /// The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string MappingRuleName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)Property).MappingRuleName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)Property).MappingRuleName = value; } + public string MappingRuleName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)Property).MappingRuleName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)Property).MappingRuleName = value; } /// Internal Acessors for Id string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__dataConnection).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__dataConnection).Id = value; } @@ -58,28 +68,28 @@ public partial class EventGridDataConnection : string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__dataConnection).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__dataConnection).Type = value; } /// Internal Acessors for Property - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionProperties Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnectionInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.EventGridConnectionProperties()); set { {_property = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionProperties Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnectionInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.EventGridConnectionProperties()); set { {_property = value;} } } /// The name of the resource [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inherited)] public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__dataConnection).Name; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionProperties _property; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionProperties _property; /// The properties of the Event Grid data connection. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionProperties Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.EventGridConnectionProperties()); set => this._property = value; } + internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionProperties Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.EventGridConnectionProperties()); set => this._property = value; } /// The resource ID of the storage account where the data resides. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string StorageAccountResourceId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)Property).StorageAccountResourceId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)Property).StorageAccountResourceId = value; } + public string StorageAccountResourceId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)Property).StorageAccountResourceId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)Property).StorageAccountResourceId = value; } /// /// The table where the data should be ingested. Optionally the table information can be added to each message. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string TableName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)Property).TableName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionPropertiesInternal)Property).TableName = value; } + public string TableName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)Property).TableName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionPropertiesInternal)Property).TableName = value; } /// /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. @@ -108,8 +118,16 @@ public EventGridDataConnection() /// Class representing an Event Grid data connection. public partial interface IEventGridDataConnection : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IJsonSerializable, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection { + /// The name of blob storage event type to process. + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( + Required = false, + ReadOnly = false, + Description = @"The name of blob storage event type to process.", + SerializedName = @"blobStorageEventType", + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType? BlobStorageEventType { get; set; } /// The event hub consumer group. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( Required = true, @@ -122,12 +140,12 @@ public partial interface IEventGridDataConnection : /// The data format of the message. Optionally the data format can be added to each message. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( - Required = true, + Required = false, ReadOnly = false, Description = @"The data format of the message. Optionally the data format can be added to each message.", SerializedName = @"dataFormat", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat DataFormat { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat? DataFormat { get; set; } /// The resource ID where the event grid is configured to send events. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( Required = true, @@ -137,6 +155,16 @@ public partial interface IEventGridDataConnection : PossibleTypes = new [] { typeof(string) })] string EventHubResourceId { get; set; } /// + /// A Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file + /// + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( + Required = false, + ReadOnly = false, + Description = @"A Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file", + SerializedName = @"ignoreFirstRecord", + PossibleTypes = new [] { typeof(bool) })] + bool? IgnoreFirstRecord { get; set; } + /// /// The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( @@ -158,7 +186,7 @@ public partial interface IEventGridDataConnection : /// The table where the data should be ingested. Optionally the table information can be added to each message. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( - Required = true, + Required = false, ReadOnly = false, Description = @"The table where the data should be ingested. Optionally the table information can be added to each message.", SerializedName = @"tableName", @@ -168,22 +196,28 @@ public partial interface IEventGridDataConnection : } /// Class representing an Event Grid data connection. internal partial interface IEventGridDataConnectionInternal : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal { + /// The name of blob storage event type to process. + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType? BlobStorageEventType { get; set; } /// The event hub consumer group. string ConsumerGroup { get; set; } /// /// The data format of the message. Optionally the data format can be added to each message. /// - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat DataFormat { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat? DataFormat { get; set; } /// The resource ID where the event grid is configured to send events. string EventHubResourceId { get; set; } /// + /// A Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file + /// + bool? IgnoreFirstRecord { get; set; } + /// /// The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message. /// string MappingRuleName { get; set; } /// The properties of the Event Grid data connection. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridConnectionProperties Property { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridConnectionProperties Property { get; set; } /// The resource ID of the storage account where the data resides. string StorageAccountResourceId { get; set; } /// diff --git a/src/Kusto/generated/api/Models/Api20200215/EventGridDataConnection.json.cs b/src/Kusto/generated/api/Models/Api20200614/EventGridDataConnection.json.cs similarity index 95% rename from src/Kusto/generated/api/Models/Api20200215/EventGridDataConnection.json.cs rename to src/Kusto/generated/api/Models/Api20200614/EventGridDataConnection.json.cs index 94a686823b59..e0284cf23c05 100644 --- a/src/Kusto/generated/api/Models/Api20200215/EventGridDataConnection.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/EventGridDataConnection.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -58,19 +58,19 @@ internal EventGridDataConnection(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtim { return; } - __dataConnection = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnection(json); - {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.EventGridConnectionProperties.FromJson(__jsonProperties) : Property;} + __dataConnection = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnection(json); + {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.EventGridConnectionProperties.FromJson(__jsonProperties) : Property;} AfterFromJson(json); } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnection. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnection. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnection. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnection. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventGridDataConnection FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventGridDataConnection FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new EventGridDataConnection(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/EventHubConnectionProperties.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/EventHubConnectionProperties.PowerShell.cs similarity index 80% rename from src/Kusto/generated/api/Models/Api20200215/EventHubConnectionProperties.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/EventHubConnectionProperties.PowerShell.cs index 88f6ef4aae49..f94a50409498 100644 --- a/src/Kusto/generated/api/Models/Api20200215/EventHubConnectionProperties.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/EventHubConnectionProperties.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,33 +48,33 @@ public partial class EventHubConnectionProperties partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionProperties DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionProperties DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new EventHubConnectionProperties(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionProperties DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionProperties DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new EventHubConnectionProperties(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -87,18 +87,18 @@ internal EventHubConnectionProperties(global::System.Collections.IDictionary con return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)this).Compression = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Compression?) content.GetValueForProperty("Compression",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)this).Compression, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Compression.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)this).ConsumerGroup = (string) content.GetValueForProperty("ConsumerGroup",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)this).ConsumerGroup, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)this).DataFormat = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventHubDataFormat?) content.GetValueForProperty("DataFormat",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)this).DataFormat, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventHubDataFormat.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)this).EventHubResourceId = (string) content.GetValueForProperty("EventHubResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)this).EventHubResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)this).EventSystemProperty = (string[]) content.GetValueForProperty("EventSystemProperty",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)this).EventSystemProperty, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)this).MappingRuleName = (string) content.GetValueForProperty("MappingRuleName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)this).MappingRuleName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)this).TableName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)this).Compression = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Compression?) content.GetValueForProperty("Compression",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)this).Compression, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Compression.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)this).ConsumerGroup = (string) content.GetValueForProperty("ConsumerGroup",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)this).ConsumerGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)this).DataFormat = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventHubDataFormat?) content.GetValueForProperty("DataFormat",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)this).DataFormat, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventHubDataFormat.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)this).EventHubResourceId = (string) content.GetValueForProperty("EventHubResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)this).EventHubResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)this).EventSystemProperty = (string[]) content.GetValueForProperty("EventSystemProperty",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)this).EventSystemProperty, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)this).MappingRuleName = (string) content.GetValueForProperty("MappingRuleName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)this).MappingRuleName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)this).TableName, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -111,13 +111,13 @@ internal EventHubConnectionProperties(global::System.Management.Automation.PSObj return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)this).Compression = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Compression?) content.GetValueForProperty("Compression",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)this).Compression, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Compression.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)this).ConsumerGroup = (string) content.GetValueForProperty("ConsumerGroup",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)this).ConsumerGroup, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)this).DataFormat = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventHubDataFormat?) content.GetValueForProperty("DataFormat",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)this).DataFormat, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventHubDataFormat.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)this).EventHubResourceId = (string) content.GetValueForProperty("EventHubResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)this).EventHubResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)this).EventSystemProperty = (string[]) content.GetValueForProperty("EventSystemProperty",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)this).EventSystemProperty, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)this).MappingRuleName = (string) content.GetValueForProperty("MappingRuleName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)this).MappingRuleName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)this).TableName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)this).Compression = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Compression?) content.GetValueForProperty("Compression",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)this).Compression, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Compression.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)this).ConsumerGroup = (string) content.GetValueForProperty("ConsumerGroup",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)this).ConsumerGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)this).DataFormat = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventHubDataFormat?) content.GetValueForProperty("DataFormat",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)this).DataFormat, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventHubDataFormat.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)this).EventHubResourceId = (string) content.GetValueForProperty("EventHubResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)this).EventHubResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)this).EventSystemProperty = (string[]) content.GetValueForProperty("EventSystemProperty",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)this).EventSystemProperty, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)this).MappingRuleName = (string) content.GetValueForProperty("MappingRuleName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)this).MappingRuleName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)this).TableName, global::System.Convert.ToString); AfterDeserializePSObject(content); } @@ -126,7 +126,7 @@ internal EventHubConnectionProperties(global::System.Management.Automation.PSObj /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/EventHubConnectionProperties.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/EventHubConnectionProperties.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/EventHubConnectionProperties.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/EventHubConnectionProperties.TypeConverter.cs index e877787aae79..13f62a945f18 100644 --- a/src/Kusto/generated/api/Models/Api20200215/EventHubConnectionProperties.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/EventHubConnectionProperties.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionProperties ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionProperties ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionProperties).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionProperties).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/EventHubConnectionProperties.cs b/src/Kusto/generated/api/Models/Api20200614/EventHubConnectionProperties.cs similarity index 99% rename from src/Kusto/generated/api/Models/Api20200215/EventHubConnectionProperties.cs rename to src/Kusto/generated/api/Models/Api20200614/EventHubConnectionProperties.cs index ca45094ca6c5..109ca3579036 100644 --- a/src/Kusto/generated/api/Models/Api20200215/EventHubConnectionProperties.cs +++ b/src/Kusto/generated/api/Models/Api20200614/EventHubConnectionProperties.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// Class representing the Kusto event hub connection properties. public partial class EventHubConnectionProperties : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionProperties, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionProperties, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal { /// Backing field for property. diff --git a/src/Kusto/generated/api/Models/Api20200215/EventHubConnectionProperties.json.cs b/src/Kusto/generated/api/Models/Api20200614/EventHubConnectionProperties.json.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/EventHubConnectionProperties.json.cs rename to src/Kusto/generated/api/Models/Api20200614/EventHubConnectionProperties.json.cs index 5255cb4a3d09..87b598c457a3 100644 --- a/src/Kusto/generated/api/Models/Api20200215/EventHubConnectionProperties.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/EventHubConnectionProperties.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -69,13 +69,13 @@ internal EventHubConnectionProperties(Microsoft.Azure.PowerShell.Cmdlets.Kusto.R } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionProperties. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionProperties. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionProperties. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionProperties. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionProperties FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionProperties FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new EventHubConnectionProperties(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/EventHubDataConnection.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/EventHubDataConnection.PowerShell.cs similarity index 79% rename from src/Kusto/generated/api/Models/Api20200215/EventHubDataConnection.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/EventHubDataConnection.PowerShell.cs index d56513dc8a6b..d374da267690 100644 --- a/src/Kusto/generated/api/Models/Api20200215/EventHubDataConnection.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/EventHubDataConnection.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,33 +48,33 @@ public partial class EventHubDataConnection partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnection DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnection DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new EventHubDataConnection(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnection DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnection DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new EventHubDataConnection(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -87,24 +87,24 @@ internal EventHubDataConnection(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.EventHubConnectionPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.EventHubConnectionPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Location, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).Compression = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Compression?) content.GetValueForProperty("Compression",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).Compression, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Compression.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).ConsumerGroup = (string) content.GetValueForProperty("ConsumerGroup",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).ConsumerGroup, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).DataFormat = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventHubDataFormat?) content.GetValueForProperty("DataFormat",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).DataFormat, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventHubDataFormat.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).EventHubResourceId = (string) content.GetValueForProperty("EventHubResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).EventHubResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).EventSystemProperty = (string[]) content.GetValueForProperty("EventSystemProperty",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).EventSystemProperty, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).MappingRuleName = (string) content.GetValueForProperty("MappingRuleName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).MappingRuleName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).TableName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).Compression = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Compression?) content.GetValueForProperty("Compression",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).Compression, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Compression.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).ConsumerGroup = (string) content.GetValueForProperty("ConsumerGroup",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).ConsumerGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).DataFormat = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventHubDataFormat?) content.GetValueForProperty("DataFormat",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).DataFormat, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventHubDataFormat.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).EventHubResourceId = (string) content.GetValueForProperty("EventHubResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).EventHubResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).EventSystemProperty = (string[]) content.GetValueForProperty("EventSystemProperty",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).EventSystemProperty, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).MappingRuleName = (string) content.GetValueForProperty("MappingRuleName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).MappingRuleName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).TableName, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -117,19 +117,19 @@ internal EventHubDataConnection(global::System.Management.Automation.PSObject co return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.EventHubConnectionPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.EventHubConnectionPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Location, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).Compression = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Compression?) content.GetValueForProperty("Compression",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).Compression, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Compression.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).ConsumerGroup = (string) content.GetValueForProperty("ConsumerGroup",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).ConsumerGroup, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).DataFormat = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventHubDataFormat?) content.GetValueForProperty("DataFormat",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).DataFormat, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventHubDataFormat.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).EventHubResourceId = (string) content.GetValueForProperty("EventHubResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).EventHubResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).EventSystemProperty = (string[]) content.GetValueForProperty("EventSystemProperty",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).EventSystemProperty, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).MappingRuleName = (string) content.GetValueForProperty("MappingRuleName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).MappingRuleName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal)this).TableName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).Compression = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Compression?) content.GetValueForProperty("Compression",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).Compression, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Compression.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).ConsumerGroup = (string) content.GetValueForProperty("ConsumerGroup",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).ConsumerGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).DataFormat = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventHubDataFormat?) content.GetValueForProperty("DataFormat",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).DataFormat, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventHubDataFormat.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).EventHubResourceId = (string) content.GetValueForProperty("EventHubResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).EventHubResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).EventSystemProperty = (string[]) content.GetValueForProperty("EventSystemProperty",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).EventSystemProperty, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).MappingRuleName = (string) content.GetValueForProperty("MappingRuleName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).MappingRuleName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal)this).TableName, global::System.Convert.ToString); AfterDeserializePSObject(content); } @@ -138,7 +138,7 @@ internal EventHubDataConnection(global::System.Management.Automation.PSObject co /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnection FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnection FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/EventHubDataConnection.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/EventHubDataConnection.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/EventHubDataConnection.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/EventHubDataConnection.TypeConverter.cs index 95490a8ee5c6..23f2dade5433 100644 --- a/src/Kusto/generated/api/Models/Api20200215/EventHubDataConnection.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/EventHubDataConnection.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnection ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnection ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnection).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnection).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/EventHubDataConnection.cs b/src/Kusto/generated/api/Models/Api20200614/EventHubDataConnection.cs similarity index 87% rename from src/Kusto/generated/api/Models/Api20200215/EventHubDataConnection.cs rename to src/Kusto/generated/api/Models/Api20200614/EventHubDataConnection.cs index e9e4e405df31..0eec24979658 100644 --- a/src/Kusto/generated/api/Models/Api20200215/EventHubDataConnection.cs +++ b/src/Kusto/generated/api/Models/Api20200614/EventHubDataConnection.cs @@ -1,40 +1,40 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// Class representing an event hub data connection. public partial class EventHubDataConnection : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnection, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnection, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IValidates { /// - /// Backing field for Inherited model /// - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection __dataConnection = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnection(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection __dataConnection = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnection(); /// The event hub messages compression type [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Compression? Compression { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)Property).Compression; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)Property).Compression = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Compression? Compression { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)Property).Compression; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)Property).Compression = value; } /// The event hub consumer group. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string ConsumerGroup { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)Property).ConsumerGroup; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)Property).ConsumerGroup = value; } + public string ConsumerGroup { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)Property).ConsumerGroup; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)Property).ConsumerGroup = value; } /// /// The data format of the message. Optionally the data format can be added to each message. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventHubDataFormat? DataFormat { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)Property).DataFormat; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)Property).DataFormat = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventHubDataFormat? DataFormat { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)Property).DataFormat; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)Property).DataFormat = value; } /// The resource ID of the event hub to be used to create a data connection. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string EventHubResourceId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)Property).EventHubResourceId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)Property).EventHubResourceId = value; } + public string EventHubResourceId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)Property).EventHubResourceId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)Property).EventHubResourceId = value; } /// System properties of the event hub [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string[] EventSystemProperty { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)Property).EventSystemProperty; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)Property).EventSystemProperty = value; } + public string[] EventSystemProperty { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)Property).EventSystemProperty; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)Property).EventSystemProperty = value; } /// /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} @@ -44,17 +44,17 @@ public partial class EventHubDataConnection : /// Kind of the endpoint for the data connection [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inherited)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind Kind { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)__dataConnection).Kind; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)__dataConnection).Kind = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind Kind { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)__dataConnection).Kind; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)__dataConnection).Kind = value; } /// Resource location. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inherited)] - public string Location { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)__dataConnection).Location; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)__dataConnection).Location = value; } + public string Location { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)__dataConnection).Location; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)__dataConnection).Location = value; } /// /// The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string MappingRuleName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)Property).MappingRuleName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)Property).MappingRuleName = value; } + public string MappingRuleName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)Property).MappingRuleName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)Property).MappingRuleName = value; } /// Internal Acessors for Id string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__dataConnection).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__dataConnection).Id = value; } @@ -66,24 +66,24 @@ public partial class EventHubDataConnection : string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__dataConnection).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__dataConnection).Type = value; } /// Internal Acessors for Property - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionProperties Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnectionInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.EventHubConnectionProperties()); set { {_property = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionProperties Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnectionInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.EventHubConnectionProperties()); set { {_property = value;} } } /// The name of the resource [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inherited)] public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__dataConnection).Name; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionProperties _property; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionProperties _property; /// The Event Hub data connection properties to validate. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionProperties Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.EventHubConnectionProperties()); set => this._property = value; } + internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionProperties Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.EventHubConnectionProperties()); set => this._property = value; } /// /// The table where the data should be ingested. Optionally the table information can be added to each message. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string TableName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)Property).TableName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionPropertiesInternal)Property).TableName = value; } + public string TableName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)Property).TableName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionPropertiesInternal)Property).TableName = value; } /// /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. @@ -112,7 +112,7 @@ public EventHubDataConnection() /// Class representing an event hub data connection. public partial interface IEventHubDataConnection : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IJsonSerializable, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection { /// The event hub messages compression type [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( @@ -180,7 +180,7 @@ public partial interface IEventHubDataConnection : } /// Class representing an event hub data connection. internal partial interface IEventHubDataConnectionInternal : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal { /// The event hub messages compression type Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Compression? Compression { get; set; } @@ -199,7 +199,7 @@ internal partial interface IEventHubDataConnectionInternal : /// string MappingRuleName { get; set; } /// The Event Hub data connection properties to validate. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubConnectionProperties Property { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubConnectionProperties Property { get; set; } /// /// The table where the data should be ingested. Optionally the table information can be added to each message. /// diff --git a/src/Kusto/generated/api/Models/Api20200215/EventHubDataConnection.json.cs b/src/Kusto/generated/api/Models/Api20200614/EventHubDataConnection.json.cs similarity index 95% rename from src/Kusto/generated/api/Models/Api20200215/EventHubDataConnection.json.cs rename to src/Kusto/generated/api/Models/Api20200614/EventHubDataConnection.json.cs index d5ac84aeedde..6142f2307d68 100644 --- a/src/Kusto/generated/api/Models/Api20200215/EventHubDataConnection.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/EventHubDataConnection.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -58,19 +58,19 @@ internal EventHubDataConnection(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime { return; } - __dataConnection = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnection(json); - {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.EventHubConnectionProperties.FromJson(__jsonProperties) : Property;} + __dataConnection = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnection(json); + {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.EventHubConnectionProperties.FromJson(__jsonProperties) : Property;} AfterFromJson(json); } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnection. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnection. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnection. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnection. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IEventHubDataConnection FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IEventHubDataConnection FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new EventHubDataConnection(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/FollowerDatabaseDefinition.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/FollowerDatabaseDefinition.PowerShell.cs similarity index 85% rename from src/Kusto/generated/api/Models/Api20200215/FollowerDatabaseDefinition.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/FollowerDatabaseDefinition.PowerShell.cs index 338544d859f5..eced7e0f413a 100644 --- a/src/Kusto/generated/api/Models/Api20200215/FollowerDatabaseDefinition.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/FollowerDatabaseDefinition.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,33 +48,33 @@ public partial class FollowerDatabaseDefinition partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new FollowerDatabaseDefinition(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new FollowerDatabaseDefinition(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -87,14 +87,14 @@ internal FollowerDatabaseDefinition(global::System.Collections.IDictionary conte return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinitionInternal)this).AttachedDatabaseConfigurationName = (string) content.GetValueForProperty("AttachedDatabaseConfigurationName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinitionInternal)this).AttachedDatabaseConfigurationName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinitionInternal)this).ClusterResourceId = (string) content.GetValueForProperty("ClusterResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinitionInternal)this).ClusterResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinitionInternal)this).DatabaseName = (string) content.GetValueForProperty("DatabaseName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinitionInternal)this).DatabaseName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinitionInternal)this).AttachedDatabaseConfigurationName = (string) content.GetValueForProperty("AttachedDatabaseConfigurationName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinitionInternal)this).AttachedDatabaseConfigurationName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinitionInternal)this).ClusterResourceId = (string) content.GetValueForProperty("ClusterResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinitionInternal)this).ClusterResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinitionInternal)this).DatabaseName = (string) content.GetValueForProperty("DatabaseName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinitionInternal)this).DatabaseName, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -107,9 +107,9 @@ internal FollowerDatabaseDefinition(global::System.Management.Automation.PSObjec return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinitionInternal)this).AttachedDatabaseConfigurationName = (string) content.GetValueForProperty("AttachedDatabaseConfigurationName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinitionInternal)this).AttachedDatabaseConfigurationName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinitionInternal)this).ClusterResourceId = (string) content.GetValueForProperty("ClusterResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinitionInternal)this).ClusterResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinitionInternal)this).DatabaseName = (string) content.GetValueForProperty("DatabaseName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinitionInternal)this).DatabaseName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinitionInternal)this).AttachedDatabaseConfigurationName = (string) content.GetValueForProperty("AttachedDatabaseConfigurationName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinitionInternal)this).AttachedDatabaseConfigurationName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinitionInternal)this).ClusterResourceId = (string) content.GetValueForProperty("ClusterResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinitionInternal)this).ClusterResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinitionInternal)this).DatabaseName = (string) content.GetValueForProperty("DatabaseName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinitionInternal)this).DatabaseName, global::System.Convert.ToString); AfterDeserializePSObject(content); } @@ -118,7 +118,7 @@ internal FollowerDatabaseDefinition(global::System.Management.Automation.PSObjec /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/FollowerDatabaseDefinition.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/FollowerDatabaseDefinition.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/FollowerDatabaseDefinition.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/FollowerDatabaseDefinition.TypeConverter.cs index 6e5d18137a39..3811aa055e42 100644 --- a/src/Kusto/generated/api/Models/Api20200215/FollowerDatabaseDefinition.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/FollowerDatabaseDefinition.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/FollowerDatabaseDefinition.cs b/src/Kusto/generated/api/Models/Api20200614/FollowerDatabaseDefinition.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/FollowerDatabaseDefinition.cs rename to src/Kusto/generated/api/Models/Api20200614/FollowerDatabaseDefinition.cs index f45df473f3f2..372fe9cd3276 100644 --- a/src/Kusto/generated/api/Models/Api20200215/FollowerDatabaseDefinition.cs +++ b/src/Kusto/generated/api/Models/Api20200614/FollowerDatabaseDefinition.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// A class representing follower database request. public partial class FollowerDatabaseDefinition : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinitionInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinitionInternal { /// Backing field for property. @@ -32,7 +32,7 @@ public partial class FollowerDatabaseDefinition : public string DatabaseName { get => this._databaseName; } /// Internal Acessors for DatabaseName - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinitionInternal.DatabaseName { get => this._databaseName; set { {_databaseName = value;} } } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinitionInternal.DatabaseName { get => this._databaseName; set { {_databaseName = value;} } } /// Creates an new instance. public FollowerDatabaseDefinition() diff --git a/src/Kusto/generated/api/Models/Api20200215/FollowerDatabaseDefinition.json.cs b/src/Kusto/generated/api/Models/Api20200614/FollowerDatabaseDefinition.json.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/FollowerDatabaseDefinition.json.cs rename to src/Kusto/generated/api/Models/Api20200614/FollowerDatabaseDefinition.json.cs index d1a313e14b62..985553378f05 100644 --- a/src/Kusto/generated/api/Models/Api20200215/FollowerDatabaseDefinition.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/FollowerDatabaseDefinition.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -65,13 +65,13 @@ internal FollowerDatabaseDefinition(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Run } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new FollowerDatabaseDefinition(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/FollowerDatabaseListResult.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/FollowerDatabaseListResult.PowerShell.cs similarity index 85% rename from src/Kusto/generated/api/Models/Api20200215/FollowerDatabaseListResult.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/FollowerDatabaseListResult.PowerShell.cs index 0864b20fcf0e..10c9a073769e 100644 --- a/src/Kusto/generated/api/Models/Api20200215/FollowerDatabaseListResult.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/FollowerDatabaseListResult.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,33 +48,33 @@ public partial class FollowerDatabaseListResult partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseListResult DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseListResult DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new FollowerDatabaseListResult(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseListResult DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseListResult DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new FollowerDatabaseListResult(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -87,12 +87,12 @@ internal FollowerDatabaseListResult(global::System.Collections.IDictionary conte return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.FollowerDatabaseDefinitionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.FollowerDatabaseDefinitionTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -105,7 +105,7 @@ internal FollowerDatabaseListResult(global::System.Management.Automation.PSObjec return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.FollowerDatabaseDefinitionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.FollowerDatabaseDefinitionTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } @@ -114,7 +114,7 @@ internal FollowerDatabaseListResult(global::System.Management.Automation.PSObjec /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseListResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseListResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/Kusto/generated/api/Models/Api20200215/FollowerDatabaseListResult.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/FollowerDatabaseListResult.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/FollowerDatabaseListResult.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/FollowerDatabaseListResult.TypeConverter.cs index 4578db60219d..d96e7486682d 100644 --- a/src/Kusto/generated/api/Models/Api20200215/FollowerDatabaseListResult.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/FollowerDatabaseListResult.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseListResult ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseListResult ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseListResult).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseListResult).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/FollowerDatabaseListResult.cs b/src/Kusto/generated/api/Models/Api20200614/FollowerDatabaseListResult.cs similarity index 84% rename from src/Kusto/generated/api/Models/Api20200215/FollowerDatabaseListResult.cs rename to src/Kusto/generated/api/Models/Api20200614/FollowerDatabaseListResult.cs index 97f1e59d1515..3dfb16025e94 100644 --- a/src/Kusto/generated/api/Models/Api20200215/FollowerDatabaseListResult.cs +++ b/src/Kusto/generated/api/Models/Api20200614/FollowerDatabaseListResult.cs @@ -1,19 +1,19 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// The list Kusto database principals operation response. public partial class FollowerDatabaseListResult : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseListResult, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseListResultInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseListResult, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseListResultInternal { /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition[] _value; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition[] _value; /// The list of follower database result. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition[] Value { get => this._value; set => this._value = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition[] Value { get => this._value; set => this._value = value; } /// Creates an new instance. public FollowerDatabaseListResult() @@ -31,8 +31,8 @@ public partial interface IFollowerDatabaseListResult : ReadOnly = false, Description = @"The list of follower database result.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition[] Value { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition[] Value { get; set; } } /// The list Kusto database principals operation response. @@ -40,7 +40,7 @@ internal partial interface IFollowerDatabaseListResultInternal { /// The list of follower database result. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition[] Value { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition[] Value { get; set; } } } \ No newline at end of file diff --git a/src/Kusto/generated/api/Models/Api20200215/FollowerDatabaseListResult.json.cs b/src/Kusto/generated/api/Models/Api20200614/FollowerDatabaseListResult.json.cs similarity index 93% rename from src/Kusto/generated/api/Models/Api20200215/FollowerDatabaseListResult.json.cs rename to src/Kusto/generated/api/Models/Api20200614/FollowerDatabaseListResult.json.cs index 0b80f298db79..bd3a46ff1fb0 100644 --- a/src/Kusto/generated/api/Models/Api20200215/FollowerDatabaseListResult.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/FollowerDatabaseListResult.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -58,18 +58,18 @@ internal FollowerDatabaseListResult(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Run { return; } - {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.FollowerDatabaseDefinition.FromJson(__u) )) ))() : null : Value;} + {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.FollowerDatabaseDefinition.FromJson(__u) )) ))() : null : Value;} AfterFromJson(json); } /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseListResult. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseListResult. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseListResult. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseListResult. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseListResult FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseListResult FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new FollowerDatabaseListResult(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/Identity.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/Identity.PowerShell.cs similarity index 81% rename from src/Kusto/generated/api/Models/Api20200215/Identity.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/Identity.PowerShell.cs index 14dce832c5be..f9ac2b506944 100644 --- a/src/Kusto/generated/api/Models/Api20200215/Identity.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/Identity.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,27 +48,27 @@ public partial class Identity partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentity DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentity DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new Identity(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentity DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentity DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new Identity(content); } @@ -78,10 +78,10 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdent /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentity FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentity FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -94,15 +94,15 @@ internal Identity(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IdentityType) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IdentityType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)this).PrincipalId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)this).TenantId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)this).UserAssignedIdentity = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities) content.GetValueForProperty("UserAssignedIdentity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)this).UserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IdentityUserAssignedIdentitiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IdentityType) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IdentityType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)this).PrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)this).UserAssignedIdentity = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities) content.GetValueForProperty("UserAssignedIdentity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)this).UserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IdentityUserAssignedIdentitiesTypeConverter.ConvertFrom); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -115,10 +115,10 @@ internal Identity(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IdentityType) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IdentityType.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)this).PrincipalId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)this).TenantId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)this).UserAssignedIdentity = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities) content.GetValueForProperty("UserAssignedIdentity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal)this).UserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IdentityUserAssignedIdentitiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)this).Type = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IdentityType) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)this).Type, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IdentityType.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)this).PrincipalId = (string) content.GetValueForProperty("PrincipalId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)this).PrincipalId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)this).TenantId = (string) content.GetValueForProperty("TenantId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)this).TenantId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)this).UserAssignedIdentity = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities) content.GetValueForProperty("UserAssignedIdentity",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal)this).UserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IdentityUserAssignedIdentitiesTypeConverter.ConvertFrom); AfterDeserializePSObject(content); } diff --git a/src/Kusto/generated/api/Models/Api20200215/Identity.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/Identity.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/Identity.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/Identity.TypeConverter.cs index 7a8239567010..c47755db195e 100644 --- a/src/Kusto/generated/api/Models/Api20200215/Identity.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/Identity.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentity ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentity ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentity).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentity).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/Identity.cs b/src/Kusto/generated/api/Models/Api20200614/Identity.cs similarity index 91% rename from src/Kusto/generated/api/Models/Api20200215/Identity.cs rename to src/Kusto/generated/api/Models/Api20200614/Identity.cs index df1eb33a137c..91a84ce894c8 100644 --- a/src/Kusto/generated/api/Models/Api20200215/Identity.cs +++ b/src/Kusto/generated/api/Models/Api20200614/Identity.cs @@ -1,18 +1,18 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// Identity for the resource. public partial class Identity : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentity, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentity, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal { /// Internal Acessors for PrincipalId - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal.PrincipalId { get => this._principalId; set { {_principalId = value;} } } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal.PrincipalId { get => this._principalId; set { {_principalId = value;} } } /// Internal Acessors for TenantId - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityInternal.TenantId { get => this._tenantId; set { {_tenantId = value;} } } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityInternal.TenantId { get => this._tenantId; set { {_tenantId = value;} } } /// Backing field for property. private string _principalId; @@ -36,14 +36,14 @@ public partial class Identity : public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IdentityType Type { get => this._type; set => this._type = value; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities _userAssignedIdentity; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities _userAssignedIdentity; /// /// The list of user identities associated with the Kusto cluster. The user identity dictionary key references will be ARM /// resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities UserAssignedIdentity { get => (this._userAssignedIdentity = this._userAssignedIdentity ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IdentityUserAssignedIdentities()); set => this._userAssignedIdentity = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities UserAssignedIdentity { get => (this._userAssignedIdentity = this._userAssignedIdentity ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IdentityUserAssignedIdentities()); set => this._userAssignedIdentity = value; } /// Creates an new instance. public Identity() @@ -88,8 +88,8 @@ public partial interface IIdentity : ReadOnly = false, Description = @"The list of user identities associated with the Kusto cluster. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.", SerializedName = @"userAssignedIdentities", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities UserAssignedIdentity { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities UserAssignedIdentity { get; set; } } /// Identity for the resource. @@ -106,7 +106,7 @@ internal partial interface IIdentityInternal /// The list of user identities associated with the Kusto cluster. The user identity dictionary key references will be ARM /// resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. /// - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities UserAssignedIdentity { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities UserAssignedIdentity { get; set; } } } \ No newline at end of file diff --git a/src/Kusto/generated/api/Models/Api20200215/Identity.json.cs b/src/Kusto/generated/api/Models/Api20200614/Identity.json.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/Identity.json.cs rename to src/Kusto/generated/api/Models/Api20200614/Identity.json.cs index 6ae1744720a8..b3fbc847ba09 100644 --- a/src/Kusto/generated/api/Models/Api20200215/Identity.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/Identity.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -47,13 +47,13 @@ public partial class Identity partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentity. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentity. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentity. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentity. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentity FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentity FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new Identity(json) : null; } @@ -73,7 +73,7 @@ internal Identity(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObje {_type = If( json?.PropertyT("type"), out var __jsonType) ? (string)__jsonType : (string)Type;} {_principalId = If( json?.PropertyT("principalId"), out var __jsonPrincipalId) ? (string)__jsonPrincipalId : (string)PrincipalId;} {_tenantId = If( json?.PropertyT("tenantId"), out var __jsonTenantId) ? (string)__jsonTenantId : (string)TenantId;} - {_userAssignedIdentity = If( json?.PropertyT("userAssignedIdentities"), out var __jsonUserAssignedIdentities) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IdentityUserAssignedIdentities.FromJson(__jsonUserAssignedIdentities) : UserAssignedIdentity;} + {_userAssignedIdentity = If( json?.PropertyT("userAssignedIdentities"), out var __jsonUserAssignedIdentities) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IdentityUserAssignedIdentities.FromJson(__jsonUserAssignedIdentities) : UserAssignedIdentity;} AfterFromJson(json); } diff --git a/src/Kusto/generated/api/Models/Api20200215/IdentityUserAssignedIdentities.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/IdentityUserAssignedIdentities.PowerShell.cs similarity index 92% rename from src/Kusto/generated/api/Models/Api20200215/IdentityUserAssignedIdentities.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/IdentityUserAssignedIdentities.PowerShell.cs index cef2e802035e..c60889b1f0a9 100644 --- a/src/Kusto/generated/api/Models/Api20200215/IdentityUserAssignedIdentities.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/IdentityUserAssignedIdentities.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -51,29 +51,29 @@ public partial class IdentityUserAssignedIdentities partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new IdentityUserAssignedIdentities(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new IdentityUserAssignedIdentities(content); } @@ -83,10 +83,10 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdent /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -105,7 +105,7 @@ internal IdentityUserAssignedIdentities(global::System.Collections.IDictionary c } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. diff --git a/src/Kusto/generated/api/Models/Api20200215/IdentityUserAssignedIdentities.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/IdentityUserAssignedIdentities.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/IdentityUserAssignedIdentities.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/IdentityUserAssignedIdentities.TypeConverter.cs index 3a41d28ba0ed..6d97dff78a0d 100644 --- a/src/Kusto/generated/api/Models/Api20200215/IdentityUserAssignedIdentities.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/IdentityUserAssignedIdentities.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/IdentityUserAssignedIdentities.cs b/src/Kusto/generated/api/Models/Api20200614/IdentityUserAssignedIdentities.cs similarity index 92% rename from src/Kusto/generated/api/Models/Api20200215/IdentityUserAssignedIdentities.cs rename to src/Kusto/generated/api/Models/Api20200614/IdentityUserAssignedIdentities.cs index 27084b554673..03f07259a979 100644 --- a/src/Kusto/generated/api/Models/Api20200215/IdentityUserAssignedIdentities.cs +++ b/src/Kusto/generated/api/Models/Api20200614/IdentityUserAssignedIdentities.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -7,8 +7,8 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 /// resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. /// public partial class IdentityUserAssignedIdentities : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentitiesInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentitiesInternal { /// Creates an new instance. @@ -21,7 +21,7 @@ public IdentityUserAssignedIdentities() /// resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. public partial interface IIdentityUserAssignedIdentities : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IJsonSerializable, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IAssociativeArray + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IAssociativeArray { } diff --git a/src/Kusto/generated/api/Models/Api20200215/IdentityUserAssignedIdentities.dictionary.cs b/src/Kusto/generated/api/Models/Api20200614/IdentityUserAssignedIdentities.dictionary.cs similarity index 82% rename from src/Kusto/generated/api/Models/Api20200215/IdentityUserAssignedIdentities.dictionary.cs rename to src/Kusto/generated/api/Models/Api20200614/IdentityUserAssignedIdentities.dictionary.cs index b6b79c2fbedb..3ed707192170 100644 --- a/src/Kusto/generated/api/Models/Api20200215/IdentityUserAssignedIdentities.dictionary.cs +++ b/src/Kusto/generated/api/Models/Api20200614/IdentityUserAssignedIdentities.dictionary.cs @@ -1,25 +1,25 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; public partial class IdentityUserAssignedIdentities : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IAssociativeArray + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IAssociativeArray { - protected global::System.Collections.Generic.Dictionary __additionalProperties = new global::System.Collections.Generic.Dictionary(); + protected global::System.Collections.Generic.Dictionary __additionalProperties = new global::System.Collections.Generic.Dictionary(); - global::System.Collections.Generic.IDictionary Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IAssociativeArray.AdditionalProperties { get => __additionalProperties; } + global::System.Collections.Generic.IDictionary Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IAssociativeArray.AdditionalProperties { get => __additionalProperties; } - int Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IAssociativeArray.Count { get => __additionalProperties.Count; } + int Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IAssociativeArray.Count { get => __additionalProperties.Count; } - global::System.Collections.Generic.IEnumerable Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IAssociativeArray.Keys { get => __additionalProperties.Keys; } + global::System.Collections.Generic.IEnumerable Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IAssociativeArray.Keys { get => __additionalProperties.Keys; } - global::System.Collections.Generic.IEnumerable Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IAssociativeArray.Values { get => __additionalProperties.Values; } + global::System.Collections.Generic.IEnumerable Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IAssociativeArray.Values { get => __additionalProperties.Values; } - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties this[global::System.String index] { get => __additionalProperties[index]; set => __additionalProperties[index] = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties this[global::System.String index] { get => __additionalProperties[index]; set => __additionalProperties[index] = value; } /// /// - public void Add(global::System.String key, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties value) => __additionalProperties.Add( key, value); + public void Add(global::System.String key, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties value) => __additionalProperties.Add( key, value); public void Clear() => __additionalProperties.Clear(); @@ -35,7 +35,7 @@ public void CopyFrom(global::System.Collections.IDictionary source) { if ((null != property.Key && null != property.Value)) { - this.__additionalProperties.Add(property.Key.ToString(), global::System.Management.Automation.LanguagePrimitives.ConvertTo( property.Value)); + this.__additionalProperties.Add(property.Key.ToString(), global::System.Management.Automation.LanguagePrimitives.ConvertTo( property.Value)); } } } @@ -50,7 +50,7 @@ public void CopyFrom(global::System.Management.Automation.PSObject source) { if ((null != property.Key && null != property.Value)) { - this.__additionalProperties.Add(property.Key.ToString(), global::System.Management.Automation.LanguagePrimitives.ConvertTo( property.Value)); + this.__additionalProperties.Add(property.Key.ToString(), global::System.Management.Automation.LanguagePrimitives.ConvertTo( property.Value)); } } } @@ -61,10 +61,10 @@ public void CopyFrom(global::System.Management.Automation.PSObject source) /// /// - public bool TryGetValue(global::System.String key, out Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties value) => __additionalProperties.TryGetValue( key, out value); + public bool TryGetValue(global::System.String key, out Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties value) => __additionalProperties.TryGetValue( key, out value); /// - public static implicit operator global::System.Collections.Generic.Dictionary(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IdentityUserAssignedIdentities source) => source.__additionalProperties; + public static implicit operator global::System.Collections.Generic.Dictionary(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IdentityUserAssignedIdentities source) => source.__additionalProperties; } } \ No newline at end of file diff --git a/src/Kusto/generated/api/Models/Api20200215/IdentityUserAssignedIdentities.json.cs b/src/Kusto/generated/api/Models/Api20200614/IdentityUserAssignedIdentities.json.cs similarity index 95% rename from src/Kusto/generated/api/Models/Api20200215/IdentityUserAssignedIdentities.json.cs rename to src/Kusto/generated/api/Models/Api20200614/IdentityUserAssignedIdentities.json.cs index 82561732ffde..eec2bf297e3c 100644 --- a/src/Kusto/generated/api/Models/Api20200215/IdentityUserAssignedIdentities.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/IdentityUserAssignedIdentities.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -50,13 +50,13 @@ public partial class IdentityUserAssignedIdentities partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new IdentityUserAssignedIdentities(json) : null; } @@ -74,7 +74,7 @@ internal IdentityUserAssignedIdentities(Microsoft.Azure.PowerShell.Cmdlets.Kusto { return; } - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.JsonSerializable.FromJson( json, ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IAssociativeArray)this).AdditionalProperties, null ,exclusions ); + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.JsonSerializable.FromJson( json, ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IAssociativeArray)this).AdditionalProperties, null ,exclusions ); AfterFromJson(json); } @@ -97,7 +97,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode ToJson(Mic { return container; } - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.JsonSerializable.ToJson( ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IAssociativeArray)this).AdditionalProperties, container); + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.JsonSerializable.ToJson( ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IAssociativeArray)this).AdditionalProperties, container); AfterToJson(ref container); return container; } diff --git a/src/Kusto/generated/api/Models/Api20200215/IotHubConnectionProperties.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/IotHubConnectionProperties.PowerShell.cs similarity index 81% rename from src/Kusto/generated/api/Models/Api20200215/IotHubConnectionProperties.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/IotHubConnectionProperties.PowerShell.cs index 4354c1b4a3b3..2e68e85b9d4a 100644 --- a/src/Kusto/generated/api/Models/Api20200215/IotHubConnectionProperties.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/IotHubConnectionProperties.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,27 +48,27 @@ public partial class IotHubConnectionProperties partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionProperties DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionProperties DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new IotHubConnectionProperties(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionProperties DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionProperties DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new IotHubConnectionProperties(content); } @@ -78,10 +78,10 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHu /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -94,18 +94,18 @@ internal IotHubConnectionProperties(global::System.Collections.IDictionary conte return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)this).ConsumerGroup = (string) content.GetValueForProperty("ConsumerGroup",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)this).ConsumerGroup, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)this).DataFormat = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IotHubDataFormat?) content.GetValueForProperty("DataFormat",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)this).DataFormat, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IotHubDataFormat.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)this).EventSystemProperty = (string[]) content.GetValueForProperty("EventSystemProperty",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)this).EventSystemProperty, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)this).IotHubResourceId = (string) content.GetValueForProperty("IotHubResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)this).IotHubResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)this).MappingRuleName = (string) content.GetValueForProperty("MappingRuleName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)this).MappingRuleName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)this).SharedAccessPolicyName = (string) content.GetValueForProperty("SharedAccessPolicyName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)this).SharedAccessPolicyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)this).TableName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)this).ConsumerGroup = (string) content.GetValueForProperty("ConsumerGroup",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)this).ConsumerGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)this).DataFormat = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IotHubDataFormat?) content.GetValueForProperty("DataFormat",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)this).DataFormat, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IotHubDataFormat.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)this).EventSystemProperty = (string[]) content.GetValueForProperty("EventSystemProperty",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)this).EventSystemProperty, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)this).IotHubResourceId = (string) content.GetValueForProperty("IotHubResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)this).IotHubResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)this).MappingRuleName = (string) content.GetValueForProperty("MappingRuleName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)this).MappingRuleName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)this).SharedAccessPolicyName = (string) content.GetValueForProperty("SharedAccessPolicyName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)this).SharedAccessPolicyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)this).TableName, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -118,13 +118,13 @@ internal IotHubConnectionProperties(global::System.Management.Automation.PSObjec return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)this).ConsumerGroup = (string) content.GetValueForProperty("ConsumerGroup",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)this).ConsumerGroup, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)this).DataFormat = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IotHubDataFormat?) content.GetValueForProperty("DataFormat",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)this).DataFormat, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IotHubDataFormat.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)this).EventSystemProperty = (string[]) content.GetValueForProperty("EventSystemProperty",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)this).EventSystemProperty, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)this).IotHubResourceId = (string) content.GetValueForProperty("IotHubResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)this).IotHubResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)this).MappingRuleName = (string) content.GetValueForProperty("MappingRuleName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)this).MappingRuleName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)this).SharedAccessPolicyName = (string) content.GetValueForProperty("SharedAccessPolicyName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)this).SharedAccessPolicyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)this).TableName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)this).ConsumerGroup = (string) content.GetValueForProperty("ConsumerGroup",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)this).ConsumerGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)this).DataFormat = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IotHubDataFormat?) content.GetValueForProperty("DataFormat",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)this).DataFormat, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IotHubDataFormat.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)this).EventSystemProperty = (string[]) content.GetValueForProperty("EventSystemProperty",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)this).EventSystemProperty, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)this).IotHubResourceId = (string) content.GetValueForProperty("IotHubResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)this).IotHubResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)this).MappingRuleName = (string) content.GetValueForProperty("MappingRuleName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)this).MappingRuleName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)this).SharedAccessPolicyName = (string) content.GetValueForProperty("SharedAccessPolicyName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)this).SharedAccessPolicyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)this).TableName, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Kusto/generated/api/Models/Api20200215/IotHubConnectionProperties.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/IotHubConnectionProperties.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/IotHubConnectionProperties.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/IotHubConnectionProperties.TypeConverter.cs index 67f7ea3abea4..fa8b653d486f 100644 --- a/src/Kusto/generated/api/Models/Api20200215/IotHubConnectionProperties.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/IotHubConnectionProperties.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionProperties ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionProperties ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionProperties).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionProperties).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/IotHubConnectionProperties.cs b/src/Kusto/generated/api/Models/Api20200614/IotHubConnectionProperties.cs similarity index 99% rename from src/Kusto/generated/api/Models/Api20200215/IotHubConnectionProperties.cs rename to src/Kusto/generated/api/Models/Api20200614/IotHubConnectionProperties.cs index 10d6e0478765..050e56dcae38 100644 --- a/src/Kusto/generated/api/Models/Api20200215/IotHubConnectionProperties.cs +++ b/src/Kusto/generated/api/Models/Api20200614/IotHubConnectionProperties.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// Class representing the Kusto Iot hub connection properties. public partial class IotHubConnectionProperties : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionProperties, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionProperties, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal { /// Backing field for property. diff --git a/src/Kusto/generated/api/Models/Api20200215/IotHubConnectionProperties.json.cs b/src/Kusto/generated/api/Models/Api20200614/IotHubConnectionProperties.json.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/IotHubConnectionProperties.json.cs rename to src/Kusto/generated/api/Models/Api20200614/IotHubConnectionProperties.json.cs index 5a3dee58f16d..d4231911b381 100644 --- a/src/Kusto/generated/api/Models/Api20200215/IotHubConnectionProperties.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/IotHubConnectionProperties.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -47,13 +47,13 @@ public partial class IotHubConnectionProperties partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionProperties. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionProperties. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionProperties. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionProperties. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionProperties FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionProperties FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new IotHubConnectionProperties(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/IotHubDataConnection.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/IotHubDataConnection.PowerShell.cs similarity index 78% rename from src/Kusto/generated/api/Models/Api20200215/IotHubDataConnection.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/IotHubDataConnection.PowerShell.cs index b9eaf86e24e6..9ce7cdeb64c6 100644 --- a/src/Kusto/generated/api/Models/Api20200215/IotHubDataConnection.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/IotHubDataConnection.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,27 +48,27 @@ public partial class IotHubDataConnection partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnection DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnection DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new IotHubDataConnection(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnection DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnection DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new IotHubDataConnection(content); } @@ -78,10 +78,10 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHu /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnection FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnection FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -94,24 +94,24 @@ internal IotHubDataConnection(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IotHubConnectionPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IotHubConnectionPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Location, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).ConsumerGroup = (string) content.GetValueForProperty("ConsumerGroup",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).ConsumerGroup, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).DataFormat = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IotHubDataFormat?) content.GetValueForProperty("DataFormat",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).DataFormat, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IotHubDataFormat.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).EventSystemProperty = (string[]) content.GetValueForProperty("EventSystemProperty",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).EventSystemProperty, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).IotHubResourceId = (string) content.GetValueForProperty("IotHubResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).IotHubResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).MappingRuleName = (string) content.GetValueForProperty("MappingRuleName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).MappingRuleName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).SharedAccessPolicyName = (string) content.GetValueForProperty("SharedAccessPolicyName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).SharedAccessPolicyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).TableName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).ConsumerGroup = (string) content.GetValueForProperty("ConsumerGroup",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).ConsumerGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).DataFormat = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IotHubDataFormat?) content.GetValueForProperty("DataFormat",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).DataFormat, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IotHubDataFormat.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).EventSystemProperty = (string[]) content.GetValueForProperty("EventSystemProperty",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).EventSystemProperty, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).IotHubResourceId = (string) content.GetValueForProperty("IotHubResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).IotHubResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).MappingRuleName = (string) content.GetValueForProperty("MappingRuleName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).MappingRuleName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).SharedAccessPolicyName = (string) content.GetValueForProperty("SharedAccessPolicyName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).SharedAccessPolicyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).TableName, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -124,19 +124,19 @@ internal IotHubDataConnection(global::System.Management.Automation.PSObject cont return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IotHubConnectionPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IotHubConnectionPropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)this).Location, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).ConsumerGroup = (string) content.GetValueForProperty("ConsumerGroup",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).ConsumerGroup, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).DataFormat = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IotHubDataFormat?) content.GetValueForProperty("DataFormat",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).DataFormat, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IotHubDataFormat.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).EventSystemProperty = (string[]) content.GetValueForProperty("EventSystemProperty",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).EventSystemProperty, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).IotHubResourceId = (string) content.GetValueForProperty("IotHubResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).IotHubResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).MappingRuleName = (string) content.GetValueForProperty("MappingRuleName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).MappingRuleName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).SharedAccessPolicyName = (string) content.GetValueForProperty("SharedAccessPolicyName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).SharedAccessPolicyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal)this).TableName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).ConsumerGroup = (string) content.GetValueForProperty("ConsumerGroup",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).ConsumerGroup, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).DataFormat = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IotHubDataFormat?) content.GetValueForProperty("DataFormat",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).DataFormat, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IotHubDataFormat.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).EventSystemProperty = (string[]) content.GetValueForProperty("EventSystemProperty",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).EventSystemProperty, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).IotHubResourceId = (string) content.GetValueForProperty("IotHubResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).IotHubResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).MappingRuleName = (string) content.GetValueForProperty("MappingRuleName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).MappingRuleName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).SharedAccessPolicyName = (string) content.GetValueForProperty("SharedAccessPolicyName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).SharedAccessPolicyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).TableName = (string) content.GetValueForProperty("TableName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal)this).TableName, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Kusto/generated/api/Models/Api20200215/IotHubDataConnection.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/IotHubDataConnection.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/IotHubDataConnection.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/IotHubDataConnection.TypeConverter.cs index e13c6f215529..50c6d386a721 100644 --- a/src/Kusto/generated/api/Models/Api20200215/IotHubDataConnection.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/IotHubDataConnection.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnection ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnection ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnection).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnection).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/IotHubDataConnection.cs b/src/Kusto/generated/api/Models/Api20200614/IotHubDataConnection.cs similarity index 87% rename from src/Kusto/generated/api/Models/Api20200215/IotHubDataConnection.cs rename to src/Kusto/generated/api/Models/Api20200614/IotHubDataConnection.cs index eaa351a74fb0..5ac6ae315e51 100644 --- a/src/Kusto/generated/api/Models/Api20200215/IotHubDataConnection.cs +++ b/src/Kusto/generated/api/Models/Api20200614/IotHubDataConnection.cs @@ -1,32 +1,32 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// Class representing an iot hub data connection. public partial class IotHubDataConnection : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnection, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnection, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IValidates { /// - /// Backing field for Inherited model /// - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection __dataConnection = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnection(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection __dataConnection = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnection(); /// The iot hub consumer group. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string ConsumerGroup { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)Property).ConsumerGroup; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)Property).ConsumerGroup = value; } + public string ConsumerGroup { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)Property).ConsumerGroup; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)Property).ConsumerGroup = value; } /// /// The data format of the message. Optionally the data format can be added to each message. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IotHubDataFormat? DataFormat { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)Property).DataFormat; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)Property).DataFormat = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IotHubDataFormat? DataFormat { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)Property).DataFormat; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)Property).DataFormat = value; } /// System properties of the iot hub [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string[] EventSystemProperty { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)Property).EventSystemProperty; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)Property).EventSystemProperty = value; } + public string[] EventSystemProperty { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)Property).EventSystemProperty; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)Property).EventSystemProperty = value; } /// /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} @@ -36,21 +36,21 @@ public partial class IotHubDataConnection : /// The resource ID of the Iot hub to be used to create a data connection. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string IotHubResourceId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)Property).IotHubResourceId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)Property).IotHubResourceId = value; } + public string IotHubResourceId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)Property).IotHubResourceId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)Property).IotHubResourceId = value; } /// Kind of the endpoint for the data connection [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inherited)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind Kind { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)__dataConnection).Kind; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)__dataConnection).Kind = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind Kind { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)__dataConnection).Kind; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)__dataConnection).Kind = value; } /// Resource location. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inherited)] - public string Location { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)__dataConnection).Location; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal)__dataConnection).Location = value; } + public string Location { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)__dataConnection).Location; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal)__dataConnection).Location = value; } /// /// The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string MappingRuleName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)Property).MappingRuleName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)Property).MappingRuleName = value; } + public string MappingRuleName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)Property).MappingRuleName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)Property).MappingRuleName = value; } /// Internal Acessors for Id string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__dataConnection).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__dataConnection).Id = value; } @@ -62,28 +62,28 @@ public partial class IotHubDataConnection : string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__dataConnection).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__dataConnection).Type = value; } /// Internal Acessors for Property - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionProperties Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnectionInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IotHubConnectionProperties()); set { {_property = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionProperties Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnectionInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IotHubConnectionProperties()); set { {_property = value;} } } /// The name of the resource [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inherited)] public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__dataConnection).Name; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionProperties _property; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionProperties _property; /// The Iot Hub data connection properties. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionProperties Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IotHubConnectionProperties()); set => this._property = value; } + internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionProperties Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IotHubConnectionProperties()); set => this._property = value; } /// The name of the share access policy [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string SharedAccessPolicyName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)Property).SharedAccessPolicyName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)Property).SharedAccessPolicyName = value; } + public string SharedAccessPolicyName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)Property).SharedAccessPolicyName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)Property).SharedAccessPolicyName = value; } /// /// The table where the data should be ingested. Optionally the table information can be added to each message. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string TableName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)Property).TableName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionPropertiesInternal)Property).TableName = value; } + public string TableName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)Property).TableName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionPropertiesInternal)Property).TableName = value; } /// /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. @@ -112,7 +112,7 @@ public IotHubDataConnection() /// Class representing an iot hub data connection. public partial interface IIotHubDataConnection : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IJsonSerializable, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection { /// The iot hub consumer group. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( @@ -180,7 +180,7 @@ public partial interface IIotHubDataConnection : } /// Class representing an iot hub data connection. internal partial interface IIotHubDataConnectionInternal : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionInternal { /// The iot hub consumer group. string ConsumerGroup { get; set; } @@ -197,7 +197,7 @@ internal partial interface IIotHubDataConnectionInternal : /// string MappingRuleName { get; set; } /// The Iot Hub data connection properties. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubConnectionProperties Property { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubConnectionProperties Property { get; set; } /// The name of the share access policy string SharedAccessPolicyName { get; set; } /// diff --git a/src/Kusto/generated/api/Models/Api20200215/IotHubDataConnection.json.cs b/src/Kusto/generated/api/Models/Api20200614/IotHubDataConnection.json.cs similarity index 95% rename from src/Kusto/generated/api/Models/Api20200215/IotHubDataConnection.json.cs rename to src/Kusto/generated/api/Models/Api20200614/IotHubDataConnection.json.cs index f46c6b6010a5..ca88c670c201 100644 --- a/src/Kusto/generated/api/Models/Api20200215/IotHubDataConnection.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/IotHubDataConnection.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -47,13 +47,13 @@ public partial class IotHubDataConnection partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnection. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnection. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnection. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnection. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIotHubDataConnection FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIotHubDataConnection FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new IotHubDataConnection(json) : null; } @@ -70,8 +70,8 @@ internal IotHubDataConnection(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.J { return; } - __dataConnection = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnection(json); - {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IotHubConnectionProperties.FromJson(__jsonProperties) : Property;} + __dataConnection = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnection(json); + {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IotHubConnectionProperties.FromJson(__jsonProperties) : Property;} AfterFromJson(json); } diff --git a/src/Kusto/generated/api/Models/Api20200215/KeyVaultProperties.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/KeyVaultProperties.PowerShell.cs similarity index 85% rename from src/Kusto/generated/api/Models/Api20200215/KeyVaultProperties.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/KeyVaultProperties.PowerShell.cs index f4a8aeb7dc92..d9eb8bba3b2c 100644 --- a/src/Kusto/generated/api/Models/Api20200215/KeyVaultProperties.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/KeyVaultProperties.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,27 +48,27 @@ public partial class KeyVaultProperties partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultProperties DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultProperties DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new KeyVaultProperties(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultProperties DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultProperties DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new KeyVaultProperties(content); } @@ -78,10 +78,10 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVa /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -94,14 +94,14 @@ internal KeyVaultProperties(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultPropertiesInternal)this).KeyName = (string) content.GetValueForProperty("KeyName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultPropertiesInternal)this).KeyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultPropertiesInternal)this).KeyVaultUri = (string) content.GetValueForProperty("KeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultPropertiesInternal)this).KeyVaultUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultPropertiesInternal)this).KeyVersion = (string) content.GetValueForProperty("KeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultPropertiesInternal)this).KeyVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultPropertiesInternal)this).KeyName = (string) content.GetValueForProperty("KeyName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultPropertiesInternal)this).KeyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultPropertiesInternal)this).KeyVaultUri = (string) content.GetValueForProperty("KeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultPropertiesInternal)this).KeyVaultUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultPropertiesInternal)this).KeyVersion = (string) content.GetValueForProperty("KeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultPropertiesInternal)this).KeyVersion, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -114,9 +114,9 @@ internal KeyVaultProperties(global::System.Management.Automation.PSObject conten return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultPropertiesInternal)this).KeyName = (string) content.GetValueForProperty("KeyName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultPropertiesInternal)this).KeyName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultPropertiesInternal)this).KeyVaultUri = (string) content.GetValueForProperty("KeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultPropertiesInternal)this).KeyVaultUri, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultPropertiesInternal)this).KeyVersion = (string) content.GetValueForProperty("KeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultPropertiesInternal)this).KeyVersion, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultPropertiesInternal)this).KeyName = (string) content.GetValueForProperty("KeyName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultPropertiesInternal)this).KeyName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultPropertiesInternal)this).KeyVaultUri = (string) content.GetValueForProperty("KeyVaultUri",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultPropertiesInternal)this).KeyVaultUri, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultPropertiesInternal)this).KeyVersion = (string) content.GetValueForProperty("KeyVersion",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultPropertiesInternal)this).KeyVersion, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Kusto/generated/api/Models/Api20200215/KeyVaultProperties.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/KeyVaultProperties.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/KeyVaultProperties.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/KeyVaultProperties.TypeConverter.cs index 60d54298007c..6c0370ed5dd9 100644 --- a/src/Kusto/generated/api/Models/Api20200215/KeyVaultProperties.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/KeyVaultProperties.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultProperties ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultProperties ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultProperties).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultProperties).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/KeyVaultProperties.cs b/src/Kusto/generated/api/Models/Api20200614/KeyVaultProperties.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/KeyVaultProperties.cs rename to src/Kusto/generated/api/Models/Api20200614/KeyVaultProperties.cs index fbd6c02550cd..a16c1478e090 100644 --- a/src/Kusto/generated/api/Models/Api20200215/KeyVaultProperties.cs +++ b/src/Kusto/generated/api/Models/Api20200614/KeyVaultProperties.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// Properties of the key vault. public partial class KeyVaultProperties : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultProperties, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultPropertiesInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultProperties, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultPropertiesInternal { /// Backing field for property. diff --git a/src/Kusto/generated/api/Models/Api20200215/KeyVaultProperties.json.cs b/src/Kusto/generated/api/Models/Api20200614/KeyVaultProperties.json.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/KeyVaultProperties.json.cs rename to src/Kusto/generated/api/Models/Api20200614/KeyVaultProperties.json.cs index 5a97cf87fec2..bcd4897bfa2a 100644 --- a/src/Kusto/generated/api/Models/Api20200215/KeyVaultProperties.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/KeyVaultProperties.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -47,13 +47,13 @@ public partial class KeyVaultProperties partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultProperties. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultProperties. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultProperties. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultProperties. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IKeyVaultProperties FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IKeyVaultProperties FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new KeyVaultProperties(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/LanguageExtension.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/LanguageExtension.PowerShell.cs similarity index 89% rename from src/Kusto/generated/api/Models/Api20200215/LanguageExtension.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/LanguageExtension.PowerShell.cs index 2edbbbcf2f09..694ecb9a2267 100644 --- a/src/Kusto/generated/api/Models/Api20200215/LanguageExtension.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/LanguageExtension.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,27 +48,27 @@ public partial class LanguageExtension partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new LanguageExtension(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new LanguageExtension(content); } @@ -78,10 +78,10 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILangu /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -94,12 +94,12 @@ internal LanguageExtension(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionInternal)this).Name = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.LanguageExtensionName?) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionInternal)this).Name, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.LanguageExtensionName.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionInternal)this).Name = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.LanguageExtensionName?) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionInternal)this).Name, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.LanguageExtensionName.CreateFrom); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -112,7 +112,7 @@ internal LanguageExtension(global::System.Management.Automation.PSObject content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionInternal)this).Name = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.LanguageExtensionName?) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionInternal)this).Name, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.LanguageExtensionName.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionInternal)this).Name = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.LanguageExtensionName?) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionInternal)this).Name, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.LanguageExtensionName.CreateFrom); AfterDeserializePSObject(content); } diff --git a/src/Kusto/generated/api/Models/Api20200215/LanguageExtension.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/LanguageExtension.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/LanguageExtension.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/LanguageExtension.TypeConverter.cs index 775db2fbac98..477d5429f309 100644 --- a/src/Kusto/generated/api/Models/Api20200215/LanguageExtension.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/LanguageExtension.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/LanguageExtension.cs b/src/Kusto/generated/api/Models/Api20200614/LanguageExtension.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/LanguageExtension.cs rename to src/Kusto/generated/api/Models/Api20200614/LanguageExtension.cs index 4e8ca12217de..54549d52f42f 100644 --- a/src/Kusto/generated/api/Models/Api20200215/LanguageExtension.cs +++ b/src/Kusto/generated/api/Models/Api20200614/LanguageExtension.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// The language extension object. public partial class LanguageExtension : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionInternal { /// Backing field for property. diff --git a/src/Kusto/generated/api/Models/Api20200215/LanguageExtension.json.cs b/src/Kusto/generated/api/Models/Api20200614/LanguageExtension.json.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/LanguageExtension.json.cs rename to src/Kusto/generated/api/Models/Api20200614/LanguageExtension.json.cs index af9235bb8a22..89af5a513609 100644 --- a/src/Kusto/generated/api/Models/Api20200215/LanguageExtension.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/LanguageExtension.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -47,13 +47,13 @@ public partial class LanguageExtension partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new LanguageExtension(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/LanguageExtensionsList.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/LanguageExtensionsList.PowerShell.cs similarity index 84% rename from src/Kusto/generated/api/Models/Api20200215/LanguageExtensionsList.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/LanguageExtensionsList.PowerShell.cs index e932cfa4eec1..7257d0eae2d3 100644 --- a/src/Kusto/generated/api/Models/Api20200215/LanguageExtensionsList.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/LanguageExtensionsList.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,27 +48,27 @@ public partial class LanguageExtensionsList partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new LanguageExtensionsList(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new LanguageExtensionsList(content); } @@ -78,10 +78,10 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILangu /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -94,12 +94,12 @@ internal LanguageExtensionsList(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsListInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsListInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.LanguageExtensionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsListInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsListInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.LanguageExtensionTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -112,7 +112,7 @@ internal LanguageExtensionsList(global::System.Management.Automation.PSObject co return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsListInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsListInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.LanguageExtensionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsListInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsListInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.LanguageExtensionTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } diff --git a/src/Kusto/generated/api/Models/Api20200215/LanguageExtensionsList.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/LanguageExtensionsList.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/LanguageExtensionsList.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/LanguageExtensionsList.TypeConverter.cs index e4b63b848f4d..2aad5a95d69a 100644 --- a/src/Kusto/generated/api/Models/Api20200215/LanguageExtensionsList.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/LanguageExtensionsList.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/LanguageExtensionsList.cs b/src/Kusto/generated/api/Models/Api20200614/LanguageExtensionsList.cs similarity index 84% rename from src/Kusto/generated/api/Models/Api20200215/LanguageExtensionsList.cs rename to src/Kusto/generated/api/Models/Api20200614/LanguageExtensionsList.cs index 2bf9978b6078..7e2702c6729f 100644 --- a/src/Kusto/generated/api/Models/Api20200215/LanguageExtensionsList.cs +++ b/src/Kusto/generated/api/Models/Api20200614/LanguageExtensionsList.cs @@ -1,19 +1,19 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// The list of language extension objects. public partial class LanguageExtensionsList : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsListInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsListInternal { /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[] _value; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[] _value; /// The list of language extensions. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[] Value { get => this._value; set => this._value = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[] Value { get => this._value; set => this._value = value; } /// Creates an new instance. public LanguageExtensionsList() @@ -31,8 +31,8 @@ public partial interface ILanguageExtensionsList : ReadOnly = false, Description = @"The list of language extensions.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[] Value { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[] Value { get; set; } } /// The list of language extension objects. @@ -40,7 +40,7 @@ internal partial interface ILanguageExtensionsListInternal { /// The list of language extensions. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[] Value { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[] Value { get; set; } } } \ No newline at end of file diff --git a/src/Kusto/generated/api/Models/Api20200215/LanguageExtensionsList.json.cs b/src/Kusto/generated/api/Models/Api20200614/LanguageExtensionsList.json.cs similarity index 93% rename from src/Kusto/generated/api/Models/Api20200215/LanguageExtensionsList.json.cs rename to src/Kusto/generated/api/Models/Api20200614/LanguageExtensionsList.json.cs index 933c11283859..30f419f73336 100644 --- a/src/Kusto/generated/api/Models/Api20200215/LanguageExtensionsList.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/LanguageExtensionsList.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -47,13 +47,13 @@ public partial class LanguageExtensionsList partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new LanguageExtensionsList(json) : null; } @@ -70,7 +70,7 @@ internal LanguageExtensionsList(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime { return; } - {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.LanguageExtension.FromJson(__u) )) ))() : null : Value;} + {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.LanguageExtension.FromJson(__u) )) ))() : null : Value;} AfterFromJson(json); } diff --git a/src/Kusto/generated/api/Models/Api20200215/ListResourceSkusResult.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/ListResourceSkusResult.PowerShell.cs similarity index 84% rename from src/Kusto/generated/api/Models/Api20200215/ListResourceSkusResult.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/ListResourceSkusResult.PowerShell.cs index 8d8d5af8dfdd..95591e92aad2 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ListResourceSkusResult.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ListResourceSkusResult.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,27 +48,27 @@ public partial class ListResourceSkusResult partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IListResourceSkusResult DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IListResourceSkusResult DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new ListResourceSkusResult(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IListResourceSkusResult DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IListResourceSkusResult DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new ListResourceSkusResult(content); } @@ -78,10 +78,10 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IListR /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IListResourceSkusResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IListResourceSkusResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -94,12 +94,12 @@ internal ListResourceSkusResult(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IListResourceSkusResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSku[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IListResourceSkusResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AzureResourceSkuTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IListResourceSkusResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSku[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IListResourceSkusResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AzureResourceSkuTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -112,7 +112,7 @@ internal ListResourceSkusResult(global::System.Management.Automation.PSObject co return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IListResourceSkusResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSku[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IListResourceSkusResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AzureResourceSkuTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IListResourceSkusResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSku[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IListResourceSkusResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AzureResourceSkuTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } diff --git a/src/Kusto/generated/api/Models/Api20200215/ListResourceSkusResult.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/ListResourceSkusResult.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/ListResourceSkusResult.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/ListResourceSkusResult.TypeConverter.cs index 16066d02e210..66e6c79f9a10 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ListResourceSkusResult.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ListResourceSkusResult.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IListResourceSkusResult ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IListResourceSkusResult ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IListResourceSkusResult).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IListResourceSkusResult).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/ListResourceSkusResult.cs b/src/Kusto/generated/api/Models/Api20200614/ListResourceSkusResult.cs similarity index 85% rename from src/Kusto/generated/api/Models/Api20200215/ListResourceSkusResult.cs rename to src/Kusto/generated/api/Models/Api20200614/ListResourceSkusResult.cs index 31d54b9ce43c..d754b75dbefa 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ListResourceSkusResult.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ListResourceSkusResult.cs @@ -1,19 +1,19 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// List of available SKUs for a Kusto Cluster. public partial class ListResourceSkusResult : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IListResourceSkusResult, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IListResourceSkusResultInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IListResourceSkusResult, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IListResourceSkusResultInternal { /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSku[] _value; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSku[] _value; /// The collection of available SKUs for an existing resource. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSku[] Value { get => this._value; set => this._value = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSku[] Value { get => this._value; set => this._value = value; } /// Creates an new instance. public ListResourceSkusResult() @@ -31,8 +31,8 @@ public partial interface IListResourceSkusResult : ReadOnly = false, Description = @"The collection of available SKUs for an existing resource.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSku) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSku[] Value { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSku) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSku[] Value { get; set; } } /// List of available SKUs for a Kusto Cluster. @@ -40,7 +40,7 @@ internal partial interface IListResourceSkusResultInternal { /// The collection of available SKUs for an existing resource. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSku[] Value { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSku[] Value { get; set; } } } \ No newline at end of file diff --git a/src/Kusto/generated/api/Models/Api20200215/ListResourceSkusResult.json.cs b/src/Kusto/generated/api/Models/Api20200614/ListResourceSkusResult.json.cs similarity index 92% rename from src/Kusto/generated/api/Models/Api20200215/ListResourceSkusResult.json.cs rename to src/Kusto/generated/api/Models/Api20200614/ListResourceSkusResult.json.cs index b1f1ba4b3dfc..e6ddad2b7763 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ListResourceSkusResult.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ListResourceSkusResult.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -47,13 +47,13 @@ public partial class ListResourceSkusResult partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IListResourceSkusResult. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IListResourceSkusResult. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IListResourceSkusResult. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IListResourceSkusResult. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IListResourceSkusResult FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IListResourceSkusResult FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new ListResourceSkusResult(json) : null; } @@ -70,7 +70,7 @@ internal ListResourceSkusResult(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime { return; } - {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSku) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AzureResourceSku.FromJson(__u) )) ))() : null : Value;} + {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSku) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AzureResourceSku.FromJson(__u) )) ))() : null : Value;} AfterFromJson(json); } diff --git a/src/Kusto/generated/api/Models/Api20200215/Operation.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/Operation.PowerShell.cs similarity index 75% rename from src/Kusto/generated/api/Models/Api20200215/Operation.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/Operation.PowerShell.cs index b8f61eb03e88..25edcad83c0e 100644 --- a/src/Kusto/generated/api/Models/Api20200215/Operation.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/Operation.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,27 +48,27 @@ public partial class Operation partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperation DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperation DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new Operation(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperation DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperation DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new Operation(content); } @@ -78,10 +78,10 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOpera /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperation FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperation FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -94,19 +94,19 @@ internal Operation(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).Display = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplay) content.GetValueForProperty("Display",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).Display, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.OperationDisplayTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).Origin = (string) content.GetValueForProperty("Origin",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).Origin, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.OperationPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).DisplayDescription = (string) content.GetValueForProperty("DisplayDescription",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).DisplayDescription, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).DisplayOperation = (string) content.GetValueForProperty("DisplayOperation",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).DisplayOperation, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).DisplayProvider = (string) content.GetValueForProperty("DisplayProvider",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).DisplayProvider, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).DisplayResource = (string) content.GetValueForProperty("DisplayResource",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).DisplayResource, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).Display = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplay) content.GetValueForProperty("Display",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).Display, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.OperationDisplayTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).Origin = (string) content.GetValueForProperty("Origin",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).Origin, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.OperationPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).DisplayDescription = (string) content.GetValueForProperty("DisplayDescription",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).DisplayDescription, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).DisplayOperation = (string) content.GetValueForProperty("DisplayOperation",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).DisplayOperation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).DisplayProvider = (string) content.GetValueForProperty("DisplayProvider",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).DisplayProvider, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).DisplayResource = (string) content.GetValueForProperty("DisplayResource",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).DisplayResource, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -119,14 +119,14 @@ internal Operation(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).Display = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplay) content.GetValueForProperty("Display",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).Display, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.OperationDisplayTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).Origin = (string) content.GetValueForProperty("Origin",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).Origin, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.OperationPropertiesTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).DisplayDescription = (string) content.GetValueForProperty("DisplayDescription",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).DisplayDescription, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).DisplayOperation = (string) content.GetValueForProperty("DisplayOperation",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).DisplayOperation, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).DisplayProvider = (string) content.GetValueForProperty("DisplayProvider",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).DisplayProvider, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).DisplayResource = (string) content.GetValueForProperty("DisplayResource",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal)this).DisplayResource, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).Display = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplay) content.GetValueForProperty("Display",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).Display, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.OperationDisplayTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).Origin = (string) content.GetValueForProperty("Origin",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).Origin, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.OperationPropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).DisplayDescription = (string) content.GetValueForProperty("DisplayDescription",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).DisplayDescription, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).DisplayOperation = (string) content.GetValueForProperty("DisplayOperation",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).DisplayOperation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).DisplayProvider = (string) content.GetValueForProperty("DisplayProvider",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).DisplayProvider, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).DisplayResource = (string) content.GetValueForProperty("DisplayResource",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal)this).DisplayResource, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Kusto/generated/api/Models/Api20200215/Operation.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/Operation.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/Operation.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/Operation.TypeConverter.cs index 2dee2e623c89..346aa22eb7bc 100644 --- a/src/Kusto/generated/api/Models/Api20200215/Operation.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/Operation.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperation ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperation ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperation).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperation).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/Operation.cs b/src/Kusto/generated/api/Models/Api20200614/Operation.cs similarity index 85% rename from src/Kusto/generated/api/Models/Api20200215/Operation.cs rename to src/Kusto/generated/api/Models/Api20200614/Operation.cs index 59c005762549..606659c0d435 100644 --- a/src/Kusto/generated/api/Models/Api20200215/Operation.cs +++ b/src/Kusto/generated/api/Models/Api20200614/Operation.cs @@ -1,38 +1,38 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// A REST API operation public partial class Operation : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperation, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperation, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal { /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplay _display; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplay _display; /// The object that describes the operation. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplay Display { get => (this._display = this._display ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.OperationDisplay()); set => this._display = value; } + internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplay Display { get => (this._display = this._display ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.OperationDisplay()); set => this._display = value; } /// The friendly name of the operation. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string DisplayDescription { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplayInternal)Display).Description; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplayInternal)Display).Description = value; } + public string DisplayDescription { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplayInternal)Display).Description; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplayInternal)Display).Description = value; } /// For example: read, write, delete. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string DisplayOperation { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplayInternal)Display).Operation; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplayInternal)Display).Operation = value; } + public string DisplayOperation { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplayInternal)Display).Operation; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplayInternal)Display).Operation = value; } /// Friendly name of the resource provider. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string DisplayProvider { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplayInternal)Display).Provider; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplayInternal)Display).Provider = value; } + public string DisplayProvider { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplayInternal)Display).Provider; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplayInternal)Display).Provider = value; } /// The resource type on which the operation is performed. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string DisplayResource { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplayInternal)Display).Resource; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplayInternal)Display).Resource = value; } + public string DisplayResource { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplayInternal)Display).Resource; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplayInternal)Display).Resource = value; } /// Internal Acessors for Display - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplay Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationInternal.Display { get => (this._display = this._display ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.OperationDisplay()); set { {_display = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplay Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationInternal.Display { get => (this._display = this._display ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.OperationDisplay()); set { {_display = value;} } } /// Backing field for property. private string _name; @@ -49,11 +49,11 @@ public partial class Operation : public string Origin { get => this._origin; set => this._origin = value; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationProperties _property; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationProperties _property; /// Properties of the operation. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationProperties Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.OperationProperties()); set => this._property = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationProperties Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.OperationProperties()); set => this._property = value; } /// Creates an new instance. public Operation() @@ -119,8 +119,8 @@ public partial interface IOperation : ReadOnly = false, Description = @"Properties of the operation.", SerializedName = @"properties", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationProperties) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationProperties Property { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationProperties) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationProperties Property { get; set; } } /// A REST API operation @@ -128,7 +128,7 @@ internal partial interface IOperationInternal { /// The object that describes the operation. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplay Display { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplay Display { get; set; } /// The friendly name of the operation. string DisplayDescription { get; set; } /// For example: read, write, delete. @@ -142,7 +142,7 @@ internal partial interface IOperationInternal /// The intended executor of the operation. string Origin { get; set; } /// Properties of the operation. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationProperties Property { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationProperties Property { get; set; } } } \ No newline at end of file diff --git a/src/Kusto/generated/api/Models/Api20200215/Operation.json.cs b/src/Kusto/generated/api/Models/Api20200614/Operation.json.cs similarity index 96% rename from src/Kusto/generated/api/Models/Api20200215/Operation.json.cs rename to src/Kusto/generated/api/Models/Api20200614/Operation.json.cs index a42ccc78ab98..04cacc6f3e4e 100644 --- a/src/Kusto/generated/api/Models/Api20200215/Operation.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/Operation.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -47,13 +47,13 @@ public partial class Operation partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperation. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperation. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperation. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperation. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperation FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperation FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new Operation(json) : null; } @@ -70,10 +70,10 @@ internal Operation(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObj { return; } - {_display = If( json?.PropertyT("display"), out var __jsonDisplay) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.OperationDisplay.FromJson(__jsonDisplay) : Display;} + {_display = If( json?.PropertyT("display"), out var __jsonDisplay) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.OperationDisplay.FromJson(__jsonDisplay) : Display;} {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} {_origin = If( json?.PropertyT("origin"), out var __jsonOrigin) ? (string)__jsonOrigin : (string)Origin;} - {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.OperationProperties.FromJson(__jsonProperties) : Property;} + {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.OperationProperties.FromJson(__jsonProperties) : Property;} AfterFromJson(json); } diff --git a/src/Kusto/generated/api/Models/Api20200215/OperationDisplay.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/OperationDisplay.PowerShell.cs similarity index 83% rename from src/Kusto/generated/api/Models/Api20200215/OperationDisplay.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/OperationDisplay.PowerShell.cs index f3caed0f2219..2ace4a93a875 100644 --- a/src/Kusto/generated/api/Models/Api20200215/OperationDisplay.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/OperationDisplay.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,27 +48,27 @@ public partial class OperationDisplay partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplay DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplay DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new OperationDisplay(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplay DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplay DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new OperationDisplay(content); } @@ -78,10 +78,10 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOpera /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplay FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplay FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -94,15 +94,15 @@ internal OperationDisplay(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplayInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplayInternal)this).Description, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplayInternal)this).Operation = (string) content.GetValueForProperty("Operation",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplayInternal)this).Operation, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplayInternal)this).Provider = (string) content.GetValueForProperty("Provider",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplayInternal)this).Provider, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplayInternal)this).Resource = (string) content.GetValueForProperty("Resource",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplayInternal)this).Resource, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplayInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplayInternal)this).Description, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplayInternal)this).Operation = (string) content.GetValueForProperty("Operation",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplayInternal)this).Operation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplayInternal)this).Provider = (string) content.GetValueForProperty("Provider",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplayInternal)this).Provider, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplayInternal)this).Resource = (string) content.GetValueForProperty("Resource",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplayInternal)this).Resource, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -115,10 +115,10 @@ internal OperationDisplay(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplayInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplayInternal)this).Description, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplayInternal)this).Operation = (string) content.GetValueForProperty("Operation",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplayInternal)this).Operation, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplayInternal)this).Provider = (string) content.GetValueForProperty("Provider",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplayInternal)this).Provider, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplayInternal)this).Resource = (string) content.GetValueForProperty("Resource",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplayInternal)this).Resource, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplayInternal)this).Description = (string) content.GetValueForProperty("Description",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplayInternal)this).Description, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplayInternal)this).Operation = (string) content.GetValueForProperty("Operation",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplayInternal)this).Operation, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplayInternal)this).Provider = (string) content.GetValueForProperty("Provider",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplayInternal)this).Provider, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplayInternal)this).Resource = (string) content.GetValueForProperty("Resource",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplayInternal)this).Resource, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Kusto/generated/api/Models/Api20200215/OperationDisplay.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/OperationDisplay.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/OperationDisplay.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/OperationDisplay.TypeConverter.cs index 0dcb5bc3709e..4c72ef4278ef 100644 --- a/src/Kusto/generated/api/Models/Api20200215/OperationDisplay.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/OperationDisplay.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplay ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplay ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplay).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplay).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/OperationDisplay.cs b/src/Kusto/generated/api/Models/Api20200614/OperationDisplay.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/OperationDisplay.cs rename to src/Kusto/generated/api/Models/Api20200614/OperationDisplay.cs index d478c48a7849..47d161769a2a 100644 --- a/src/Kusto/generated/api/Models/Api20200215/OperationDisplay.cs +++ b/src/Kusto/generated/api/Models/Api20200614/OperationDisplay.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// The object that describes the operation. public partial class OperationDisplay : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplay, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplayInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplay, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplayInternal { /// Backing field for property. diff --git a/src/Kusto/generated/api/Models/Api20200215/OperationDisplay.json.cs b/src/Kusto/generated/api/Models/Api20200614/OperationDisplay.json.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/OperationDisplay.json.cs rename to src/Kusto/generated/api/Models/Api20200614/OperationDisplay.json.cs index 173ffc349730..66c26a57b3da 100644 --- a/src/Kusto/generated/api/Models/Api20200215/OperationDisplay.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/OperationDisplay.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -47,13 +47,13 @@ public partial class OperationDisplay partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplay. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplay. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplay. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplay. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationDisplay FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationDisplay FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new OperationDisplay(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/OperationListResult.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/OperationListResult.PowerShell.cs similarity index 83% rename from src/Kusto/generated/api/Models/Api20200215/OperationListResult.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/OperationListResult.PowerShell.cs index 7ec745189f28..d398b7eb84f5 100644 --- a/src/Kusto/generated/api/Models/Api20200215/OperationListResult.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/OperationListResult.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -51,27 +51,27 @@ public partial class OperationListResult partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationListResult DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationListResult DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new OperationListResult(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationListResult DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationListResult DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new OperationListResult(content); } @@ -81,10 +81,10 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOpera /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationListResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationListResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -97,13 +97,13 @@ internal OperationListResult(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationListResultInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationListResultInternal)this).NextLink, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperation[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.OperationTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationListResultInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationListResultInternal)this).NextLink, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperation[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.OperationTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -116,8 +116,8 @@ internal OperationListResult(global::System.Management.Automation.PSObject conte return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationListResultInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationListResultInternal)this).NextLink, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperation[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.OperationTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationListResultInternal)this).NextLink = (string) content.GetValueForProperty("NextLink",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationListResultInternal)this).NextLink, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationListResultInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperation[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationListResultInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.OperationTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } diff --git a/src/Kusto/generated/api/Models/Api20200215/OperationListResult.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/OperationListResult.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/OperationListResult.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/OperationListResult.TypeConverter.cs index cd92f76fe8f8..0cbfe84632c4 100644 --- a/src/Kusto/generated/api/Models/Api20200215/OperationListResult.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/OperationListResult.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationListResult ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationListResult ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationListResult).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationListResult).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/OperationListResult.cs b/src/Kusto/generated/api/Models/Api20200614/OperationListResult.cs similarity index 91% rename from src/Kusto/generated/api/Models/Api20200215/OperationListResult.cs rename to src/Kusto/generated/api/Models/Api20200614/OperationListResult.cs index b890ecd865bf..61ba7aba823a 100644 --- a/src/Kusto/generated/api/Models/Api20200215/OperationListResult.cs +++ b/src/Kusto/generated/api/Models/Api20200614/OperationListResult.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -7,8 +7,8 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 /// set of results. /// public partial class OperationListResult : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationListResult, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationListResultInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationListResult, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationListResultInternal { /// Backing field for property. @@ -19,11 +19,11 @@ public partial class OperationListResult : public string NextLink { get => this._nextLink; set => this._nextLink = value; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperation[] _value; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperation[] _value; /// The list of operations supported by the resource provider. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperation[] Value { get => this._value; set => this._value = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperation[] Value { get => this._value; set => this._value = value; } /// Creates an new instance. public OperationListResult() @@ -50,8 +50,8 @@ public partial interface IOperationListResult : ReadOnly = false, Description = @"The list of operations supported by the resource provider.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperation) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperation[] Value { get; set; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperation) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperation[] Value { get; set; } } /// Result of the request to list REST API operations. It contains a list of operations and a URL nextLink to get the next @@ -62,7 +62,7 @@ internal partial interface IOperationListResultInternal /// The URL to get the next set of operation list results if there are any. string NextLink { get; set; } /// The list of operations supported by the resource provider. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperation[] Value { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperation[] Value { get; set; } } } \ No newline at end of file diff --git a/src/Kusto/generated/api/Models/Api20200215/OperationListResult.json.cs b/src/Kusto/generated/api/Models/Api20200614/OperationListResult.json.cs similarity index 94% rename from src/Kusto/generated/api/Models/Api20200215/OperationListResult.json.cs rename to src/Kusto/generated/api/Models/Api20200614/OperationListResult.json.cs index d39075d66cc5..367dbf4a0d29 100644 --- a/src/Kusto/generated/api/Models/Api20200215/OperationListResult.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/OperationListResult.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -50,13 +50,13 @@ public partial class OperationListResult partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationListResult. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationListResult. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationListResult. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationListResult. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationListResult FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationListResult FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new OperationListResult(json) : null; } @@ -74,7 +74,7 @@ internal OperationListResult(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Js return; } {_nextLink = If( json?.PropertyT("nextLink"), out var __jsonNextLink) ? (string)__jsonNextLink : (string)NextLink;} - {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperation) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Operation.FromJson(__u) )) ))() : null : Value;} + {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperation) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Operation.FromJson(__u) )) ))() : null : Value;} AfterFromJson(json); } diff --git a/src/Kusto/generated/api/Models/Api20200215/OperationProperties.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/OperationProperties.PowerShell.cs similarity index 92% rename from src/Kusto/generated/api/Models/Api20200215/OperationProperties.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/OperationProperties.PowerShell.cs index 7d78a134b6ab..e475f845acf4 100644 --- a/src/Kusto/generated/api/Models/Api20200215/OperationProperties.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/OperationProperties.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,27 +48,27 @@ public partial class OperationProperties partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationProperties DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationProperties DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new OperationProperties(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationProperties DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationProperties DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new OperationProperties(content); } @@ -78,10 +78,10 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOpera /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -98,7 +98,7 @@ internal OperationProperties(global::System.Collections.IDictionary content) } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. diff --git a/src/Kusto/generated/api/Models/Api20200215/OperationProperties.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/OperationProperties.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/OperationProperties.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/OperationProperties.TypeConverter.cs index df72f63ca6ba..1e76daa6ff86 100644 --- a/src/Kusto/generated/api/Models/Api20200215/OperationProperties.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/OperationProperties.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationProperties ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationProperties ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationProperties).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationProperties).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/OperationProperties.cs b/src/Kusto/generated/api/Models/Api20200614/OperationProperties.cs similarity index 92% rename from src/Kusto/generated/api/Models/Api20200215/OperationProperties.cs rename to src/Kusto/generated/api/Models/Api20200614/OperationProperties.cs index ea9b69da13c0..6ee5d05588e8 100644 --- a/src/Kusto/generated/api/Models/Api20200215/OperationProperties.cs +++ b/src/Kusto/generated/api/Models/Api20200614/OperationProperties.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// Properties of the operation. public partial class OperationProperties : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationProperties, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationPropertiesInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationProperties, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationPropertiesInternal { /// Creates an new instance. diff --git a/src/Kusto/generated/api/Models/Api20200215/OperationProperties.json.cs b/src/Kusto/generated/api/Models/Api20200614/OperationProperties.json.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/OperationProperties.json.cs rename to src/Kusto/generated/api/Models/Api20200614/OperationProperties.json.cs index dd4b3d7c5153..d03a91cc86ba 100644 --- a/src/Kusto/generated/api/Models/Api20200215/OperationProperties.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/OperationProperties.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -47,13 +47,13 @@ public partial class OperationProperties partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationProperties. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationProperties. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationProperties. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationProperties. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperationProperties FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperationProperties FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new OperationProperties(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/OptimizedAutoscale.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/OptimizedAutoscale.PowerShell.cs similarity index 84% rename from src/Kusto/generated/api/Models/Api20200215/OptimizedAutoscale.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/OptimizedAutoscale.PowerShell.cs index e6cd0cdcc087..c1d328ff5d68 100644 --- a/src/Kusto/generated/api/Models/Api20200215/OptimizedAutoscale.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/OptimizedAutoscale.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,27 +48,27 @@ public partial class OptimizedAutoscale partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscale DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscale DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new OptimizedAutoscale(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscale DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscale DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new OptimizedAutoscale(content); } @@ -78,10 +78,10 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptim /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscale FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscale FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -94,15 +94,15 @@ internal OptimizedAutoscale(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscaleInternal)this).IsEnabled = (bool) content.GetValueForProperty("IsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscaleInternal)this).IsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscaleInternal)this).Maximum = (int) content.GetValueForProperty("Maximum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscaleInternal)this).Maximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscaleInternal)this).Minimum = (int) content.GetValueForProperty("Minimum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscaleInternal)this).Minimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscaleInternal)this).Version = (int) content.GetValueForProperty("Version",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscaleInternal)this).Version, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscaleInternal)this).IsEnabled = (bool) content.GetValueForProperty("IsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscaleInternal)this).IsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscaleInternal)this).Maximum = (int) content.GetValueForProperty("Maximum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscaleInternal)this).Maximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscaleInternal)this).Minimum = (int) content.GetValueForProperty("Minimum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscaleInternal)this).Minimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscaleInternal)this).Version = (int) content.GetValueForProperty("Version",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscaleInternal)this).Version, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -115,10 +115,10 @@ internal OptimizedAutoscale(global::System.Management.Automation.PSObject conten return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscaleInternal)this).IsEnabled = (bool) content.GetValueForProperty("IsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscaleInternal)this).IsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscaleInternal)this).Maximum = (int) content.GetValueForProperty("Maximum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscaleInternal)this).Maximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscaleInternal)this).Minimum = (int) content.GetValueForProperty("Minimum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscaleInternal)this).Minimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscaleInternal)this).Version = (int) content.GetValueForProperty("Version",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscaleInternal)this).Version, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscaleInternal)this).IsEnabled = (bool) content.GetValueForProperty("IsEnabled",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscaleInternal)this).IsEnabled, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscaleInternal)this).Maximum = (int) content.GetValueForProperty("Maximum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscaleInternal)this).Maximum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscaleInternal)this).Minimum = (int) content.GetValueForProperty("Minimum",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscaleInternal)this).Minimum, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscaleInternal)this).Version = (int) content.GetValueForProperty("Version",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscaleInternal)this).Version, (__y)=> (int) global::System.Convert.ChangeType(__y, typeof(int))); AfterDeserializePSObject(content); } diff --git a/src/Kusto/generated/api/Models/Api20200215/OptimizedAutoscale.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/OptimizedAutoscale.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/OptimizedAutoscale.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/OptimizedAutoscale.TypeConverter.cs index e0e97f228135..8da6ec22f746 100644 --- a/src/Kusto/generated/api/Models/Api20200215/OptimizedAutoscale.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/OptimizedAutoscale.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscale ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscale ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscale).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscale).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/OptimizedAutoscale.cs b/src/Kusto/generated/api/Models/Api20200614/OptimizedAutoscale.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/OptimizedAutoscale.cs rename to src/Kusto/generated/api/Models/Api20200614/OptimizedAutoscale.cs index 127e063669d1..50b3e7d3b665 100644 --- a/src/Kusto/generated/api/Models/Api20200215/OptimizedAutoscale.cs +++ b/src/Kusto/generated/api/Models/Api20200614/OptimizedAutoscale.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// A class that contains the optimized auto scale definition. public partial class OptimizedAutoscale : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscale, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscaleInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscale, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscaleInternal { /// Backing field for property. diff --git a/src/Kusto/generated/api/Models/Api20200215/OptimizedAutoscale.json.cs b/src/Kusto/generated/api/Models/Api20200614/OptimizedAutoscale.json.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/OptimizedAutoscale.json.cs rename to src/Kusto/generated/api/Models/Api20200614/OptimizedAutoscale.json.cs index 7a4028f88930..4dcc7617a7a3 100644 --- a/src/Kusto/generated/api/Models/Api20200215/OptimizedAutoscale.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/OptimizedAutoscale.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -47,13 +47,13 @@ public partial class OptimizedAutoscale partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscale. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscale. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscale. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscale. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOptimizedAutoscale FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOptimizedAutoscale FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new OptimizedAutoscale(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/ReadOnlyFollowingDatabase.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/ReadOnlyFollowingDatabase.PowerShell.cs similarity index 77% rename from src/Kusto/generated/api/Models/Api20200215/ReadOnlyFollowingDatabase.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/ReadOnlyFollowingDatabase.PowerShell.cs index b3722607fab1..42674d9c8b1a 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ReadOnlyFollowingDatabase.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ReadOnlyFollowingDatabase.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,27 +48,27 @@ public partial class ReadOnlyFollowingDatabase partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabase DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabase DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new ReadOnlyFollowingDatabase(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabase DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabase DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new ReadOnlyFollowingDatabase(content); } @@ -78,10 +78,10 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadO /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabase FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabase FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -94,25 +94,25 @@ internal ReadOnlyFollowingDatabase(global::System.Collections.IDictionary conten return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ReadOnlyFollowingDatabasePropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ReadOnlyFollowingDatabasePropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)this).Location, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).Statistics = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatistics) content.GetValueForProperty("Statistics",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).Statistics, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabaseStatisticsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).AttachedDatabaseConfigurationName = (string) content.GetValueForProperty("AttachedDatabaseConfigurationName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).AttachedDatabaseConfigurationName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).HotCachePeriod = (global::System.TimeSpan?) content.GetValueForProperty("HotCachePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).HotCachePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).LeaderClusterResourceId = (string) content.GetValueForProperty("LeaderClusterResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).LeaderClusterResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).PrincipalsModificationKind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalsModificationKind?) content.GetValueForProperty("PrincipalsModificationKind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).PrincipalsModificationKind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalsModificationKind.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).SoftDeletePeriod = (global::System.TimeSpan?) content.GetValueForProperty("SoftDeletePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).SoftDeletePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).StatisticsSize = (float?) content.GetValueForProperty("StatisticsSize",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).StatisticsSize, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).Statistics = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatistics) content.GetValueForProperty("Statistics",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).Statistics, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabaseStatisticsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).AttachedDatabaseConfigurationName = (string) content.GetValueForProperty("AttachedDatabaseConfigurationName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).AttachedDatabaseConfigurationName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).HotCachePeriod = (global::System.TimeSpan?) content.GetValueForProperty("HotCachePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).HotCachePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).LeaderClusterResourceId = (string) content.GetValueForProperty("LeaderClusterResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).LeaderClusterResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).PrincipalsModificationKind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalsModificationKind?) content.GetValueForProperty("PrincipalsModificationKind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).PrincipalsModificationKind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalsModificationKind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).SoftDeletePeriod = (global::System.TimeSpan?) content.GetValueForProperty("SoftDeletePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).SoftDeletePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).StatisticsSize = (float?) content.GetValueForProperty("StatisticsSize",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).StatisticsSize, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -125,20 +125,20 @@ internal ReadOnlyFollowingDatabase(global::System.Management.Automation.PSObject return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ReadOnlyFollowingDatabasePropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ReadOnlyFollowingDatabasePropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)this).Location, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).Statistics = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatistics) content.GetValueForProperty("Statistics",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).Statistics, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabaseStatisticsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).AttachedDatabaseConfigurationName = (string) content.GetValueForProperty("AttachedDatabaseConfigurationName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).AttachedDatabaseConfigurationName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).HotCachePeriod = (global::System.TimeSpan?) content.GetValueForProperty("HotCachePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).HotCachePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).LeaderClusterResourceId = (string) content.GetValueForProperty("LeaderClusterResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).LeaderClusterResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).PrincipalsModificationKind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalsModificationKind?) content.GetValueForProperty("PrincipalsModificationKind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).PrincipalsModificationKind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalsModificationKind.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).SoftDeletePeriod = (global::System.TimeSpan?) content.GetValueForProperty("SoftDeletePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).SoftDeletePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).StatisticsSize = (float?) content.GetValueForProperty("StatisticsSize",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal)this).StatisticsSize, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).Statistics = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatistics) content.GetValueForProperty("Statistics",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).Statistics, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabaseStatisticsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).AttachedDatabaseConfigurationName = (string) content.GetValueForProperty("AttachedDatabaseConfigurationName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).AttachedDatabaseConfigurationName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).HotCachePeriod = (global::System.TimeSpan?) content.GetValueForProperty("HotCachePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).HotCachePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).LeaderClusterResourceId = (string) content.GetValueForProperty("LeaderClusterResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).LeaderClusterResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).PrincipalsModificationKind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalsModificationKind?) content.GetValueForProperty("PrincipalsModificationKind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).PrincipalsModificationKind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalsModificationKind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).SoftDeletePeriod = (global::System.TimeSpan?) content.GetValueForProperty("SoftDeletePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).SoftDeletePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).StatisticsSize = (float?) content.GetValueForProperty("StatisticsSize",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal)this).StatisticsSize, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); AfterDeserializePSObject(content); } diff --git a/src/Kusto/generated/api/Models/Api20200215/ReadOnlyFollowingDatabase.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/ReadOnlyFollowingDatabase.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/ReadOnlyFollowingDatabase.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/ReadOnlyFollowingDatabase.TypeConverter.cs index 904b8b7e687f..192aacb9ec36 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ReadOnlyFollowingDatabase.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ReadOnlyFollowingDatabase.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabase ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabase ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabase).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabase).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/ReadOnlyFollowingDatabase.cs b/src/Kusto/generated/api/Models/Api20200614/ReadOnlyFollowingDatabase.cs similarity index 84% rename from src/Kusto/generated/api/Models/Api20200215/ReadOnlyFollowingDatabase.cs rename to src/Kusto/generated/api/Models/Api20200614/ReadOnlyFollowingDatabase.cs index 9a5ed414fe38..ac2a10892bd9 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ReadOnlyFollowingDatabase.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ReadOnlyFollowingDatabase.cs @@ -1,25 +1,25 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// Class representing a read only following database. public partial class ReadOnlyFollowingDatabase : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabase, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabase, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IValidates { /// - /// Backing field for Inherited model + /// Backing field for Inherited model /// - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase __database = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Database(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase __database = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Database(); /// The name of the attached database configuration cluster [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string AttachedDatabaseConfigurationName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)Property).AttachedDatabaseConfigurationName; } + public string AttachedDatabaseConfigurationName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)Property).AttachedDatabaseConfigurationName; } /// The time the data should be kept in cache for fast queries in TimeSpan. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public global::System.TimeSpan? HotCachePeriod { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)Property).HotCachePeriod; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)Property).HotCachePeriod = value; } + public global::System.TimeSpan? HotCachePeriod { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)Property).HotCachePeriod; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)Property).HotCachePeriod = value; } /// /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} @@ -29,15 +29,15 @@ public partial class ReadOnlyFollowingDatabase : /// Kind of the database [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inherited)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind Kind { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)__database).Kind; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)__database).Kind = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind Kind { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)__database).Kind; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)__database).Kind = value; } /// The name of the leader cluster [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string LeaderClusterResourceId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)Property).LeaderClusterResourceId; } + public string LeaderClusterResourceId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)Property).LeaderClusterResourceId; } /// Resource location. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inherited)] - public string Location { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)__database).Location; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)__database).Location = value; } + public string Location { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)__database).Location; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)__database).Location = value; } /// Internal Acessors for Id string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__database).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__database).Id = value; } @@ -49,25 +49,25 @@ public partial class ReadOnlyFollowingDatabase : string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__database).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__database).Type = value; } /// Internal Acessors for AttachedDatabaseConfigurationName - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal.AttachedDatabaseConfigurationName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)Property).AttachedDatabaseConfigurationName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)Property).AttachedDatabaseConfigurationName = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal.AttachedDatabaseConfigurationName { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)Property).AttachedDatabaseConfigurationName; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)Property).AttachedDatabaseConfigurationName = value; } /// Internal Acessors for LeaderClusterResourceId - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal.LeaderClusterResourceId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)Property).LeaderClusterResourceId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)Property).LeaderClusterResourceId = value; } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal.LeaderClusterResourceId { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)Property).LeaderClusterResourceId; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)Property).LeaderClusterResourceId = value; } /// Internal Acessors for PrincipalsModificationKind - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalsModificationKind? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal.PrincipalsModificationKind { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)Property).PrincipalsModificationKind; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)Property).PrincipalsModificationKind = value; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalsModificationKind? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal.PrincipalsModificationKind { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)Property).PrincipalsModificationKind; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)Property).PrincipalsModificationKind = value; } /// Internal Acessors for Property - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseProperties Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ReadOnlyFollowingDatabaseProperties()); set { {_property = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseProperties Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ReadOnlyFollowingDatabaseProperties()); set { {_property = value;} } } /// Internal Acessors for ProvisioningState - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal.ProvisioningState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)Property).ProvisioningState; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)Property).ProvisioningState = value; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal.ProvisioningState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)Property).ProvisioningState; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)Property).ProvisioningState = value; } /// Internal Acessors for SoftDeletePeriod - global::System.TimeSpan? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal.SoftDeletePeriod { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)Property).SoftDeletePeriod; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)Property).SoftDeletePeriod = value; } + global::System.TimeSpan? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal.SoftDeletePeriod { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)Property).SoftDeletePeriod; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)Property).SoftDeletePeriod = value; } /// Internal Acessors for Statistics - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatistics Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseInternal.Statistics { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)Property).Statistics; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)Property).Statistics = value; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatistics Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseInternal.Statistics { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)Property).Statistics; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)Property).Statistics = value; } /// The name of the resource [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inherited)] @@ -75,28 +75,28 @@ public partial class ReadOnlyFollowingDatabase : /// The principals modification kind of the database [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalsModificationKind? PrincipalsModificationKind { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)Property).PrincipalsModificationKind; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalsModificationKind? PrincipalsModificationKind { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)Property).PrincipalsModificationKind; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseProperties _property; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseProperties _property; /// The database properties. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseProperties Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ReadOnlyFollowingDatabaseProperties()); set => this._property = value; } + internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseProperties Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ReadOnlyFollowingDatabaseProperties()); set => this._property = value; } /// The provisioned state of the resource. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? ProvisioningState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)Property).ProvisioningState; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? ProvisioningState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)Property).ProvisioningState; } /// /// The time the data should be kept before it stops being accessible to queries in TimeSpan. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public global::System.TimeSpan? SoftDeletePeriod { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)Property).SoftDeletePeriod; } + public global::System.TimeSpan? SoftDeletePeriod { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)Property).SoftDeletePeriod; } /// The database size - the total size of compressed data and index in bytes. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public float? StatisticsSize { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)Property).StatisticsSize; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)Property).StatisticsSize = value; } + public float? StatisticsSize { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)Property).StatisticsSize; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)Property).StatisticsSize = value; } /// /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. @@ -125,7 +125,7 @@ public ReadOnlyFollowingDatabase() /// Class representing a read only following database. public partial interface IReadOnlyFollowingDatabase : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IJsonSerializable, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase { /// The name of the attached database configuration cluster [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( @@ -189,7 +189,7 @@ public partial interface IReadOnlyFollowingDatabase : } /// Class representing a read only following database. internal partial interface IReadOnlyFollowingDatabaseInternal : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal { /// The name of the attached database configuration cluster string AttachedDatabaseConfigurationName { get; set; } @@ -200,7 +200,7 @@ internal partial interface IReadOnlyFollowingDatabaseInternal : /// The principals modification kind of the database Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalsModificationKind? PrincipalsModificationKind { get; set; } /// The database properties. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseProperties Property { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseProperties Property { get; set; } /// The provisioned state of the resource. Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? ProvisioningState { get; set; } /// @@ -208,7 +208,7 @@ internal partial interface IReadOnlyFollowingDatabaseInternal : /// global::System.TimeSpan? SoftDeletePeriod { get; set; } /// The statistics of the database. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatistics Statistics { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatistics Statistics { get; set; } /// The database size - the total size of compressed data and index in bytes. float? StatisticsSize { get; set; } diff --git a/src/Kusto/generated/api/Models/Api20200215/ReadOnlyFollowingDatabase.json.cs b/src/Kusto/generated/api/Models/Api20200614/ReadOnlyFollowingDatabase.json.cs similarity index 95% rename from src/Kusto/generated/api/Models/Api20200215/ReadOnlyFollowingDatabase.json.cs rename to src/Kusto/generated/api/Models/Api20200614/ReadOnlyFollowingDatabase.json.cs index 09e42bea0c12..a8d82dbacddd 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ReadOnlyFollowingDatabase.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ReadOnlyFollowingDatabase.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -47,13 +47,13 @@ public partial class ReadOnlyFollowingDatabase partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabase. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabase. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabase. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabase. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabase FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabase FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new ReadOnlyFollowingDatabase(json) : null; } @@ -70,8 +70,8 @@ internal ReadOnlyFollowingDatabase(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runt { return; } - __database = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Database(json); - {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ReadOnlyFollowingDatabaseProperties.FromJson(__jsonProperties) : Property;} + __database = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Database(json); + {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ReadOnlyFollowingDatabaseProperties.FromJson(__jsonProperties) : Property;} AfterFromJson(json); } diff --git a/src/Kusto/generated/api/Models/Api20200215/ReadOnlyFollowingDatabaseProperties.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/ReadOnlyFollowingDatabaseProperties.PowerShell.cs similarity index 78% rename from src/Kusto/generated/api/Models/Api20200215/ReadOnlyFollowingDatabaseProperties.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/ReadOnlyFollowingDatabaseProperties.PowerShell.cs index bcc8e135e080..b630fa1455a3 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ReadOnlyFollowingDatabaseProperties.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ReadOnlyFollowingDatabaseProperties.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,29 +48,29 @@ public partial class ReadOnlyFollowingDatabaseProperties partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseProperties DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseProperties DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new ReadOnlyFollowingDatabaseProperties(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseProperties DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseProperties DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new ReadOnlyFollowingDatabaseProperties(content); } @@ -80,10 +80,10 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadO /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -96,19 +96,19 @@ internal ReadOnlyFollowingDatabaseProperties(global::System.Collections.IDiction return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).Statistics = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatistics) content.GetValueForProperty("Statistics",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).Statistics, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabaseStatisticsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).AttachedDatabaseConfigurationName = (string) content.GetValueForProperty("AttachedDatabaseConfigurationName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).AttachedDatabaseConfigurationName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).HotCachePeriod = (global::System.TimeSpan?) content.GetValueForProperty("HotCachePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).HotCachePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).LeaderClusterResourceId = (string) content.GetValueForProperty("LeaderClusterResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).LeaderClusterResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).PrincipalsModificationKind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalsModificationKind?) content.GetValueForProperty("PrincipalsModificationKind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).PrincipalsModificationKind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalsModificationKind.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).SoftDeletePeriod = (global::System.TimeSpan?) content.GetValueForProperty("SoftDeletePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).SoftDeletePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).StatisticsSize = (float?) content.GetValueForProperty("StatisticsSize",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).StatisticsSize, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).Statistics = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatistics) content.GetValueForProperty("Statistics",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).Statistics, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabaseStatisticsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).AttachedDatabaseConfigurationName = (string) content.GetValueForProperty("AttachedDatabaseConfigurationName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).AttachedDatabaseConfigurationName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).HotCachePeriod = (global::System.TimeSpan?) content.GetValueForProperty("HotCachePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).HotCachePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).LeaderClusterResourceId = (string) content.GetValueForProperty("LeaderClusterResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).LeaderClusterResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).PrincipalsModificationKind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalsModificationKind?) content.GetValueForProperty("PrincipalsModificationKind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).PrincipalsModificationKind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalsModificationKind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).SoftDeletePeriod = (global::System.TimeSpan?) content.GetValueForProperty("SoftDeletePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).SoftDeletePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).StatisticsSize = (float?) content.GetValueForProperty("StatisticsSize",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).StatisticsSize, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -121,14 +121,14 @@ internal ReadOnlyFollowingDatabaseProperties(global::System.Management.Automatio return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).Statistics = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatistics) content.GetValueForProperty("Statistics",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).Statistics, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabaseStatisticsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).AttachedDatabaseConfigurationName = (string) content.GetValueForProperty("AttachedDatabaseConfigurationName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).AttachedDatabaseConfigurationName, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).HotCachePeriod = (global::System.TimeSpan?) content.GetValueForProperty("HotCachePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).HotCachePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).LeaderClusterResourceId = (string) content.GetValueForProperty("LeaderClusterResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).LeaderClusterResourceId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).PrincipalsModificationKind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalsModificationKind?) content.GetValueForProperty("PrincipalsModificationKind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).PrincipalsModificationKind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalsModificationKind.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).SoftDeletePeriod = (global::System.TimeSpan?) content.GetValueForProperty("SoftDeletePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).SoftDeletePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).StatisticsSize = (float?) content.GetValueForProperty("StatisticsSize",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal)this).StatisticsSize, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).Statistics = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatistics) content.GetValueForProperty("Statistics",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).Statistics, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabaseStatisticsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).AttachedDatabaseConfigurationName = (string) content.GetValueForProperty("AttachedDatabaseConfigurationName",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).AttachedDatabaseConfigurationName, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).HotCachePeriod = (global::System.TimeSpan?) content.GetValueForProperty("HotCachePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).HotCachePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).LeaderClusterResourceId = (string) content.GetValueForProperty("LeaderClusterResourceId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).LeaderClusterResourceId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).PrincipalsModificationKind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalsModificationKind?) content.GetValueForProperty("PrincipalsModificationKind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).PrincipalsModificationKind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalsModificationKind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).SoftDeletePeriod = (global::System.TimeSpan?) content.GetValueForProperty("SoftDeletePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).SoftDeletePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).StatisticsSize = (float?) content.GetValueForProperty("StatisticsSize",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal)this).StatisticsSize, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); AfterDeserializePSObject(content); } diff --git a/src/Kusto/generated/api/Models/Api20200215/ReadOnlyFollowingDatabaseProperties.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/ReadOnlyFollowingDatabaseProperties.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/ReadOnlyFollowingDatabaseProperties.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/ReadOnlyFollowingDatabaseProperties.TypeConverter.cs index b9cce22a8394..e7a9c277418e 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ReadOnlyFollowingDatabaseProperties.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ReadOnlyFollowingDatabaseProperties.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -102,14 +102,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseProperties ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseProperties ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseProperties).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseProperties).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/ReadOnlyFollowingDatabaseProperties.cs b/src/Kusto/generated/api/Models/Api20200614/ReadOnlyFollowingDatabaseProperties.cs similarity index 92% rename from src/Kusto/generated/api/Models/Api20200215/ReadOnlyFollowingDatabaseProperties.cs rename to src/Kusto/generated/api/Models/Api20200614/ReadOnlyFollowingDatabaseProperties.cs index 69ee7dbd1fe9..c7f889b208ba 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ReadOnlyFollowingDatabaseProperties.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ReadOnlyFollowingDatabaseProperties.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// Class representing the Kusto database properties. public partial class ReadOnlyFollowingDatabaseProperties : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseProperties, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseProperties, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal { /// Backing field for property. @@ -30,22 +30,22 @@ public partial class ReadOnlyFollowingDatabaseProperties : public string LeaderClusterResourceId { get => this._leaderClusterResourceId; } /// Internal Acessors for AttachedDatabaseConfigurationName - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal.AttachedDatabaseConfigurationName { get => this._attachedDatabaseConfigurationName; set { {_attachedDatabaseConfigurationName = value;} } } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal.AttachedDatabaseConfigurationName { get => this._attachedDatabaseConfigurationName; set { {_attachedDatabaseConfigurationName = value;} } } /// Internal Acessors for LeaderClusterResourceId - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal.LeaderClusterResourceId { get => this._leaderClusterResourceId; set { {_leaderClusterResourceId = value;} } } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal.LeaderClusterResourceId { get => this._leaderClusterResourceId; set { {_leaderClusterResourceId = value;} } } /// Internal Acessors for PrincipalsModificationKind - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalsModificationKind? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal.PrincipalsModificationKind { get => this._principalsModificationKind; set { {_principalsModificationKind = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalsModificationKind? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal.PrincipalsModificationKind { get => this._principalsModificationKind; set { {_principalsModificationKind = value;} } } /// Internal Acessors for ProvisioningState - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal.ProvisioningState { get => this._provisioningState; set { {_provisioningState = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal.ProvisioningState { get => this._provisioningState; set { {_provisioningState = value;} } } /// Internal Acessors for SoftDeletePeriod - global::System.TimeSpan? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal.SoftDeletePeriod { get => this._softDeletePeriod; set { {_softDeletePeriod = value;} } } + global::System.TimeSpan? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal.SoftDeletePeriod { get => this._softDeletePeriod; set { {_softDeletePeriod = value;} } } /// Internal Acessors for Statistics - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatistics Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabasePropertiesInternal.Statistics { get => (this._statistics = this._statistics ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabaseStatistics()); set { {_statistics = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatistics Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabasePropertiesInternal.Statistics { get => (this._statistics = this._statistics ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabaseStatistics()); set { {_statistics = value;} } } /// Backing field for property. private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.PrincipalsModificationKind? _principalsModificationKind; @@ -71,15 +71,15 @@ public partial class ReadOnlyFollowingDatabaseProperties : public global::System.TimeSpan? SoftDeletePeriod { get => this._softDeletePeriod; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatistics _statistics; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatistics _statistics; /// The statistics of the database. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatistics Statistics { get => (this._statistics = this._statistics ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabaseStatistics()); } + internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatistics Statistics { get => (this._statistics = this._statistics ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabaseStatistics()); } /// The database size - the total size of compressed data and index in bytes. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public float? StatisticsSize { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatisticsInternal)Statistics).Size; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatisticsInternal)Statistics).Size = value; } + public float? StatisticsSize { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatisticsInternal)Statistics).Size; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatisticsInternal)Statistics).Size = value; } /// Creates an new instance. public ReadOnlyFollowingDatabaseProperties() @@ -170,7 +170,7 @@ internal partial interface IReadOnlyFollowingDatabasePropertiesInternal /// global::System.TimeSpan? SoftDeletePeriod { get; set; } /// The statistics of the database. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatistics Statistics { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatistics Statistics { get; set; } /// The database size - the total size of compressed data and index in bytes. float? StatisticsSize { get; set; } diff --git a/src/Kusto/generated/api/Models/Api20200215/ReadOnlyFollowingDatabaseProperties.json.cs b/src/Kusto/generated/api/Models/Api20200614/ReadOnlyFollowingDatabaseProperties.json.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/ReadOnlyFollowingDatabaseProperties.json.cs rename to src/Kusto/generated/api/Models/Api20200614/ReadOnlyFollowingDatabaseProperties.json.cs index ef1b68e23a39..e07b5350726f 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ReadOnlyFollowingDatabaseProperties.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ReadOnlyFollowingDatabaseProperties.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -47,13 +47,13 @@ public partial class ReadOnlyFollowingDatabaseProperties partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseProperties. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseProperties. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseProperties. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseProperties. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadOnlyFollowingDatabaseProperties FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadOnlyFollowingDatabaseProperties FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new ReadOnlyFollowingDatabaseProperties(json) : null; } @@ -70,7 +70,7 @@ internal ReadOnlyFollowingDatabaseProperties(Microsoft.Azure.PowerShell.Cmdlets. { return; } - {_statistics = If( json?.PropertyT("statistics"), out var __jsonStatistics) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabaseStatistics.FromJson(__jsonStatistics) : Statistics;} + {_statistics = If( json?.PropertyT("statistics"), out var __jsonStatistics) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabaseStatistics.FromJson(__jsonStatistics) : Statistics;} {_attachedDatabaseConfigurationName = If( json?.PropertyT("attachedDatabaseConfigurationName"), out var __jsonAttachedDatabaseConfigurationName) ? (string)__jsonAttachedDatabaseConfigurationName : (string)AttachedDatabaseConfigurationName;} {_hotCachePeriod = If( json?.PropertyT("hotCachePeriod"), out var __jsonHotCachePeriod) ? global::System.Xml.XmlConvert.ToTimeSpan( __jsonHotCachePeriod ) : HotCachePeriod;} {_leaderClusterResourceId = If( json?.PropertyT("leaderClusterResourceId"), out var __jsonLeaderClusterResourceId) ? (string)__jsonLeaderClusterResourceId : (string)LeaderClusterResourceId;} diff --git a/src/Kusto/generated/api/Models/Api20200215/ReadWriteDatabase.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/ReadWriteDatabase.PowerShell.cs similarity index 75% rename from src/Kusto/generated/api/Models/Api20200215/ReadWriteDatabase.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/ReadWriteDatabase.PowerShell.cs index 1fca62251af6..080ca0f104a0 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ReadWriteDatabase.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ReadWriteDatabase.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,27 +48,27 @@ public partial class ReadWriteDatabase partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabase DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabase DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new ReadWriteDatabase(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabase DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabase DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new ReadWriteDatabase(content); } @@ -78,10 +78,10 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadW /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabase FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabase FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -94,23 +94,23 @@ internal ReadWriteDatabase(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ReadWriteDatabasePropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ReadWriteDatabasePropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)this).Location, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal)this).Statistics = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatistics) content.GetValueForProperty("Statistics",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal)this).Statistics, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabaseStatisticsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal)this).HotCachePeriod = (global::System.TimeSpan?) content.GetValueForProperty("HotCachePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal)this).HotCachePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal)this).IsFollowed = (string) content.GetValueForProperty("IsFollowed",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal)this).IsFollowed, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal)this).SoftDeletePeriod = (global::System.TimeSpan?) content.GetValueForProperty("SoftDeletePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal)this).SoftDeletePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal)this).StatisticsSize = (float?) content.GetValueForProperty("StatisticsSize",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal)this).StatisticsSize, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal)this).Statistics = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatistics) content.GetValueForProperty("Statistics",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal)this).Statistics, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabaseStatisticsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal)this).HotCachePeriod = (global::System.TimeSpan?) content.GetValueForProperty("HotCachePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal)this).HotCachePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal)this).IsFollowed = (bool?) content.GetValueForProperty("IsFollowed",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal)this).IsFollowed, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal)this).SoftDeletePeriod = (global::System.TimeSpan?) content.GetValueForProperty("SoftDeletePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal)this).SoftDeletePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal)this).StatisticsSize = (float?) content.GetValueForProperty("StatisticsSize",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal)this).StatisticsSize, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -123,18 +123,18 @@ internal ReadWriteDatabase(global::System.Management.Automation.PSObject content return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ReadWriteDatabasePropertiesTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal)this).Property = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseProperties) content.GetValueForProperty("Property",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal)this).Property, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ReadWriteDatabasePropertiesTypeConverter.ConvertFrom); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Name, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type = (string) content.GetValueForProperty("Type",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Type, global::System.Convert.ToString); ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id = (string) content.GetValueForProperty("Id",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)this).Id, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)this).Location, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal)this).Statistics = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatistics) content.GetValueForProperty("Statistics",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal)this).Statistics, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabaseStatisticsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal)this).HotCachePeriod = (global::System.TimeSpan?) content.GetValueForProperty("HotCachePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal)this).HotCachePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal)this).IsFollowed = (string) content.GetValueForProperty("IsFollowed",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal)this).IsFollowed, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal)this).SoftDeletePeriod = (global::System.TimeSpan?) content.GetValueForProperty("SoftDeletePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal)this).SoftDeletePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal)this).StatisticsSize = (float?) content.GetValueForProperty("StatisticsSize",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal)this).StatisticsSize, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)this).Kind = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind) content.GetValueForProperty("Kind",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)this).Kind, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal)this).Statistics = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatistics) content.GetValueForProperty("Statistics",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal)this).Statistics, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabaseStatisticsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal)this).HotCachePeriod = (global::System.TimeSpan?) content.GetValueForProperty("HotCachePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal)this).HotCachePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal)this).IsFollowed = (bool?) content.GetValueForProperty("IsFollowed",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal)this).IsFollowed, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal)this).SoftDeletePeriod = (global::System.TimeSpan?) content.GetValueForProperty("SoftDeletePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal)this).SoftDeletePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal)this).StatisticsSize = (float?) content.GetValueForProperty("StatisticsSize",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal)this).StatisticsSize, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); AfterDeserializePSObject(content); } diff --git a/src/Kusto/generated/api/Models/Api20200215/ReadWriteDatabase.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/ReadWriteDatabase.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/ReadWriteDatabase.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/ReadWriteDatabase.TypeConverter.cs index b952fcb7949d..8f5dc7a9aecb 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ReadWriteDatabase.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ReadWriteDatabase.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabase ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabase ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabase).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabase).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/ReadWriteDatabase.cs b/src/Kusto/generated/api/Models/Api20200614/ReadWriteDatabase.cs similarity index 80% rename from src/Kusto/generated/api/Models/Api20200215/ReadWriteDatabase.cs rename to src/Kusto/generated/api/Models/Api20200614/ReadWriteDatabase.cs index 04e3b55f053d..6bcb3f5e35e5 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ReadWriteDatabase.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ReadWriteDatabase.cs @@ -1,21 +1,21 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// Class representing a read write database. public partial class ReadWriteDatabase : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabase, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabase, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IValidates { /// - /// Backing field for Inherited model + /// Backing field for Inherited model /// - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase __database = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Database(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase __database = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Database(); /// The time the data should be kept in cache for fast queries in TimeSpan. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public global::System.TimeSpan? HotCachePeriod { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)Property).HotCachePeriod; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)Property).HotCachePeriod = value; } + public global::System.TimeSpan? HotCachePeriod { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)Property).HotCachePeriod; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)Property).HotCachePeriod = value; } /// /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} @@ -25,15 +25,15 @@ public partial class ReadWriteDatabase : /// Indicates whether the database is followed. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public string IsFollowed { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)Property).IsFollowed; } + public bool? IsFollowed { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)Property).IsFollowed; } /// Kind of the database [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inherited)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind Kind { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)__database).Kind; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)__database).Kind = value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind Kind { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)__database).Kind; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)__database).Kind = value; } /// Resource location. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inherited)] - public string Location { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)__database).Location; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal)__database).Location = value; } + public string Location { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)__database).Location; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal)__database).Location = value; } /// Internal Acessors for Id string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal.Id { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__database).Id; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__database).Id = value; } @@ -45,41 +45,41 @@ public partial class ReadWriteDatabase : string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal.Type { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__database).Type; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__database).Type = value; } /// Internal Acessors for IsFollowed - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal.IsFollowed { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)Property).IsFollowed; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)Property).IsFollowed = value; } + bool? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal.IsFollowed { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)Property).IsFollowed; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)Property).IsFollowed = value; } /// Internal Acessors for Property - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseProperties Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ReadWriteDatabaseProperties()); set { {_property = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseProperties Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal.Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ReadWriteDatabaseProperties()); set { {_property = value;} } } /// Internal Acessors for ProvisioningState - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal.ProvisioningState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)Property).ProvisioningState; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)Property).ProvisioningState = value; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal.ProvisioningState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)Property).ProvisioningState; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)Property).ProvisioningState = value; } /// Internal Acessors for Statistics - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatistics Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseInternal.Statistics { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)Property).Statistics; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)Property).Statistics = value; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatistics Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseInternal.Statistics { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)Property).Statistics; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)Property).Statistics = value; } /// The name of the resource [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inherited)] public string Name { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api10.IResourceInternal)__database).Name; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseProperties _property; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseProperties _property; /// The database properties. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseProperties Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ReadWriteDatabaseProperties()); set => this._property = value; } + internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseProperties Property { get => (this._property = this._property ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ReadWriteDatabaseProperties()); set => this._property = value; } /// The provisioned state of the resource. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? ProvisioningState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)Property).ProvisioningState; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? ProvisioningState { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)Property).ProvisioningState; } /// /// The time the data should be kept before it stops being accessible to queries in TimeSpan. /// [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public global::System.TimeSpan? SoftDeletePeriod { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)Property).SoftDeletePeriod; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)Property).SoftDeletePeriod = value; } + public global::System.TimeSpan? SoftDeletePeriod { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)Property).SoftDeletePeriod; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)Property).SoftDeletePeriod = value; } /// The database size - the total size of compressed data and index in bytes. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public float? StatisticsSize { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)Property).StatisticsSize; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)Property).StatisticsSize = value; } + public float? StatisticsSize { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)Property).StatisticsSize; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)Property).StatisticsSize = value; } /// /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. @@ -108,7 +108,7 @@ public ReadWriteDatabase() /// Class representing a read write database. public partial interface IReadWriteDatabase : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IJsonSerializable, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase { /// The time the data should be kept in cache for fast queries in TimeSpan. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( @@ -124,8 +124,8 @@ public partial interface IReadWriteDatabase : ReadOnly = true, Description = @"Indicates whether the database is followed.", SerializedName = @"isFollowed", - PossibleTypes = new [] { typeof(string) })] - string IsFollowed { get; } + PossibleTypes = new [] { typeof(bool) })] + bool? IsFollowed { get; } /// The provisioned state of the resource. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( Required = false, @@ -156,14 +156,14 @@ public partial interface IReadWriteDatabase : } /// Class representing a read write database. internal partial interface IReadWriteDatabaseInternal : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseInternal { /// The time the data should be kept in cache for fast queries in TimeSpan. global::System.TimeSpan? HotCachePeriod { get; set; } /// Indicates whether the database is followed. - string IsFollowed { get; set; } + bool? IsFollowed { get; set; } /// The database properties. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseProperties Property { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseProperties Property { get; set; } /// The provisioned state of the resource. Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? ProvisioningState { get; set; } /// @@ -171,7 +171,7 @@ internal partial interface IReadWriteDatabaseInternal : /// global::System.TimeSpan? SoftDeletePeriod { get; set; } /// The statistics of the database. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatistics Statistics { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatistics Statistics { get; set; } /// The database size - the total size of compressed data and index in bytes. float? StatisticsSize { get; set; } diff --git a/src/Kusto/generated/api/Models/Api20200215/ReadWriteDatabase.json.cs b/src/Kusto/generated/api/Models/Api20200614/ReadWriteDatabase.json.cs similarity index 95% rename from src/Kusto/generated/api/Models/Api20200215/ReadWriteDatabase.json.cs rename to src/Kusto/generated/api/Models/Api20200614/ReadWriteDatabase.json.cs index 090dc81a7fc0..4c8a921f13a4 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ReadWriteDatabase.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ReadWriteDatabase.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -47,13 +47,13 @@ public partial class ReadWriteDatabase partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabase. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabase. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabase. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabase. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabase FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabase FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new ReadWriteDatabase(json) : null; } @@ -70,8 +70,8 @@ internal ReadWriteDatabase(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json { return; } - __database = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Database(json); - {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ReadWriteDatabaseProperties.FromJson(__jsonProperties) : Property;} + __database = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Database(json); + {_property = If( json?.PropertyT("properties"), out var __jsonProperties) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ReadWriteDatabaseProperties.FromJson(__jsonProperties) : Property;} AfterFromJson(json); } diff --git a/src/Kusto/generated/api/Models/Api20200215/ReadWriteDatabaseProperties.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/ReadWriteDatabaseProperties.PowerShell.cs similarity index 78% rename from src/Kusto/generated/api/Models/Api20200215/ReadWriteDatabaseProperties.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/ReadWriteDatabaseProperties.PowerShell.cs index 9822e5394bf7..7dad816b1ffa 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ReadWriteDatabaseProperties.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ReadWriteDatabaseProperties.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,27 +48,27 @@ public partial class ReadWriteDatabaseProperties partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseProperties DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseProperties DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new ReadWriteDatabaseProperties(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseProperties DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseProperties DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new ReadWriteDatabaseProperties(content); } @@ -78,10 +78,10 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadW /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -94,17 +94,17 @@ internal ReadWriteDatabaseProperties(global::System.Collections.IDictionary cont return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)this).Statistics = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatistics) content.GetValueForProperty("Statistics",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)this).Statistics, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabaseStatisticsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)this).HotCachePeriod = (global::System.TimeSpan?) content.GetValueForProperty("HotCachePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)this).HotCachePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)this).IsFollowed = (string) content.GetValueForProperty("IsFollowed",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)this).IsFollowed, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)this).SoftDeletePeriod = (global::System.TimeSpan?) content.GetValueForProperty("SoftDeletePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)this).SoftDeletePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)this).StatisticsSize = (float?) content.GetValueForProperty("StatisticsSize",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)this).StatisticsSize, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)this).Statistics = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatistics) content.GetValueForProperty("Statistics",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)this).Statistics, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabaseStatisticsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)this).HotCachePeriod = (global::System.TimeSpan?) content.GetValueForProperty("HotCachePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)this).HotCachePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)this).IsFollowed = (bool?) content.GetValueForProperty("IsFollowed",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)this).IsFollowed, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)this).SoftDeletePeriod = (global::System.TimeSpan?) content.GetValueForProperty("SoftDeletePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)this).SoftDeletePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)this).StatisticsSize = (float?) content.GetValueForProperty("StatisticsSize",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)this).StatisticsSize, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -117,12 +117,12 @@ internal ReadWriteDatabaseProperties(global::System.Management.Automation.PSObje return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)this).Statistics = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatistics) content.GetValueForProperty("Statistics",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)this).Statistics, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabaseStatisticsTypeConverter.ConvertFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)this).HotCachePeriod = (global::System.TimeSpan?) content.GetValueForProperty("HotCachePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)this).HotCachePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)this).IsFollowed = (string) content.GetValueForProperty("IsFollowed",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)this).IsFollowed, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)this).SoftDeletePeriod = (global::System.TimeSpan?) content.GetValueForProperty("SoftDeletePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)this).SoftDeletePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)this).StatisticsSize = (float?) content.GetValueForProperty("StatisticsSize",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal)this).StatisticsSize, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)this).Statistics = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatistics) content.GetValueForProperty("Statistics",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)this).Statistics, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabaseStatisticsTypeConverter.ConvertFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)this).HotCachePeriod = (global::System.TimeSpan?) content.GetValueForProperty("HotCachePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)this).HotCachePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)this).IsFollowed = (bool?) content.GetValueForProperty("IsFollowed",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)this).IsFollowed, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)this).ProvisioningState = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState?) content.GetValueForProperty("ProvisioningState",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)this).ProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState.CreateFrom); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)this).SoftDeletePeriod = (global::System.TimeSpan?) content.GetValueForProperty("SoftDeletePeriod",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)this).SoftDeletePeriod, (v) => v is global::System.TimeSpan _v ? _v : global::System.Xml.XmlConvert.ToTimeSpan( v.ToString() )); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)this).StatisticsSize = (float?) content.GetValueForProperty("StatisticsSize",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal)this).StatisticsSize, (__y)=> (float) global::System.Convert.ChangeType(__y, typeof(float))); AfterDeserializePSObject(content); } diff --git a/src/Kusto/generated/api/Models/Api20200215/ReadWriteDatabaseProperties.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/ReadWriteDatabaseProperties.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/ReadWriteDatabaseProperties.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/ReadWriteDatabaseProperties.TypeConverter.cs index 9bdcc17d2356..0a113934d02f 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ReadWriteDatabaseProperties.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ReadWriteDatabaseProperties.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseProperties ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseProperties ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseProperties).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseProperties).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/ReadWriteDatabaseProperties.cs b/src/Kusto/generated/api/Models/Api20200614/ReadWriteDatabaseProperties.cs similarity index 87% rename from src/Kusto/generated/api/Models/Api20200215/ReadWriteDatabaseProperties.cs rename to src/Kusto/generated/api/Models/Api20200614/ReadWriteDatabaseProperties.cs index 89f67f999d3a..335da88a1a38 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ReadWriteDatabaseProperties.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ReadWriteDatabaseProperties.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// Class representing the Kusto database properties. public partial class ReadWriteDatabaseProperties : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseProperties, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseProperties, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal { /// Backing field for property. @@ -16,20 +16,20 @@ public partial class ReadWriteDatabaseProperties : public global::System.TimeSpan? HotCachePeriod { get => this._hotCachePeriod; set => this._hotCachePeriod = value; } /// Backing field for property. - private string _isFollowed; + private bool? _isFollowed; /// Indicates whether the database is followed. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - public string IsFollowed { get => this._isFollowed; } + public bool? IsFollowed { get => this._isFollowed; } /// Internal Acessors for IsFollowed - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal.IsFollowed { get => this._isFollowed; set { {_isFollowed = value;} } } + bool? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal.IsFollowed { get => this._isFollowed; set { {_isFollowed = value;} } } /// Internal Acessors for ProvisioningState - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal.ProvisioningState { get => this._provisioningState; set { {_provisioningState = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal.ProvisioningState { get => this._provisioningState; set { {_provisioningState = value;} } } /// Internal Acessors for Statistics - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatistics Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabasePropertiesInternal.Statistics { get => (this._statistics = this._statistics ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabaseStatistics()); set { {_statistics = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatistics Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabasePropertiesInternal.Statistics { get => (this._statistics = this._statistics ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabaseStatistics()); set { {_statistics = value;} } } /// Backing field for property. private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? _provisioningState; @@ -48,15 +48,15 @@ public partial class ReadWriteDatabaseProperties : public global::System.TimeSpan? SoftDeletePeriod { get => this._softDeletePeriod; set => this._softDeletePeriod = value; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatistics _statistics; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatistics _statistics; /// The statistics of the database. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatistics Statistics { get => (this._statistics = this._statistics ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabaseStatistics()); } + internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatistics Statistics { get => (this._statistics = this._statistics ?? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabaseStatistics()); } /// The database size - the total size of compressed data and index in bytes. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Inlined)] - public float? StatisticsSize { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatisticsInternal)Statistics).Size; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatisticsInternal)Statistics).Size = value; } + public float? StatisticsSize { get => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatisticsInternal)Statistics).Size; set => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatisticsInternal)Statistics).Size = value; } /// Creates an new instance. public ReadWriteDatabaseProperties() @@ -82,8 +82,8 @@ public partial interface IReadWriteDatabaseProperties : ReadOnly = true, Description = @"Indicates whether the database is followed.", SerializedName = @"isFollowed", - PossibleTypes = new [] { typeof(string) })] - string IsFollowed { get; } + PossibleTypes = new [] { typeof(bool) })] + bool? IsFollowed { get; } /// The provisioned state of the resource. [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( Required = false, @@ -119,7 +119,7 @@ internal partial interface IReadWriteDatabasePropertiesInternal /// The time the data should be kept in cache for fast queries in TimeSpan. global::System.TimeSpan? HotCachePeriod { get; set; } /// Indicates whether the database is followed. - string IsFollowed { get; set; } + bool? IsFollowed { get; set; } /// The provisioned state of the resource. Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ProvisioningState? ProvisioningState { get; set; } /// @@ -127,7 +127,7 @@ internal partial interface IReadWriteDatabasePropertiesInternal /// global::System.TimeSpan? SoftDeletePeriod { get; set; } /// The statistics of the database. - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabaseStatistics Statistics { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabaseStatistics Statistics { get; set; } /// The database size - the total size of compressed data and index in bytes. float? StatisticsSize { get; set; } diff --git a/src/Kusto/generated/api/Models/Api20200215/ReadWriteDatabaseProperties.json.cs b/src/Kusto/generated/api/Models/Api20200614/ReadWriteDatabaseProperties.json.cs similarity index 92% rename from src/Kusto/generated/api/Models/Api20200215/ReadWriteDatabaseProperties.json.cs rename to src/Kusto/generated/api/Models/Api20200614/ReadWriteDatabaseProperties.json.cs index f141ef84afd4..2ecd6e7c88b5 100644 --- a/src/Kusto/generated/api/Models/Api20200215/ReadWriteDatabaseProperties.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/ReadWriteDatabaseProperties.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -47,13 +47,13 @@ public partial class ReadWriteDatabaseProperties partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseProperties. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseProperties. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseProperties. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseProperties. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IReadWriteDatabaseProperties FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IReadWriteDatabaseProperties FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new ReadWriteDatabaseProperties(json) : null; } @@ -70,9 +70,9 @@ internal ReadWriteDatabaseProperties(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Ru { return; } - {_statistics = If( json?.PropertyT("statistics"), out var __jsonStatistics) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabaseStatistics.FromJson(__jsonStatistics) : Statistics;} + {_statistics = If( json?.PropertyT("statistics"), out var __jsonStatistics) ? Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabaseStatistics.FromJson(__jsonStatistics) : Statistics;} {_hotCachePeriod = If( json?.PropertyT("hotCachePeriod"), out var __jsonHotCachePeriod) ? global::System.Xml.XmlConvert.ToTimeSpan( __jsonHotCachePeriod ) : HotCachePeriod;} - {_isFollowed = If( json?.PropertyT("isFollowed"), out var __jsonIsFollowed) ? (string)__jsonIsFollowed : (string)IsFollowed;} + {_isFollowed = If( json?.PropertyT("isFollowed"), out var __jsonIsFollowed) ? (bool?)__jsonIsFollowed : IsFollowed;} {_provisioningState = If( json?.PropertyT("provisioningState"), out var __jsonProvisioningState) ? (string)__jsonProvisioningState : (string)ProvisioningState;} {_softDeletePeriod = If( json?.PropertyT("softDeletePeriod"), out var __jsonSoftDeletePeriod) ? global::System.Xml.XmlConvert.ToTimeSpan( __jsonSoftDeletePeriod ) : SoftDeletePeriod;} AfterFromJson(json); @@ -104,7 +104,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode ToJson(Mic AddIf( (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode)(null != this._hotCachePeriod ? new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonString(global::System.Xml.XmlConvert.ToString((global::System.TimeSpan)this._hotCachePeriod)): null), "hotCachePeriod" ,container.Add ); if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.SerializationMode.IncludeReadOnly)) { - AddIf( null != (((object)this._isFollowed)?.ToString()) ? (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode) new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonString(this._isFollowed.ToString()) : null, "isFollowed" ,container.Add ); + AddIf( null != this._isFollowed ? (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode)new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonBoolean((bool)this._isFollowed) : null, "isFollowed" ,container.Add ); } if (serializationMode.HasFlag(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.SerializationMode.IncludeReadOnly)) { diff --git a/src/Kusto/generated/api/Models/Api20200215/SkuDescription.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/SkuDescription.PowerShell.cs similarity index 77% rename from src/Kusto/generated/api/Models/Api20200215/SkuDescription.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/SkuDescription.PowerShell.cs index 5266445e6994..0737145f457d 100644 --- a/src/Kusto/generated/api/Models/Api20200215/SkuDescription.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/SkuDescription.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,27 +48,27 @@ public partial class SkuDescription partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescription DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescription DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new SkuDescription(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescription DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescription DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new SkuDescription(content); } @@ -78,10 +78,10 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDe /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescription FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescription FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -94,17 +94,17 @@ internal SkuDescription(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal)this).LocationInfo = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuLocationInfoItem[]) content.GetValueForProperty("LocationInfo",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal)this).LocationInfo, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.SkuLocationInfoItemTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal)this).Location = (string[]) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal)this).Location, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal)this).ResourceType = (string) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal)this).ResourceType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal)this).Restriction = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionRestrictionsItem[]) content.GetValueForProperty("Restriction",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal)this).Restriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.SkuDescriptionRestrictionsItemTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal)this).Tier = (string) content.GetValueForProperty("Tier",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal)this).Tier, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal)this).LocationInfo = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuLocationInfoItem[]) content.GetValueForProperty("LocationInfo",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal)this).LocationInfo, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.SkuLocationInfoItemTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal)this).Location = (string[]) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal)this).Location, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal)this).ResourceType = (string) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal)this).ResourceType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal)this).Restriction = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionRestrictionsItem[]) content.GetValueForProperty("Restriction",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal)this).Restriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.SkuDescriptionRestrictionsItemTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal)this).Tier = (string) content.GetValueForProperty("Tier",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal)this).Tier, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -117,12 +117,12 @@ internal SkuDescription(global::System.Management.Automation.PSObject content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal)this).Name, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal)this).LocationInfo = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuLocationInfoItem[]) content.GetValueForProperty("LocationInfo",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal)this).LocationInfo, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.SkuLocationInfoItemTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal)this).Location = (string[]) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal)this).Location, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal)this).ResourceType = (string) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal)this).ResourceType, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal)this).Restriction = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionRestrictionsItem[]) content.GetValueForProperty("Restriction",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal)this).Restriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.SkuDescriptionRestrictionsItemTypeConverter.ConvertFrom)); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal)this).Tier = (string) content.GetValueForProperty("Tier",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal)this).Tier, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal)this).Name = (string) content.GetValueForProperty("Name",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal)this).Name, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal)this).LocationInfo = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuLocationInfoItem[]) content.GetValueForProperty("LocationInfo",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal)this).LocationInfo, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.SkuLocationInfoItemTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal)this).Location = (string[]) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal)this).Location, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal)this).ResourceType = (string) content.GetValueForProperty("ResourceType",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal)this).ResourceType, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal)this).Restriction = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionRestrictionsItem[]) content.GetValueForProperty("Restriction",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal)this).Restriction, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.SkuDescriptionRestrictionsItemTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal)this).Tier = (string) content.GetValueForProperty("Tier",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal)this).Tier, global::System.Convert.ToString); AfterDeserializePSObject(content); } diff --git a/src/Kusto/generated/api/Models/Api20200215/SkuDescription.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/SkuDescription.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/SkuDescription.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/SkuDescription.TypeConverter.cs index e258e364313b..1b34505cd12f 100644 --- a/src/Kusto/generated/api/Models/Api20200215/SkuDescription.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/SkuDescription.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescription ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescription ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescription).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescription).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/SkuDescription.cs b/src/Kusto/generated/api/Models/Api20200614/SkuDescription.cs similarity index 85% rename from src/Kusto/generated/api/Models/Api20200215/SkuDescription.cs rename to src/Kusto/generated/api/Models/Api20200614/SkuDescription.cs index 7743e12bd4cf..1238d1a5dfef 100644 --- a/src/Kusto/generated/api/Models/Api20200215/SkuDescription.cs +++ b/src/Kusto/generated/api/Models/Api20200614/SkuDescription.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// The Kusto SKU description of given resource type public partial class SkuDescription : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescription, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescription, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal { /// Backing field for property. @@ -16,29 +16,29 @@ public partial class SkuDescription : public string[] Location { get => this._location; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuLocationInfoItem[] _locationInfo; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuLocationInfoItem[] _locationInfo; /// Locations and zones [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuLocationInfoItem[] LocationInfo { get => this._locationInfo; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuLocationInfoItem[] LocationInfo { get => this._locationInfo; } /// Internal Acessors for Location - string[] Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal.Location { get => this._location; set { {_location = value;} } } + string[] Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal.Location { get => this._location; set { {_location = value;} } } /// Internal Acessors for LocationInfo - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuLocationInfoItem[] Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal.LocationInfo { get => this._locationInfo; set { {_locationInfo = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuLocationInfoItem[] Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal.LocationInfo { get => this._locationInfo; set { {_locationInfo = value;} } } /// Internal Acessors for Name - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal.Name { get => this._name; set { {_name = value;} } } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal.Name { get => this._name; set { {_name = value;} } } /// Internal Acessors for ResourceType - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal.ResourceType { get => this._resourceType; set { {_resourceType = value;} } } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal.ResourceType { get => this._resourceType; set { {_resourceType = value;} } } /// Internal Acessors for Restriction - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionRestrictionsItem[] Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal.Restriction { get => this._restriction; set { {_restriction = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionRestrictionsItem[] Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal.Restriction { get => this._restriction; set { {_restriction = value;} } } /// Internal Acessors for Tier - string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionInternal.Tier { get => this._tier; set { {_tier = value;} } } + string Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionInternal.Tier { get => this._tier; set { {_tier = value;} } } /// Backing field for property. private string _name; @@ -55,11 +55,11 @@ public partial class SkuDescription : public string ResourceType { get => this._resourceType; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionRestrictionsItem[] _restriction; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionRestrictionsItem[] _restriction; /// The restrictions because of which SKU cannot be used [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionRestrictionsItem[] Restriction { get => this._restriction; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionRestrictionsItem[] Restriction { get => this._restriction; } /// Backing field for property. private string _tier; @@ -92,8 +92,8 @@ public partial interface ISkuDescription : ReadOnly = true, Description = @"Locations and zones", SerializedName = @"locationInfo", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuLocationInfoItem) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuLocationInfoItem[] LocationInfo { get; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuLocationInfoItem) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuLocationInfoItem[] LocationInfo { get; } /// The name of the SKU [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( Required = false, @@ -116,8 +116,8 @@ public partial interface ISkuDescription : ReadOnly = true, Description = @"The restrictions because of which SKU cannot be used", SerializedName = @"restrictions", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionRestrictionsItem) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionRestrictionsItem[] Restriction { get; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionRestrictionsItem) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionRestrictionsItem[] Restriction { get; } /// The tier of the SKU [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( Required = false, @@ -135,13 +135,13 @@ internal partial interface ISkuDescriptionInternal /// The set of locations that the SKU is available string[] Location { get; set; } /// Locations and zones - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuLocationInfoItem[] LocationInfo { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuLocationInfoItem[] LocationInfo { get; set; } /// The name of the SKU string Name { get; set; } /// The resource type string ResourceType { get; set; } /// The restrictions because of which SKU cannot be used - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionRestrictionsItem[] Restriction { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionRestrictionsItem[] Restriction { get; set; } /// The tier of the SKU string Tier { get; set; } diff --git a/src/Kusto/generated/api/Models/Api20200215/SkuDescription.json.cs b/src/Kusto/generated/api/Models/Api20200614/SkuDescription.json.cs similarity index 95% rename from src/Kusto/generated/api/Models/Api20200215/SkuDescription.json.cs rename to src/Kusto/generated/api/Models/Api20200614/SkuDescription.json.cs index 49d783ddfb72..6dd1690c9a5e 100644 --- a/src/Kusto/generated/api/Models/Api20200215/SkuDescription.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/SkuDescription.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -47,13 +47,13 @@ public partial class SkuDescription partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescription. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescription. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescription. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescription. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescription FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescription FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new SkuDescription(json) : null; } @@ -71,10 +71,10 @@ internal SkuDescription(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.Js return; } {_name = If( json?.PropertyT("name"), out var __jsonName) ? (string)__jsonName : (string)Name;} - {_locationInfo = If( json?.PropertyT("locationInfo"), out var __jsonLocationInfo) ? If( __jsonLocationInfo as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuLocationInfoItem) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.SkuLocationInfoItem.FromJson(__u) )) ))() : null : LocationInfo;} + {_locationInfo = If( json?.PropertyT("locationInfo"), out var __jsonLocationInfo) ? If( __jsonLocationInfo as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuLocationInfoItem) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.SkuLocationInfoItem.FromJson(__u) )) ))() : null : LocationInfo;} {_location = If( json?.PropertyT("locations"), out var __jsonLocations) ? If( __jsonLocations as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __q) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__q, (__p)=>(string) (__p is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonString __o ? (string)(__o.ToString()) : null)) ))() : null : Location;} {_resourceType = If( json?.PropertyT("resourceType"), out var __jsonResourceType) ? (string)__jsonResourceType : (string)ResourceType;} - {_restriction = If( json?.PropertyT("restrictions"), out var __jsonRestrictions) ? If( __jsonRestrictions as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionRestrictionsItem) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.SkuDescriptionRestrictionsItem.FromJson(__k) )) ))() : null : Restriction;} + {_restriction = If( json?.PropertyT("restrictions"), out var __jsonRestrictions) ? If( __jsonRestrictions as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __l) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__l, (__k)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionRestrictionsItem) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.SkuDescriptionRestrictionsItem.FromJson(__k) )) ))() : null : Restriction;} {_tier = If( json?.PropertyT("tier"), out var __jsonTier) ? (string)__jsonTier : (string)Tier;} AfterFromJson(json); } diff --git a/src/Kusto/generated/api/Models/Api20200215/SkuDescriptionList.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/SkuDescriptionList.PowerShell.cs similarity index 85% rename from src/Kusto/generated/api/Models/Api20200215/SkuDescriptionList.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/SkuDescriptionList.PowerShell.cs index 3b0ba127cbb5..9a6105b09fdc 100644 --- a/src/Kusto/generated/api/Models/Api20200215/SkuDescriptionList.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/SkuDescriptionList.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,27 +48,27 @@ public partial class SkuDescriptionList partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionList DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionList DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new SkuDescriptionList(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionList DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionList DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new SkuDescriptionList(content); } @@ -78,10 +78,10 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDe /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionList FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionList FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -94,12 +94,12 @@ internal SkuDescriptionList(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionListInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescription[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionListInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.SkuDescriptionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionListInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescription[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionListInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.SkuDescriptionTypeConverter.ConvertFrom)); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -112,7 +112,7 @@ internal SkuDescriptionList(global::System.Management.Automation.PSObject conten return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionListInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescription[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionListInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.SkuDescriptionTypeConverter.ConvertFrom)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionListInternal)this).Value = (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescription[]) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionListInternal)this).Value, __y => TypeConverterExtensions.SelectToArray(__y, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.SkuDescriptionTypeConverter.ConvertFrom)); AfterDeserializePSObject(content); } diff --git a/src/Kusto/generated/api/Models/Api20200215/SkuDescriptionList.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/SkuDescriptionList.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/SkuDescriptionList.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/SkuDescriptionList.TypeConverter.cs index 3a3a73087847..5a22221a2ba9 100644 --- a/src/Kusto/generated/api/Models/Api20200215/SkuDescriptionList.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/SkuDescriptionList.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionList ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionList ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionList).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionList).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/SkuDescriptionList.cs b/src/Kusto/generated/api/Models/Api20200614/SkuDescriptionList.cs similarity index 81% rename from src/Kusto/generated/api/Models/Api20200215/SkuDescriptionList.cs rename to src/Kusto/generated/api/Models/Api20200614/SkuDescriptionList.cs index b532f52a5750..8d89c0fbc17d 100644 --- a/src/Kusto/generated/api/Models/Api20200215/SkuDescriptionList.cs +++ b/src/Kusto/generated/api/Models/Api20200614/SkuDescriptionList.cs @@ -1,22 +1,22 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// The list of the EngagementFabric SKU descriptions public partial class SkuDescriptionList : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionList, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionListInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionList, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionListInternal { /// Internal Acessors for Value - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescription[] Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionListInternal.Value { get => this._value; set { {_value = value;} } } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescription[] Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionListInternal.Value { get => this._value; set { {_value = value;} } } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescription[] _value; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescription[] _value; /// SKU descriptions [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Origin(Microsoft.Azure.PowerShell.Cmdlets.Kusto.PropertyOrigin.Owned)] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescription[] Value { get => this._value; } + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescription[] Value { get => this._value; } /// Creates an new instance. public SkuDescriptionList() @@ -34,8 +34,8 @@ public partial interface ISkuDescriptionList : ReadOnly = true, Description = @"SKU descriptions", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescription) })] - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescription[] Value { get; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescription) })] + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescription[] Value { get; } } /// The list of the EngagementFabric SKU descriptions @@ -43,7 +43,7 @@ internal partial interface ISkuDescriptionListInternal { /// SKU descriptions - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescription[] Value { get; set; } + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescription[] Value { get; set; } } } \ No newline at end of file diff --git a/src/Kusto/generated/api/Models/Api20200215/SkuDescriptionList.json.cs b/src/Kusto/generated/api/Models/Api20200614/SkuDescriptionList.json.cs similarity index 94% rename from src/Kusto/generated/api/Models/Api20200215/SkuDescriptionList.json.cs rename to src/Kusto/generated/api/Models/Api20200614/SkuDescriptionList.json.cs index a43ab7d3da89..3bb3c9fc4022 100644 --- a/src/Kusto/generated/api/Models/Api20200215/SkuDescriptionList.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/SkuDescriptionList.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -47,13 +47,13 @@ public partial class SkuDescriptionList partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionList. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionList. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionList. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionList. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionList FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionList FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new SkuDescriptionList(json) : null; } @@ -70,7 +70,7 @@ internal SkuDescriptionList(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Jso { return; } - {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescription) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.SkuDescription.FromJson(__u) )) ))() : null : Value;} + {_value = If( json?.PropertyT("value"), out var __jsonValue) ? If( __jsonValue as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonArray, out var __v) ? new global::System.Func(()=> global::System.Linq.Enumerable.ToArray(global::System.Linq.Enumerable.Select(__v, (__u)=>(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescription) (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.SkuDescription.FromJson(__u) )) ))() : null : Value;} AfterFromJson(json); } diff --git a/src/Kusto/generated/api/Models/Api20200215/SkuDescriptionRestrictionsItem.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/SkuDescriptionRestrictionsItem.PowerShell.cs similarity index 92% rename from src/Kusto/generated/api/Models/Api20200215/SkuDescriptionRestrictionsItem.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/SkuDescriptionRestrictionsItem.PowerShell.cs index c28b57c1392a..3e75d9f624c7 100644 --- a/src/Kusto/generated/api/Models/Api20200215/SkuDescriptionRestrictionsItem.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/SkuDescriptionRestrictionsItem.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -47,29 +47,29 @@ public partial class SkuDescriptionRestrictionsItem partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionRestrictionsItem DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionRestrictionsItem DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new SkuDescriptionRestrictionsItem(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionRestrictionsItem DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionRestrictionsItem DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new SkuDescriptionRestrictionsItem(content); } @@ -79,10 +79,10 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDe /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionRestrictionsItem FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionRestrictionsItem FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -99,7 +99,7 @@ internal SkuDescriptionRestrictionsItem(global::System.Collections.IDictionary c } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. diff --git a/src/Kusto/generated/api/Models/Api20200215/SkuDescriptionRestrictionsItem.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/SkuDescriptionRestrictionsItem.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/SkuDescriptionRestrictionsItem.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/SkuDescriptionRestrictionsItem.TypeConverter.cs index 7494de5be615..8e08f599a59d 100644 --- a/src/Kusto/generated/api/Models/Api20200215/SkuDescriptionRestrictionsItem.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/SkuDescriptionRestrictionsItem.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionRestrictionsItem ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionRestrictionsItem ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionRestrictionsItem).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionRestrictionsItem).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/SkuDescriptionRestrictionsItem.cs b/src/Kusto/generated/api/Models/Api20200614/SkuDescriptionRestrictionsItem.cs similarity index 89% rename from src/Kusto/generated/api/Models/Api20200215/SkuDescriptionRestrictionsItem.cs rename to src/Kusto/generated/api/Models/Api20200614/SkuDescriptionRestrictionsItem.cs index 2a5a978191db..20d7a4ac3523 100644 --- a/src/Kusto/generated/api/Models/Api20200215/SkuDescriptionRestrictionsItem.cs +++ b/src/Kusto/generated/api/Models/Api20200614/SkuDescriptionRestrictionsItem.cs @@ -1,10 +1,10 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; public partial class SkuDescriptionRestrictionsItem : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionRestrictionsItem, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionRestrictionsItemInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionRestrictionsItem, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionRestrictionsItemInternal { /// Creates an new instance. diff --git a/src/Kusto/generated/api/Models/Api20200215/SkuDescriptionRestrictionsItem.json.cs b/src/Kusto/generated/api/Models/Api20200614/SkuDescriptionRestrictionsItem.json.cs similarity index 96% rename from src/Kusto/generated/api/Models/Api20200215/SkuDescriptionRestrictionsItem.json.cs rename to src/Kusto/generated/api/Models/Api20200614/SkuDescriptionRestrictionsItem.json.cs index 025408e614c9..2460f53490ef 100644 --- a/src/Kusto/generated/api/Models/Api20200215/SkuDescriptionRestrictionsItem.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/SkuDescriptionRestrictionsItem.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -46,13 +46,13 @@ public partial class SkuDescriptionRestrictionsItem partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionRestrictionsItem. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionRestrictionsItem. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionRestrictionsItem. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionRestrictionsItem. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescriptionRestrictionsItem FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescriptionRestrictionsItem FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new SkuDescriptionRestrictionsItem(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/SkuLocationInfoItem.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/SkuLocationInfoItem.PowerShell.cs similarity index 87% rename from src/Kusto/generated/api/Models/Api20200215/SkuLocationInfoItem.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/SkuLocationInfoItem.PowerShell.cs index f6f8caf06fb8..1e411733f348 100644 --- a/src/Kusto/generated/api/Models/Api20200215/SkuLocationInfoItem.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/SkuLocationInfoItem.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,27 +48,27 @@ public partial class SkuLocationInfoItem partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuLocationInfoItem DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuLocationInfoItem DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new SkuLocationInfoItem(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuLocationInfoItem DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuLocationInfoItem DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new SkuLocationInfoItem(content); } @@ -78,10 +78,10 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuLo /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuLocationInfoItem FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuLocationInfoItem FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -94,13 +94,13 @@ internal SkuLocationInfoItem(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuLocationInfoItemInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuLocationInfoItemInternal)this).Location, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuLocationInfoItemInternal)this).Zone = (string[]) content.GetValueForProperty("Zone",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuLocationInfoItemInternal)this).Zone, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuLocationInfoItemInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuLocationInfoItemInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuLocationInfoItemInternal)this).Zone = (string[]) content.GetValueForProperty("Zone",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuLocationInfoItemInternal)this).Zone, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -113,8 +113,8 @@ internal SkuLocationInfoItem(global::System.Management.Automation.PSObject conte return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuLocationInfoItemInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuLocationInfoItemInternal)this).Location, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuLocationInfoItemInternal)this).Zone = (string[]) content.GetValueForProperty("Zone",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuLocationInfoItemInternal)this).Zone, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuLocationInfoItemInternal)this).Location = (string) content.GetValueForProperty("Location",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuLocationInfoItemInternal)this).Location, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuLocationInfoItemInternal)this).Zone = (string[]) content.GetValueForProperty("Zone",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuLocationInfoItemInternal)this).Zone, __y => TypeConverterExtensions.SelectToArray(__y, global::System.Convert.ToString)); AfterDeserializePSObject(content); } diff --git a/src/Kusto/generated/api/Models/Api20200215/SkuLocationInfoItem.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/SkuLocationInfoItem.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/SkuLocationInfoItem.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/SkuLocationInfoItem.TypeConverter.cs index afad45014ada..e5d664385b54 100644 --- a/src/Kusto/generated/api/Models/Api20200215/SkuLocationInfoItem.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/SkuLocationInfoItem.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuLocationInfoItem ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuLocationInfoItem ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuLocationInfoItem).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuLocationInfoItem).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/SkuLocationInfoItem.cs b/src/Kusto/generated/api/Models/Api20200614/SkuLocationInfoItem.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/SkuLocationInfoItem.cs rename to src/Kusto/generated/api/Models/Api20200614/SkuLocationInfoItem.cs index 8ebb45ae94b5..76174fa94385 100644 --- a/src/Kusto/generated/api/Models/Api20200215/SkuLocationInfoItem.cs +++ b/src/Kusto/generated/api/Models/Api20200614/SkuLocationInfoItem.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// The locations and zones info for SKU. public partial class SkuLocationInfoItem : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuLocationInfoItem, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuLocationInfoItemInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuLocationInfoItem, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuLocationInfoItemInternal { /// Backing field for property. diff --git a/src/Kusto/generated/api/Models/Api20200215/SkuLocationInfoItem.json.cs b/src/Kusto/generated/api/Models/Api20200614/SkuLocationInfoItem.json.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/SkuLocationInfoItem.json.cs rename to src/Kusto/generated/api/Models/Api20200614/SkuLocationInfoItem.json.cs index 44dbc1168ce1..2d6040c43a5b 100644 --- a/src/Kusto/generated/api/Models/Api20200215/SkuLocationInfoItem.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/SkuLocationInfoItem.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -47,13 +47,13 @@ public partial class SkuLocationInfoItem partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuLocationInfoItem. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuLocationInfoItem. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuLocationInfoItem. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuLocationInfoItem. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuLocationInfoItem FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuLocationInfoItem FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new SkuLocationInfoItem(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/TrustedExternalTenant.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/TrustedExternalTenant.PowerShell.cs similarity index 89% rename from src/Kusto/generated/api/Models/Api20200215/TrustedExternalTenant.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/TrustedExternalTenant.PowerShell.cs index e384e7dcafe7..18283801f1b3 100644 --- a/src/Kusto/generated/api/Models/Api20200215/TrustedExternalTenant.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/TrustedExternalTenant.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,27 +48,27 @@ public partial class TrustedExternalTenant partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new TrustedExternalTenant(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new TrustedExternalTenant(content); } @@ -78,7 +78,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrust /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. @@ -86,7 +86,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrust public string ToJsonString() => ToJson(null, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.SerializationMode.IncludeAll)?.ToString(); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -99,12 +99,12 @@ internal TrustedExternalTenant(global::System.Collections.IDictionary content) return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenantInternal)this).Value = (string) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenantInternal)this).Value, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenantInternal)this).Value = (string) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenantInternal)this).Value, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -117,7 +117,7 @@ internal TrustedExternalTenant(global::System.Management.Automation.PSObject con return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenantInternal)this).Value = (string) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenantInternal)this).Value, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenantInternal)this).Value = (string) content.GetValueForProperty("Value",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenantInternal)this).Value, global::System.Convert.ToString); AfterDeserializePSObject(content); } } diff --git a/src/Kusto/generated/api/Models/Api20200215/TrustedExternalTenant.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/TrustedExternalTenant.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/TrustedExternalTenant.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/TrustedExternalTenant.TypeConverter.cs index 06a4bc69d29a..5b0e9703b35e 100644 --- a/src/Kusto/generated/api/Models/Api20200215/TrustedExternalTenant.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/TrustedExternalTenant.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/TrustedExternalTenant.cs b/src/Kusto/generated/api/Models/Api20200614/TrustedExternalTenant.cs similarity index 96% rename from src/Kusto/generated/api/Models/Api20200215/TrustedExternalTenant.cs rename to src/Kusto/generated/api/Models/Api20200614/TrustedExternalTenant.cs index dfcd3bb5fe85..e01fae79593b 100644 --- a/src/Kusto/generated/api/Models/Api20200215/TrustedExternalTenant.cs +++ b/src/Kusto/generated/api/Models/Api20200614/TrustedExternalTenant.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// Represents a tenant ID that is trusted by the cluster. public partial class TrustedExternalTenant : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenantInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenantInternal { /// Backing field for property. diff --git a/src/Kusto/generated/api/Models/Api20200215/TrustedExternalTenant.json.cs b/src/Kusto/generated/api/Models/Api20200614/TrustedExternalTenant.json.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/TrustedExternalTenant.json.cs rename to src/Kusto/generated/api/Models/Api20200614/TrustedExternalTenant.json.cs index 05dcd11551b3..0cbd3ef32a81 100644 --- a/src/Kusto/generated/api/Models/Api20200215/TrustedExternalTenant.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/TrustedExternalTenant.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -47,13 +47,13 @@ public partial class TrustedExternalTenant partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new TrustedExternalTenant(json) : null; } diff --git a/src/Kusto/generated/api/Models/Api20200215/VirtualNetworkConfiguration.PowerShell.cs b/src/Kusto/generated/api/Models/Api20200614/VirtualNetworkConfiguration.PowerShell.cs similarity index 85% rename from src/Kusto/generated/api/Models/Api20200215/VirtualNetworkConfiguration.PowerShell.cs rename to src/Kusto/generated/api/Models/Api20200614/VirtualNetworkConfiguration.PowerShell.cs index 6229ed4d598e..d21d08b640bc 100644 --- a/src/Kusto/generated/api/Models/Api20200215/VirtualNetworkConfiguration.PowerShell.cs +++ b/src/Kusto/generated/api/Models/Api20200614/VirtualNetworkConfiguration.PowerShell.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -48,27 +48,27 @@ public partial class VirtualNetworkConfiguration partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Collections.IDictionary content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfiguration DeserializeFromDictionary(global::System.Collections.IDictionary content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfiguration DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new VirtualNetworkConfiguration(content); } /// - /// Deserializes a into an instance of into an instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. /// - /// an instance of . + /// an instance of . /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfiguration DeserializeFromPSObject(global::System.Management.Automation.PSObject content) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfiguration DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new VirtualNetworkConfiguration(content); } @@ -78,7 +78,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtu /// /// a string containing a JSON serialized instance of this model. /// an instance of the model class. - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfiguration FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfiguration FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. @@ -86,7 +86,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtu public string ToJsonString() => ToJson(null, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.SerializationMode.IncludeAll)?.ToString(); /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Collections.IDictionary content that should be used. @@ -99,14 +99,14 @@ internal VirtualNetworkConfiguration(global::System.Collections.IDictionary cont return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfigurationInternal)this).DataManagementPublicIPId = (string) content.GetValueForProperty("DataManagementPublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfigurationInternal)this).DataManagementPublicIPId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfigurationInternal)this).EnginePublicIPId = (string) content.GetValueForProperty("EnginePublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfigurationInternal)this).EnginePublicIPId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfigurationInternal)this).SubnetId = (string) content.GetValueForProperty("SubnetId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfigurationInternal)this).SubnetId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfigurationInternal)this).DataManagementPublicIPId = (string) content.GetValueForProperty("DataManagementPublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfigurationInternal)this).DataManagementPublicIPId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfigurationInternal)this).EnginePublicIPId = (string) content.GetValueForProperty("EnginePublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfigurationInternal)this).EnginePublicIPId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfigurationInternal)this).SubnetId = (string) content.GetValueForProperty("SubnetId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfigurationInternal)this).SubnetId, global::System.Convert.ToString); AfterDeserializeDictionary(content); } /// - /// Deserializes a into a new instance of into a new instance of . /// /// The global::System.Management.Automation.PSObject content that should be used. @@ -119,9 +119,9 @@ internal VirtualNetworkConfiguration(global::System.Management.Automation.PSObje return; } // actually deserialize - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfigurationInternal)this).DataManagementPublicIPId = (string) content.GetValueForProperty("DataManagementPublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfigurationInternal)this).DataManagementPublicIPId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfigurationInternal)this).EnginePublicIPId = (string) content.GetValueForProperty("EnginePublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfigurationInternal)this).EnginePublicIPId, global::System.Convert.ToString); - ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfigurationInternal)this).SubnetId = (string) content.GetValueForProperty("SubnetId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfigurationInternal)this).SubnetId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfigurationInternal)this).DataManagementPublicIPId = (string) content.GetValueForProperty("DataManagementPublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfigurationInternal)this).DataManagementPublicIPId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfigurationInternal)this).EnginePublicIPId = (string) content.GetValueForProperty("EnginePublicIPId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfigurationInternal)this).EnginePublicIPId, global::System.Convert.ToString); + ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfigurationInternal)this).SubnetId = (string) content.GetValueForProperty("SubnetId",((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfigurationInternal)this).SubnetId, global::System.Convert.ToString); AfterDeserializePSObject(content); } } diff --git a/src/Kusto/generated/api/Models/Api20200215/VirtualNetworkConfiguration.TypeConverter.cs b/src/Kusto/generated/api/Models/Api20200614/VirtualNetworkConfiguration.TypeConverter.cs similarity index 98% rename from src/Kusto/generated/api/Models/Api20200215/VirtualNetworkConfiguration.TypeConverter.cs rename to src/Kusto/generated/api/Models/Api20200614/VirtualNetworkConfiguration.TypeConverter.cs index 7fc99890da50..572028ba88de 100644 --- a/src/Kusto/generated/api/Models/Api20200215/VirtualNetworkConfiguration.TypeConverter.cs +++ b/src/Kusto/generated/api/Models/Api20200614/VirtualNetworkConfiguration.TypeConverter.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; @@ -101,14 +101,14 @@ public static bool CanConvertFrom(dynamic sourceValue) /// /// an instance of , or null if there is no suitable conversion. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfiguration ConvertFrom(dynamic sourceValue) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfiguration ConvertFrom(dynamic sourceValue) { if (null == sourceValue) { return null; } global::System.Type type = sourceValue.GetType(); - if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfiguration).IsAssignableFrom(type)) + if (typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfiguration).IsAssignableFrom(type)) { return sourceValue; } diff --git a/src/Kusto/generated/api/Models/Api20200215/VirtualNetworkConfiguration.cs b/src/Kusto/generated/api/Models/Api20200614/VirtualNetworkConfiguration.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/VirtualNetworkConfiguration.cs rename to src/Kusto/generated/api/Models/Api20200614/VirtualNetworkConfiguration.cs index 498b5bb6945c..f3643adaec8b 100644 --- a/src/Kusto/generated/api/Models/Api20200215/VirtualNetworkConfiguration.cs +++ b/src/Kusto/generated/api/Models/Api20200614/VirtualNetworkConfiguration.cs @@ -1,11 +1,11 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; /// A class that contains virtual network definition. public partial class VirtualNetworkConfiguration : - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfiguration, - Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfigurationInternal + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfiguration, + Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfigurationInternal { /// Backing field for property. diff --git a/src/Kusto/generated/api/Models/Api20200215/VirtualNetworkConfiguration.json.cs b/src/Kusto/generated/api/Models/Api20200614/VirtualNetworkConfiguration.json.cs similarity index 97% rename from src/Kusto/generated/api/Models/Api20200215/VirtualNetworkConfiguration.json.cs rename to src/Kusto/generated/api/Models/Api20200614/VirtualNetworkConfiguration.json.cs index 4abd28af3099..6ab2ad3614f9 100644 --- a/src/Kusto/generated/api/Models/Api20200215/VirtualNetworkConfiguration.json.cs +++ b/src/Kusto/generated/api/Models/Api20200614/VirtualNetworkConfiguration.json.cs @@ -1,4 +1,4 @@ -namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215 +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Extensions; @@ -47,13 +47,13 @@ public partial class VirtualNetworkConfiguration partial void BeforeToJson(ref Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject container, ref bool returnNow); /// - /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfiguration. + /// Deserializes a into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfiguration. /// /// a to deserialize from. /// - /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfiguration. + /// an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfiguration. /// - public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IVirtualNetworkConfiguration FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IVirtualNetworkConfiguration FromJson(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonNode node) { return node is Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Json.JsonObject json ? new VirtualNetworkConfiguration(json) : null; } diff --git a/src/Kusto/generated/api/Support/BlobStorageEventType.Completer.cs b/src/Kusto/generated/api/Support/BlobStorageEventType.Completer.cs new file mode 100644 index 000000000000..6a10a2ebebad --- /dev/null +++ b/src/Kusto/generated/api/Support/BlobStorageEventType.Completer.cs @@ -0,0 +1,39 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support +{ + + /// Argument completer implementation for BlobStorageEventType. + [System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventTypeTypeConverter))] + public partial struct BlobStorageEventType : + System.Management.Automation.IArgumentCompleter + { + + /// + /// Implementations of this function are called by PowerShell to complete arguments. + /// + /// The name of the command that needs argument completion. + /// The name of the parameter that needs argument completion. + /// The (possibly empty) word being completed. + /// The command ast in case it is needed for completion. + /// This parameter is similar to $PSBoundParameters, except that sometimes PowerShell cannot + /// or will not attempt to evaluate an argument, in which case you may need to use commandAst. + /// + /// A collection of completion results, most like with ResultType set to ParameterValue. + /// + public global::System.Collections.Generic.IEnumerable CompleteArgument(global::System.String commandName, global::System.String parameterName, global::System.String wordToComplete, global::System.Management.Automation.Language.CommandAst commandAst, global::System.Collections.IDictionary fakeBoundParameters) + { + if (global::System.String.IsNullOrEmpty(wordToComplete) || "Microsoft.Storage.BlobCreated".StartsWith(wordToComplete, global::System.StringComparison.InvariantCultureIgnoreCase)) + { + yield return new global::System.Management.Automation.CompletionResult("Microsoft.Storage.BlobCreated", "Microsoft.Storage.BlobCreated", global::System.Management.Automation.CompletionResultType.ParameterValue, "Microsoft.Storage.BlobCreated"); + } + if (global::System.String.IsNullOrEmpty(wordToComplete) || "Microsoft.Storage.BlobRenamed".StartsWith(wordToComplete, global::System.StringComparison.InvariantCultureIgnoreCase)) + { + yield return new global::System.Management.Automation.CompletionResult("Microsoft.Storage.BlobRenamed", "Microsoft.Storage.BlobRenamed", global::System.Management.Automation.CompletionResultType.ParameterValue, "Microsoft.Storage.BlobRenamed"); + } + } + } +} \ No newline at end of file diff --git a/src/Kusto/generated/api/Support/BlobStorageEventType.TypeConverter.cs b/src/Kusto/generated/api/Support/BlobStorageEventType.TypeConverter.cs new file mode 100644 index 000000000000..6b29c1f95123 --- /dev/null +++ b/src/Kusto/generated/api/Support/BlobStorageEventType.TypeConverter.cs @@ -0,0 +1,59 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support +{ + + /// TypeConverter implementation for BlobStorageEventType. + public partial class BlobStorageEventTypeTypeConverter : + global::System.Management.Automation.PSTypeConverter + { + + /// + /// Determines if the converter can convert the parameter to the + /// parameter. + /// + /// the to convert from + /// the to convert to + /// + /// true if the converter can convert the parameter to the + /// parameter, otherwise false. + /// + public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => true; + + /// + /// Determines if the converter can convert the parameter to the + /// parameter. + /// + /// the to convert from + /// the to convert to + /// + /// true if the converter can convert the parameter to the + /// parameter, otherwise false. + /// + public override bool CanConvertTo(object sourceValue, global::System.Type destinationType) => false; + + /// + /// Converts the parameter to the parameter using and + /// + /// the to convert from + /// the to convert to + /// not used by this TypeConverter. + /// when set to true, will ignore the case when converting. + /// + /// an instance of , or null if there is no suitable conversion. + /// + public override object ConvertFrom(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => BlobStorageEventType.CreateFrom(sourceValue); + + /// NotImplemented -- this will return null + /// the to convert from + /// the to convert to + /// not used by this TypeConverter. + /// when set to true, will ignore the case when converting. + /// will always return null. + public override object ConvertTo(object sourceValue, global::System.Type destinationType, global::System.IFormatProvider formatProvider, bool ignoreCase) => null; + } +} \ No newline at end of file diff --git a/src/Kusto/generated/api/Support/BlobStorageEventType.cs b/src/Kusto/generated/api/Support/BlobStorageEventType.cs new file mode 100644 index 000000000000..7a509b624ace --- /dev/null +++ b/src/Kusto/generated/api/Support/BlobStorageEventType.cs @@ -0,0 +1,97 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support +{ + + public partial struct BlobStorageEventType : + System.IEquatable + { + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType MicrosoftStorageBlobCreated = @"Microsoft.Storage.BlobCreated"; + + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType MicrosoftStorageBlobRenamed = @"Microsoft.Storage.BlobRenamed"; + + /// the value for an instance of the Enum. + private string _value { get; set; } + + /// Creates an instance of the + /// the value to create an instance for. + private BlobStorageEventType(string underlyingValue) + { + this._value = underlyingValue; + } + + /// Conversion from arbitrary object to BlobStorageEventType + /// the value to convert to an instance of . + internal static object CreateFrom(object value) + { + return new BlobStorageEventType(System.Convert.ToString(value)); + } + + /// Compares values of enum type BlobStorageEventType + /// the value to compare against this instance. + /// true if the two instances are equal to the same value + public bool Equals(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType e) + { + return _value.Equals(e._value); + } + + /// Compares values of enum type BlobStorageEventType (override for Object) + /// the value to compare against this instance. + /// true if the two instances are equal to the same value + public override bool Equals(object obj) + { + return obj is BlobStorageEventType && Equals((BlobStorageEventType)obj); + } + + /// Returns hashCode for enum BlobStorageEventType + /// The hashCode of the value + public override int GetHashCode() + { + return this._value.GetHashCode(); + } + + /// Returns string representation for BlobStorageEventType + /// A string for this value. + public override string ToString() + { + return this._value; + } + + /// Implicit operator to convert string to BlobStorageEventType + /// the value to convert to an instance of . + + public static implicit operator BlobStorageEventType(string value) + { + return new BlobStorageEventType(value); + } + + /// Implicit operator to convert BlobStorageEventType to string + /// the value to convert to an instance of . + + public static implicit operator string(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType e) + { + return e._value; + } + + /// Overriding != operator for enum BlobStorageEventType + /// the value to compare against + /// the value to compare against + /// true if the two instances are not equal to the same value + public static bool operator !=(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType e1, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType e2) + { + return !e2.Equals(e1); + } + + /// Overriding == operator for enum BlobStorageEventType + /// the value to compare against + /// the value to compare against + /// true if the two instances are equal to the same value + public static bool operator ==(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType e1, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType e2) + { + return e2.Equals(e1); + } + } +} \ No newline at end of file diff --git a/src/Kusto/generated/api/Support/EventGridDataFormat.Completer.cs b/src/Kusto/generated/api/Support/EventGridDataFormat.Completer.cs index 4499ad5bef4f..94a651b69e33 100644 --- a/src/Kusto/generated/api/Support/EventGridDataFormat.Completer.cs +++ b/src/Kusto/generated/api/Support/EventGridDataFormat.Completer.cs @@ -82,6 +82,14 @@ public partial struct EventGridDataFormat : { yield return new global::System.Management.Automation.CompletionResult("ORC", "ORC", global::System.Management.Automation.CompletionResultType.ParameterValue, "ORC"); } + if (global::System.String.IsNullOrEmpty(wordToComplete) || "APACHEAVRO".StartsWith(wordToComplete, global::System.StringComparison.InvariantCultureIgnoreCase)) + { + yield return new global::System.Management.Automation.CompletionResult("APACHEAVRO", "APACHEAVRO", global::System.Management.Automation.CompletionResultType.ParameterValue, "APACHEAVRO"); + } + if (global::System.String.IsNullOrEmpty(wordToComplete) || "W3CLOGFILE".StartsWith(wordToComplete, global::System.StringComparison.InvariantCultureIgnoreCase)) + { + yield return new global::System.Management.Automation.CompletionResult("W3CLOGFILE", "W3CLOGFILE", global::System.Management.Automation.CompletionResultType.ParameterValue, "W3CLOGFILE"); + } } } } \ No newline at end of file diff --git a/src/Kusto/generated/api/Support/EventGridDataFormat.cs b/src/Kusto/generated/api/Support/EventGridDataFormat.cs index d9ac4f68b9c5..49c53c695167 100644 --- a/src/Kusto/generated/api/Support/EventGridDataFormat.cs +++ b/src/Kusto/generated/api/Support/EventGridDataFormat.cs @@ -9,6 +9,8 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support public partial struct EventGridDataFormat : System.IEquatable { + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat Apacheavro = @"APACHEAVRO"; + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat Avro = @"AVRO"; public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat Csv = @"CSV"; @@ -37,6 +39,8 @@ public partial struct EventGridDataFormat : public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat Txt = @"TXT"; + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat W3Clogfile = @"W3CLOGFILE"; + /// the value for an instance of the Enum. private string _value { get; set; } diff --git a/src/Kusto/generated/api/Support/EventHubDataFormat.Completer.cs b/src/Kusto/generated/api/Support/EventHubDataFormat.Completer.cs index ef57460d283c..3b47695523b0 100644 --- a/src/Kusto/generated/api/Support/EventHubDataFormat.Completer.cs +++ b/src/Kusto/generated/api/Support/EventHubDataFormat.Completer.cs @@ -82,6 +82,14 @@ public partial struct EventHubDataFormat : { yield return new global::System.Management.Automation.CompletionResult("ORC", "ORC", global::System.Management.Automation.CompletionResultType.ParameterValue, "ORC"); } + if (global::System.String.IsNullOrEmpty(wordToComplete) || "APACHEAVRO".StartsWith(wordToComplete, global::System.StringComparison.InvariantCultureIgnoreCase)) + { + yield return new global::System.Management.Automation.CompletionResult("APACHEAVRO", "APACHEAVRO", global::System.Management.Automation.CompletionResultType.ParameterValue, "APACHEAVRO"); + } + if (global::System.String.IsNullOrEmpty(wordToComplete) || "W3CLOGFILE".StartsWith(wordToComplete, global::System.StringComparison.InvariantCultureIgnoreCase)) + { + yield return new global::System.Management.Automation.CompletionResult("W3CLOGFILE", "W3CLOGFILE", global::System.Management.Automation.CompletionResultType.ParameterValue, "W3CLOGFILE"); + } } } } \ No newline at end of file diff --git a/src/Kusto/generated/api/Support/EventHubDataFormat.cs b/src/Kusto/generated/api/Support/EventHubDataFormat.cs index f6356371cc4d..f4398e38ff83 100644 --- a/src/Kusto/generated/api/Support/EventHubDataFormat.cs +++ b/src/Kusto/generated/api/Support/EventHubDataFormat.cs @@ -9,6 +9,8 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support public partial struct EventHubDataFormat : System.IEquatable { + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventHubDataFormat Apacheavro = @"APACHEAVRO"; + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventHubDataFormat Avro = @"AVRO"; public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventHubDataFormat Csv = @"CSV"; @@ -37,6 +39,8 @@ public partial struct EventHubDataFormat : public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventHubDataFormat Txt = @"TXT"; + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventHubDataFormat W3Clogfile = @"W3CLOGFILE"; + /// the value for an instance of the Enum. private string _value { get; set; } diff --git a/src/Kusto/generated/api/Support/IotHubDataFormat.Completer.cs b/src/Kusto/generated/api/Support/IotHubDataFormat.Completer.cs index 7ee7f5e972d2..3d9a87374b86 100644 --- a/src/Kusto/generated/api/Support/IotHubDataFormat.Completer.cs +++ b/src/Kusto/generated/api/Support/IotHubDataFormat.Completer.cs @@ -82,6 +82,14 @@ public partial struct IotHubDataFormat : { yield return new global::System.Management.Automation.CompletionResult("ORC", "ORC", global::System.Management.Automation.CompletionResultType.ParameterValue, "ORC"); } + if (global::System.String.IsNullOrEmpty(wordToComplete) || "APACHEAVRO".StartsWith(wordToComplete, global::System.StringComparison.InvariantCultureIgnoreCase)) + { + yield return new global::System.Management.Automation.CompletionResult("APACHEAVRO", "APACHEAVRO", global::System.Management.Automation.CompletionResultType.ParameterValue, "APACHEAVRO"); + } + if (global::System.String.IsNullOrEmpty(wordToComplete) || "W3CLOGFILE".StartsWith(wordToComplete, global::System.StringComparison.InvariantCultureIgnoreCase)) + { + yield return new global::System.Management.Automation.CompletionResult("W3CLOGFILE", "W3CLOGFILE", global::System.Management.Automation.CompletionResultType.ParameterValue, "W3CLOGFILE"); + } } } } \ No newline at end of file diff --git a/src/Kusto/generated/api/Support/IotHubDataFormat.cs b/src/Kusto/generated/api/Support/IotHubDataFormat.cs index fac3a79a3932..e1273a4df7ec 100644 --- a/src/Kusto/generated/api/Support/IotHubDataFormat.cs +++ b/src/Kusto/generated/api/Support/IotHubDataFormat.cs @@ -9,6 +9,8 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support public partial struct IotHubDataFormat : System.IEquatable { + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IotHubDataFormat Apacheavro = @"APACHEAVRO"; + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IotHubDataFormat Avro = @"AVRO"; public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IotHubDataFormat Csv = @"CSV"; @@ -37,6 +39,8 @@ public partial struct IotHubDataFormat : public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IotHubDataFormat Txt = @"TXT"; + public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.IotHubDataFormat W3Clogfile = @"W3CLOGFILE"; + /// the value for an instance of the Enum. private string _value { get; set; } diff --git a/src/Kusto/generated/cmdlets/AddAzKustoClusterLanguageExtension_AddExpanded.cs b/src/Kusto/generated/cmdlets/AddAzKustoClusterLanguageExtension_AddExpanded.cs index 95db8d23ac0f..00741e5e3901 100644 --- a/src/Kusto/generated/cmdlets/AddAzKustoClusterLanguageExtension_AddExpanded.cs +++ b/src/Kusto/generated/cmdlets/AddAzKustoClusterLanguageExtension_AddExpanded.cs @@ -84,10 +84,10 @@ public partial class AddAzKustoClusterLanguageExtension_AddExpanded : global::Sy public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList _languageExtensionsToAddBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.LanguageExtensionsList(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList _languageExtensionsToAddBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.LanguageExtensionsList(); /// The list of language extension objects. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList LanguageExtensionsToAddBody { get => this._languageExtensionsToAddBody; set => this._languageExtensionsToAddBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList LanguageExtensionsToAddBody { get => this._languageExtensionsToAddBody; set => this._languageExtensionsToAddBody = value; } /// /// cancellation delegate. Stops the cmdlet when called. @@ -177,20 +177,20 @@ public partial class AddAzKustoClusterLanguageExtension_AddExpanded : global::Sy ReadOnly = false, Description = @"The list of language extensions.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension) })] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[] Value { get => LanguageExtensionsToAddBody.Value ?? null /* arrayOf */; set => LanguageExtensionsToAddBody.Value = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension) })] + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[] Value { get => LanguageExtensionsToAddBody.Value ?? null /* arrayOf */; set => LanguageExtensionsToAddBody.Value = value; } /// /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens @@ -426,12 +426,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -448,7 +448,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, body=LanguageExtensionsToAddBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } diff --git a/src/Kusto/generated/cmdlets/AddAzKustoClusterLanguageExtension_AddViaIdentityExpanded.cs b/src/Kusto/generated/cmdlets/AddAzKustoClusterLanguageExtension_AddViaIdentityExpanded.cs index 3638efc0c68a..22699bc78ccf 100644 --- a/src/Kusto/generated/cmdlets/AddAzKustoClusterLanguageExtension_AddViaIdentityExpanded.cs +++ b/src/Kusto/generated/cmdlets/AddAzKustoClusterLanguageExtension_AddViaIdentityExpanded.cs @@ -78,10 +78,10 @@ public partial class AddAzKustoClusterLanguageExtension_AddViaIdentityExpanded : public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList _languageExtensionsToAddBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.LanguageExtensionsList(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList _languageExtensionsToAddBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.LanguageExtensionsList(); /// The list of language extension objects. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList LanguageExtensionsToAddBody { get => this._languageExtensionsToAddBody; set => this._languageExtensionsToAddBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList LanguageExtensionsToAddBody { get => this._languageExtensionsToAddBody; set => this._languageExtensionsToAddBody = value; } /// /// cancellation delegate. Stops the cmdlet when called. @@ -136,20 +136,20 @@ public partial class AddAzKustoClusterLanguageExtension_AddViaIdentityExpanded : ReadOnly = false, Description = @"The list of language extensions.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension) })] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[] Value { get => LanguageExtensionsToAddBody.Value ?? null /* arrayOf */; set => LanguageExtensionsToAddBody.Value = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension) })] + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[] Value { get => LanguageExtensionsToAddBody.Value ?? null /* arrayOf */; set => LanguageExtensionsToAddBody.Value = value; } /// /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens @@ -404,12 +404,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -426,7 +426,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=LanguageExtensionsToAddBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } diff --git a/src/Kusto/generated/cmdlets/AddAzKustoDatabasePrincipal_AddExpanded.cs b/src/Kusto/generated/cmdlets/AddAzKustoDatabasePrincipal_AddExpanded.cs index 064fb1a5d0cb..34def966500a 100644 --- a/src/Kusto/generated/cmdlets/AddAzKustoDatabasePrincipal_AddExpanded.cs +++ b/src/Kusto/generated/cmdlets/AddAzKustoDatabasePrincipal_AddExpanded.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] Databases_AddPrincipals=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/Databases/{databaseName}/addPrincipals" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Add, @"AzKustoDatabasePrincipal_AddExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Add Database principals permissions.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class AddAzKustoDatabasePrincipal_AddExpanded : global::System.Management.Automation.PSCmdlet, @@ -69,10 +69,10 @@ public partial class AddAzKustoDatabasePrincipal_AddExpanded : global::System.Ma public string DatabaseName { get => this._databaseName; set => this._databaseName = value; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListRequest _databasePrincipalsToAddBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalListRequest(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListRequest _databasePrincipalsToAddBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalListRequest(); /// The list Kusto database principals operation request. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListRequest DatabasePrincipalsToAddBody { get => this._databasePrincipalsToAddBody; set => this._databasePrincipalsToAddBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListRequest DatabasePrincipalsToAddBody { get => this._databasePrincipalsToAddBody; set => this._databasePrincipalsToAddBody = value; } /// /// The credentials, account, tenant, and subscription used for communication with Azure @@ -171,32 +171,32 @@ public partial class AddAzKustoDatabasePrincipal_AddExpanded : global::System.Ma ReadOnly = false, Description = @"The list of Kusto database principals.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal) })] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal[] Value { get => DatabasePrincipalsToAddBody.Value ?? null /* arrayOf */; set => DatabasePrincipalsToAddBody.Value = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal) })] + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal[] Value { get => DatabasePrincipalsToAddBody.Value ?? null /* arrayOf */; set => DatabasePrincipalsToAddBody.Value = value; } /// /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// Intializes a new instance of the cmdlet class. @@ -368,12 +368,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -390,7 +390,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, DatabaseName=DatabaseName, SubscriptionId=SubscriptionId, body=DatabasePrincipalsToAddBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -408,12 +408,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { diff --git a/src/Kusto/generated/cmdlets/AddAzKustoDatabasePrincipal_AddViaIdentityExpanded.cs b/src/Kusto/generated/cmdlets/AddAzKustoDatabasePrincipal_AddViaIdentityExpanded.cs index 4978fea35727..8be4c93f6c99 100644 --- a/src/Kusto/generated/cmdlets/AddAzKustoDatabasePrincipal_AddViaIdentityExpanded.cs +++ b/src/Kusto/generated/cmdlets/AddAzKustoDatabasePrincipal_AddViaIdentityExpanded.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] Databases_AddPrincipals=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/Databases/{databaseName}/addPrincipals" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Add, @"AzKustoDatabasePrincipal_AddViaIdentityExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Add Database principals permissions.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class AddAzKustoDatabasePrincipal_AddViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, @@ -41,10 +41,10 @@ public partial class AddAzKustoDatabasePrincipal_AddViaIdentityExpanded : global public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Kusto Client => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Module.Instance.ClientAPI; /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListRequest _databasePrincipalsToAddBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalListRequest(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListRequest _databasePrincipalsToAddBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalListRequest(); /// The list Kusto database principals operation request. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListRequest DatabasePrincipalsToAddBody { get => this._databasePrincipalsToAddBody; set => this._databasePrincipalsToAddBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListRequest DatabasePrincipalsToAddBody { get => this._databasePrincipalsToAddBody; set => this._databasePrincipalsToAddBody = value; } /// /// The credentials, account, tenant, and subscription used for communication with Azure @@ -116,32 +116,32 @@ public partial class AddAzKustoDatabasePrincipal_AddViaIdentityExpanded : global ReadOnly = false, Description = @"The list of Kusto database principals.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal) })] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal[] Value { get => DatabasePrincipalsToAddBody.Value ?? null /* arrayOf */; set => DatabasePrincipalsToAddBody.Value = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal) })] + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal[] Value { get => DatabasePrincipalsToAddBody.Value ?? null /* arrayOf */; set => DatabasePrincipalsToAddBody.Value = value; } /// /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// Intializes a new instance of the cmdlet class. @@ -337,12 +337,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -359,7 +359,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=DatabasePrincipalsToAddBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -377,12 +377,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { diff --git a/src/Kusto/generated/cmdlets/GetAzKustoAttachedDatabaseConfiguration_Get.cs b/src/Kusto/generated/cmdlets/GetAzKustoAttachedDatabaseConfiguration_Get.cs index 24aa52bd9cd6..4ef886ea51ff 100644 --- a/src/Kusto/generated/cmdlets/GetAzKustoAttachedDatabaseConfiguration_Get.cs +++ b/src/Kusto/generated/cmdlets/GetAzKustoAttachedDatabaseConfiguration_Get.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] AttachedDatabaseConfigurations_Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/AttachedDatabaseConfigurations/{attachedDatabaseConfigurationName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzKustoAttachedDatabaseConfiguration_Get")] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Returns an attached database configuration.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class GetAzKustoAttachedDatabaseConfiguration_Get : global::System.Management.Automation.PSCmdlet, @@ -162,24 +162,24 @@ public partial class GetAzKustoAttachedDatabaseConfiguration_Get : global::Syste /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -351,12 +351,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -373,7 +373,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, Name=Name, SubscriptionId=SubscriptionId }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -391,12 +391,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -408,7 +408,7 @@ protected override void StopProcessing() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/GetAzKustoAttachedDatabaseConfiguration_GetViaIdentity.cs b/src/Kusto/generated/cmdlets/GetAzKustoAttachedDatabaseConfiguration_GetViaIdentity.cs index 10a6e31913e1..910d6627aed4 100644 --- a/src/Kusto/generated/cmdlets/GetAzKustoAttachedDatabaseConfiguration_GetViaIdentity.cs +++ b/src/Kusto/generated/cmdlets/GetAzKustoAttachedDatabaseConfiguration_GetViaIdentity.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] AttachedDatabaseConfigurations_Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/AttachedDatabaseConfigurations/{attachedDatabaseConfigurationName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzKustoAttachedDatabaseConfiguration_GetViaIdentity")] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Returns an attached database configuration.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class GetAzKustoAttachedDatabaseConfiguration_GetViaIdentity : global::System.Management.Automation.PSCmdlet, @@ -106,24 +106,24 @@ public partial class GetAzKustoAttachedDatabaseConfiguration_GetViaIdentity : gl /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -316,12 +316,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -338,7 +338,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -356,12 +356,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -373,7 +373,7 @@ protected override void StopProcessing() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/GetAzKustoAttachedDatabaseConfiguration_List.cs b/src/Kusto/generated/cmdlets/GetAzKustoAttachedDatabaseConfiguration_List.cs index 4ce2c735db07..5cf12c29a739 100644 --- a/src/Kusto/generated/cmdlets/GetAzKustoAttachedDatabaseConfiguration_List.cs +++ b/src/Kusto/generated/cmdlets/GetAzKustoAttachedDatabaseConfiguration_List.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] AttachedDatabaseConfigurations_ListByCluster=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/attachedDatabaseConfigurations" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzKustoAttachedDatabaseConfiguration_List")] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Returns the list of attached database configurations of the given Kusto cluster.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class GetAzKustoAttachedDatabaseConfiguration_List : global::System.Management.Automation.PSCmdlet, @@ -149,24 +149,24 @@ public partial class GetAzKustoAttachedDatabaseConfiguration_List : global::Syst /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -338,12 +338,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -360,7 +360,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, SubscriptionId=SubscriptionId }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -378,12 +378,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { diff --git a/src/Kusto/generated/cmdlets/GetAzKustoClusterFollowerDatabase_List.cs b/src/Kusto/generated/cmdlets/GetAzKustoClusterFollowerDatabase_List.cs index 3f657e65b6b5..6b172eb96e4c 100644 --- a/src/Kusto/generated/cmdlets/GetAzKustoClusterFollowerDatabase_List.cs +++ b/src/Kusto/generated/cmdlets/GetAzKustoClusterFollowerDatabase_List.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] Clusters_ListFollowerDatabases=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/listFollowerDatabases" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzKustoClusterFollowerDatabase_List", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Returns a list of databases that are owned by this cluster and were followed by another cluster.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class GetAzKustoClusterFollowerDatabase_List : global::System.Management.Automation.PSCmdlet, @@ -149,24 +149,24 @@ public partial class GetAzKustoClusterFollowerDatabase_List : global::System.Man /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -341,12 +341,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -363,7 +363,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, SubscriptionId=SubscriptionId }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -381,12 +381,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { diff --git a/src/Kusto/generated/cmdlets/GetAzKustoClusterLanguageExtension_List.cs b/src/Kusto/generated/cmdlets/GetAzKustoClusterLanguageExtension_List.cs index ae32f603756b..e3c3956c5a46 100644 --- a/src/Kusto/generated/cmdlets/GetAzKustoClusterLanguageExtension_List.cs +++ b/src/Kusto/generated/cmdlets/GetAzKustoClusterLanguageExtension_List.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] Clusters_ListLanguageExtensions=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/listLanguageExtensions" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzKustoClusterLanguageExtension_List", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Returns a list of language extensions that can run within KQL queries.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class GetAzKustoClusterLanguageExtension_List : global::System.Management.Automation.PSCmdlet, @@ -147,24 +147,24 @@ public partial class GetAzKustoClusterLanguageExtension_List : global::System.Ma /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -339,12 +339,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -361,7 +361,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, ClusterName=ClusterName }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -379,12 +379,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { diff --git a/src/Kusto/generated/cmdlets/GetAzKustoClusterPrincipalAssignment_Get.cs b/src/Kusto/generated/cmdlets/GetAzKustoClusterPrincipalAssignment_Get.cs index aba0af05f1e7..9cb96bb885d5 100644 --- a/src/Kusto/generated/cmdlets/GetAzKustoClusterPrincipalAssignment_Get.cs +++ b/src/Kusto/generated/cmdlets/GetAzKustoClusterPrincipalAssignment_Get.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] ClusterPrincipalAssignments_Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/PrincipalAssignments/{principalAssignmentName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzKustoClusterPrincipalAssignment_Get")] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Gets a Kusto cluster principalAssignment.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class GetAzKustoClusterPrincipalAssignment_Get : global::System.Management.Automation.PSCmdlet, @@ -161,24 +161,24 @@ public partial class GetAzKustoClusterPrincipalAssignment_Get : global::System.M /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -350,12 +350,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -372,7 +372,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, PrincipalAssignmentName=PrincipalAssignmentName }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -390,12 +390,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -407,7 +407,7 @@ protected override void StopProcessing() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/GetAzKustoClusterPrincipalAssignment_GetViaIdentity.cs b/src/Kusto/generated/cmdlets/GetAzKustoClusterPrincipalAssignment_GetViaIdentity.cs index 3e187478a67c..34a311f9b641 100644 --- a/src/Kusto/generated/cmdlets/GetAzKustoClusterPrincipalAssignment_GetViaIdentity.cs +++ b/src/Kusto/generated/cmdlets/GetAzKustoClusterPrincipalAssignment_GetViaIdentity.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] ClusterPrincipalAssignments_Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/PrincipalAssignments/{principalAssignmentName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzKustoClusterPrincipalAssignment_GetViaIdentity")] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Gets a Kusto cluster principalAssignment.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class GetAzKustoClusterPrincipalAssignment_GetViaIdentity : global::System.Management.Automation.PSCmdlet, @@ -106,24 +106,24 @@ public partial class GetAzKustoClusterPrincipalAssignment_GetViaIdentity : globa /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -316,12 +316,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -338,7 +338,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -356,12 +356,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -373,7 +373,7 @@ protected override void StopProcessing() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/GetAzKustoClusterPrincipalAssignment_List.cs b/src/Kusto/generated/cmdlets/GetAzKustoClusterPrincipalAssignment_List.cs index 48da2d5525fd..f2df14429821 100644 --- a/src/Kusto/generated/cmdlets/GetAzKustoClusterPrincipalAssignment_List.cs +++ b/src/Kusto/generated/cmdlets/GetAzKustoClusterPrincipalAssignment_List.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] ClusterPrincipalAssignments_List=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/principalAssignments" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzKustoClusterPrincipalAssignment_List")] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Lists all Kusto cluster principalAssignments.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class GetAzKustoClusterPrincipalAssignment_List : global::System.Management.Automation.PSCmdlet, @@ -147,24 +147,24 @@ public partial class GetAzKustoClusterPrincipalAssignment_List : global::System. /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -336,12 +336,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -358,7 +358,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, ClusterName=ClusterName }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -376,12 +376,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { diff --git a/src/Kusto/generated/cmdlets/GetAzKustoClusterSku_List.cs b/src/Kusto/generated/cmdlets/GetAzKustoClusterSku_List.cs index e10190c45431..9260078fdc50 100644 --- a/src/Kusto/generated/cmdlets/GetAzKustoClusterSku_List.cs +++ b/src/Kusto/generated/cmdlets/GetAzKustoClusterSku_List.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] Clusters_ListSkus=>GET:"/subscriptions/{subscriptionId}/providers/Microsoft.Kusto/skus" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzKustoClusterSku_List")] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescription))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescription))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Lists eligible SKUs for Kusto resource provider.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class GetAzKustoClusterSku_List : global::System.Management.Automation.PSCmdlet, @@ -119,24 +119,24 @@ public partial class GetAzKustoClusterSku_List : global::System.Management.Autom /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -308,12 +308,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -330,7 +330,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -348,12 +348,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { diff --git a/src/Kusto/generated/cmdlets/GetAzKustoClusterSku_List1.cs b/src/Kusto/generated/cmdlets/GetAzKustoClusterSku_List1.cs index b4ef54fc2963..2ff37d9c30f9 100644 --- a/src/Kusto/generated/cmdlets/GetAzKustoClusterSku_List1.cs +++ b/src/Kusto/generated/cmdlets/GetAzKustoClusterSku_List1.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] Clusters_ListSkusByResource=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/skus" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzKustoClusterSku_List1")] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSku))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSku))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Returns the SKUs available for the provided resource.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class GetAzKustoClusterSku_List1 : global::System.Management.Automation.PSCmdlet, @@ -147,24 +147,24 @@ public partial class GetAzKustoClusterSku_List1 : global::System.Management.Auto /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -336,12 +336,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -358,7 +358,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, SubscriptionId=SubscriptionId }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -376,12 +376,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { diff --git a/src/Kusto/generated/cmdlets/GetAzKustoCluster_Get.cs b/src/Kusto/generated/cmdlets/GetAzKustoCluster_Get.cs index 1872ab14e754..0703ce3d0bbe 100644 --- a/src/Kusto/generated/cmdlets/GetAzKustoCluster_Get.cs +++ b/src/Kusto/generated/cmdlets/GetAzKustoCluster_Get.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] Clusters_Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzKustoCluster_Get")] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Gets a Kusto cluster.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class GetAzKustoCluster_Get : global::System.Management.Automation.PSCmdlet, @@ -148,24 +148,24 @@ public partial class GetAzKustoCluster_Get : global::System.Management.Automatio /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -337,12 +337,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -359,7 +359,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, Name=Name, SubscriptionId=SubscriptionId }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -377,12 +377,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -394,7 +394,7 @@ protected override void StopProcessing() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/GetAzKustoCluster_GetViaIdentity.cs b/src/Kusto/generated/cmdlets/GetAzKustoCluster_GetViaIdentity.cs index 48fdee168b9b..8ca1e7340364 100644 --- a/src/Kusto/generated/cmdlets/GetAzKustoCluster_GetViaIdentity.cs +++ b/src/Kusto/generated/cmdlets/GetAzKustoCluster_GetViaIdentity.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] Clusters_Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzKustoCluster_GetViaIdentity")] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Gets a Kusto cluster.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class GetAzKustoCluster_GetViaIdentity : global::System.Management.Automation.PSCmdlet, @@ -106,24 +106,24 @@ public partial class GetAzKustoCluster_GetViaIdentity : global::System.Managemen /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -312,12 +312,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -334,7 +334,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -352,12 +352,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -369,7 +369,7 @@ protected override void StopProcessing() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/GetAzKustoCluster_List.cs b/src/Kusto/generated/cmdlets/GetAzKustoCluster_List.cs index d7a2b93e2d2c..5bf7abd213be 100644 --- a/src/Kusto/generated/cmdlets/GetAzKustoCluster_List.cs +++ b/src/Kusto/generated/cmdlets/GetAzKustoCluster_List.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] Clusters_ListByResourceGroup=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzKustoCluster_List")] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Lists all Kusto clusters within a resource group.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class GetAzKustoCluster_List : global::System.Management.Automation.PSCmdlet, @@ -133,24 +133,24 @@ public partial class GetAzKustoCluster_List : global::System.Management.Automati /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -322,12 +322,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -344,7 +344,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -362,12 +362,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { diff --git a/src/Kusto/generated/cmdlets/GetAzKustoCluster_List1.cs b/src/Kusto/generated/cmdlets/GetAzKustoCluster_List1.cs index d680a3917a83..ebe5d66b22b1 100644 --- a/src/Kusto/generated/cmdlets/GetAzKustoCluster_List1.cs +++ b/src/Kusto/generated/cmdlets/GetAzKustoCluster_List1.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] Clusters_List=>GET:"/subscriptions/{subscriptionId}/providers/Microsoft.Kusto/clusters" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzKustoCluster_List1")] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Lists all Kusto clusters within a subscription.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class GetAzKustoCluster_List1 : global::System.Management.Automation.PSCmdlet, @@ -119,24 +119,24 @@ public partial class GetAzKustoCluster_List1 : global::System.Management.Automat /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -308,12 +308,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -330,7 +330,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -348,12 +348,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { diff --git a/src/Kusto/generated/cmdlets/GetAzKustoDataConnection_Get.cs b/src/Kusto/generated/cmdlets/GetAzKustoDataConnection_Get.cs index 086d37e91d8c..e2647822a6f9 100644 --- a/src/Kusto/generated/cmdlets/GetAzKustoDataConnection_Get.cs +++ b/src/Kusto/generated/cmdlets/GetAzKustoDataConnection_Get.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] DataConnections_Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/Databases/{databaseName}/DataConnections/{dataConnectionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzKustoDataConnection_Get")] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Returns a data connection.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class GetAzKustoDataConnection_Get : global::System.Management.Automation.PSCmdlet, @@ -176,24 +176,24 @@ public partial class GetAzKustoDataConnection_Get : global::System.Management.Au /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -365,12 +365,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -387,7 +387,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, DatabaseName=DatabaseName, Name=Name, SubscriptionId=SubscriptionId }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -405,12 +405,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -422,7 +422,7 @@ protected override void StopProcessing() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/GetAzKustoDataConnection_GetViaIdentity.cs b/src/Kusto/generated/cmdlets/GetAzKustoDataConnection_GetViaIdentity.cs index 9f438f7a33ea..d323727a39b0 100644 --- a/src/Kusto/generated/cmdlets/GetAzKustoDataConnection_GetViaIdentity.cs +++ b/src/Kusto/generated/cmdlets/GetAzKustoDataConnection_GetViaIdentity.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] DataConnections_Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/Databases/{databaseName}/DataConnections/{dataConnectionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzKustoDataConnection_GetViaIdentity")] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Returns a data connection.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class GetAzKustoDataConnection_GetViaIdentity : global::System.Management.Automation.PSCmdlet, @@ -106,24 +106,24 @@ public partial class GetAzKustoDataConnection_GetViaIdentity : global::System.Ma /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -320,12 +320,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -342,7 +342,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -360,12 +360,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -377,7 +377,7 @@ protected override void StopProcessing() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/GetAzKustoDataConnection_List.cs b/src/Kusto/generated/cmdlets/GetAzKustoDataConnection_List.cs index 6aef1833817b..283247bbcdd4 100644 --- a/src/Kusto/generated/cmdlets/GetAzKustoDataConnection_List.cs +++ b/src/Kusto/generated/cmdlets/GetAzKustoDataConnection_List.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] DataConnections_ListByDatabase=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/Databases/{databaseName}/dataConnections" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzKustoDataConnection_List")] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Returns the list of data connections of the given Kusto database.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class GetAzKustoDataConnection_List : global::System.Management.Automation.PSCmdlet, @@ -161,24 +161,24 @@ public partial class GetAzKustoDataConnection_List : global::System.Management.A /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -350,12 +350,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -372,7 +372,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, DatabaseName=DatabaseName, SubscriptionId=SubscriptionId }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -390,12 +390,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { diff --git a/src/Kusto/generated/cmdlets/GetAzKustoDatabasePrincipalAssignment_Get.cs b/src/Kusto/generated/cmdlets/GetAzKustoDatabasePrincipalAssignment_Get.cs index 3a7dcc4c68c6..a2bac50b5c9f 100644 --- a/src/Kusto/generated/cmdlets/GetAzKustoDatabasePrincipalAssignment_Get.cs +++ b/src/Kusto/generated/cmdlets/GetAzKustoDatabasePrincipalAssignment_Get.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] DatabasePrincipalAssignments_Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/Databases/{databaseName}/PrincipalAssignments/{principalAssignmentName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzKustoDatabasePrincipalAssignment_Get")] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Gets a Kusto cluster database principalAssignment.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class GetAzKustoDatabasePrincipalAssignment_Get : global::System.Management.Automation.PSCmdlet, @@ -175,24 +175,24 @@ public partial class GetAzKustoDatabasePrincipalAssignment_Get : global::System. /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -364,12 +364,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -386,7 +386,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, DatabaseName=DatabaseName, PrincipalAssignmentName=PrincipalAssignmentName }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -404,12 +404,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -421,7 +421,7 @@ protected override void StopProcessing() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/GetAzKustoDatabasePrincipalAssignment_GetViaIdentity.cs b/src/Kusto/generated/cmdlets/GetAzKustoDatabasePrincipalAssignment_GetViaIdentity.cs index e4f0297b0385..eabb0a42bfaf 100644 --- a/src/Kusto/generated/cmdlets/GetAzKustoDatabasePrincipalAssignment_GetViaIdentity.cs +++ b/src/Kusto/generated/cmdlets/GetAzKustoDatabasePrincipalAssignment_GetViaIdentity.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] DatabasePrincipalAssignments_Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/Databases/{databaseName}/PrincipalAssignments/{principalAssignmentName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzKustoDatabasePrincipalAssignment_GetViaIdentity")] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Gets a Kusto cluster database principalAssignment.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class GetAzKustoDatabasePrincipalAssignment_GetViaIdentity : global::System.Management.Automation.PSCmdlet, @@ -106,24 +106,24 @@ public partial class GetAzKustoDatabasePrincipalAssignment_GetViaIdentity : glob /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -320,12 +320,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -342,7 +342,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -360,12 +360,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -377,7 +377,7 @@ protected override void StopProcessing() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/GetAzKustoDatabasePrincipalAssignment_List.cs b/src/Kusto/generated/cmdlets/GetAzKustoDatabasePrincipalAssignment_List.cs index af4859967040..f4d0a683dada 100644 --- a/src/Kusto/generated/cmdlets/GetAzKustoDatabasePrincipalAssignment_List.cs +++ b/src/Kusto/generated/cmdlets/GetAzKustoDatabasePrincipalAssignment_List.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] DatabasePrincipalAssignments_List=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/Databases/{databaseName}/principalAssignments" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzKustoDatabasePrincipalAssignment_List")] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Lists all Kusto cluster database principalAssignments.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class GetAzKustoDatabasePrincipalAssignment_List : global::System.Management.Automation.PSCmdlet, @@ -161,24 +161,24 @@ public partial class GetAzKustoDatabasePrincipalAssignment_List : global::System /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -350,12 +350,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -372,7 +372,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, DatabaseName=DatabaseName }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -390,12 +390,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { diff --git a/src/Kusto/generated/cmdlets/GetAzKustoDatabasePrincipal_List.cs b/src/Kusto/generated/cmdlets/GetAzKustoDatabasePrincipal_List.cs index ba9fb8bd058f..69f0c6774114 100644 --- a/src/Kusto/generated/cmdlets/GetAzKustoDatabasePrincipal_List.cs +++ b/src/Kusto/generated/cmdlets/GetAzKustoDatabasePrincipal_List.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] Databases_ListPrincipals=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/Databases/{databaseName}/listPrincipals" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzKustoDatabasePrincipal_List", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Returns a list of database principals of the given Kusto cluster and database.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class GetAzKustoDatabasePrincipal_List : global::System.Management.Automation.PSCmdlet, @@ -161,24 +161,24 @@ public partial class GetAzKustoDatabasePrincipal_List : global::System.Managemen /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -353,12 +353,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -375,7 +375,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, DatabaseName=DatabaseName, SubscriptionId=SubscriptionId }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -393,12 +393,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { diff --git a/src/Kusto/generated/cmdlets/GetAzKustoDatabase_Get.cs b/src/Kusto/generated/cmdlets/GetAzKustoDatabase_Get.cs index 3b0466802479..5ae8d4794ada 100644 --- a/src/Kusto/generated/cmdlets/GetAzKustoDatabase_Get.cs +++ b/src/Kusto/generated/cmdlets/GetAzKustoDatabase_Get.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] Databases_Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/Databases/{databaseName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzKustoDatabase_Get")] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Returns a database.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class GetAzKustoDatabase_Get : global::System.Management.Automation.PSCmdlet, @@ -162,24 +162,24 @@ public partial class GetAzKustoDatabase_Get : global::System.Management.Automati /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -351,12 +351,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -373,7 +373,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, Name=Name, SubscriptionId=SubscriptionId }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -391,12 +391,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -408,7 +408,7 @@ protected override void StopProcessing() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/GetAzKustoDatabase_GetViaIdentity.cs b/src/Kusto/generated/cmdlets/GetAzKustoDatabase_GetViaIdentity.cs index ac6daaaa9ac6..496731ebb6da 100644 --- a/src/Kusto/generated/cmdlets/GetAzKustoDatabase_GetViaIdentity.cs +++ b/src/Kusto/generated/cmdlets/GetAzKustoDatabase_GetViaIdentity.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] Databases_Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/Databases/{databaseName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzKustoDatabase_GetViaIdentity")] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Returns a database.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class GetAzKustoDatabase_GetViaIdentity : global::System.Management.Automation.PSCmdlet, @@ -106,24 +106,24 @@ public partial class GetAzKustoDatabase_GetViaIdentity : global::System.Manageme /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -316,12 +316,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -338,7 +338,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -356,12 +356,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -373,7 +373,7 @@ protected override void StopProcessing() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/GetAzKustoDatabase_List.cs b/src/Kusto/generated/cmdlets/GetAzKustoDatabase_List.cs index 452a6aa1566e..ad6f31e1fceb 100644 --- a/src/Kusto/generated/cmdlets/GetAzKustoDatabase_List.cs +++ b/src/Kusto/generated/cmdlets/GetAzKustoDatabase_List.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] Databases_ListByCluster=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/databases" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzKustoDatabase_List")] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Returns the list of databases of the given Kusto cluster.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class GetAzKustoDatabase_List : global::System.Management.Automation.PSCmdlet, @@ -147,24 +147,24 @@ public partial class GetAzKustoDatabase_List : global::System.Management.Automat /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -336,12 +336,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -358,7 +358,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, SubscriptionId=SubscriptionId }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -376,12 +376,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { diff --git a/src/Kusto/generated/cmdlets/GetAzKustoOperation_List.cs b/src/Kusto/generated/cmdlets/GetAzKustoOperation_List.cs index fe89fa380d09..420d9f5bb096 100644 --- a/src/Kusto/generated/cmdlets/GetAzKustoOperation_List.cs +++ b/src/Kusto/generated/cmdlets/GetAzKustoOperation_List.cs @@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzKustoOperation_List")] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperation))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperation))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Lists available operations for the Microsoft.Kusto provider.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class GetAzKustoOperation_List : global::System.Management.Automation.PSCmdlet, @@ -99,24 +99,24 @@ public partial class GetAzKustoOperation_List : global::System.Management.Automa /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -285,12 +285,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -307,7 +307,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -325,12 +325,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { diff --git a/src/Kusto/generated/cmdlets/InvokeAzKustoDataConnectionValidation_Data.cs b/src/Kusto/generated/cmdlets/InvokeAzKustoDataConnectionValidation_Data.cs index 5b49930d5e56..5433b2e5289c 100644 --- a/src/Kusto/generated/cmdlets/InvokeAzKustoDataConnectionValidation_Data.cs +++ b/src/Kusto/generated/cmdlets/InvokeAzKustoDataConnectionValidation_Data.cs @@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsLifecycle.Invoke, @"AzKustoDataConnectionValidation_Data", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Checks that the data connection parameters are valid.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class InvokeAzKustoDataConnectionValidation_Data : global::System.Management.Automation.PSCmdlet, @@ -33,6 +33,11 @@ public partial class InvokeAzKustoDataConnectionValidation_Data : global::System /// private global::System.Threading.CancellationTokenSource _cancellationTokenSource = new global::System.Threading.CancellationTokenSource(); + /// when specified, runs this cmdlet as a PowerShell job + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Run the command as a job")] + [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Runtime)] + public global::System.Management.Automation.SwitchParameter AsJob { get; set; } + /// Wait for .NET debugger to attach [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "Wait for .NET debugger to attach")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Runtime)] @@ -101,8 +106,16 @@ public partial class InvokeAzKustoDataConnectionValidation_Data : global::System /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener.Token => _cancellationTokenSource.Token; + /// + /// when specified, will make the remote call, and return an AsyncOperationResponse, letting the remote operation continue + /// asynchronously. + /// + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Run the command asynchronously")] + [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Runtime)] + public global::System.Management.Automation.SwitchParameter NoWait { get; set; } + /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidation _parameter; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidation _parameter; /// Class representing an data connection validation. [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Class representing an data connection validation.", ValueFromPipeline = true)] @@ -111,8 +124,8 @@ public partial class InvokeAzKustoDataConnectionValidation_Data : global::System ReadOnly = false, Description = @"Class representing an data connection validation.", SerializedName = @"parameters", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidation) })] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidation Parameter { get => this._parameter; set => this._parameter = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidation) })] + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidation Parameter { get => this._parameter; set => this._parameter = value; } /// /// The instance of the that the remote call will use. @@ -170,17 +183,29 @@ public partial class InvokeAzKustoDataConnectionValidation_Data : global::System [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Path)] public string SubscriptionId { get => this._subscriptionId; set => this._subscriptionId = value; } + /// + /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what + /// happens on that response. Implement this method in a partial class to enable this behavior + /// + /// the raw response message as an global::System.Net.Http.HttpResponseMessage. + /// the body result as a from the remote call + /// /// Determines if the rest of the onDefault method should be processed, or if the method should + /// return immediately (set to true to skip further processing ) + + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -195,6 +220,31 @@ protected override void BeginProcessing() ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.CmdletBeginProcessing).Wait(); if( ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } + /// Creates a duplicate instance of this cmdlet (via JSON serialization). + /// a duplicate instance of InvokeAzKustoDataConnectionValidation_Data + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets.InvokeAzKustoDataConnectionValidation_Data Clone() + { + var clone = new InvokeAzKustoDataConnectionValidation_Data(); + clone.__correlationId = this.__correlationId; + clone.__processRecordId = this.__processRecordId; + clone.DefaultProfile = this.DefaultProfile; + clone.InvocationInformation = this.InvocationInformation; + clone.Proxy = this.Proxy; + clone.Pipeline = this.Pipeline; + clone.AsJob = this.AsJob; + clone.Break = this.Break; + clone.ProxyCredential = this.ProxyCredential; + clone.ProxyUseDefaultCredentials = this.ProxyUseDefaultCredentials; + clone.HttpPipelinePrepend = this.HttpPipelinePrepend; + clone.HttpPipelineAppend = this.HttpPipelineAppend; + clone.ResourceGroupName = this.ResourceGroupName; + clone.ClusterName = this.ClusterName; + clone.DatabaseName = this.DatabaseName; + clone.SubscriptionId = this.SubscriptionId; + clone.Parameter = this.Parameter; + return clone; + } + /// Performs clean-up after the command execution protected override void EndProcessing() { @@ -239,8 +289,8 @@ public InvokeAzKustoDataConnectionValidation_Data() } case Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.Information: { - var data = messageData(); - WriteInformation(data, new[] { data.Message }); + // When an operation supports asjob, Information messages must go thru verbose. + WriteVerbose($"INFORMATION: {(messageData().Message ?? global::System.String.Empty)}"); return ; } case Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.Debug: @@ -253,6 +303,24 @@ public InvokeAzKustoDataConnectionValidation_Data() WriteError(new global::System.Management.Automation.ErrorRecord( new global::System.Exception(messageData().Message), string.Empty, global::System.Management.Automation.ErrorCategory.NotSpecified, null ) ); return ; } + case Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.DelayBeforePolling: + { + if (true == MyInvocation?.BoundParameters?.ContainsKey("NoWait")) + { + var data = messageData(); + if (data.ResponseMessage is System.Net.Http.HttpResponseMessage response) + { + var asyncOperation = response.GetFirstHeader(@"Azure-AsyncOperation"); + var location = response.GetFirstHeader(@"Location"); + var uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? response.RequestMessage.RequestUri.AbsoluteUri : location : asyncOperation; + WriteObject(new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell.AsyncOperationResponse { Target = uri }); + // do nothing more. + data.Cancel(); + return; + } + } + break; + } } await Microsoft.Azure.PowerShell.Cmdlets.Kusto.Module.Instance.Signal(id, token, messageData, (i,t,m) => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Signal(i,t,()=> Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.EventDataConverter.ConvertFrom( m() ) as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.EventData ), InvocationInformation, this.ParameterSetName, __correlationId, __processRecordId, null ); if (token.IsCancellationRequested) @@ -273,9 +341,21 @@ protected override void ProcessRecord() // work if (ShouldProcess($"Call remote 'DataConnectionsDataConnectionValidation' operation")) { - using( var asyncCommandRuntime = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell.AsyncCommandRuntime(this, ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Token) ) + if (true == MyInvocation?.BoundParameters?.ContainsKey("AsJob")) { - asyncCommandRuntime.Wait( ProcessRecordAsync(),((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Token); + var instance = this.Clone(); + var job = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell.AsyncJob(instance, this.MyInvocation.Line, this.MyInvocation.MyCommand.Name, this._cancellationTokenSource.Token, this._cancellationTokenSource.Cancel); + JobRepository.Add(job); + var task = instance.ProcessRecordAsync(); + job.Monitor(task); + WriteObject(job); + } + else + { + using( var asyncCommandRuntime = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell.AsyncCommandRuntime(this, ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Token) ) + { + asyncCommandRuntime.Wait( ProcessRecordAsync(),((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Token); + } } } } @@ -324,7 +404,7 @@ protected override void ProcessRecord() try { await ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } - await this.Client.DataConnectionsDataConnectionValidation(ResourceGroupName, ClusterName, DatabaseName, SubscriptionId, Parameter, onOk, this, Pipeline); + await this.Client.DataConnectionsDataConnectionValidation(ResourceGroupName, ClusterName, DatabaseName, SubscriptionId, Parameter, onOk, onDefault, this, Pipeline); await ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } catch (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.UndeclaredResponseException urexception) @@ -348,14 +428,56 @@ protected override void StopProcessing() base.StopProcessing(); } + /// + /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). + /// + /// the raw response message as an global::System.Net.Http.HttpResponseMessage. + /// the body result as a from the remote call + /// + /// A that will be complete when handling of the method is completed. + /// + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + { + using( NoSynchronizationContext ) + { + var _returnNow = global::System.Threading.Tasks.Task.FromResult(false); + overrideOnDefault(responseMessage, response, ref _returnNow); + // if overrideOnDefault has returned true, then return right away. + if ((null != _returnNow && await _returnNow)) + { + return ; + } + // Error Response : default + var code = (await response)?.Code; + var message = (await response)?.Message; + if ((null == code || null == message)) + { + // Unrecognized Response. Create an error record based on what we have. + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, DatabaseName=DatabaseName, SubscriptionId=SubscriptionId, body=Parameter }) + { + ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } + }); + } + else + { + WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, DatabaseName=DatabaseName, SubscriptionId=SubscriptionId, body=Parameter }) + { + ErrorDetails = new global::System.Management.Automation.ErrorDetails(message) { RecommendedAction = global::System.String.Empty } + }); + } + } + } + /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { diff --git a/src/Kusto/generated/cmdlets/InvokeAzKustoDataConnectionValidation_DataExpanded.cs b/src/Kusto/generated/cmdlets/InvokeAzKustoDataConnectionValidation_DataExpanded.cs index 71218352bc92..25da2475857b 100644 --- a/src/Kusto/generated/cmdlets/InvokeAzKustoDataConnectionValidation_DataExpanded.cs +++ b/src/Kusto/generated/cmdlets/InvokeAzKustoDataConnectionValidation_DataExpanded.cs @@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsLifecycle.Invoke, @"AzKustoDataConnectionValidation_DataExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Checks that the data connection parameters are valid.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class InvokeAzKustoDataConnectionValidation_DataExpanded : global::System.Management.Automation.PSCmdlet, @@ -33,6 +33,11 @@ public partial class InvokeAzKustoDataConnectionValidation_DataExpanded : global /// private global::System.Threading.CancellationTokenSource _cancellationTokenSource = new global::System.Threading.CancellationTokenSource(); + /// when specified, runs this cmdlet as a PowerShell job + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Run the command as a job")] + [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Runtime)] + public global::System.Management.Automation.SwitchParameter AsJob { get; set; } + /// Wait for .NET debugger to attach [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "Wait for .NET debugger to attach")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Runtime)] @@ -135,11 +140,19 @@ public partial class InvokeAzKustoDataConnectionValidation_DataExpanded : global /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener.Token => _cancellationTokenSource.Token; + /// + /// when specified, will make the remote call, and return an AsyncOperationResponse, letting the remote operation continue + /// asynchronously. + /// + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Run the command asynchronously")] + [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Runtime)] + public global::System.Management.Automation.SwitchParameter NoWait { get; set; } + /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidation _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnectionValidation(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidation _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnectionValidation(); /// Class representing an data connection validation. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidation ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidation ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } /// /// The instance of the that the remote call will use. @@ -197,17 +210,29 @@ public partial class InvokeAzKustoDataConnectionValidation_DataExpanded : global [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Path)] public string SubscriptionId { get => this._subscriptionId; set => this._subscriptionId = value; } + /// + /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what + /// happens on that response. Implement this method in a partial class to enable this behavior + /// + /// the raw response message as an global::System.Net.Http.HttpResponseMessage. + /// the body result as a from the remote call + /// /// Determines if the rest of the onDefault method should be processed, or if the method should + /// return immediately (set to true to skip further processing ) + + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -222,6 +247,31 @@ protected override void BeginProcessing() ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.CmdletBeginProcessing).Wait(); if( ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } + /// Creates a duplicate instance of this cmdlet (via JSON serialization). + /// a duplicate instance of InvokeAzKustoDataConnectionValidation_DataExpanded + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets.InvokeAzKustoDataConnectionValidation_DataExpanded Clone() + { + var clone = new InvokeAzKustoDataConnectionValidation_DataExpanded(); + clone.__correlationId = this.__correlationId; + clone.__processRecordId = this.__processRecordId; + clone.DefaultProfile = this.DefaultProfile; + clone.InvocationInformation = this.InvocationInformation; + clone.Proxy = this.Proxy; + clone.Pipeline = this.Pipeline; + clone.AsJob = this.AsJob; + clone.Break = this.Break; + clone.ProxyCredential = this.ProxyCredential; + clone.ProxyUseDefaultCredentials = this.ProxyUseDefaultCredentials; + clone.HttpPipelinePrepend = this.HttpPipelinePrepend; + clone.HttpPipelineAppend = this.HttpPipelineAppend; + clone.ParametersBody = this.ParametersBody; + clone.ResourceGroupName = this.ResourceGroupName; + clone.ClusterName = this.ClusterName; + clone.DatabaseName = this.DatabaseName; + clone.SubscriptionId = this.SubscriptionId; + return clone; + } + /// Performs clean-up after the command execution protected override void EndProcessing() { @@ -266,8 +316,8 @@ public InvokeAzKustoDataConnectionValidation_DataExpanded() } case Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.Information: { - var data = messageData(); - WriteInformation(data, new[] { data.Message }); + // When an operation supports asjob, Information messages must go thru verbose. + WriteVerbose($"INFORMATION: {(messageData().Message ?? global::System.String.Empty)}"); return ; } case Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.Debug: @@ -280,6 +330,24 @@ public InvokeAzKustoDataConnectionValidation_DataExpanded() WriteError(new global::System.Management.Automation.ErrorRecord( new global::System.Exception(messageData().Message), string.Empty, global::System.Management.Automation.ErrorCategory.NotSpecified, null ) ); return ; } + case Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.DelayBeforePolling: + { + if (true == MyInvocation?.BoundParameters?.ContainsKey("NoWait")) + { + var data = messageData(); + if (data.ResponseMessage is System.Net.Http.HttpResponseMessage response) + { + var asyncOperation = response.GetFirstHeader(@"Azure-AsyncOperation"); + var location = response.GetFirstHeader(@"Location"); + var uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? response.RequestMessage.RequestUri.AbsoluteUri : location : asyncOperation; + WriteObject(new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell.AsyncOperationResponse { Target = uri }); + // do nothing more. + data.Cancel(); + return; + } + } + break; + } } await Microsoft.Azure.PowerShell.Cmdlets.Kusto.Module.Instance.Signal(id, token, messageData, (i,t,m) => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Signal(i,t,()=> Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.EventDataConverter.ConvertFrom( m() ) as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.EventData ), InvocationInformation, this.ParameterSetName, __correlationId, __processRecordId, null ); if (token.IsCancellationRequested) @@ -300,9 +368,21 @@ protected override void ProcessRecord() // work if (ShouldProcess($"Call remote 'DataConnectionsDataConnectionValidation' operation")) { - using( var asyncCommandRuntime = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell.AsyncCommandRuntime(this, ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Token) ) + if (true == MyInvocation?.BoundParameters?.ContainsKey("AsJob")) { - asyncCommandRuntime.Wait( ProcessRecordAsync(),((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Token); + var instance = this.Clone(); + var job = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell.AsyncJob(instance, this.MyInvocation.Line, this.MyInvocation.MyCommand.Name, this._cancellationTokenSource.Token, this._cancellationTokenSource.Cancel); + JobRepository.Add(job); + var task = instance.ProcessRecordAsync(); + job.Monitor(task); + WriteObject(job); + } + else + { + using( var asyncCommandRuntime = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell.AsyncCommandRuntime(this, ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Token) ) + { + asyncCommandRuntime.Wait( ProcessRecordAsync(),((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Token); + } } } } @@ -351,7 +431,7 @@ protected override void ProcessRecord() try { await ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } - await this.Client.DataConnectionsDataConnectionValidation(ResourceGroupName, ClusterName, DatabaseName, SubscriptionId, ParametersBody, onOk, this, Pipeline); + await this.Client.DataConnectionsDataConnectionValidation(ResourceGroupName, ClusterName, DatabaseName, SubscriptionId, ParametersBody, onOk, onDefault, this, Pipeline); await ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } catch (Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.UndeclaredResponseException urexception) @@ -375,14 +455,56 @@ protected override void StopProcessing() base.StopProcessing(); } + /// + /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). + /// + /// the raw response message as an global::System.Net.Http.HttpResponseMessage. + /// the body result as a from the remote call + /// + /// A that will be complete when handling of the method is completed. + /// + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + { + using( NoSynchronizationContext ) + { + var _returnNow = global::System.Threading.Tasks.Task.FromResult(false); + overrideOnDefault(responseMessage, response, ref _returnNow); + // if overrideOnDefault has returned true, then return right away. + if ((null != _returnNow && await _returnNow)) + { + return ; + } + // Error Response : default + var code = (await response)?.Code; + var message = (await response)?.Message; + if ((null == code || null == message)) + { + // Unrecognized Response. Create an error record based on what we have. + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, DatabaseName=DatabaseName, SubscriptionId=SubscriptionId, body=ParametersBody }) + { + ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } + }); + } + else + { + WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, DatabaseName=DatabaseName, SubscriptionId=SubscriptionId, body=ParametersBody }) + { + ErrorDetails = new global::System.Management.Automation.ErrorDetails(message) { RecommendedAction = global::System.String.Empty } + }); + } + } + } + /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { diff --git a/src/Kusto/generated/cmdlets/InvokeAzKustoDataConnectionValidation_DataViaIdentity.cs b/src/Kusto/generated/cmdlets/InvokeAzKustoDataConnectionValidation_DataViaIdentity.cs index e9f2ae18e8b8..b839d35be337 100644 --- a/src/Kusto/generated/cmdlets/InvokeAzKustoDataConnectionValidation_DataViaIdentity.cs +++ b/src/Kusto/generated/cmdlets/InvokeAzKustoDataConnectionValidation_DataViaIdentity.cs @@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsLifecycle.Invoke, @"AzKustoDataConnectionValidation_DataViaIdentity", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Checks that the data connection parameters are valid.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class InvokeAzKustoDataConnectionValidation_DataViaIdentity : global::System.Management.Automation.PSCmdlet, @@ -33,6 +33,11 @@ public partial class InvokeAzKustoDataConnectionValidation_DataViaIdentity : glo /// private global::System.Threading.CancellationTokenSource _cancellationTokenSource = new global::System.Threading.CancellationTokenSource(); + /// when specified, runs this cmdlet as a PowerShell job + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Run the command as a job")] + [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Runtime)] + public global::System.Management.Automation.SwitchParameter AsJob { get; set; } + /// Wait for .NET debugger to attach [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "Wait for .NET debugger to attach")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Runtime)] @@ -81,8 +86,16 @@ public partial class InvokeAzKustoDataConnectionValidation_DataViaIdentity : glo /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener.Token => _cancellationTokenSource.Token; + /// + /// when specified, will make the remote call, and return an AsyncOperationResponse, letting the remote operation continue + /// asynchronously. + /// + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Run the command asynchronously")] + [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Runtime)] + public global::System.Management.Automation.SwitchParameter NoWait { get; set; } + /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidation _parameter; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidation _parameter; /// Class representing an data connection validation. [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Class representing an data connection validation.", ValueFromPipeline = true)] @@ -91,8 +104,8 @@ public partial class InvokeAzKustoDataConnectionValidation_DataViaIdentity : glo ReadOnly = false, Description = @"Class representing an data connection validation.", SerializedName = @"parameters", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidation) })] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidation Parameter { get => this._parameter; set => this._parameter = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidation) })] + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidation Parameter { get => this._parameter; set => this._parameter = value; } /// /// The instance of the that the remote call will use. @@ -115,17 +128,29 @@ public partial class InvokeAzKustoDataConnectionValidation_DataViaIdentity : glo [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Runtime)] public global::System.Management.Automation.SwitchParameter ProxyUseDefaultCredentials { get; set; } + /// + /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what + /// happens on that response. Implement this method in a partial class to enable this behavior + /// + /// the raw response message as an global::System.Net.Http.HttpResponseMessage. + /// the body result as a from the remote call + /// /// Determines if the rest of the onDefault method should be processed, or if the method should + /// return immediately (set to true to skip further processing ) + + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -140,6 +165,27 @@ protected override void BeginProcessing() ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.CmdletBeginProcessing).Wait(); if( ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } + /// Creates a duplicate instance of this cmdlet (via JSON serialization). + /// a duplicate instance of InvokeAzKustoDataConnectionValidation_DataViaIdentity + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets.InvokeAzKustoDataConnectionValidation_DataViaIdentity Clone() + { + var clone = new InvokeAzKustoDataConnectionValidation_DataViaIdentity(); + clone.__correlationId = this.__correlationId; + clone.__processRecordId = this.__processRecordId; + clone.DefaultProfile = this.DefaultProfile; + clone.InvocationInformation = this.InvocationInformation; + clone.Proxy = this.Proxy; + clone.Pipeline = this.Pipeline; + clone.AsJob = this.AsJob; + clone.Break = this.Break; + clone.ProxyCredential = this.ProxyCredential; + clone.ProxyUseDefaultCredentials = this.ProxyUseDefaultCredentials; + clone.HttpPipelinePrepend = this.HttpPipelinePrepend; + clone.HttpPipelineAppend = this.HttpPipelineAppend; + clone.Parameter = this.Parameter; + return clone; + } + /// Performs clean-up after the command execution protected override void EndProcessing() { @@ -184,8 +230,8 @@ public InvokeAzKustoDataConnectionValidation_DataViaIdentity() } case Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.Information: { - var data = messageData(); - WriteInformation(data, new[] { data.Message }); + // When an operation supports asjob, Information messages must go thru verbose. + WriteVerbose($"INFORMATION: {(messageData().Message ?? global::System.String.Empty)}"); return ; } case Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.Debug: @@ -198,6 +244,24 @@ public InvokeAzKustoDataConnectionValidation_DataViaIdentity() WriteError(new global::System.Management.Automation.ErrorRecord( new global::System.Exception(messageData().Message), string.Empty, global::System.Management.Automation.ErrorCategory.NotSpecified, null ) ); return ; } + case Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.DelayBeforePolling: + { + if (true == MyInvocation?.BoundParameters?.ContainsKey("NoWait")) + { + var data = messageData(); + if (data.ResponseMessage is System.Net.Http.HttpResponseMessage response) + { + var asyncOperation = response.GetFirstHeader(@"Azure-AsyncOperation"); + var location = response.GetFirstHeader(@"Location"); + var uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? response.RequestMessage.RequestUri.AbsoluteUri : location : asyncOperation; + WriteObject(new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell.AsyncOperationResponse { Target = uri }); + // do nothing more. + data.Cancel(); + return; + } + } + break; + } } await Microsoft.Azure.PowerShell.Cmdlets.Kusto.Module.Instance.Signal(id, token, messageData, (i,t,m) => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Signal(i,t,()=> Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.EventDataConverter.ConvertFrom( m() ) as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.EventData ), InvocationInformation, this.ParameterSetName, __correlationId, __processRecordId, null ); if (token.IsCancellationRequested) @@ -218,9 +282,21 @@ protected override void ProcessRecord() // work if (ShouldProcess($"Call remote 'DataConnectionsDataConnectionValidation' operation")) { - using( var asyncCommandRuntime = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell.AsyncCommandRuntime(this, ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Token) ) + if (true == MyInvocation?.BoundParameters?.ContainsKey("AsJob")) { - asyncCommandRuntime.Wait( ProcessRecordAsync(),((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Token); + var instance = this.Clone(); + var job = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell.AsyncJob(instance, this.MyInvocation.Line, this.MyInvocation.MyCommand.Name, this._cancellationTokenSource.Token, this._cancellationTokenSource.Cancel); + JobRepository.Add(job); + var task = instance.ProcessRecordAsync(); + job.Monitor(task); + WriteObject(job); + } + else + { + using( var asyncCommandRuntime = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell.AsyncCommandRuntime(this, ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Token) ) + { + asyncCommandRuntime.Wait( ProcessRecordAsync(),((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Token); + } } } } @@ -271,7 +347,7 @@ protected override void ProcessRecord() await ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } if (InputObject?.Id != null) { - await this.Client.DataConnectionsDataConnectionValidationViaIdentity(InputObject.Id, Parameter, onOk, this, Pipeline); + await this.Client.DataConnectionsDataConnectionValidationViaIdentity(InputObject.Id, Parameter, onOk, onDefault, this, Pipeline); } else { @@ -292,7 +368,7 @@ protected override void ProcessRecord() { ThrowTerminatingError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception("InputObject has null value for InputObject.SubscriptionId"),string.Empty, global::System.Management.Automation.ErrorCategory.InvalidArgument, InputObject) ); } - await this.Client.DataConnectionsDataConnectionValidation(InputObject.ResourceGroupName ?? null, InputObject.ClusterName ?? null, InputObject.DatabaseName ?? null, InputObject.SubscriptionId ?? null, Parameter, onOk, this, Pipeline); + await this.Client.DataConnectionsDataConnectionValidation(InputObject.ResourceGroupName ?? null, InputObject.ClusterName ?? null, InputObject.DatabaseName ?? null, InputObject.SubscriptionId ?? null, Parameter, onOk, onDefault, this, Pipeline); } await ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } @@ -317,14 +393,56 @@ protected override void StopProcessing() base.StopProcessing(); } + /// + /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). + /// + /// the raw response message as an global::System.Net.Http.HttpResponseMessage. + /// the body result as a from the remote call + /// + /// A that will be complete when handling of the method is completed. + /// + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + { + using( NoSynchronizationContext ) + { + var _returnNow = global::System.Threading.Tasks.Task.FromResult(false); + overrideOnDefault(responseMessage, response, ref _returnNow); + // if overrideOnDefault has returned true, then return right away. + if ((null != _returnNow && await _returnNow)) + { + return ; + } + // Error Response : default + var code = (await response)?.Code; + var message = (await response)?.Message; + if ((null == code || null == message)) + { + // Unrecognized Response. Create an error record based on what we have. + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=Parameter }) + { + ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } + }); + } + else + { + WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=Parameter }) + { + ErrorDetails = new global::System.Management.Automation.ErrorDetails(message) { RecommendedAction = global::System.String.Empty } + }); + } + } + } + /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { diff --git a/src/Kusto/generated/cmdlets/InvokeAzKustoDataConnectionValidation_DataViaIdentityExpanded.cs b/src/Kusto/generated/cmdlets/InvokeAzKustoDataConnectionValidation_DataViaIdentityExpanded.cs index 039b9ea7349e..2ec0099aff0b 100644 --- a/src/Kusto/generated/cmdlets/InvokeAzKustoDataConnectionValidation_DataViaIdentityExpanded.cs +++ b/src/Kusto/generated/cmdlets/InvokeAzKustoDataConnectionValidation_DataViaIdentityExpanded.cs @@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsLifecycle.Invoke, @"AzKustoDataConnectionValidation_DataViaIdentityExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Checks that the data connection parameters are valid.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class InvokeAzKustoDataConnectionValidation_DataViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, @@ -33,6 +33,11 @@ public partial class InvokeAzKustoDataConnectionValidation_DataViaIdentityExpand /// private global::System.Threading.CancellationTokenSource _cancellationTokenSource = new global::System.Threading.CancellationTokenSource(); + /// when specified, runs this cmdlet as a PowerShell job + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Run the command as a job")] + [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Runtime)] + public global::System.Management.Automation.SwitchParameter AsJob { get; set; } + /// Wait for .NET debugger to attach [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "Wait for .NET debugger to attach")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Runtime)] @@ -115,11 +120,19 @@ public partial class InvokeAzKustoDataConnectionValidation_DataViaIdentityExpand /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener.Token => _cancellationTokenSource.Token; + /// + /// when specified, will make the remote call, and return an AsyncOperationResponse, letting the remote operation continue + /// asynchronously. + /// + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Run the command asynchronously")] + [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Runtime)] + public global::System.Management.Automation.SwitchParameter NoWait { get; set; } + /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidation _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnectionValidation(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidation _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnectionValidation(); /// Class representing an data connection validation. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidation ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidation ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } /// /// The instance of the that the remote call will use. @@ -142,17 +155,29 @@ public partial class InvokeAzKustoDataConnectionValidation_DataViaIdentityExpand [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Runtime)] public global::System.Management.Automation.SwitchParameter ProxyUseDefaultCredentials { get; set; } + /// + /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what + /// happens on that response. Implement this method in a partial class to enable this behavior + /// + /// the raw response message as an global::System.Net.Http.HttpResponseMessage. + /// the body result as a from the remote call + /// /// Determines if the rest of the onDefault method should be processed, or if the method should + /// return immediately (set to true to skip further processing ) + + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -167,6 +192,29 @@ protected override void BeginProcessing() ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.CmdletBeginProcessing).Wait(); if( ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } + /// Creates a duplicate instance of this cmdlet (via JSON serialization). + /// + /// a duplicate instance of InvokeAzKustoDataConnectionValidation_DataViaIdentityExpanded + /// + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets.InvokeAzKustoDataConnectionValidation_DataViaIdentityExpanded Clone() + { + var clone = new InvokeAzKustoDataConnectionValidation_DataViaIdentityExpanded(); + clone.__correlationId = this.__correlationId; + clone.__processRecordId = this.__processRecordId; + clone.DefaultProfile = this.DefaultProfile; + clone.InvocationInformation = this.InvocationInformation; + clone.Proxy = this.Proxy; + clone.Pipeline = this.Pipeline; + clone.AsJob = this.AsJob; + clone.Break = this.Break; + clone.ProxyCredential = this.ProxyCredential; + clone.ProxyUseDefaultCredentials = this.ProxyUseDefaultCredentials; + clone.HttpPipelinePrepend = this.HttpPipelinePrepend; + clone.HttpPipelineAppend = this.HttpPipelineAppend; + clone.ParametersBody = this.ParametersBody; + return clone; + } + /// Performs clean-up after the command execution protected override void EndProcessing() { @@ -211,8 +259,8 @@ public InvokeAzKustoDataConnectionValidation_DataViaIdentityExpanded() } case Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.Information: { - var data = messageData(); - WriteInformation(data, new[] { data.Message }); + // When an operation supports asjob, Information messages must go thru verbose. + WriteVerbose($"INFORMATION: {(messageData().Message ?? global::System.String.Empty)}"); return ; } case Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.Debug: @@ -225,6 +273,24 @@ public InvokeAzKustoDataConnectionValidation_DataViaIdentityExpanded() WriteError(new global::System.Management.Automation.ErrorRecord( new global::System.Exception(messageData().Message), string.Empty, global::System.Management.Automation.ErrorCategory.NotSpecified, null ) ); return ; } + case Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.DelayBeforePolling: + { + if (true == MyInvocation?.BoundParameters?.ContainsKey("NoWait")) + { + var data = messageData(); + if (data.ResponseMessage is System.Net.Http.HttpResponseMessage response) + { + var asyncOperation = response.GetFirstHeader(@"Azure-AsyncOperation"); + var location = response.GetFirstHeader(@"Location"); + var uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? response.RequestMessage.RequestUri.AbsoluteUri : location : asyncOperation; + WriteObject(new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell.AsyncOperationResponse { Target = uri }); + // do nothing more. + data.Cancel(); + return; + } + } + break; + } } await Microsoft.Azure.PowerShell.Cmdlets.Kusto.Module.Instance.Signal(id, token, messageData, (i,t,m) => ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Signal(i,t,()=> Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.EventDataConverter.ConvertFrom( m() ) as Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.EventData ), InvocationInformation, this.ParameterSetName, __correlationId, __processRecordId, null ); if (token.IsCancellationRequested) @@ -245,9 +311,21 @@ protected override void ProcessRecord() // work if (ShouldProcess($"Call remote 'DataConnectionsDataConnectionValidation' operation")) { - using( var asyncCommandRuntime = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell.AsyncCommandRuntime(this, ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Token) ) + if (true == MyInvocation?.BoundParameters?.ContainsKey("AsJob")) + { + var instance = this.Clone(); + var job = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell.AsyncJob(instance, this.MyInvocation.Line, this.MyInvocation.MyCommand.Name, this._cancellationTokenSource.Token, this._cancellationTokenSource.Cancel); + JobRepository.Add(job); + var task = instance.ProcessRecordAsync(); + job.Monitor(task); + WriteObject(job); + } + else { - asyncCommandRuntime.Wait( ProcessRecordAsync(),((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Token); + using( var asyncCommandRuntime = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell.AsyncCommandRuntime(this, ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Token) ) + { + asyncCommandRuntime.Wait( ProcessRecordAsync(),((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Token); + } } } } @@ -298,7 +376,7 @@ protected override void ProcessRecord() await ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } if (InputObject?.Id != null) { - await this.Client.DataConnectionsDataConnectionValidationViaIdentity(InputObject.Id, ParametersBody, onOk, this, Pipeline); + await this.Client.DataConnectionsDataConnectionValidationViaIdentity(InputObject.Id, ParametersBody, onOk, onDefault, this, Pipeline); } else { @@ -319,7 +397,7 @@ protected override void ProcessRecord() { ThrowTerminatingError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception("InputObject has null value for InputObject.SubscriptionId"),string.Empty, global::System.Management.Automation.ErrorCategory.InvalidArgument, InputObject) ); } - await this.Client.DataConnectionsDataConnectionValidation(InputObject.ResourceGroupName ?? null, InputObject.ClusterName ?? null, InputObject.DatabaseName ?? null, InputObject.SubscriptionId ?? null, ParametersBody, onOk, this, Pipeline); + await this.Client.DataConnectionsDataConnectionValidation(InputObject.ResourceGroupName ?? null, InputObject.ClusterName ?? null, InputObject.DatabaseName ?? null, InputObject.SubscriptionId ?? null, ParametersBody, onOk, onDefault, this, Pipeline); } await ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } @@ -344,14 +422,56 @@ protected override void StopProcessing() base.StopProcessing(); } + /// + /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). + /// + /// the raw response message as an global::System.Net.Http.HttpResponseMessage. + /// the body result as a from the remote call + /// + /// A that will be complete when handling of the method is completed. + /// + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + { + using( NoSynchronizationContext ) + { + var _returnNow = global::System.Threading.Tasks.Task.FromResult(false); + overrideOnDefault(responseMessage, response, ref _returnNow); + // if overrideOnDefault has returned true, then return right away. + if ((null != _returnNow && await _returnNow)) + { + return ; + } + // Error Response : default + var code = (await response)?.Code; + var message = (await response)?.Message; + if ((null == code || null == message)) + { + // Unrecognized Response. Create an error record based on what we have. + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=ParametersBody }) + { + ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } + }); + } + else + { + WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=ParametersBody }) + { + ErrorDetails = new global::System.Management.Automation.ErrorDetails(message) { RecommendedAction = global::System.String.Empty } + }); + } + } + } + /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { diff --git a/src/Kusto/generated/cmdlets/InvokeAzKustoDetachClusterFollowerDatabase_DetachExpanded.cs b/src/Kusto/generated/cmdlets/InvokeAzKustoDetachClusterFollowerDatabase_DetachExpanded.cs index be7066ed7c30..ec78013b9f75 100644 --- a/src/Kusto/generated/cmdlets/InvokeAzKustoDetachClusterFollowerDatabase_DetachExpanded.cs +++ b/src/Kusto/generated/cmdlets/InvokeAzKustoDetachClusterFollowerDatabase_DetachExpanded.cs @@ -91,10 +91,10 @@ public partial class InvokeAzKustoDetachClusterFollowerDatabase_DetachExpanded : public global::System.Management.Automation.PSObject DefaultProfile { get; set; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition _followerDatabaseToRemoveBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.FollowerDatabaseDefinition(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition _followerDatabaseToRemoveBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.FollowerDatabaseDefinition(); /// A class representing follower database request. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition FollowerDatabaseToRemoveBody { get => this._followerDatabaseToRemoveBody; set => this._followerDatabaseToRemoveBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition FollowerDatabaseToRemoveBody { get => this._followerDatabaseToRemoveBody; set => this._followerDatabaseToRemoveBody = value; } /// SendAsync Pipeline Steps to be appended to the front of the pipeline [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "SendAsync Pipeline Steps to be appended to the front of the pipeline")] @@ -195,12 +195,12 @@ public partial class InvokeAzKustoDetachClusterFollowerDatabase_DetachExpanded : /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens @@ -438,12 +438,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -460,7 +460,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, SubscriptionId=SubscriptionId, body=FollowerDatabaseToRemoveBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } diff --git a/src/Kusto/generated/cmdlets/InvokeAzKustoDetachClusterFollowerDatabase_DetachViaIdentityExpanded.cs b/src/Kusto/generated/cmdlets/InvokeAzKustoDetachClusterFollowerDatabase_DetachViaIdentityExpanded.cs index 7108e52fb017..e27fa077fe0d 100644 --- a/src/Kusto/generated/cmdlets/InvokeAzKustoDetachClusterFollowerDatabase_DetachViaIdentityExpanded.cs +++ b/src/Kusto/generated/cmdlets/InvokeAzKustoDetachClusterFollowerDatabase_DetachViaIdentityExpanded.cs @@ -77,10 +77,10 @@ public partial class InvokeAzKustoDetachClusterFollowerDatabase_DetachViaIdentit public global::System.Management.Automation.PSObject DefaultProfile { get; set; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition _followerDatabaseToRemoveBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.FollowerDatabaseDefinition(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition _followerDatabaseToRemoveBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.FollowerDatabaseDefinition(); /// A class representing follower database request. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition FollowerDatabaseToRemoveBody { get => this._followerDatabaseToRemoveBody; set => this._followerDatabaseToRemoveBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition FollowerDatabaseToRemoveBody { get => this._followerDatabaseToRemoveBody; set => this._followerDatabaseToRemoveBody = value; } /// SendAsync Pipeline Steps to be appended to the front of the pipeline [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "SendAsync Pipeline Steps to be appended to the front of the pipeline")] @@ -154,12 +154,12 @@ public partial class InvokeAzKustoDetachClusterFollowerDatabase_DetachViaIdentit /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens @@ -415,12 +415,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -437,7 +437,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=FollowerDatabaseToRemoveBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } diff --git a/src/Kusto/generated/cmdlets/InvokeAzKustoDiagnoseClusterVirtualNetwork_Diagnose.cs b/src/Kusto/generated/cmdlets/InvokeAzKustoDiagnoseClusterVirtualNetwork_Diagnose.cs index 5813af559be1..3f36081cefb3 100644 --- a/src/Kusto/generated/cmdlets/InvokeAzKustoDiagnoseClusterVirtualNetwork_Diagnose.cs +++ b/src/Kusto/generated/cmdlets/InvokeAzKustoDiagnoseClusterVirtualNetwork_Diagnose.cs @@ -162,24 +162,24 @@ public partial class InvokeAzKustoDiagnoseClusterVirtualNetwork_Diagnose : globa /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -404,12 +404,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -426,7 +426,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, SubscriptionId=SubscriptionId }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -444,12 +444,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { diff --git a/src/Kusto/generated/cmdlets/InvokeAzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity.cs b/src/Kusto/generated/cmdlets/InvokeAzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity.cs index 49e0e73952a4..e07fe03dcb84 100644 --- a/src/Kusto/generated/cmdlets/InvokeAzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity.cs +++ b/src/Kusto/generated/cmdlets/InvokeAzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity.cs @@ -121,24 +121,24 @@ public partial class InvokeAzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdent /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -383,12 +383,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -405,7 +405,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -423,12 +423,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { diff --git a/src/Kusto/generated/cmdlets/NewAzKustoAttachedDatabaseConfiguration_CreateExpanded.cs b/src/Kusto/generated/cmdlets/NewAzKustoAttachedDatabaseConfiguration_CreateExpanded.cs index b40727f330a8..b1c16904a2b0 100644 --- a/src/Kusto/generated/cmdlets/NewAzKustoAttachedDatabaseConfiguration_CreateExpanded.cs +++ b/src/Kusto/generated/cmdlets/NewAzKustoAttachedDatabaseConfiguration_CreateExpanded.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] AttachedDatabaseConfigurations_CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/AttachedDatabaseConfigurations/{attachedDatabaseConfigurationName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzKustoAttachedDatabaseConfiguration_CreateExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Creates or updates an attached database configuration.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class NewAzKustoAttachedDatabaseConfiguration_CreateExpanded : global::System.Management.Automation.PSCmdlet, @@ -164,10 +164,10 @@ public partial class NewAzKustoAttachedDatabaseConfiguration_CreateExpanded : gl public global::System.Management.Automation.SwitchParameter NoWait { get; set; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.AttachedDatabaseConfiguration(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.AttachedDatabaseConfiguration(); /// Class representing an attached database configuration. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } /// /// The instance of the that the remote call will use. @@ -230,24 +230,24 @@ public partial class NewAzKustoAttachedDatabaseConfiguration_CreateExpanded : gl /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -474,12 +474,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -496,7 +496,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, Name=Name, SubscriptionId=SubscriptionId, body=ParametersBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -514,12 +514,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -531,7 +531,7 @@ protected override void StopProcessing() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/NewAzKustoClusterPrincipalAssignment_CreateExpanded.cs b/src/Kusto/generated/cmdlets/NewAzKustoClusterPrincipalAssignment_CreateExpanded.cs index 40d3b923ab96..945975d06553 100644 --- a/src/Kusto/generated/cmdlets/NewAzKustoClusterPrincipalAssignment_CreateExpanded.cs +++ b/src/Kusto/generated/cmdlets/NewAzKustoClusterPrincipalAssignment_CreateExpanded.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] ClusterPrincipalAssignments_CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/PrincipalAssignments/{principalAssignmentName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzKustoClusterPrincipalAssignment_CreateExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Create a Kusto cluster principalAssignment.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class NewAzKustoClusterPrincipalAssignment_CreateExpanded : global::System.Management.Automation.PSCmdlet, @@ -100,10 +100,10 @@ public partial class NewAzKustoClusterPrincipalAssignment_CreateExpanded : globa public global::System.Management.Automation.SwitchParameter NoWait { get; set; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterPrincipalAssignment(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterPrincipalAssignment(); /// Class representing a cluster principal assignment. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } /// /// The instance of the that the remote call will use. @@ -228,24 +228,24 @@ public partial class NewAzKustoClusterPrincipalAssignment_CreateExpanded : globa /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -472,12 +472,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -494,7 +494,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, PrincipalAssignmentName=PrincipalAssignmentName, body=ParametersBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -512,12 +512,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -529,7 +529,7 @@ protected override void StopProcessing() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/NewAzKustoCluster_CreateExpanded.cs b/src/Kusto/generated/cmdlets/NewAzKustoCluster_CreateExpanded.cs index 861bf38380f9..8ef4ba2ecb5e 100644 --- a/src/Kusto/generated/cmdlets/NewAzKustoCluster_CreateExpanded.cs +++ b/src/Kusto/generated/cmdlets/NewAzKustoCluster_CreateExpanded.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] Clusters_CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzKustoCluster_CreateExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Create or update a Kusto cluster.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class NewAzKustoCluster_CreateExpanded : global::System.Management.Automation.PSCmdlet, @@ -65,6 +65,17 @@ public partial class NewAzKustoCluster_CreateExpanded : global::System.Managemen PossibleTypes = new [] { typeof(global::System.Management.Automation.SwitchParameter) })] public global::System.Management.Automation.SwitchParameter EnableDiskEncryption { get => ParametersBody.EnableDiskEncryption ?? default(global::System.Management.Automation.SwitchParameter); set => ParametersBody.EnableDiskEncryption = value; } + /// A boolean value that indicates if double encryption is enabled. + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "A boolean value that indicates if double encryption is enabled.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Body)] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( + Required = false, + ReadOnly = false, + Description = @"A boolean value that indicates if double encryption is enabled.", + SerializedName = @"enableDoubleEncryption", + PossibleTypes = new [] { typeof(global::System.Management.Automation.SwitchParameter) })] + public global::System.Management.Automation.SwitchParameter EnableDoubleEncryption { get => ParametersBody.EnableDoubleEncryption ?? default(global::System.Management.Automation.SwitchParameter); set => ParametersBody.EnableDoubleEncryption = value; } + /// A boolean value that indicates if the purge operations are enabled. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "A boolean value that indicates if the purge operations are enabled.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Body)] @@ -123,8 +134,8 @@ public partial class NewAzKustoCluster_CreateExpanded : global::System.Managemen ReadOnly = false, Description = @"The list of user identities associated with the Kusto cluster. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.", SerializedName = @"userAssignedIdentities", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities) })] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities IdentityUserAssignedIdentity { get => ParametersBody.IdentityUserAssignedIdentity ?? null /* object */; set => ParametersBody.IdentityUserAssignedIdentity = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities) })] + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities IdentityUserAssignedIdentity { get => ParametersBody.IdentityUserAssignedIdentity ?? null /* object */; set => ParametersBody.IdentityUserAssignedIdentity = value; } /// Accessor for our copy of the InvocationInfo. public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } @@ -171,8 +182,8 @@ public partial class NewAzKustoCluster_CreateExpanded : global::System.Managemen ReadOnly = false, Description = @"The list of language extensions.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension) })] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[] LanguageExtensionValue { get => ParametersBody.LanguageExtensionValue ?? null /* arrayOf */; set => ParametersBody.LanguageExtensionValue = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension) })] + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[] LanguageExtensionValue { get => ParametersBody.LanguageExtensionValue ?? null /* arrayOf */; set => ParametersBody.LanguageExtensionValue = value; } /// The geo-location where the resource lives [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The geo-location where the resource lives")] @@ -263,10 +274,10 @@ public partial class NewAzKustoCluster_CreateExpanded : global::System.Managemen public int OptimizedAutoscaleVersion { get => ParametersBody.OptimizedAutoscaleVersion; set => ParametersBody.OptimizedAutoscaleVersion = value; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Cluster(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Cluster(); /// Class representing a Kusto cluster. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } /// /// The instance of the that the remote call will use. @@ -380,8 +391,8 @@ public partial class NewAzKustoCluster_CreateExpanded : global::System.Managemen ReadOnly = false, Description = @"The cluster's external tenants.", SerializedName = @"trustedExternalTenants", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant) })] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant[] TrustedExternalTenant { get => ParametersBody.TrustedExternalTenant ?? null /* arrayOf */; set => ParametersBody.TrustedExternalTenant = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant) })] + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant[] TrustedExternalTenant { get => ParametersBody.TrustedExternalTenant ?? null /* arrayOf */; set => ParametersBody.TrustedExternalTenant = value; } /// Data management's service public IP address resource id. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Data management's service public IP address resource id.")] @@ -433,24 +444,24 @@ public partial class NewAzKustoCluster_CreateExpanded : global::System.Managemen /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -676,12 +687,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -698,7 +709,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, Name=Name, SubscriptionId=SubscriptionId, body=ParametersBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -716,12 +727,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -733,7 +744,7 @@ protected override void StopProcessing() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/NewAzKustoDataConnection_Create.cs b/src/Kusto/generated/cmdlets/NewAzKustoDataConnection_Create.cs index b42e67e0e08f..0e26ebad6829 100644 --- a/src/Kusto/generated/cmdlets/NewAzKustoDataConnection_Create.cs +++ b/src/Kusto/generated/cmdlets/NewAzKustoDataConnection_Create.cs @@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzKustoDataConnection_Create", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Creates or updates a data connection.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class NewAzKustoDataConnection_Create : global::System.Management.Automation.PSCmdlet, @@ -130,7 +130,7 @@ public partial class NewAzKustoDataConnection_Create : global::System.Management public global::System.Management.Automation.SwitchParameter NoWait { get; set; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection _parameter; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection _parameter; /// Class representing an data connection. [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Class representing an data connection.", ValueFromPipeline = true)] @@ -139,8 +139,8 @@ public partial class NewAzKustoDataConnection_Create : global::System.Management ReadOnly = false, Description = @"Class representing an data connection.", SerializedName = @"parameters", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection) })] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection Parameter { get => this._parameter; set => this._parameter = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection) })] + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection Parameter { get => this._parameter; set => this._parameter = value; } /// /// The instance of the that the remote call will use. @@ -203,24 +203,24 @@ public partial class NewAzKustoDataConnection_Create : global::System.Management /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -448,12 +448,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -470,7 +470,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, DatabaseName=DatabaseName, Name=Name, SubscriptionId=SubscriptionId, body=Parameter }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -488,12 +488,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -505,7 +505,7 @@ protected override void StopProcessing() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/NewAzKustoDataConnection_CreateExpanded.cs b/src/Kusto/generated/cmdlets/NewAzKustoDataConnection_CreateExpanded.cs index d8feaf27d223..c0bbb0a27a4e 100644 --- a/src/Kusto/generated/cmdlets/NewAzKustoDataConnection_CreateExpanded.cs +++ b/src/Kusto/generated/cmdlets/NewAzKustoDataConnection_CreateExpanded.cs @@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzKustoDataConnection_CreateExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Creates or updates a data connection.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class NewAzKustoDataConnection_CreateExpanded : global::System.Management.Automation.PSCmdlet, @@ -153,10 +153,10 @@ public partial class NewAzKustoDataConnection_CreateExpanded : global::System.Ma public global::System.Management.Automation.SwitchParameter NoWait { get; set; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnection(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnection(); /// Class representing an data connection. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } /// /// The instance of the that the remote call will use. @@ -219,24 +219,24 @@ public partial class NewAzKustoDataConnection_CreateExpanded : global::System.Ma /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -464,12 +464,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -486,7 +486,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, DatabaseName=DatabaseName, Name=Name, SubscriptionId=SubscriptionId, body=ParametersBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -504,12 +504,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -521,7 +521,7 @@ protected override void StopProcessing() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/NewAzKustoDatabasePrincipalAssignment_CreateExpanded.cs b/src/Kusto/generated/cmdlets/NewAzKustoDatabasePrincipalAssignment_CreateExpanded.cs index 982f0e3772a6..8d725f327bd3 100644 --- a/src/Kusto/generated/cmdlets/NewAzKustoDatabasePrincipalAssignment_CreateExpanded.cs +++ b/src/Kusto/generated/cmdlets/NewAzKustoDatabasePrincipalAssignment_CreateExpanded.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] DatabasePrincipalAssignments_CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/Databases/{databaseName}/PrincipalAssignments/{principalAssignmentName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzKustoDatabasePrincipalAssignment_CreateExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Creates a Kusto cluster database principalAssignment.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class NewAzKustoDatabasePrincipalAssignment_CreateExpanded : global::System.Management.Automation.PSCmdlet, @@ -114,10 +114,10 @@ public partial class NewAzKustoDatabasePrincipalAssignment_CreateExpanded : glob public global::System.Management.Automation.SwitchParameter NoWait { get; set; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalAssignment(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalAssignment(); /// Class representing a database principal assignment. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } /// /// The instance of the that the remote call will use. @@ -242,24 +242,24 @@ public partial class NewAzKustoDatabasePrincipalAssignment_CreateExpanded : glob /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -487,12 +487,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -509,7 +509,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, DatabaseName=DatabaseName, PrincipalAssignmentName=PrincipalAssignmentName, body=ParametersBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -527,12 +527,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -544,7 +544,7 @@ protected override void StopProcessing() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/NewAzKustoDatabase_Create.cs b/src/Kusto/generated/cmdlets/NewAzKustoDatabase_Create.cs index 279db4eceaa5..6fc2dea84480 100644 --- a/src/Kusto/generated/cmdlets/NewAzKustoDatabase_Create.cs +++ b/src/Kusto/generated/cmdlets/NewAzKustoDatabase_Create.cs @@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzKustoDatabase_Create", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Creates or updates a database.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class NewAzKustoDatabase_Create : global::System.Management.Automation.PSCmdlet, @@ -116,7 +116,7 @@ public partial class NewAzKustoDatabase_Create : global::System.Management.Autom public global::System.Management.Automation.SwitchParameter NoWait { get; set; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase _parameter; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase _parameter; /// Class representing a Kusto database. [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Class representing a Kusto database.", ValueFromPipeline = true)] @@ -125,8 +125,8 @@ public partial class NewAzKustoDatabase_Create : global::System.Management.Autom ReadOnly = false, Description = @"Class representing a Kusto database.", SerializedName = @"parameters", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase) })] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase Parameter { get => this._parameter; set => this._parameter = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase) })] + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase Parameter { get => this._parameter; set => this._parameter = value; } /// /// The instance of the that the remote call will use. @@ -189,24 +189,24 @@ public partial class NewAzKustoDatabase_Create : global::System.Management.Autom /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -433,12 +433,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -455,7 +455,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, Name=Name, SubscriptionId=SubscriptionId, body=Parameter }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -473,12 +473,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -490,7 +490,7 @@ protected override void StopProcessing() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/NewAzKustoDatabase_CreateExpanded.cs b/src/Kusto/generated/cmdlets/NewAzKustoDatabase_CreateExpanded.cs index ada598bd83a9..1b1c99894a87 100644 --- a/src/Kusto/generated/cmdlets/NewAzKustoDatabase_CreateExpanded.cs +++ b/src/Kusto/generated/cmdlets/NewAzKustoDatabase_CreateExpanded.cs @@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzKustoDatabase_CreateExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Creates or updates a database.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class NewAzKustoDatabase_CreateExpanded : global::System.Management.Automation.PSCmdlet, @@ -139,10 +139,10 @@ public partial class NewAzKustoDatabase_CreateExpanded : global::System.Manageme public global::System.Management.Automation.SwitchParameter NoWait { get; set; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Database(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Database(); /// Class representing a Kusto database. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } /// /// The instance of the that the remote call will use. @@ -205,24 +205,24 @@ public partial class NewAzKustoDatabase_CreateExpanded : global::System.Manageme /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -449,12 +449,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -471,7 +471,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, Name=Name, SubscriptionId=SubscriptionId, body=ParametersBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -489,12 +489,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -506,7 +506,7 @@ protected override void StopProcessing() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/RemoveAzKustoAttachedDatabaseConfiguration_Delete.cs b/src/Kusto/generated/cmdlets/RemoveAzKustoAttachedDatabaseConfiguration_Delete.cs index 47bd5e6d425e..de37191dd99e 100644 --- a/src/Kusto/generated/cmdlets/RemoveAzKustoAttachedDatabaseConfiguration_Delete.cs +++ b/src/Kusto/generated/cmdlets/RemoveAzKustoAttachedDatabaseConfiguration_Delete.cs @@ -182,12 +182,12 @@ public partial class RemoveAzKustoAttachedDatabaseConfiguration_Delete : global: /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnNoContent will be called before the regular onNoContent has been processed, allowing customization of @@ -433,12 +433,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -455,7 +455,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, Name=Name, SubscriptionId=SubscriptionId }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } diff --git a/src/Kusto/generated/cmdlets/RemoveAzKustoAttachedDatabaseConfiguration_DeleteViaIdentity.cs b/src/Kusto/generated/cmdlets/RemoveAzKustoAttachedDatabaseConfiguration_DeleteViaIdentity.cs index 6929e008fa98..95e54bf87911 100644 --- a/src/Kusto/generated/cmdlets/RemoveAzKustoAttachedDatabaseConfiguration_DeleteViaIdentity.cs +++ b/src/Kusto/generated/cmdlets/RemoveAzKustoAttachedDatabaseConfiguration_DeleteViaIdentity.cs @@ -126,12 +126,12 @@ public partial class RemoveAzKustoAttachedDatabaseConfiguration_DeleteViaIdentit /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnNoContent will be called before the regular onNoContent has been processed, allowing customization of @@ -399,12 +399,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -421,7 +421,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } diff --git a/src/Kusto/generated/cmdlets/RemoveAzKustoClusterLanguageExtension_RemoveExpanded.cs b/src/Kusto/generated/cmdlets/RemoveAzKustoClusterLanguageExtension_RemoveExpanded.cs index 7b65ca33d48f..ade47315359b 100644 --- a/src/Kusto/generated/cmdlets/RemoveAzKustoClusterLanguageExtension_RemoveExpanded.cs +++ b/src/Kusto/generated/cmdlets/RemoveAzKustoClusterLanguageExtension_RemoveExpanded.cs @@ -84,10 +84,10 @@ public partial class RemoveAzKustoClusterLanguageExtension_RemoveExpanded : glob public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList _languageExtensionsToRemoveBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.LanguageExtensionsList(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList _languageExtensionsToRemoveBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.LanguageExtensionsList(); /// The list of language extension objects. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList LanguageExtensionsToRemoveBody { get => this._languageExtensionsToRemoveBody; set => this._languageExtensionsToRemoveBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList LanguageExtensionsToRemoveBody { get => this._languageExtensionsToRemoveBody; set => this._languageExtensionsToRemoveBody = value; } /// /// cancellation delegate. Stops the cmdlet when called. @@ -177,20 +177,20 @@ public partial class RemoveAzKustoClusterLanguageExtension_RemoveExpanded : glob ReadOnly = false, Description = @"The list of language extensions.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension) })] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[] Value { get => LanguageExtensionsToRemoveBody.Value ?? null /* arrayOf */; set => LanguageExtensionsToRemoveBody.Value = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension) })] + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[] Value { get => LanguageExtensionsToRemoveBody.Value ?? null /* arrayOf */; set => LanguageExtensionsToRemoveBody.Value = value; } /// /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens @@ -426,12 +426,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -448,7 +448,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, body=LanguageExtensionsToRemoveBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } diff --git a/src/Kusto/generated/cmdlets/RemoveAzKustoClusterLanguageExtension_RemoveViaIdentityExpanded.cs b/src/Kusto/generated/cmdlets/RemoveAzKustoClusterLanguageExtension_RemoveViaIdentityExpanded.cs index 77ae181a44ca..1f99f00841dc 100644 --- a/src/Kusto/generated/cmdlets/RemoveAzKustoClusterLanguageExtension_RemoveViaIdentityExpanded.cs +++ b/src/Kusto/generated/cmdlets/RemoveAzKustoClusterLanguageExtension_RemoveViaIdentityExpanded.cs @@ -78,10 +78,10 @@ public partial class RemoveAzKustoClusterLanguageExtension_RemoveViaIdentityExpa public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList _languageExtensionsToRemoveBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.LanguageExtensionsList(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList _languageExtensionsToRemoveBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.LanguageExtensionsList(); /// The list of language extension objects. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtensionsList LanguageExtensionsToRemoveBody { get => this._languageExtensionsToRemoveBody; set => this._languageExtensionsToRemoveBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtensionsList LanguageExtensionsToRemoveBody { get => this._languageExtensionsToRemoveBody; set => this._languageExtensionsToRemoveBody = value; } /// /// cancellation delegate. Stops the cmdlet when called. @@ -136,20 +136,20 @@ public partial class RemoveAzKustoClusterLanguageExtension_RemoveViaIdentityExpa ReadOnly = false, Description = @"The list of language extensions.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension) })] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[] Value { get => LanguageExtensionsToRemoveBody.Value ?? null /* arrayOf */; set => LanguageExtensionsToRemoveBody.Value = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension) })] + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[] Value { get => LanguageExtensionsToRemoveBody.Value ?? null /* arrayOf */; set => LanguageExtensionsToRemoveBody.Value = value; } /// /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens @@ -405,12 +405,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -427,7 +427,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=LanguageExtensionsToRemoveBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } diff --git a/src/Kusto/generated/cmdlets/RemoveAzKustoClusterPrincipalAssignment_Delete.cs b/src/Kusto/generated/cmdlets/RemoveAzKustoClusterPrincipalAssignment_Delete.cs index 09938571b411..1637d74234d7 100644 --- a/src/Kusto/generated/cmdlets/RemoveAzKustoClusterPrincipalAssignment_Delete.cs +++ b/src/Kusto/generated/cmdlets/RemoveAzKustoClusterPrincipalAssignment_Delete.cs @@ -181,12 +181,12 @@ public partial class RemoveAzKustoClusterPrincipalAssignment_Delete : global::Sy /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnNoContent will be called before the regular onNoContent has been processed, allowing customization of @@ -432,12 +432,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -454,7 +454,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, PrincipalAssignmentName=PrincipalAssignmentName }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } diff --git a/src/Kusto/generated/cmdlets/RemoveAzKustoClusterPrincipalAssignment_DeleteViaIdentity.cs b/src/Kusto/generated/cmdlets/RemoveAzKustoClusterPrincipalAssignment_DeleteViaIdentity.cs index 1a62ef58f765..f7b157726e1f 100644 --- a/src/Kusto/generated/cmdlets/RemoveAzKustoClusterPrincipalAssignment_DeleteViaIdentity.cs +++ b/src/Kusto/generated/cmdlets/RemoveAzKustoClusterPrincipalAssignment_DeleteViaIdentity.cs @@ -126,12 +126,12 @@ public partial class RemoveAzKustoClusterPrincipalAssignment_DeleteViaIdentity : /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnNoContent will be called before the regular onNoContent has been processed, allowing customization of @@ -399,12 +399,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -421,7 +421,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } diff --git a/src/Kusto/generated/cmdlets/RemoveAzKustoCluster_Delete.cs b/src/Kusto/generated/cmdlets/RemoveAzKustoCluster_Delete.cs index 4ce00d6f79ad..3d67cf8b7a0d 100644 --- a/src/Kusto/generated/cmdlets/RemoveAzKustoCluster_Delete.cs +++ b/src/Kusto/generated/cmdlets/RemoveAzKustoCluster_Delete.cs @@ -168,12 +168,12 @@ public partial class RemoveAzKustoCluster_Delete : global::System.Management.Aut /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnNoContent will be called before the regular onNoContent has been processed, allowing customization of @@ -418,12 +418,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -440,7 +440,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, Name=Name, SubscriptionId=SubscriptionId }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } diff --git a/src/Kusto/generated/cmdlets/RemoveAzKustoCluster_DeleteViaIdentity.cs b/src/Kusto/generated/cmdlets/RemoveAzKustoCluster_DeleteViaIdentity.cs index 5732d1152465..bea17e3442b7 100644 --- a/src/Kusto/generated/cmdlets/RemoveAzKustoCluster_DeleteViaIdentity.cs +++ b/src/Kusto/generated/cmdlets/RemoveAzKustoCluster_DeleteViaIdentity.cs @@ -126,12 +126,12 @@ public partial class RemoveAzKustoCluster_DeleteViaIdentity : global::System.Man /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnNoContent will be called before the regular onNoContent has been processed, allowing customization of @@ -393,12 +393,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -415,7 +415,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } diff --git a/src/Kusto/generated/cmdlets/RemoveAzKustoDataConnection_Delete.cs b/src/Kusto/generated/cmdlets/RemoveAzKustoDataConnection_Delete.cs index e60d8d53ba60..18d97916c624 100644 --- a/src/Kusto/generated/cmdlets/RemoveAzKustoDataConnection_Delete.cs +++ b/src/Kusto/generated/cmdlets/RemoveAzKustoDataConnection_Delete.cs @@ -196,12 +196,12 @@ public partial class RemoveAzKustoDataConnection_Delete : global::System.Managem /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnNoContent will be called before the regular onNoContent has been processed, allowing customization of @@ -448,12 +448,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -470,7 +470,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, DatabaseName=DatabaseName, Name=Name, SubscriptionId=SubscriptionId }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } diff --git a/src/Kusto/generated/cmdlets/RemoveAzKustoDataConnection_DeleteViaIdentity.cs b/src/Kusto/generated/cmdlets/RemoveAzKustoDataConnection_DeleteViaIdentity.cs index 9c61e533fc5f..81a1cc69f095 100644 --- a/src/Kusto/generated/cmdlets/RemoveAzKustoDataConnection_DeleteViaIdentity.cs +++ b/src/Kusto/generated/cmdlets/RemoveAzKustoDataConnection_DeleteViaIdentity.cs @@ -126,12 +126,12 @@ public partial class RemoveAzKustoDataConnection_DeleteViaIdentity : global::Sys /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnNoContent will be called before the regular onNoContent has been processed, allowing customization of @@ -401,12 +401,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -423,7 +423,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } diff --git a/src/Kusto/generated/cmdlets/RemoveAzKustoDatabasePrincipalAssignment_Delete.cs b/src/Kusto/generated/cmdlets/RemoveAzKustoDatabasePrincipalAssignment_Delete.cs index c4f703fc90fa..8a7eba1a0e00 100644 --- a/src/Kusto/generated/cmdlets/RemoveAzKustoDatabasePrincipalAssignment_Delete.cs +++ b/src/Kusto/generated/cmdlets/RemoveAzKustoDatabasePrincipalAssignment_Delete.cs @@ -195,12 +195,12 @@ public partial class RemoveAzKustoDatabasePrincipalAssignment_Delete : global::S /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnNoContent will be called before the regular onNoContent has been processed, allowing customization of @@ -447,12 +447,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -469,7 +469,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, DatabaseName=DatabaseName, PrincipalAssignmentName=PrincipalAssignmentName }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } diff --git a/src/Kusto/generated/cmdlets/RemoveAzKustoDatabasePrincipalAssignment_DeleteViaIdentity.cs b/src/Kusto/generated/cmdlets/RemoveAzKustoDatabasePrincipalAssignment_DeleteViaIdentity.cs index 7ec926fbd567..af5867d49af4 100644 --- a/src/Kusto/generated/cmdlets/RemoveAzKustoDatabasePrincipalAssignment_DeleteViaIdentity.cs +++ b/src/Kusto/generated/cmdlets/RemoveAzKustoDatabasePrincipalAssignment_DeleteViaIdentity.cs @@ -126,12 +126,12 @@ public partial class RemoveAzKustoDatabasePrincipalAssignment_DeleteViaIdentity /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnNoContent will be called before the regular onNoContent has been processed, allowing customization of @@ -403,12 +403,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -425,7 +425,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } diff --git a/src/Kusto/generated/cmdlets/RemoveAzKustoDatabasePrincipal_RemoveExpanded.cs b/src/Kusto/generated/cmdlets/RemoveAzKustoDatabasePrincipal_RemoveExpanded.cs index 50785a6fd3ec..6615704a8916 100644 --- a/src/Kusto/generated/cmdlets/RemoveAzKustoDatabasePrincipal_RemoveExpanded.cs +++ b/src/Kusto/generated/cmdlets/RemoveAzKustoDatabasePrincipal_RemoveExpanded.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] Databases_RemovePrincipals=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/Databases/{databaseName}/removePrincipals" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Remove, @"AzKustoDatabasePrincipal_RemoveExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Remove Database principals permissions.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class RemoveAzKustoDatabasePrincipal_RemoveExpanded : global::System.Management.Automation.PSCmdlet, @@ -69,10 +69,10 @@ public partial class RemoveAzKustoDatabasePrincipal_RemoveExpanded : global::Sys public string DatabaseName { get => this._databaseName; set => this._databaseName = value; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListRequest _databasePrincipalsToRemoveBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalListRequest(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListRequest _databasePrincipalsToRemoveBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalListRequest(); /// The list Kusto database principals operation request. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListRequest DatabasePrincipalsToRemoveBody { get => this._databasePrincipalsToRemoveBody; set => this._databasePrincipalsToRemoveBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListRequest DatabasePrincipalsToRemoveBody { get => this._databasePrincipalsToRemoveBody; set => this._databasePrincipalsToRemoveBody = value; } /// /// The credentials, account, tenant, and subscription used for communication with Azure @@ -171,32 +171,32 @@ public partial class RemoveAzKustoDatabasePrincipal_RemoveExpanded : global::Sys ReadOnly = false, Description = @"The list of Kusto database principals.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal) })] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal[] Value { get => DatabasePrincipalsToRemoveBody.Value ?? null /* arrayOf */; set => DatabasePrincipalsToRemoveBody.Value = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal) })] + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal[] Value { get => DatabasePrincipalsToRemoveBody.Value ?? null /* arrayOf */; set => DatabasePrincipalsToRemoveBody.Value = value; } /// /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -368,12 +368,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -390,7 +390,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, DatabaseName=DatabaseName, SubscriptionId=SubscriptionId, body=DatabasePrincipalsToRemoveBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -408,12 +408,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { diff --git a/src/Kusto/generated/cmdlets/RemoveAzKustoDatabasePrincipal_RemoveViaIdentityExpanded.cs b/src/Kusto/generated/cmdlets/RemoveAzKustoDatabasePrincipal_RemoveViaIdentityExpanded.cs index 2bc0c6abcba2..dd0106ee2087 100644 --- a/src/Kusto/generated/cmdlets/RemoveAzKustoDatabasePrincipal_RemoveViaIdentityExpanded.cs +++ b/src/Kusto/generated/cmdlets/RemoveAzKustoDatabasePrincipal_RemoveViaIdentityExpanded.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] Databases_RemovePrincipals=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/Databases/{databaseName}/removePrincipals" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Remove, @"AzKustoDatabasePrincipal_RemoveViaIdentityExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Remove Database principals permissions.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class RemoveAzKustoDatabasePrincipal_RemoveViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, @@ -41,10 +41,10 @@ public partial class RemoveAzKustoDatabasePrincipal_RemoveViaIdentityExpanded : public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Kusto Client => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Module.Instance.ClientAPI; /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListRequest _databasePrincipalsToRemoveBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalListRequest(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListRequest _databasePrincipalsToRemoveBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalListRequest(); /// The list Kusto database principals operation request. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalListRequest DatabasePrincipalsToRemoveBody { get => this._databasePrincipalsToRemoveBody; set => this._databasePrincipalsToRemoveBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalListRequest DatabasePrincipalsToRemoveBody { get => this._databasePrincipalsToRemoveBody; set => this._databasePrincipalsToRemoveBody = value; } /// /// The credentials, account, tenant, and subscription used for communication with Azure @@ -116,32 +116,32 @@ public partial class RemoveAzKustoDatabasePrincipal_RemoveViaIdentityExpanded : ReadOnly = false, Description = @"The list of Kusto database principals.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal) })] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal[] Value { get => DatabasePrincipalsToRemoveBody.Value ?? null /* arrayOf */; set => DatabasePrincipalsToRemoveBody.Value = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal) })] + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal[] Value { get => DatabasePrincipalsToRemoveBody.Value ?? null /* arrayOf */; set => DatabasePrincipalsToRemoveBody.Value = value; } /// /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -337,12 +337,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -359,7 +359,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=DatabasePrincipalsToRemoveBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -377,12 +377,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { diff --git a/src/Kusto/generated/cmdlets/RemoveAzKustoDatabase_Delete.cs b/src/Kusto/generated/cmdlets/RemoveAzKustoDatabase_Delete.cs index 448db3a2f53e..cb25903711e3 100644 --- a/src/Kusto/generated/cmdlets/RemoveAzKustoDatabase_Delete.cs +++ b/src/Kusto/generated/cmdlets/RemoveAzKustoDatabase_Delete.cs @@ -182,12 +182,12 @@ public partial class RemoveAzKustoDatabase_Delete : global::System.Management.Au /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnNoContent will be called before the regular onNoContent has been processed, allowing customization of @@ -433,12 +433,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -455,7 +455,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, Name=Name, SubscriptionId=SubscriptionId }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } diff --git a/src/Kusto/generated/cmdlets/RemoveAzKustoDatabase_DeleteViaIdentity.cs b/src/Kusto/generated/cmdlets/RemoveAzKustoDatabase_DeleteViaIdentity.cs index a3b8ae029c9a..6629e8a3d57e 100644 --- a/src/Kusto/generated/cmdlets/RemoveAzKustoDatabase_DeleteViaIdentity.cs +++ b/src/Kusto/generated/cmdlets/RemoveAzKustoDatabase_DeleteViaIdentity.cs @@ -126,12 +126,12 @@ public partial class RemoveAzKustoDatabase_DeleteViaIdentity : global::System.Ma /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnNoContent will be called before the regular onNoContent has been processed, allowing customization of @@ -397,12 +397,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -419,7 +419,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } diff --git a/src/Kusto/generated/cmdlets/StartAzKustoCluster_Start.cs b/src/Kusto/generated/cmdlets/StartAzKustoCluster_Start.cs index c122a21029db..807513baafb2 100644 --- a/src/Kusto/generated/cmdlets/StartAzKustoCluster_Start.cs +++ b/src/Kusto/generated/cmdlets/StartAzKustoCluster_Start.cs @@ -168,12 +168,12 @@ public partial class StartAzKustoCluster_Start : global::System.Management.Autom /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens @@ -408,12 +408,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -430,7 +430,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, Name=Name, SubscriptionId=SubscriptionId }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } diff --git a/src/Kusto/generated/cmdlets/StartAzKustoCluster_StartViaIdentity.cs b/src/Kusto/generated/cmdlets/StartAzKustoCluster_StartViaIdentity.cs index 26b07283c7fa..74fd4a9761ca 100644 --- a/src/Kusto/generated/cmdlets/StartAzKustoCluster_StartViaIdentity.cs +++ b/src/Kusto/generated/cmdlets/StartAzKustoCluster_StartViaIdentity.cs @@ -126,12 +126,12 @@ public partial class StartAzKustoCluster_StartViaIdentity : global::System.Manag /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens @@ -383,12 +383,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -405,7 +405,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } diff --git a/src/Kusto/generated/cmdlets/StopAzKustoCluster_Stop.cs b/src/Kusto/generated/cmdlets/StopAzKustoCluster_Stop.cs index ae11dfb6f7c6..e0b2cc6069aa 100644 --- a/src/Kusto/generated/cmdlets/StopAzKustoCluster_Stop.cs +++ b/src/Kusto/generated/cmdlets/StopAzKustoCluster_Stop.cs @@ -168,12 +168,12 @@ public partial class StopAzKustoCluster_Stop : global::System.Management.Automat /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens @@ -408,12 +408,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -430,7 +430,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, Name=Name, SubscriptionId=SubscriptionId }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } diff --git a/src/Kusto/generated/cmdlets/StopAzKustoCluster_StopViaIdentity.cs b/src/Kusto/generated/cmdlets/StopAzKustoCluster_StopViaIdentity.cs index 315c5ba1e835..e9d374eb8dd8 100644 --- a/src/Kusto/generated/cmdlets/StopAzKustoCluster_StopViaIdentity.cs +++ b/src/Kusto/generated/cmdlets/StopAzKustoCluster_StopViaIdentity.cs @@ -126,12 +126,12 @@ public partial class StopAzKustoCluster_StopViaIdentity : global::System.Managem /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens @@ -383,12 +383,12 @@ protected override void StopProcessing() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -405,7 +405,7 @@ protected override void StopProcessing() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } diff --git a/src/Kusto/generated/cmdlets/TestAzKustoClusterNameAvailability_CheckExpanded.cs b/src/Kusto/generated/cmdlets/TestAzKustoClusterNameAvailability_CheckExpanded.cs index 8beb736493f1..e0415f65f0cb 100644 --- a/src/Kusto/generated/cmdlets/TestAzKustoClusterNameAvailability_CheckExpanded.cs +++ b/src/Kusto/generated/cmdlets/TestAzKustoClusterNameAvailability_CheckExpanded.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] Clusters_CheckNameAvailability=>POST:"/subscriptions/{subscriptionId}/providers/Microsoft.Kusto/locations/{location}/checkNameAvailability" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsDiagnostic.Test, @"AzKustoClusterNameAvailability_CheckExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Checks that the cluster name is valid and is not already in use.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class TestAzKustoClusterNameAvailability_CheckExpanded : global::System.Management.Automation.PSCmdlet, @@ -41,10 +41,10 @@ public partial class TestAzKustoClusterNameAvailability_CheckExpanded : global:: public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Kusto Client => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Module.Instance.ClientAPI; /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterCheckNameRequest _clusterNameBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterCheckNameRequest(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterCheckNameRequest _clusterNameBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterCheckNameRequest(); /// The result returned from a cluster check name availability request. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterCheckNameRequest ClusterNameBody { get => this._clusterNameBody; set => this._clusterNameBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterCheckNameRequest ClusterNameBody { get => this._clusterNameBody; set => this._clusterNameBody = value; } /// /// The credentials, account, tenant, and subscription used for communication with Azure @@ -162,24 +162,24 @@ public partial class TestAzKustoClusterNameAvailability_CheckExpanded : global:: /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -351,12 +351,12 @@ public TestAzKustoClusterNameAvailability_CheckExpanded() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -373,7 +373,7 @@ public TestAzKustoClusterNameAvailability_CheckExpanded() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, Location=Location, body=ClusterNameBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -391,12 +391,12 @@ public TestAzKustoClusterNameAvailability_CheckExpanded() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -408,7 +408,7 @@ public TestAzKustoClusterNameAvailability_CheckExpanded() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/TestAzKustoClusterNameAvailability_CheckViaIdentityExpanded.cs b/src/Kusto/generated/cmdlets/TestAzKustoClusterNameAvailability_CheckViaIdentityExpanded.cs index a1f02c15f920..e34f912f24d3 100644 --- a/src/Kusto/generated/cmdlets/TestAzKustoClusterNameAvailability_CheckViaIdentityExpanded.cs +++ b/src/Kusto/generated/cmdlets/TestAzKustoClusterNameAvailability_CheckViaIdentityExpanded.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] Clusters_CheckNameAvailability=>POST:"/subscriptions/{subscriptionId}/providers/Microsoft.Kusto/locations/{location}/checkNameAvailability" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsDiagnostic.Test, @"AzKustoClusterNameAvailability_CheckViaIdentityExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Checks that the cluster name is valid and is not already in use.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class TestAzKustoClusterNameAvailability_CheckViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, @@ -41,10 +41,10 @@ public partial class TestAzKustoClusterNameAvailability_CheckViaIdentityExpanded public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Kusto Client => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Module.Instance.ClientAPI; /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterCheckNameRequest _clusterNameBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterCheckNameRequest(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterCheckNameRequest _clusterNameBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterCheckNameRequest(); /// The result returned from a cluster check name availability request. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterCheckNameRequest ClusterNameBody { get => this._clusterNameBody; set => this._clusterNameBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterCheckNameRequest ClusterNameBody { get => this._clusterNameBody; set => this._clusterNameBody = value; } /// /// The credentials, account, tenant, and subscription used for communication with Azure @@ -135,24 +135,24 @@ public partial class TestAzKustoClusterNameAvailability_CheckViaIdentityExpanded /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -340,12 +340,12 @@ public TestAzKustoClusterNameAvailability_CheckViaIdentityExpanded() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -362,7 +362,7 @@ public TestAzKustoClusterNameAvailability_CheckViaIdentityExpanded() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=ClusterNameBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -380,12 +380,12 @@ public TestAzKustoClusterNameAvailability_CheckViaIdentityExpanded() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -397,7 +397,7 @@ public TestAzKustoClusterNameAvailability_CheckViaIdentityExpanded() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/TestAzKustoClusterPrincipalAssignmentNameAvailability_CheckExpanded.cs b/src/Kusto/generated/cmdlets/TestAzKustoClusterPrincipalAssignmentNameAvailability_CheckExpanded.cs index 512735cbcc6e..2d2142d0d0a7 100644 --- a/src/Kusto/generated/cmdlets/TestAzKustoClusterPrincipalAssignmentNameAvailability_CheckExpanded.cs +++ b/src/Kusto/generated/cmdlets/TestAzKustoClusterPrincipalAssignmentNameAvailability_CheckExpanded.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] ClusterPrincipalAssignments_CheckNameAvailability=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/checkPrincipalAssignmentNameAvailability" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsDiagnostic.Test, @"AzKustoClusterPrincipalAssignmentNameAvailability_CheckExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Checks that the principal assignment name is valid and is not already in use.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class TestAzKustoClusterPrincipalAssignmentNameAvailability_CheckExpanded : global::System.Management.Automation.PSCmdlet, @@ -103,10 +103,10 @@ public partial class TestAzKustoClusterPrincipalAssignmentNameAvailability_Check private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.HttpPipeline Pipeline { get; set; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentCheckNameRequest _principalAssignmentNameBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterPrincipalAssignmentCheckNameRequest(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentCheckNameRequest _principalAssignmentNameBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterPrincipalAssignmentCheckNameRequest(); /// A principal assignment check name availability request. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentCheckNameRequest PrincipalAssignmentNameBody { get => this._principalAssignmentNameBody; set => this._principalAssignmentNameBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentCheckNameRequest PrincipalAssignmentNameBody { get => this._principalAssignmentNameBody; set => this._principalAssignmentNameBody = value; } /// The URI for the proxy server to use [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "The URI for the proxy server to use")] @@ -176,24 +176,24 @@ public partial class TestAzKustoClusterPrincipalAssignmentNameAvailability_Check /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -366,12 +366,12 @@ public TestAzKustoClusterPrincipalAssignmentNameAvailability_CheckExpanded() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -388,7 +388,7 @@ public TestAzKustoClusterPrincipalAssignmentNameAvailability_CheckExpanded() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, SubscriptionId=SubscriptionId, body=PrincipalAssignmentNameBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -406,12 +406,12 @@ public TestAzKustoClusterPrincipalAssignmentNameAvailability_CheckExpanded() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -423,7 +423,7 @@ public TestAzKustoClusterPrincipalAssignmentNameAvailability_CheckExpanded() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/TestAzKustoClusterPrincipalAssignmentNameAvailability_CheckViaIdentityExpanded.cs b/src/Kusto/generated/cmdlets/TestAzKustoClusterPrincipalAssignmentNameAvailability_CheckViaIdentityExpanded.cs index edee88ef2005..998b4be86f2c 100644 --- a/src/Kusto/generated/cmdlets/TestAzKustoClusterPrincipalAssignmentNameAvailability_CheckViaIdentityExpanded.cs +++ b/src/Kusto/generated/cmdlets/TestAzKustoClusterPrincipalAssignmentNameAvailability_CheckViaIdentityExpanded.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] ClusterPrincipalAssignments_CheckNameAvailability=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/checkPrincipalAssignmentNameAvailability" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsDiagnostic.Test, @"AzKustoClusterPrincipalAssignmentNameAvailability_CheckViaIdentityExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Checks that the principal assignment name is valid and is not already in use.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class TestAzKustoClusterPrincipalAssignmentNameAvailability_CheckViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, @@ -97,10 +97,10 @@ public partial class TestAzKustoClusterPrincipalAssignmentNameAvailability_Check private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.HttpPipeline Pipeline { get; set; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentCheckNameRequest _principalAssignmentNameBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterPrincipalAssignmentCheckNameRequest(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentCheckNameRequest _principalAssignmentNameBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterPrincipalAssignmentCheckNameRequest(); /// A principal assignment check name availability request. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignmentCheckNameRequest PrincipalAssignmentNameBody { get => this._principalAssignmentNameBody; set => this._principalAssignmentNameBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignmentCheckNameRequest PrincipalAssignmentNameBody { get => this._principalAssignmentNameBody; set => this._principalAssignmentNameBody = value; } /// The URI for the proxy server to use [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "The URI for the proxy server to use")] @@ -135,24 +135,24 @@ public partial class TestAzKustoClusterPrincipalAssignmentNameAvailability_Check /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -345,12 +345,12 @@ public TestAzKustoClusterPrincipalAssignmentNameAvailability_CheckViaIdentityExp /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -367,7 +367,7 @@ public TestAzKustoClusterPrincipalAssignmentNameAvailability_CheckViaIdentityExp if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=PrincipalAssignmentNameBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -385,12 +385,12 @@ public TestAzKustoClusterPrincipalAssignmentNameAvailability_CheckViaIdentityExp /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -402,7 +402,7 @@ public TestAzKustoClusterPrincipalAssignmentNameAvailability_CheckViaIdentityExp return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/TestAzKustoDataConnectionNameAvailability_CheckExpanded.cs b/src/Kusto/generated/cmdlets/TestAzKustoDataConnectionNameAvailability_CheckExpanded.cs index 373573e151b1..98e2907ceb94 100644 --- a/src/Kusto/generated/cmdlets/TestAzKustoDataConnectionNameAvailability_CheckExpanded.cs +++ b/src/Kusto/generated/cmdlets/TestAzKustoDataConnectionNameAvailability_CheckExpanded.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] DataConnections_CheckNameAvailability=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/Databases/{databaseName}/checkNameAvailability" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsDiagnostic.Test, @"AzKustoDataConnectionNameAvailability_CheckExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Checks that the data connection name is valid and is not already in use.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class TestAzKustoDataConnectionNameAvailability_CheckExpanded : global::System.Management.Automation.PSCmdlet, @@ -55,10 +55,10 @@ public partial class TestAzKustoDataConnectionNameAvailability_CheckExpanded : g public string ClusterName { get => this._clusterName; set => this._clusterName = value; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionCheckNameRequest _dataConnectionNameBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnectionCheckNameRequest(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionCheckNameRequest _dataConnectionNameBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnectionCheckNameRequest(); /// A data connection check name availability request. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionCheckNameRequest DataConnectionNameBody { get => this._dataConnectionNameBody; set => this._dataConnectionNameBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionCheckNameRequest DataConnectionNameBody { get => this._dataConnectionNameBody; set => this._dataConnectionNameBody = value; } /// Backing field for property. private string _databaseName; @@ -190,24 +190,24 @@ public partial class TestAzKustoDataConnectionNameAvailability_CheckExpanded : g /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -379,12 +379,12 @@ public TestAzKustoDataConnectionNameAvailability_CheckExpanded() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -401,7 +401,7 @@ public TestAzKustoDataConnectionNameAvailability_CheckExpanded() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, DatabaseName=DatabaseName, SubscriptionId=SubscriptionId, body=DataConnectionNameBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -419,12 +419,12 @@ public TestAzKustoDataConnectionNameAvailability_CheckExpanded() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -436,7 +436,7 @@ public TestAzKustoDataConnectionNameAvailability_CheckExpanded() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/TestAzKustoDataConnectionNameAvailability_CheckViaIdentityExpanded.cs b/src/Kusto/generated/cmdlets/TestAzKustoDataConnectionNameAvailability_CheckViaIdentityExpanded.cs index 8d53bf5d2a17..7ff9aa281318 100644 --- a/src/Kusto/generated/cmdlets/TestAzKustoDataConnectionNameAvailability_CheckViaIdentityExpanded.cs +++ b/src/Kusto/generated/cmdlets/TestAzKustoDataConnectionNameAvailability_CheckViaIdentityExpanded.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] DataConnections_CheckNameAvailability=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/Databases/{databaseName}/checkNameAvailability" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsDiagnostic.Test, @"AzKustoDataConnectionNameAvailability_CheckViaIdentityExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Checks that the data connection name is valid and is not already in use.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class TestAzKustoDataConnectionNameAvailability_CheckViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, @@ -41,10 +41,10 @@ public partial class TestAzKustoDataConnectionNameAvailability_CheckViaIdentityE public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Kusto Client => Microsoft.Azure.PowerShell.Cmdlets.Kusto.Module.Instance.ClientAPI; /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionCheckNameRequest _dataConnectionNameBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnectionCheckNameRequest(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionCheckNameRequest _dataConnectionNameBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnectionCheckNameRequest(); /// A data connection check name availability request. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionCheckNameRequest DataConnectionNameBody { get => this._dataConnectionNameBody; set => this._dataConnectionNameBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionCheckNameRequest DataConnectionNameBody { get => this._dataConnectionNameBody; set => this._dataConnectionNameBody = value; } /// /// The credentials, account, tenant, and subscription used for communication with Azure @@ -135,24 +135,24 @@ public partial class TestAzKustoDataConnectionNameAvailability_CheckViaIdentityE /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -349,12 +349,12 @@ public TestAzKustoDataConnectionNameAvailability_CheckViaIdentityExpanded() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -371,7 +371,7 @@ public TestAzKustoDataConnectionNameAvailability_CheckViaIdentityExpanded() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=DataConnectionNameBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -389,12 +389,12 @@ public TestAzKustoDataConnectionNameAvailability_CheckViaIdentityExpanded() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -406,7 +406,7 @@ public TestAzKustoDataConnectionNameAvailability_CheckViaIdentityExpanded() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/TestAzKustoDatabaseNameAvailability_CheckExpanded.cs b/src/Kusto/generated/cmdlets/TestAzKustoDatabaseNameAvailability_CheckExpanded.cs index 7fd231464a02..b8ea955d2518 100644 --- a/src/Kusto/generated/cmdlets/TestAzKustoDatabaseNameAvailability_CheckExpanded.cs +++ b/src/Kusto/generated/cmdlets/TestAzKustoDatabaseNameAvailability_CheckExpanded.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] Databases_CheckNameAvailability=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/checkNameAvailability" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsDiagnostic.Test, @"AzKustoDatabaseNameAvailability_CheckExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Checks that the database name is valid and is not already in use.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class TestAzKustoDatabaseNameAvailability_CheckExpanded : global::System.Management.Automation.PSCmdlet, @@ -133,10 +133,10 @@ public partial class TestAzKustoDatabaseNameAvailability_CheckExpanded : global: public string ResourceGroupName { get => this._resourceGroupName; set => this._resourceGroupName = value; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameRequest _resourceNameBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CheckNameRequest(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameRequest _resourceNameBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CheckNameRequest(); /// The result returned from a database check name availability request. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameRequest ResourceNameBody { get => this._resourceNameBody; set => this._resourceNameBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameRequest ResourceNameBody { get => this._resourceNameBody; set => this._resourceNameBody = value; } /// Backing field for property. private string _subscriptionId; @@ -176,24 +176,24 @@ public partial class TestAzKustoDatabaseNameAvailability_CheckExpanded : global: /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -365,12 +365,12 @@ public TestAzKustoDatabaseNameAvailability_CheckExpanded() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -387,7 +387,7 @@ public TestAzKustoDatabaseNameAvailability_CheckExpanded() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, SubscriptionId=SubscriptionId, body=ResourceNameBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -405,12 +405,12 @@ public TestAzKustoDatabaseNameAvailability_CheckExpanded() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -422,7 +422,7 @@ public TestAzKustoDatabaseNameAvailability_CheckExpanded() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/TestAzKustoDatabaseNameAvailability_CheckViaIdentityExpanded.cs b/src/Kusto/generated/cmdlets/TestAzKustoDatabaseNameAvailability_CheckViaIdentityExpanded.cs index bffe5066a585..dff6a5d33e10 100644 --- a/src/Kusto/generated/cmdlets/TestAzKustoDatabaseNameAvailability_CheckViaIdentityExpanded.cs +++ b/src/Kusto/generated/cmdlets/TestAzKustoDatabaseNameAvailability_CheckViaIdentityExpanded.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] Databases_CheckNameAvailability=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/checkNameAvailability" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsDiagnostic.Test, @"AzKustoDatabaseNameAvailability_CheckViaIdentityExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Checks that the database name is valid and is not already in use.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class TestAzKustoDatabaseNameAvailability_CheckViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, @@ -113,10 +113,10 @@ public partial class TestAzKustoDatabaseNameAvailability_CheckViaIdentityExpande public global::System.Management.Automation.SwitchParameter ProxyUseDefaultCredentials { get; set; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameRequest _resourceNameBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.CheckNameRequest(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameRequest _resourceNameBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.CheckNameRequest(); /// The result returned from a database check name availability request. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameRequest ResourceNameBody { get => this._resourceNameBody; set => this._resourceNameBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameRequest ResourceNameBody { get => this._resourceNameBody; set => this._resourceNameBody = value; } /// The type of resource, for instance Microsoft.Kusto/Clusters/databases. [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The type of resource, for instance Microsoft.Kusto/Clusters/databases.")] @@ -135,24 +135,24 @@ public partial class TestAzKustoDatabaseNameAvailability_CheckViaIdentityExpande /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -344,12 +344,12 @@ public TestAzKustoDatabaseNameAvailability_CheckViaIdentityExpanded() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -366,7 +366,7 @@ public TestAzKustoDatabaseNameAvailability_CheckViaIdentityExpanded() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=ResourceNameBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -384,12 +384,12 @@ public TestAzKustoDatabaseNameAvailability_CheckViaIdentityExpanded() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -401,7 +401,7 @@ public TestAzKustoDatabaseNameAvailability_CheckViaIdentityExpanded() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/TestAzKustoDatabasePrincipalAssignmentNameAvailability_CheckExpanded.cs b/src/Kusto/generated/cmdlets/TestAzKustoDatabasePrincipalAssignmentNameAvailability_CheckExpanded.cs index 11e3e4404cef..e10b8145ff5b 100644 --- a/src/Kusto/generated/cmdlets/TestAzKustoDatabasePrincipalAssignmentNameAvailability_CheckExpanded.cs +++ b/src/Kusto/generated/cmdlets/TestAzKustoDatabasePrincipalAssignmentNameAvailability_CheckExpanded.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] DatabasePrincipalAssignments_CheckNameAvailability=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/Databases/{databaseName}/checkPrincipalAssignmentNameAvailability" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsDiagnostic.Test, @"AzKustoDatabasePrincipalAssignmentNameAvailability_CheckExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Checks that the database principal assignment is valid and is not already in use.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class TestAzKustoDatabasePrincipalAssignmentNameAvailability_CheckExpanded : global::System.Management.Automation.PSCmdlet, @@ -119,10 +119,10 @@ public partial class TestAzKustoDatabasePrincipalAssignmentNameAvailability_Chec private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.HttpPipeline Pipeline { get; set; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentCheckNameRequest _principalAssignmentNameBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalAssignmentCheckNameRequest(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentCheckNameRequest _principalAssignmentNameBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalAssignmentCheckNameRequest(); /// A principal assignment check name availability request. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentCheckNameRequest PrincipalAssignmentNameBody { get => this._principalAssignmentNameBody; set => this._principalAssignmentNameBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentCheckNameRequest PrincipalAssignmentNameBody { get => this._principalAssignmentNameBody; set => this._principalAssignmentNameBody = value; } /// The URI for the proxy server to use [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "The URI for the proxy server to use")] @@ -192,24 +192,24 @@ public partial class TestAzKustoDatabasePrincipalAssignmentNameAvailability_Chec /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -382,12 +382,12 @@ public TestAzKustoDatabasePrincipalAssignmentNameAvailability_CheckExpanded() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -404,7 +404,7 @@ public TestAzKustoDatabasePrincipalAssignmentNameAvailability_CheckExpanded() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, DatabaseName=DatabaseName, SubscriptionId=SubscriptionId, body=PrincipalAssignmentNameBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -422,12 +422,12 @@ public TestAzKustoDatabasePrincipalAssignmentNameAvailability_CheckExpanded() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -439,7 +439,7 @@ public TestAzKustoDatabasePrincipalAssignmentNameAvailability_CheckExpanded() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/TestAzKustoDatabasePrincipalAssignmentNameAvailability_CheckViaIdentityExpanded.cs b/src/Kusto/generated/cmdlets/TestAzKustoDatabasePrincipalAssignmentNameAvailability_CheckViaIdentityExpanded.cs index 9b2cd393792b..946a82e30885 100644 --- a/src/Kusto/generated/cmdlets/TestAzKustoDatabasePrincipalAssignmentNameAvailability_CheckViaIdentityExpanded.cs +++ b/src/Kusto/generated/cmdlets/TestAzKustoDatabasePrincipalAssignmentNameAvailability_CheckViaIdentityExpanded.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] DatabasePrincipalAssignments_CheckNameAvailability=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}/Databases/{databaseName}/checkPrincipalAssignmentNameAvailability" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsDiagnostic.Test, @"AzKustoDatabasePrincipalAssignmentNameAvailability_CheckViaIdentityExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Checks that the database principal assignment is valid and is not already in use.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class TestAzKustoDatabasePrincipalAssignmentNameAvailability_CheckViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, @@ -99,10 +99,10 @@ public partial class TestAzKustoDatabasePrincipalAssignmentNameAvailability_Chec private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.HttpPipeline Pipeline { get; set; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentCheckNameRequest _principalAssignmentNameBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DatabasePrincipalAssignmentCheckNameRequest(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentCheckNameRequest _principalAssignmentNameBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DatabasePrincipalAssignmentCheckNameRequest(); /// A principal assignment check name availability request. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignmentCheckNameRequest PrincipalAssignmentNameBody { get => this._principalAssignmentNameBody; set => this._principalAssignmentNameBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignmentCheckNameRequest PrincipalAssignmentNameBody { get => this._principalAssignmentNameBody; set => this._principalAssignmentNameBody = value; } /// The URI for the proxy server to use [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "The URI for the proxy server to use")] @@ -137,24 +137,24 @@ public partial class TestAzKustoDatabasePrincipalAssignmentNameAvailability_Chec /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -351,12 +351,12 @@ public TestAzKustoDatabasePrincipalAssignmentNameAvailability_CheckViaIdentityEx /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -373,7 +373,7 @@ public TestAzKustoDatabasePrincipalAssignmentNameAvailability_CheckViaIdentityEx if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=PrincipalAssignmentNameBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -391,12 +391,12 @@ public TestAzKustoDatabasePrincipalAssignmentNameAvailability_CheckViaIdentityEx /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -408,7 +408,7 @@ public TestAzKustoDatabasePrincipalAssignmentNameAvailability_CheckViaIdentityEx return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/UpdateAzKustoCluster_UpdateExpanded.cs b/src/Kusto/generated/cmdlets/UpdateAzKustoCluster_UpdateExpanded.cs index 62edab67e237..b29acc4de752 100644 --- a/src/Kusto/generated/cmdlets/UpdateAzKustoCluster_UpdateExpanded.cs +++ b/src/Kusto/generated/cmdlets/UpdateAzKustoCluster_UpdateExpanded.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] Clusters_Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzKustoCluster_UpdateExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Update a Kusto cluster.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class UpdateAzKustoCluster_UpdateExpanded : global::System.Management.Automation.PSCmdlet, @@ -65,6 +65,17 @@ public partial class UpdateAzKustoCluster_UpdateExpanded : global::System.Manage PossibleTypes = new [] { typeof(global::System.Management.Automation.SwitchParameter) })] public global::System.Management.Automation.SwitchParameter EnableDiskEncryption { get => ParametersBody.EnableDiskEncryption ?? default(global::System.Management.Automation.SwitchParameter); set => ParametersBody.EnableDiskEncryption = value; } + /// A boolean value that indicates if double encryption is enabled. + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "A boolean value that indicates if double encryption is enabled.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Body)] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( + Required = false, + ReadOnly = false, + Description = @"A boolean value that indicates if double encryption is enabled.", + SerializedName = @"enableDoubleEncryption", + PossibleTypes = new [] { typeof(global::System.Management.Automation.SwitchParameter) })] + public global::System.Management.Automation.SwitchParameter EnableDoubleEncryption { get => ParametersBody.EnableDoubleEncryption ?? default(global::System.Management.Automation.SwitchParameter); set => ParametersBody.EnableDoubleEncryption = value; } + /// A boolean value that indicates if the purge operations are enabled. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "A boolean value that indicates if the purge operations are enabled.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Body)] @@ -123,8 +134,8 @@ public partial class UpdateAzKustoCluster_UpdateExpanded : global::System.Manage ReadOnly = false, Description = @"The list of user identities associated with the Kusto cluster. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.", SerializedName = @"userAssignedIdentities", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities) })] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities IdentityUserAssignedIdentity { get => ParametersBody.IdentityUserAssignedIdentity ?? null /* object */; set => ParametersBody.IdentityUserAssignedIdentity = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities) })] + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities IdentityUserAssignedIdentity { get => ParametersBody.IdentityUserAssignedIdentity ?? null /* object */; set => ParametersBody.IdentityUserAssignedIdentity = value; } /// Accessor for our copy of the InvocationInfo. public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } @@ -171,8 +182,8 @@ public partial class UpdateAzKustoCluster_UpdateExpanded : global::System.Manage ReadOnly = false, Description = @"The list of language extensions.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension) })] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[] LanguageExtensionValue { get => ParametersBody.LanguageExtensionValue ?? null /* arrayOf */; set => ParametersBody.LanguageExtensionValue = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension) })] + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[] LanguageExtensionValue { get => ParametersBody.LanguageExtensionValue ?? null /* arrayOf */; set => ParametersBody.LanguageExtensionValue = value; } /// Resource location. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Resource location.")] @@ -263,10 +274,10 @@ public partial class UpdateAzKustoCluster_UpdateExpanded : global::System.Manage public int OptimizedAutoscaleVersion { get => ParametersBody.OptimizedAutoscaleVersion; set => ParametersBody.OptimizedAutoscaleVersion = value; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdate _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterUpdate(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdate _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterUpdate(); /// Class representing an update to a Kusto cluster. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdate ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdate ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } /// /// The instance of the that the remote call will use. @@ -368,8 +379,8 @@ public partial class UpdateAzKustoCluster_UpdateExpanded : global::System.Manage ReadOnly = false, Description = @"Resource tags.", SerializedName = @"tags", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateTags) })] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateTags Tag { get => ParametersBody.Tag ?? null /* object */; set => ParametersBody.Tag = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateTags) })] + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateTags Tag { get => ParametersBody.Tag ?? null /* object */; set => ParametersBody.Tag = value; } /// The cluster's external tenants. [global::System.Management.Automation.AllowEmptyCollection] @@ -380,8 +391,8 @@ public partial class UpdateAzKustoCluster_UpdateExpanded : global::System.Manage ReadOnly = false, Description = @"The cluster's external tenants.", SerializedName = @"trustedExternalTenants", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant) })] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant[] TrustedExternalTenant { get => ParametersBody.TrustedExternalTenant ?? null /* arrayOf */; set => ParametersBody.TrustedExternalTenant = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant) })] + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant[] TrustedExternalTenant { get => ParametersBody.TrustedExternalTenant ?? null /* arrayOf */; set => ParametersBody.TrustedExternalTenant = value; } /// Data management's service public IP address resource id. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Data management's service public IP address resource id.")] @@ -421,24 +432,24 @@ public partial class UpdateAzKustoCluster_UpdateExpanded : global::System.Manage /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -664,12 +675,12 @@ public UpdateAzKustoCluster_UpdateExpanded() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -686,7 +697,7 @@ public UpdateAzKustoCluster_UpdateExpanded() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, Name=Name, SubscriptionId=SubscriptionId, body=ParametersBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -704,12 +715,12 @@ public UpdateAzKustoCluster_UpdateExpanded() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -721,7 +732,7 @@ public UpdateAzKustoCluster_UpdateExpanded() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/UpdateAzKustoCluster_UpdateViaIdentityExpanded.cs b/src/Kusto/generated/cmdlets/UpdateAzKustoCluster_UpdateViaIdentityExpanded.cs index ae2d588a7dcf..2df5296b1993 100644 --- a/src/Kusto/generated/cmdlets/UpdateAzKustoCluster_UpdateViaIdentityExpanded.cs +++ b/src/Kusto/generated/cmdlets/UpdateAzKustoCluster_UpdateViaIdentityExpanded.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [OpenAPI] Clusters_Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/Clusters/{clusterName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzKustoCluster_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Update a Kusto cluster.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class UpdateAzKustoCluster_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, @@ -65,6 +65,17 @@ public partial class UpdateAzKustoCluster_UpdateViaIdentityExpanded : global::Sy PossibleTypes = new [] { typeof(global::System.Management.Automation.SwitchParameter) })] public global::System.Management.Automation.SwitchParameter EnableDiskEncryption { get => ParametersBody.EnableDiskEncryption ?? default(global::System.Management.Automation.SwitchParameter); set => ParametersBody.EnableDiskEncryption = value; } + /// A boolean value that indicates if double encryption is enabled. + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "A boolean value that indicates if double encryption is enabled.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Body)] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info( + Required = false, + ReadOnly = false, + Description = @"A boolean value that indicates if double encryption is enabled.", + SerializedName = @"enableDoubleEncryption", + PossibleTypes = new [] { typeof(global::System.Management.Automation.SwitchParameter) })] + public global::System.Management.Automation.SwitchParameter EnableDoubleEncryption { get => ParametersBody.EnableDoubleEncryption ?? default(global::System.Management.Automation.SwitchParameter); set => ParametersBody.EnableDoubleEncryption = value; } + /// A boolean value that indicates if the purge operations are enabled. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "A boolean value that indicates if the purge operations are enabled.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Body)] @@ -123,8 +134,8 @@ public partial class UpdateAzKustoCluster_UpdateViaIdentityExpanded : global::Sy ReadOnly = false, Description = @"The list of user identities associated with the Kusto cluster. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.", SerializedName = @"userAssignedIdentities", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities) })] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IIdentityUserAssignedIdentities IdentityUserAssignedIdentity { get => ParametersBody.IdentityUserAssignedIdentity ?? null /* object */; set => ParametersBody.IdentityUserAssignedIdentity = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities) })] + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IIdentityUserAssignedIdentities IdentityUserAssignedIdentity { get => ParametersBody.IdentityUserAssignedIdentity ?? null /* object */; set => ParametersBody.IdentityUserAssignedIdentity = value; } /// Backing field for property. private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity _inputObject; @@ -179,8 +190,8 @@ public partial class UpdateAzKustoCluster_UpdateViaIdentityExpanded : global::Sy ReadOnly = false, Description = @"The list of language extensions.", SerializedName = @"value", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension) })] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[] LanguageExtensionValue { get => ParametersBody.LanguageExtensionValue ?? null /* arrayOf */; set => ParametersBody.LanguageExtensionValue = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension) })] + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[] LanguageExtensionValue { get => ParametersBody.LanguageExtensionValue ?? null /* arrayOf */; set => ParametersBody.LanguageExtensionValue = value; } /// Resource location. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Resource location.")] @@ -256,10 +267,10 @@ public partial class UpdateAzKustoCluster_UpdateViaIdentityExpanded : global::Sy public int OptimizedAutoscaleVersion { get => ParametersBody.OptimizedAutoscaleVersion; set => ParametersBody.OptimizedAutoscaleVersion = value; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdate _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ClusterUpdate(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdate _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ClusterUpdate(); /// Class representing an update to a Kusto cluster. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdate ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdate ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } /// /// The instance of the that the remote call will use. @@ -326,8 +337,8 @@ public partial class UpdateAzKustoCluster_UpdateViaIdentityExpanded : global::Sy ReadOnly = false, Description = @"Resource tags.", SerializedName = @"tags", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateTags) })] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterUpdateTags Tag { get => ParametersBody.Tag ?? null /* object */; set => ParametersBody.Tag = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateTags) })] + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterUpdateTags Tag { get => ParametersBody.Tag ?? null /* object */; set => ParametersBody.Tag = value; } /// The cluster's external tenants. [global::System.Management.Automation.AllowEmptyCollection] @@ -338,8 +349,8 @@ public partial class UpdateAzKustoCluster_UpdateViaIdentityExpanded : global::Sy ReadOnly = false, Description = @"The cluster's external tenants.", SerializedName = @"trustedExternalTenants", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant) })] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant[] TrustedExternalTenant { get => ParametersBody.TrustedExternalTenant ?? null /* arrayOf */; set => ParametersBody.TrustedExternalTenant = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant) })] + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant[] TrustedExternalTenant { get => ParametersBody.TrustedExternalTenant ?? null /* arrayOf */; set => ParametersBody.TrustedExternalTenant = value; } /// Data management's service public IP address resource id. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Data management's service public IP address resource id.")] @@ -379,24 +390,24 @@ public partial class UpdateAzKustoCluster_UpdateViaIdentityExpanded : global::Sy /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -639,12 +650,12 @@ public UpdateAzKustoCluster_UpdateViaIdentityExpanded() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -661,7 +672,7 @@ public UpdateAzKustoCluster_UpdateViaIdentityExpanded() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=ParametersBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -679,12 +690,12 @@ public UpdateAzKustoCluster_UpdateViaIdentityExpanded() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -696,7 +707,7 @@ public UpdateAzKustoCluster_UpdateViaIdentityExpanded() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/UpdateAzKustoDataConnection_Update.cs b/src/Kusto/generated/cmdlets/UpdateAzKustoDataConnection_Update.cs index 6e189bf8e136..81aa5ed89de5 100644 --- a/src/Kusto/generated/cmdlets/UpdateAzKustoDataConnection_Update.cs +++ b/src/Kusto/generated/cmdlets/UpdateAzKustoDataConnection_Update.cs @@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzKustoDataConnection_Update", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Updates a data connection.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class UpdateAzKustoDataConnection_Update : global::System.Management.Automation.PSCmdlet, @@ -130,7 +130,7 @@ public partial class UpdateAzKustoDataConnection_Update : global::System.Managem public global::System.Management.Automation.SwitchParameter NoWait { get; set; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection _parameter; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection _parameter; /// Class representing an data connection. [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Class representing an data connection.", ValueFromPipeline = true)] @@ -139,8 +139,8 @@ public partial class UpdateAzKustoDataConnection_Update : global::System.Managem ReadOnly = false, Description = @"Class representing an data connection.", SerializedName = @"parameters", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection) })] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection Parameter { get => this._parameter; set => this._parameter = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection) })] + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection Parameter { get => this._parameter; set => this._parameter = value; } /// /// The instance of the that the remote call will use. @@ -203,24 +203,24 @@ public partial class UpdateAzKustoDataConnection_Update : global::System.Managem /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -448,12 +448,12 @@ public UpdateAzKustoDataConnection_Update() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -470,7 +470,7 @@ public UpdateAzKustoDataConnection_Update() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, DatabaseName=DatabaseName, Name=Name, SubscriptionId=SubscriptionId, body=Parameter }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -488,12 +488,12 @@ public UpdateAzKustoDataConnection_Update() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -505,7 +505,7 @@ public UpdateAzKustoDataConnection_Update() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/UpdateAzKustoDataConnection_UpdateExpanded.cs b/src/Kusto/generated/cmdlets/UpdateAzKustoDataConnection_UpdateExpanded.cs index 1b574570cce0..f816094e4d5e 100644 --- a/src/Kusto/generated/cmdlets/UpdateAzKustoDataConnection_UpdateExpanded.cs +++ b/src/Kusto/generated/cmdlets/UpdateAzKustoDataConnection_UpdateExpanded.cs @@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzKustoDataConnection_UpdateExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Updates a data connection.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class UpdateAzKustoDataConnection_UpdateExpanded : global::System.Management.Automation.PSCmdlet, @@ -153,10 +153,10 @@ public partial class UpdateAzKustoDataConnection_UpdateExpanded : global::System public global::System.Management.Automation.SwitchParameter NoWait { get; set; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnection(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnection(); /// Class representing an data connection. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } /// /// The instance of the that the remote call will use. @@ -219,24 +219,24 @@ public partial class UpdateAzKustoDataConnection_UpdateExpanded : global::System /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -464,12 +464,12 @@ public UpdateAzKustoDataConnection_UpdateExpanded() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -486,7 +486,7 @@ public UpdateAzKustoDataConnection_UpdateExpanded() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, DatabaseName=DatabaseName, Name=Name, SubscriptionId=SubscriptionId, body=ParametersBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -504,12 +504,12 @@ public UpdateAzKustoDataConnection_UpdateExpanded() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -521,7 +521,7 @@ public UpdateAzKustoDataConnection_UpdateExpanded() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/UpdateAzKustoDataConnection_UpdateViaIdentity.cs b/src/Kusto/generated/cmdlets/UpdateAzKustoDataConnection_UpdateViaIdentity.cs index d06f50ec6158..97c36f226c02 100644 --- a/src/Kusto/generated/cmdlets/UpdateAzKustoDataConnection_UpdateViaIdentity.cs +++ b/src/Kusto/generated/cmdlets/UpdateAzKustoDataConnection_UpdateViaIdentity.cs @@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzKustoDataConnection_UpdateViaIdentity", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Updates a data connection.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class UpdateAzKustoDataConnection_UpdateViaIdentity : global::System.Management.Automation.PSCmdlet, @@ -95,7 +95,7 @@ public partial class UpdateAzKustoDataConnection_UpdateViaIdentity : global::Sys public global::System.Management.Automation.SwitchParameter NoWait { get; set; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection _parameter; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection _parameter; /// Class representing an data connection. [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Class representing an data connection.", ValueFromPipeline = true)] @@ -104,8 +104,8 @@ public partial class UpdateAzKustoDataConnection_UpdateViaIdentity : global::Sys ReadOnly = false, Description = @"Class representing an data connection.", SerializedName = @"parameters", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection) })] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection Parameter { get => this._parameter; set => this._parameter = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection) })] + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection Parameter { get => this._parameter; set => this._parameter = value; } /// /// The instance of the that the remote call will use. @@ -133,24 +133,24 @@ public partial class UpdateAzKustoDataConnection_UpdateViaIdentity : global::Sys /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -401,12 +401,12 @@ public UpdateAzKustoDataConnection_UpdateViaIdentity() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -423,7 +423,7 @@ public UpdateAzKustoDataConnection_UpdateViaIdentity() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=Parameter }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -441,12 +441,12 @@ public UpdateAzKustoDataConnection_UpdateViaIdentity() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -458,7 +458,7 @@ public UpdateAzKustoDataConnection_UpdateViaIdentity() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/UpdateAzKustoDataConnection_UpdateViaIdentityExpanded.cs b/src/Kusto/generated/cmdlets/UpdateAzKustoDataConnection_UpdateViaIdentityExpanded.cs index cabe8475dfa4..66da4219621b 100644 --- a/src/Kusto/generated/cmdlets/UpdateAzKustoDataConnection_UpdateViaIdentityExpanded.cs +++ b/src/Kusto/generated/cmdlets/UpdateAzKustoDataConnection_UpdateViaIdentityExpanded.cs @@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzKustoDataConnection_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Updates a data connection.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class UpdateAzKustoDataConnection_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, @@ -118,10 +118,10 @@ public partial class UpdateAzKustoDataConnection_UpdateViaIdentityExpanded : glo public global::System.Management.Automation.SwitchParameter NoWait { get; set; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.DataConnection(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.DataConnection(); /// Class representing an data connection. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } /// /// The instance of the that the remote call will use. @@ -149,24 +149,24 @@ public partial class UpdateAzKustoDataConnection_UpdateViaIdentityExpanded : glo /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -417,12 +417,12 @@ public UpdateAzKustoDataConnection_UpdateViaIdentityExpanded() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -439,7 +439,7 @@ public UpdateAzKustoDataConnection_UpdateViaIdentityExpanded() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=ParametersBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -457,12 +457,12 @@ public UpdateAzKustoDataConnection_UpdateViaIdentityExpanded() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -474,7 +474,7 @@ public UpdateAzKustoDataConnection_UpdateViaIdentityExpanded() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/UpdateAzKustoDatabase_Update.cs b/src/Kusto/generated/cmdlets/UpdateAzKustoDatabase_Update.cs index e4d6e2d03e3b..66ca49427f71 100644 --- a/src/Kusto/generated/cmdlets/UpdateAzKustoDatabase_Update.cs +++ b/src/Kusto/generated/cmdlets/UpdateAzKustoDatabase_Update.cs @@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzKustoDatabase_Update", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Updates a database.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class UpdateAzKustoDatabase_Update : global::System.Management.Automation.PSCmdlet, @@ -116,7 +116,7 @@ public partial class UpdateAzKustoDatabase_Update : global::System.Management.Au public global::System.Management.Automation.SwitchParameter NoWait { get; set; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase _parameter; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase _parameter; /// Class representing a Kusto database. [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Class representing a Kusto database.", ValueFromPipeline = true)] @@ -125,8 +125,8 @@ public partial class UpdateAzKustoDatabase_Update : global::System.Management.Au ReadOnly = false, Description = @"Class representing a Kusto database.", SerializedName = @"parameters", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase) })] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase Parameter { get => this._parameter; set => this._parameter = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase) })] + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase Parameter { get => this._parameter; set => this._parameter = value; } /// /// The instance of the that the remote call will use. @@ -189,24 +189,24 @@ public partial class UpdateAzKustoDatabase_Update : global::System.Management.Au /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -433,12 +433,12 @@ public UpdateAzKustoDatabase_Update() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -455,7 +455,7 @@ public UpdateAzKustoDatabase_Update() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, Name=Name, SubscriptionId=SubscriptionId, body=Parameter }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -473,12 +473,12 @@ public UpdateAzKustoDatabase_Update() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -490,7 +490,7 @@ public UpdateAzKustoDatabase_Update() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/UpdateAzKustoDatabase_UpdateExpanded.cs b/src/Kusto/generated/cmdlets/UpdateAzKustoDatabase_UpdateExpanded.cs index 3859a9d45258..b2e957e06936 100644 --- a/src/Kusto/generated/cmdlets/UpdateAzKustoDatabase_UpdateExpanded.cs +++ b/src/Kusto/generated/cmdlets/UpdateAzKustoDatabase_UpdateExpanded.cs @@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzKustoDatabase_UpdateExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Updates a database.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class UpdateAzKustoDatabase_UpdateExpanded : global::System.Management.Automation.PSCmdlet, @@ -139,10 +139,10 @@ public partial class UpdateAzKustoDatabase_UpdateExpanded : global::System.Manag public global::System.Management.Automation.SwitchParameter NoWait { get; set; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Database(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Database(); /// Class representing a Kusto database. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } /// /// The instance of the that the remote call will use. @@ -205,24 +205,24 @@ public partial class UpdateAzKustoDatabase_UpdateExpanded : global::System.Manag /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -449,12 +449,12 @@ public UpdateAzKustoDatabase_UpdateExpanded() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -471,7 +471,7 @@ public UpdateAzKustoDatabase_UpdateExpanded() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, ClusterName=ClusterName, Name=Name, SubscriptionId=SubscriptionId, body=ParametersBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -489,12 +489,12 @@ public UpdateAzKustoDatabase_UpdateExpanded() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -506,7 +506,7 @@ public UpdateAzKustoDatabase_UpdateExpanded() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/UpdateAzKustoDatabase_UpdateViaIdentity.cs b/src/Kusto/generated/cmdlets/UpdateAzKustoDatabase_UpdateViaIdentity.cs index e033303d8b25..ad4690e913d8 100644 --- a/src/Kusto/generated/cmdlets/UpdateAzKustoDatabase_UpdateViaIdentity.cs +++ b/src/Kusto/generated/cmdlets/UpdateAzKustoDatabase_UpdateViaIdentity.cs @@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzKustoDatabase_UpdateViaIdentity", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Updates a database.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class UpdateAzKustoDatabase_UpdateViaIdentity : global::System.Management.Automation.PSCmdlet, @@ -95,7 +95,7 @@ public partial class UpdateAzKustoDatabase_UpdateViaIdentity : global::System.Ma public global::System.Management.Automation.SwitchParameter NoWait { get; set; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase _parameter; + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase _parameter; /// Class representing a Kusto database. [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Class representing a Kusto database.", ValueFromPipeline = true)] @@ -104,8 +104,8 @@ public partial class UpdateAzKustoDatabase_UpdateViaIdentity : global::System.Ma ReadOnly = false, Description = @"Class representing a Kusto database.", SerializedName = @"parameters", - PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase) })] - public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase Parameter { get => this._parameter; set => this._parameter = value; } + PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase) })] + public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase Parameter { get => this._parameter; set => this._parameter = value; } /// /// The instance of the that the remote call will use. @@ -133,24 +133,24 @@ public partial class UpdateAzKustoDatabase_UpdateViaIdentity : global::System.Ma /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -397,12 +397,12 @@ public UpdateAzKustoDatabase_UpdateViaIdentity() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -419,7 +419,7 @@ public UpdateAzKustoDatabase_UpdateViaIdentity() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=Parameter }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -437,12 +437,12 @@ public UpdateAzKustoDatabase_UpdateViaIdentity() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -454,7 +454,7 @@ public UpdateAzKustoDatabase_UpdateViaIdentity() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase WriteObject((await response)); } } diff --git a/src/Kusto/generated/cmdlets/UpdateAzKustoDatabase_UpdateViaIdentityExpanded.cs b/src/Kusto/generated/cmdlets/UpdateAzKustoDatabase_UpdateViaIdentityExpanded.cs index f474e0990fcb..9c54371ed982 100644 --- a/src/Kusto/generated/cmdlets/UpdateAzKustoDatabase_UpdateViaIdentityExpanded.cs +++ b/src/Kusto/generated/cmdlets/UpdateAzKustoDatabase_UpdateViaIdentityExpanded.cs @@ -13,7 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Cmdlets /// [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.InternalExport] [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzKustoDatabase_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] - [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase))] + [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase))] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Description(@"Updates a database.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Kusto.Generated] public partial class UpdateAzKustoDatabase_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, @@ -118,10 +118,10 @@ public partial class UpdateAzKustoDatabase_UpdateViaIdentityExpanded : global::S public global::System.Management.Automation.SwitchParameter NoWait { get; set; } /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.Database(); + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase _parametersBody= new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.Database(); /// Class representing a Kusto database. - private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } + private Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase ParametersBody { get => this._parametersBody; set => this._parametersBody = value; } /// /// The instance of the that the remote call will use. @@ -149,24 +149,24 @@ public partial class UpdateAzKustoDatabase_UpdateViaIdentityExpanded : global::S /// happens on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onDefault method should be processed, or if the method should /// return immediately (set to true to skip further processing ) - partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// overrideOnOk will be called before the regular onOk has been processed, allowing customization of what happens /// on that response. Implement this method in a partial class to enable this behavior /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// Determines if the rest of the onOk method should be processed, or if the method should return /// immediately (set to true to skip further processing ) - partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); + partial void overrideOnOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response, ref global::System.Threading.Tasks.Task returnNow); /// /// (overrides the default BeginProcessing method in global::System.Management.Automation.PSCmdlet) @@ -413,12 +413,12 @@ public UpdateAzKustoDatabase_UpdateViaIdentityExpanded() /// a delegate that is called when the remote service returns default (any response code not handled elsewhere). /// /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onDefault(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -435,7 +435,7 @@ public UpdateAzKustoDatabase_UpdateViaIdentityExpanded() if ((null == code || null == message)) { // Unrecognized Response. Create an error record based on what we have. - var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); + var ex = new Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.RestException(responseMessage, await response); WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=ParametersBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } @@ -453,12 +453,12 @@ public UpdateAzKustoDatabase_UpdateViaIdentityExpanded() /// a delegate that is called when the remote service returns 200 (OK). /// the raw response message as an global::System.Net.Http.HttpResponseMessage. - /// the body result as a the body result as a from the remote call /// /// A that will be complete when handling of the method is completed. /// - private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) + private async global::System.Threading.Tasks.Task onOk(global::System.Net.Http.HttpResponseMessage responseMessage, global::System.Threading.Tasks.Task response) { using( NoSynchronizationContext ) { @@ -470,7 +470,7 @@ public UpdateAzKustoDatabase_UpdateViaIdentityExpanded() return ; } // onOk - response for 200 / application/json - // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase + // (await response) // should be Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase WriteObject((await response)); } } diff --git a/src/Kusto/generated/runtime/HttpPipeline.cs b/src/Kusto/generated/runtime/HttpPipeline.cs index 89c0dd6fc369..01dfdb114d3d 100644 --- a/src/Kusto/generated/runtime/HttpPipeline.cs +++ b/src/Kusto/generated/runtime/HttpPipeline.cs @@ -47,7 +47,7 @@ public partial class SendAsyncFactory { /// /// This translates a generic-defined delegate for a listener into one that fits our ISendAsync pattern. - /// (Provided to support out-of-module delgation for Azure Cmdlets) + /// (Provided to support out-of-module delegation for Azure Cmdlets) /// /// The Pipeline Step as a delegate public SendAsyncFactory(SendAsyncStepDelegate step) => this.implementation = (request, listener, next) => @@ -85,4 +85,4 @@ public HttpPipeline Prepend(SendAsyncStepDelegate item) return this; } } -} \ No newline at end of file +} diff --git a/src/Kusto/help/Add-AzKustoClusterLanguageExtension.md b/src/Kusto/help/Add-AzKustoClusterLanguageExtension.md index ed189e088a73..3e00944145b9 100644 --- a/src/Kusto/help/Add-AzKustoClusterLanguageExtension.md +++ b/src/Kusto/help/Add-AzKustoClusterLanguageExtension.md @@ -166,7 +166,7 @@ The list of language extensions. To construct, see NOTES section for VALUE properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[] +Type: Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[] Parameter Sets: (All) Aliases: diff --git a/src/Kusto/help/Add-AzKustoDatabasePrincipal.md b/src/Kusto/help/Add-AzKustoDatabasePrincipal.md index 3ec01b65547d..9810f3444899 100644 --- a/src/Kusto/help/Add-AzKustoDatabasePrincipal.md +++ b/src/Kusto/help/Add-AzKustoDatabasePrincipal.md @@ -141,7 +141,7 @@ The list of Kusto database principals. To construct, see NOTES section for VALUE properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal[] +Type: Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal[] Parameter Sets: (All) Aliases: @@ -192,7 +192,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal +### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal ## NOTES diff --git a/src/Kusto/help/Az.Kusto.md b/src/Kusto/help/Az.Kusto.md index 4bf33b986315..000c178585c0 100644 --- a/src/Kusto/help/Az.Kusto.md +++ b/src/Kusto/help/Az.Kusto.md @@ -1,6 +1,6 @@ --- Module Name: Az.Kusto -Module Guid: af390c08-e984-4145-81c9-effe6fb4c9f6 +Module Guid: 18c61846-f6f0-425e-ba4b-5cf903e2bdd8 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/az.kusto Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Kusto/help/Get-AzKustoAttachedDatabaseConfiguration.md b/src/Kusto/help/Get-AzKustoAttachedDatabaseConfiguration.md index 985a083e1f17..57c511580db7 100644 --- a/src/Kusto/help/Get-AzKustoAttachedDatabaseConfiguration.md +++ b/src/Kusto/help/Get-AzKustoAttachedDatabaseConfiguration.md @@ -160,7 +160,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration +### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration ## NOTES diff --git a/src/Kusto/help/Get-AzKustoCluster.md b/src/Kusto/help/Get-AzKustoCluster.md index 43c2081f0c35..72aa037ed7bf 100644 --- a/src/Kusto/help/Get-AzKustoCluster.md +++ b/src/Kusto/help/Get-AzKustoCluster.md @@ -150,7 +150,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster +### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster ## NOTES diff --git a/src/Kusto/help/Get-AzKustoClusterFollowerDatabase.md b/src/Kusto/help/Get-AzKustoClusterFollowerDatabase.md index 233733c59f17..9d475ad9cd7b 100644 --- a/src/Kusto/help/Get-AzKustoClusterFollowerDatabase.md +++ b/src/Kusto/help/Get-AzKustoClusterFollowerDatabase.md @@ -134,7 +134,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IFollowerDatabaseDefinition +### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IFollowerDatabaseDefinition ## NOTES diff --git a/src/Kusto/help/Get-AzKustoClusterLanguageExtension.md b/src/Kusto/help/Get-AzKustoClusterLanguageExtension.md index 3d326a8e2613..503e1b133c8a 100644 --- a/src/Kusto/help/Get-AzKustoClusterLanguageExtension.md +++ b/src/Kusto/help/Get-AzKustoClusterLanguageExtension.md @@ -135,7 +135,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension +### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension ## NOTES diff --git a/src/Kusto/help/Get-AzKustoClusterPrincipalAssignment.md b/src/Kusto/help/Get-AzKustoClusterPrincipalAssignment.md index b80a8ced5fa0..46d4faba5d6a 100644 --- a/src/Kusto/help/Get-AzKustoClusterPrincipalAssignment.md +++ b/src/Kusto/help/Get-AzKustoClusterPrincipalAssignment.md @@ -160,7 +160,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment +### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment ## NOTES diff --git a/src/Kusto/help/Get-AzKustoClusterSku.md b/src/Kusto/help/Get-AzKustoClusterSku.md index a7576b3b90a0..c38669c54f83 100644 --- a/src/Kusto/help/Get-AzKustoClusterSku.md +++ b/src/Kusto/help/Get-AzKustoClusterSku.md @@ -157,9 +157,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAzureResourceSku +### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAzureResourceSku -### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ISkuDescription +### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ISkuDescription ## NOTES diff --git a/src/Kusto/help/Get-AzKustoDataConnection.md b/src/Kusto/help/Get-AzKustoDataConnection.md index 1be14a28b0e6..0b3ffe29dda0 100644 --- a/src/Kusto/help/Get-AzKustoDataConnection.md +++ b/src/Kusto/help/Get-AzKustoDataConnection.md @@ -174,7 +174,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection +### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection ## NOTES diff --git a/src/Kusto/help/Get-AzKustoDatabase.md b/src/Kusto/help/Get-AzKustoDatabase.md index 918b5b7ef6cd..6bad73b0202e 100644 --- a/src/Kusto/help/Get-AzKustoDatabase.md +++ b/src/Kusto/help/Get-AzKustoDatabase.md @@ -160,7 +160,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase +### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase ## NOTES diff --git a/src/Kusto/help/Get-AzKustoDatabasePrincipal.md b/src/Kusto/help/Get-AzKustoDatabasePrincipal.md index ad6854e4407e..d747acab2370 100644 --- a/src/Kusto/help/Get-AzKustoDatabasePrincipal.md +++ b/src/Kusto/help/Get-AzKustoDatabasePrincipal.md @@ -150,7 +150,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal +### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal ## NOTES diff --git a/src/Kusto/help/Get-AzKustoDatabasePrincipalAssignment.md b/src/Kusto/help/Get-AzKustoDatabasePrincipalAssignment.md index 5d2c847d02fc..060f30fa2170 100644 --- a/src/Kusto/help/Get-AzKustoDatabasePrincipalAssignment.md +++ b/src/Kusto/help/Get-AzKustoDatabasePrincipalAssignment.md @@ -178,7 +178,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment +### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment ## NOTES diff --git a/src/Kusto/help/Invoke-AzKustoDataConnectionValidation.md b/src/Kusto/help/Invoke-AzKustoDataConnectionValidation.md index 524ffc908218..10d2550e3c35 100644 --- a/src/Kusto/help/Invoke-AzKustoDataConnectionValidation.md +++ b/src/Kusto/help/Invoke-AzKustoDataConnectionValidation.md @@ -24,9 +24,9 @@ Invoke-AzKustoDataConnectionValidation -ClusterName -DatabaseName -DatabaseName - -ResourceGroupName -ConsumerGroup -DataConnectionName - -DataFormat -EventHubResourceId -Kind -Location - -StorageAccountResourceId -TableName [-SubscriptionId ] [-MappingRuleName ] + -ResourceGroupName -ConsumerGroup -DataConnectionName -EventHubResourceId + -Kind -Location -StorageAccountResourceId [-SubscriptionId ] + [-DataFormat ] [-MappingRuleName ] [-TableName ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] ``` @@ -42,9 +42,9 @@ Invoke-AzKustoDataConnectionValidation -ClusterName -DatabaseName -ConsumerGroup - -DataConnectionName -DataFormat -EventHubResourceId -Kind - -Location -StorageAccountResourceId -TableName [-MappingRuleName ] - [-DefaultProfile ] [-Confirm] [-WhatIf] [] + -DataConnectionName -EventHubResourceId -Kind -Location + -StorageAccountResourceId [-DataFormat ] [-MappingRuleName ] + [-TableName ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] ``` ### DataViaIdentityExpandedEventHub @@ -65,6 +65,22 @@ Invoke-AzKustoDataConnectionValidation -InputObject -ConsumerGr [] ``` +### UpdateExpandedEventGrid +``` +Invoke-AzKustoDataConnectionValidation -ConsumerGroup -DataConnectionName -Kind + -Location [-BlobStorageEventType ] [-DataFormat ] + [-IgnoreFirstRecord] [-MappingRuleName ] [-TableName ] [-DefaultProfile ] + [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityExpandedEventGrid +``` +Invoke-AzKustoDataConnectionValidation -ConsumerGroup -DataConnectionName -Kind + -Location [-BlobStorageEventType ] [-DataFormat ] + [-IgnoreFirstRecord] [-MappingRuleName ] [-TableName ] [-DefaultProfile ] + [-Confirm] [-WhatIf] [] +``` + ## DESCRIPTION Checks that the data connection parameters are valid. @@ -141,6 +157,21 @@ The above command validates IotHub data connection named "myiothubdc" for the da ## PARAMETERS +### -BlobStorageEventType +The name of blob storage event type to process. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType +Parameter Sets: UpdateExpandedEventGrid, UpdateViaIdentityExpandedEventGrid +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ClusterName The name of the Kusto cluster. @@ -225,7 +256,7 @@ Type: Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -277,6 +308,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -IgnoreFirstRecord +If set to true, indicates that ingestion should ignore the first record of every file. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: UpdateExpandedEventGrid, UpdateViaIdentityExpandedEventGrid +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -InputObject Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table. @@ -424,7 +470,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -471,7 +517,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult +### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult ## NOTES diff --git a/src/Kusto/help/New-AzKustoAttachedDatabaseConfiguration.md b/src/Kusto/help/New-AzKustoAttachedDatabaseConfiguration.md index e8d7a81532ce..079cede163c7 100644 --- a/src/Kusto/help/New-AzKustoAttachedDatabaseConfiguration.md +++ b/src/Kusto/help/New-AzKustoAttachedDatabaseConfiguration.md @@ -242,7 +242,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IAttachedDatabaseConfiguration +### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IAttachedDatabaseConfiguration ## NOTES diff --git a/src/Kusto/help/New-AzKustoCluster.md b/src/Kusto/help/New-AzKustoCluster.md index f5bd3fd01fc0..bb9bd6291ab1 100644 --- a/src/Kusto/help/New-AzKustoCluster.md +++ b/src/Kusto/help/New-AzKustoCluster.md @@ -14,11 +14,12 @@ Create or update a Kusto cluster. ``` New-AzKustoCluster -Name -ResourceGroupName -Location -SkuName - -SkuTier [-SubscriptionId ] [-EnableDiskEncryption] [-EnablePurge] - [-EnableStreamingIngest] [-IdentityType ] [-IdentityUserAssignedIdentity ] - [-KeyVaultPropertyKeyName ] [-KeyVaultPropertyKeyVaultUri ] - [-KeyVaultPropertyKeyVersion ] [-LanguageExtensionValue ] - [-OptimizedAutoscaleIsEnabled] [-OptimizedAutoscaleMaximum ] [-OptimizedAutoscaleMinimum ] + -SkuTier [-SubscriptionId ] [-EnableDiskEncryption] [-EnableDoubleEncryption] + [-EnablePurge] [-EnableStreamingIngest] [-IdentityType ] + [-IdentityUserAssignedIdentity ] [-KeyVaultPropertyKeyName ] + [-KeyVaultPropertyKeyVaultUri ] [-KeyVaultPropertyKeyVersion ] + [-LanguageExtensionValue ] [-OptimizedAutoscaleIsEnabled] + [-OptimizedAutoscaleMaximum ] [-OptimizedAutoscaleMinimum ] [-OptimizedAutoscaleVersion ] [-SkuCapacity ] [-Tag ] [-TrustedExternalTenant ] [-VirtualNetworkConfigurationDataManagementPublicIPId ] @@ -33,7 +34,7 @@ Create or update a Kusto cluster. ### Example 1: Create a new Kusto cluster ```powershell -PS C:\> New-AzKustoCluster -ResourceGroupName testrg -Name testnewkustocluster -Location 'East US' -SkuName Standard_D11_v2 -SkuTier Standard +PS C:\> New-AzKustoCluster -ResourceGroupName testrg -Name testnewkustocluster -Location 'East US' -SkuName Standard_D11_v2 -SkuTier Standard -EnableDoubleEncryption true Location Name Type Zone -------- ---- ---- ---- @@ -89,6 +90,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -EnableDoubleEncryption +A boolean value that indicates if double encryption is enabled. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -EnablePurge A boolean value that indicates if the purge operations are enabled. @@ -200,7 +216,7 @@ The list of language extensions. To construct, see NOTES section for LANGUAGEEXTENSIONVALUE properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[] +Type: Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[] Parameter Sets: (All) Aliases: @@ -412,7 +428,7 @@ The cluster's external tenants. To construct, see NOTES section for TRUSTEDEXTERNALTENANT properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant[] +Type: Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant[] Parameter Sets: (All) Aliases: @@ -521,7 +537,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster +### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster ## NOTES diff --git a/src/Kusto/help/New-AzKustoClusterPrincipalAssignment.md b/src/Kusto/help/New-AzKustoClusterPrincipalAssignment.md index 08d8c483a398..2ebaeda6e9bb 100644 --- a/src/Kusto/help/New-AzKustoClusterPrincipalAssignment.md +++ b/src/Kusto/help/New-AzKustoClusterPrincipalAssignment.md @@ -242,7 +242,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IClusterPrincipalAssignment +### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IClusterPrincipalAssignment ## NOTES diff --git a/src/Kusto/help/New-AzKustoDataConnection.md b/src/Kusto/help/New-AzKustoDataConnection.md index c8d3e68b1528..f273e194b62b 100644 --- a/src/Kusto/help/New-AzKustoDataConnection.md +++ b/src/Kusto/help/New-AzKustoDataConnection.md @@ -25,10 +25,10 @@ New-AzKustoDataConnection -ClusterName -DatabaseName -Name -DatabaseName -Name - -ResourceGroupName -ConsumerGroup -DataFormat - -EventHubResourceId -Kind -Location -StorageAccountResourceId - -TableName [-SubscriptionId ] [-MappingRuleName ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + -ResourceGroupName -ConsumerGroup -EventHubResourceId -Kind + -Location -StorageAccountResourceId [-SubscriptionId ] + [-DataFormat ] [-MappingRuleName ] [-TableName ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### CreateExpandedIotHub @@ -41,6 +41,24 @@ New-AzKustoDataConnection -ClusterName -DatabaseName -Name ] ``` +### UpdateExpandedEventGrid +``` +New-AzKustoDataConnection -ClusterName -DatabaseName -Name + -ResourceGroupName -ConsumerGroup -Kind -Location + [-SubscriptionId ] [-BlobStorageEventType ] [-DataFormat ] + [-IgnoreFirstRecord] [-MappingRuleName ] [-TableName ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityExpandedEventGrid +``` +New-AzKustoDataConnection -ClusterName -DatabaseName -Name + -ResourceGroupName -ConsumerGroup -Kind -Location + [-SubscriptionId ] [-BlobStorageEventType ] [-DataFormat ] + [-IgnoreFirstRecord] [-MappingRuleName ] [-TableName ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-Confirm] [-WhatIf] [] +``` + ## DESCRIPTION Creates or updates a data connection. @@ -59,7 +77,7 @@ The above command creates a new EventHub data connection named "myeventhubdc" fo ### Example 2: Create a new EventGrid data connection ```powershell -PS C:\> New-AzKustoDataConnection -ResourceGroupName "testrg" -ClusterName "testnewkustocluster" -DatabaseName "mykustodatabase" -DataConnectionName "myeventgriddc" -Location="East US" -Kind "EventGrid" -EventHubResourceId "/subscriptions/$subscriptionId/resourcegroups/testrg/providers/Microsoft.EventHub/namespaces/myeventhubns/eventhubs/myeventhub" -StorageAccountResourceId $storageAccountResourceId "/subscriptions/$subscriptionId/resourcegroups/testrg/providers/Microsoft.Storage/storageAccounts/mystorage" -DataFormat "JSON" -ConsumerGroup '$Default' -TableName "Events" -MappingRuleName "EventsMapping" +PS C:\> New-AzKustoDataConnection -ResourceGroupName "testrg" -ClusterName "testnewkustocluster" -DatabaseName "mykustodatabase" -DataConnectionName "myeventgriddc" -Location="East US" -Kind "EventGrid" -EventHubResourceId "/subscriptions/$subscriptionId/resourcegroups/testrg/providers/Microsoft.EventHub/namespaces/myeventhubns/eventhubs/myeventhub" -StorageAccountResourceId $storageAccountResourceId "/subscriptions/$subscriptionId/resourcegroups/testrg/providers/Microsoft.Storage/storageAccounts/mystorage" -DataFormat "JSON" -ConsumerGroup '$Default' -TableName "Events" -MappingRuleName "EventsMapping" -IgnoreFirstRecord "false" -BlobStorageEventType "Microsoft.Storage.BlobRenamed" Kind Location Name Type ---- -------- ---- ---- @@ -96,6 +114,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -BlobStorageEventType +The name of blob storage event type to process. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType +Parameter Sets: UpdateExpandedEventGrid, UpdateViaIdentityExpandedEventGrid +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ClusterName The name of the Kusto cluster. @@ -165,7 +198,7 @@ Type: Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -217,6 +250,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -IgnoreFirstRecord +If set to true, indicates that ingestion should ignore the first record of every file. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: UpdateExpandedEventGrid, UpdateViaIdentityExpandedEventGrid +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -IotHubResourceId The resource ID of the Iot hub to be used to create a data connection. @@ -378,7 +426,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -423,7 +471,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection +### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection ## NOTES diff --git a/src/Kusto/help/New-AzKustoDatabase.md b/src/Kusto/help/New-AzKustoDatabase.md index 1a481ffefe4e..79186b83848e 100644 --- a/src/Kusto/help/New-AzKustoDatabase.md +++ b/src/Kusto/help/New-AzKustoDatabase.md @@ -240,7 +240,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase +### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase ## NOTES diff --git a/src/Kusto/help/New-AzKustoDatabasePrincipalAssignment.md b/src/Kusto/help/New-AzKustoDatabasePrincipalAssignment.md index 16652dd6566a..0b8c6a3bd87b 100644 --- a/src/Kusto/help/New-AzKustoDatabasePrincipalAssignment.md +++ b/src/Kusto/help/New-AzKustoDatabasePrincipalAssignment.md @@ -257,7 +257,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipalAssignment +### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipalAssignment ## NOTES diff --git a/src/Kusto/help/Remove-AzKustoClusterLanguageExtension.md b/src/Kusto/help/Remove-AzKustoClusterLanguageExtension.md index 4a27f60e503e..366a9f0baee7 100644 --- a/src/Kusto/help/Remove-AzKustoClusterLanguageExtension.md +++ b/src/Kusto/help/Remove-AzKustoClusterLanguageExtension.md @@ -166,7 +166,7 @@ The list of language extensions. To construct, see NOTES section for VALUE properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[] +Type: Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[] Parameter Sets: (All) Aliases: diff --git a/src/Kusto/help/Remove-AzKustoDatabasePrincipal.md b/src/Kusto/help/Remove-AzKustoDatabasePrincipal.md index 56126896c0f2..35674d0e2b4f 100644 --- a/src/Kusto/help/Remove-AzKustoDatabasePrincipal.md +++ b/src/Kusto/help/Remove-AzKustoDatabasePrincipal.md @@ -140,7 +140,7 @@ The list of Kusto database principals. To construct, see NOTES section for VALUE properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal[] +Type: Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal[] Parameter Sets: (All) Aliases: @@ -191,7 +191,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabasePrincipal +### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabasePrincipal ## NOTES diff --git a/src/Kusto/help/Test-AzKustoClusterNameAvailability.md b/src/Kusto/help/Test-AzKustoClusterNameAvailability.md index 7bdbf689aa23..069516e05d67 100644 --- a/src/Kusto/help/Test-AzKustoClusterNameAvailability.md +++ b/src/Kusto/help/Test-AzKustoClusterNameAvailability.md @@ -185,7 +185,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult +### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult ## NOTES diff --git a/src/Kusto/help/Test-AzKustoClusterPrincipalAssignmentNameAvailability.md b/src/Kusto/help/Test-AzKustoClusterPrincipalAssignmentNameAvailability.md index c2acdf58896c..26d23cbae256 100644 --- a/src/Kusto/help/Test-AzKustoClusterPrincipalAssignmentNameAvailability.md +++ b/src/Kusto/help/Test-AzKustoClusterPrincipalAssignmentNameAvailability.md @@ -201,7 +201,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult +### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult ## NOTES diff --git a/src/Kusto/help/Test-AzKustoDataConnectionNameAvailability.md b/src/Kusto/help/Test-AzKustoDataConnectionNameAvailability.md index b423dea3bd40..82e4b1ad0912 100644 --- a/src/Kusto/help/Test-AzKustoDataConnectionNameAvailability.md +++ b/src/Kusto/help/Test-AzKustoDataConnectionNameAvailability.md @@ -216,7 +216,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult +### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult ## NOTES diff --git a/src/Kusto/help/Test-AzKustoDatabaseNameAvailability.md b/src/Kusto/help/Test-AzKustoDatabaseNameAvailability.md index cfa4d10c7b83..9b97bdfb2e6b 100644 --- a/src/Kusto/help/Test-AzKustoDatabaseNameAvailability.md +++ b/src/Kusto/help/Test-AzKustoDatabaseNameAvailability.md @@ -201,7 +201,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult +### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult ## NOTES diff --git a/src/Kusto/help/Test-AzKustoDatabasePrincipalAssignmentNameAvailability.md b/src/Kusto/help/Test-AzKustoDatabasePrincipalAssignmentNameAvailability.md index cf9a339a8e17..d9d5ff1b076e 100644 --- a/src/Kusto/help/Test-AzKustoDatabasePrincipalAssignmentNameAvailability.md +++ b/src/Kusto/help/Test-AzKustoDatabasePrincipalAssignmentNameAvailability.md @@ -216,7 +216,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICheckNameResult +### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICheckNameResult ## NOTES diff --git a/src/Kusto/help/Update-AzKustoCluster.md b/src/Kusto/help/Update-AzKustoCluster.md index 9b7434713373..e96e02c14c39 100644 --- a/src/Kusto/help/Update-AzKustoCluster.md +++ b/src/Kusto/help/Update-AzKustoCluster.md @@ -15,11 +15,11 @@ Update a Kusto cluster. ### UpdateExpanded (Default) ``` Update-AzKustoCluster -Name -ResourceGroupName [-SubscriptionId ] - [-EnableDiskEncryption] [-EnablePurge] [-EnableStreamingIngest] [-IdentityType ] - [-IdentityUserAssignedIdentity ] [-KeyVaultPropertyKeyName ] - [-KeyVaultPropertyKeyVaultUri ] [-KeyVaultPropertyKeyVersion ] - [-LanguageExtensionValue ] [-Location ] [-OptimizedAutoscaleIsEnabled] - [-OptimizedAutoscaleMaximum ] [-OptimizedAutoscaleMinimum ] + [-EnableDiskEncryption] [-EnableDoubleEncryption] [-EnablePurge] [-EnableStreamingIngest] + [-IdentityType ] [-IdentityUserAssignedIdentity ] + [-KeyVaultPropertyKeyName ] [-KeyVaultPropertyKeyVaultUri ] + [-KeyVaultPropertyKeyVersion ] [-LanguageExtensionValue ] [-Location ] + [-OptimizedAutoscaleIsEnabled] [-OptimizedAutoscaleMaximum ] [-OptimizedAutoscaleMinimum ] [-OptimizedAutoscaleVersion ] [-SkuCapacity ] [-SkuName ] [-SkuTier ] [-Tag ] [-TrustedExternalTenant ] [-VirtualNetworkConfigurationDataManagementPublicIPId ] @@ -29,11 +29,12 @@ Update-AzKustoCluster -Name -ResourceGroupName [-SubscriptionI ### UpdateViaIdentityExpanded ``` -Update-AzKustoCluster -InputObject [-EnableDiskEncryption] [-EnablePurge] - [-EnableStreamingIngest] [-IdentityType ] [-IdentityUserAssignedIdentity ] - [-KeyVaultPropertyKeyName ] [-KeyVaultPropertyKeyVaultUri ] - [-KeyVaultPropertyKeyVersion ] [-LanguageExtensionValue ] [-Location ] - [-OptimizedAutoscaleIsEnabled] [-OptimizedAutoscaleMaximum ] [-OptimizedAutoscaleMinimum ] +Update-AzKustoCluster -InputObject [-EnableDiskEncryption] [-EnableDoubleEncryption] + [-EnablePurge] [-EnableStreamingIngest] [-IdentityType ] + [-IdentityUserAssignedIdentity ] [-KeyVaultPropertyKeyName ] + [-KeyVaultPropertyKeyVaultUri ] [-KeyVaultPropertyKeyVersion ] + [-LanguageExtensionValue ] [-Location ] [-OptimizedAutoscaleIsEnabled] + [-OptimizedAutoscaleMaximum ] [-OptimizedAutoscaleMinimum ] [-OptimizedAutoscaleVersion ] [-SkuCapacity ] [-SkuName ] [-SkuTier ] [-Tag ] [-TrustedExternalTenant ] [-VirtualNetworkConfigurationDataManagementPublicIPId ] @@ -115,6 +116,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -EnableDoubleEncryption +A boolean value that indicates if double encryption is enabled. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -EnablePurge A boolean value that indicates if the purge operations are enabled. @@ -242,7 +258,7 @@ The list of language extensions. To construct, see NOTES section for LANGUAGEEXTENSIONVALUE properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ILanguageExtension[] +Type: Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ILanguageExtension[] Parameter Sets: (All) Aliases: @@ -454,7 +470,7 @@ The cluster's external tenants. To construct, see NOTES section for TRUSTEDEXTERNALTENANT properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ITrustedExternalTenant[] +Type: Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ITrustedExternalTenant[] Parameter Sets: (All) Aliases: @@ -550,7 +566,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.ICluster +### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.ICluster ## NOTES diff --git a/src/Kusto/help/Update-AzKustoDataConnection.md b/src/Kusto/help/Update-AzKustoDataConnection.md index 7f4fc219217d..2a7c9fd84721 100644 --- a/src/Kusto/help/Update-AzKustoDataConnection.md +++ b/src/Kusto/help/Update-AzKustoDataConnection.md @@ -25,10 +25,11 @@ Update-AzKustoDataConnection -ClusterName -DatabaseName -Name ### UpdateExpandedEventGrid ``` Update-AzKustoDataConnection -ClusterName -DatabaseName -Name - -ResourceGroupName -ConsumerGroup -DataFormat - -EventHubResourceId -Kind -Location -StorageAccountResourceId - -TableName [-SubscriptionId ] [-MappingRuleName ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + -ResourceGroupName -ConsumerGroup -EventHubResourceId -Kind + -Location -StorageAccountResourceId [-SubscriptionId ] + [-BlobStorageEventType ] [-DataFormat ] [-IgnoreFirstRecord] + [-MappingRuleName ] [-TableName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] + [-WhatIf] [] ``` ### UpdateExpandedIotHub @@ -44,9 +45,10 @@ Update-AzKustoDataConnection -ClusterName -DatabaseName -Name ### UpdateViaIdentityExpandedEventGrid ``` Update-AzKustoDataConnection -InputObject -ConsumerGroup - -DataFormat -EventHubResourceId -Kind -Location - -StorageAccountResourceId -TableName [-MappingRuleName ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + -EventHubResourceId -Kind -Location -StorageAccountResourceId + [-BlobStorageEventType ] [-DataFormat ] [-IgnoreFirstRecord] + [-MappingRuleName ] [-TableName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] + [-WhatIf] [] ``` ### UpdateViaIdentityExpandedEventHub @@ -157,6 +159,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -BlobStorageEventType +The name of blob storage event type to process. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.BlobStorageEventType +Parameter Sets: UpdateExpandedEventGrid, UpdateViaIdentityExpandedEventGrid +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ClusterName The name of the Kusto cluster. @@ -226,7 +243,7 @@ Type: Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventGridDataFormat Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -278,6 +295,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -IgnoreFirstRecord +If set to true, indicates that ingestion should ignore the first record of every file. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: UpdateExpandedEventGrid, UpdateViaIdentityExpandedEventGrid +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -InputObject Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table. @@ -455,7 +487,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -502,7 +534,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection +### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection ## NOTES diff --git a/src/Kusto/help/Update-AzKustoDatabase.md b/src/Kusto/help/Update-AzKustoDatabase.md index d7a64da32d8b..59d528247554 100644 --- a/src/Kusto/help/Update-AzKustoDatabase.md +++ b/src/Kusto/help/Update-AzKustoDatabase.md @@ -307,7 +307,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase +### Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase ## NOTES diff --git a/src/Kusto/internal/Get-AzKustoOperation.ps1 b/src/Kusto/internal/Get-AzKustoOperation.ps1 index 9174985905ad..f6c6876701a1 100644 --- a/src/Kusto/internal/Get-AzKustoOperation.ps1 +++ b/src/Kusto/internal/Get-AzKustoOperation.ps1 @@ -28,12 +28,12 @@ PS C:\> {{ Add code here }} {{ Add output here }} .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperation +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperation .Link https://docs.microsoft.com/en-us/powershell/module/az.kusto/get-azkustooperation #> function Get-AzKustoOperation { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperation])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperation])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter()] diff --git a/src/Kusto/internal/Invoke-AzKustoDataConnectionValidation.ps1 b/src/Kusto/internal/Invoke-AzKustoDataConnectionValidation.ps1 index 21b153989102..00a628c03d81 100644 --- a/src/Kusto/internal/Invoke-AzKustoDataConnectionValidation.ps1 +++ b/src/Kusto/internal/Invoke-AzKustoDataConnectionValidation.ps1 @@ -59,11 +59,11 @@ ErrorMessage event hub resource id and consumer group tuple provided are already used .Inputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidation +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidation .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult .Notes COMPLEX PARAMETER PROPERTIES @@ -88,7 +88,7 @@ PARAMETER : Class representing an data connection val https://docs.microsoft.com/en-us/powershell/module/az.kusto/invoke-azkustodataconnectionvalidation #> function Invoke-AzKustoDataConnectionValidation { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult])] [CmdletBinding(DefaultParameterSetName='DataExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='Data', Mandatory)] @@ -132,7 +132,7 @@ param( [Parameter(ParameterSetName='Data', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='DataViaIdentity', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidation] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidation] # Class representing an data connection validation. # To construct, see NOTES section for PARAMETER properties and create a hash table. ${Parameter}, @@ -167,6 +167,12 @@ param( # The credentials, account, tenant, and subscription used for communication with Azure. ${DefaultProfile}, + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command as a job + ${AsJob}, + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Runtime')] [System.Management.Automation.SwitchParameter] @@ -187,6 +193,12 @@ param( # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command asynchronously + ${NoWait}, + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Runtime')] [System.Uri] diff --git a/src/Kusto/internal/New-AzKustoDataConnection.ps1 b/src/Kusto/internal/New-AzKustoDataConnection.ps1 index 23c07b8f0d3f..11cf662d5ab4 100644 --- a/src/Kusto/internal/New-AzKustoDataConnection.ps1 +++ b/src/Kusto/internal/New-AzKustoDataConnection.ps1 @@ -25,7 +25,7 @@ Kind Location Name Type ---- -------- ---- ---- EventHub East US testnewkustocluster/mykustodatabase/myeventhubdc Microsoft.Kusto/Clusters/Databases/DataConnections .Example -PS C:\> New-AzKustoDataConnection -ResourceGroupName "testrg" -ClusterName "testnewkustocluster" -DatabaseName "mykustodatabase" -DataConnectionName "myeventgriddc" -Location="East US" -Kind "EventGrid" -EventHubResourceId "/subscriptions/$subscriptionId/resourcegroups/testrg/providers/Microsoft.EventHub/namespaces/myeventhubns/eventhubs/myeventhub" -StorageAccountResourceId $storageAccountResourceId "/subscriptions/$subscriptionId/resourcegroups/testrg/providers/Microsoft.Storage/storageAccounts/mystorage" -DataFormat "JSON" -ConsumerGroup '$Default' -TableName "Events" -MappingRuleName "EventsMapping" +PS C:\> New-AzKustoDataConnection -ResourceGroupName "testrg" -ClusterName "testnewkustocluster" -DatabaseName "mykustodatabase" -DataConnectionName "myeventgriddc" -Location="East US" -Kind "EventGrid" -EventHubResourceId "/subscriptions/$subscriptionId/resourcegroups/testrg/providers/Microsoft.EventHub/namespaces/myeventhubns/eventhubs/myeventhub" -StorageAccountResourceId $storageAccountResourceId "/subscriptions/$subscriptionId/resourcegroups/testrg/providers/Microsoft.Storage/storageAccounts/mystorage" -DataFormat "JSON" -ConsumerGroup '$Default' -TableName "Events" -MappingRuleName "EventsMapping" -IgnoreFirstRecord "false" -BlobStorageEventType "Microsoft.Storage.BlobRenamed" Kind Location Name Type ---- -------- ---- ---- @@ -38,9 +38,9 @@ Kind Location Name Type IotHub East US testnewkustocluster/mykustodatabase/myiothubdc Microsoft.Kusto/Clusters/Databases/DataConnections .Inputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection .Notes COMPLEX PARAMETER PROPERTIES @@ -53,7 +53,7 @@ PARAMETER : Class representing an data connection. https://docs.microsoft.com/en-us/powershell/module/az.kusto/new-azkustodataconnection #> function New-AzKustoDataConnection { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] @@ -91,7 +91,7 @@ param( [Parameter(ParameterSetName='Create', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection] # Class representing an data connection. # To construct, see NOTES section for PARAMETER properties and create a hash table. ${Parameter}, diff --git a/src/Kusto/internal/New-AzKustoDatabase.ps1 b/src/Kusto/internal/New-AzKustoDatabase.ps1 index ec67e9ff2d39..b7e6357d1b6b 100644 --- a/src/Kusto/internal/New-AzKustoDatabase.ps1 +++ b/src/Kusto/internal/New-AzKustoDatabase.ps1 @@ -26,9 +26,9 @@ Kind Location Name Type ReadWrite East US testnewkustocluster/mykustodatabase Microsoft.Kusto/Clusters/Databases .Inputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase .Notes COMPLEX PARAMETER PROPERTIES @@ -41,7 +41,7 @@ PARAMETER : Class representing a Kusto database. https://docs.microsoft.com/en-us/powershell/module/az.kusto/new-azkustodatabase #> function New-AzKustoDatabase { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] @@ -73,7 +73,7 @@ param( [Parameter(ParameterSetName='Create', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase] # Class representing a Kusto database. # To construct, see NOTES section for PARAMETER properties and create a hash table. ${Parameter}, diff --git a/src/Kusto/internal/ProxyCmdletDefinitions.ps1 b/src/Kusto/internal/ProxyCmdletDefinitions.ps1 index b18875d9403c..7a9d8b3f3588 100644 --- a/src/Kusto/internal/ProxyCmdletDefinitions.ps1 +++ b/src/Kusto/internal/ProxyCmdletDefinitions.ps1 @@ -28,12 +28,12 @@ PS C:\> {{ Add code here }} {{ Add output here }} .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperation +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperation .Link https://docs.microsoft.com/en-us/powershell/module/az.kusto/get-azkustooperation #> function Get-AzKustoOperation { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IOperation])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IOperation])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter()] @@ -180,11 +180,11 @@ ErrorMessage event hub resource id and consumer group tuple provided are already used .Inputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidation +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidation .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult .Notes COMPLEX PARAMETER PROPERTIES @@ -209,7 +209,7 @@ PARAMETER : Class representing an data connection val https://docs.microsoft.com/en-us/powershell/module/az.kusto/invoke-azkustodataconnectionvalidation #> function Invoke-AzKustoDataConnectionValidation { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidationResult])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidationResult])] [CmdletBinding(DefaultParameterSetName='DataExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='Data', Mandatory)] @@ -253,7 +253,7 @@ param( [Parameter(ParameterSetName='Data', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='DataViaIdentity', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnectionValidation] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnectionValidation] # Class representing an data connection validation. # To construct, see NOTES section for PARAMETER properties and create a hash table. ${Parameter}, @@ -288,6 +288,12 @@ param( # The credentials, account, tenant, and subscription used for communication with Azure. ${DefaultProfile}, + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command as a job + ${AsJob}, + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Runtime')] [System.Management.Automation.SwitchParameter] @@ -308,6 +314,12 @@ param( # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Run the command asynchronously + ${NoWait}, + [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Runtime')] [System.Uri] @@ -397,9 +409,9 @@ Kind Location Name Type ReadWrite East US testnewkustocluster/mykustodatabase Microsoft.Kusto/Clusters/Databases .Inputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase .Notes COMPLEX PARAMETER PROPERTIES @@ -412,7 +424,7 @@ PARAMETER : Class representing a Kusto database. https://docs.microsoft.com/en-us/powershell/module/az.kusto/new-azkustodatabase #> function New-AzKustoDatabase { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] @@ -444,7 +456,7 @@ param( [Parameter(ParameterSetName='Create', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase] # Class representing a Kusto database. # To construct, see NOTES section for PARAMETER properties and create a hash table. ${Parameter}, @@ -588,7 +600,7 @@ Kind Location Name Type ---- -------- ---- ---- EventHub East US testnewkustocluster/mykustodatabase/myeventhubdc Microsoft.Kusto/Clusters/Databases/DataConnections .Example -PS C:\> New-AzKustoDataConnection -ResourceGroupName "testrg" -ClusterName "testnewkustocluster" -DatabaseName "mykustodatabase" -DataConnectionName "myeventgriddc" -Location="East US" -Kind "EventGrid" -EventHubResourceId "/subscriptions/$subscriptionId/resourcegroups/testrg/providers/Microsoft.EventHub/namespaces/myeventhubns/eventhubs/myeventhub" -StorageAccountResourceId $storageAccountResourceId "/subscriptions/$subscriptionId/resourcegroups/testrg/providers/Microsoft.Storage/storageAccounts/mystorage" -DataFormat "JSON" -ConsumerGroup '$Default' -TableName "Events" -MappingRuleName "EventsMapping" +PS C:\> New-AzKustoDataConnection -ResourceGroupName "testrg" -ClusterName "testnewkustocluster" -DatabaseName "mykustodatabase" -DataConnectionName "myeventgriddc" -Location="East US" -Kind "EventGrid" -EventHubResourceId "/subscriptions/$subscriptionId/resourcegroups/testrg/providers/Microsoft.EventHub/namespaces/myeventhubns/eventhubs/myeventhub" -StorageAccountResourceId $storageAccountResourceId "/subscriptions/$subscriptionId/resourcegroups/testrg/providers/Microsoft.Storage/storageAccounts/mystorage" -DataFormat "JSON" -ConsumerGroup '$Default' -TableName "Events" -MappingRuleName "EventsMapping" -IgnoreFirstRecord "false" -BlobStorageEventType "Microsoft.Storage.BlobRenamed" Kind Location Name Type ---- -------- ---- ---- @@ -601,9 +613,9 @@ Kind Location Name Type IotHub East US testnewkustocluster/mykustodatabase/myiothubdc Microsoft.Kusto/Clusters/Databases/DataConnections .Inputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection .Notes COMPLEX PARAMETER PROPERTIES @@ -616,7 +628,7 @@ PARAMETER : Class representing an data connection. https://docs.microsoft.com/en-us/powershell/module/az.kusto/new-azkustodataconnection #> function New-AzKustoDataConnection { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] @@ -654,7 +666,7 @@ param( [Parameter(ParameterSetName='Create', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection] # Class representing an data connection. # To construct, see NOTES section for PARAMETER properties and create a hash table. ${Parameter}, @@ -825,11 +837,11 @@ Kind Location Name Type ReadOnlyFollowing East US myfollowercluster/mykustodatabase Microsoft.Kusto/Clusters/Databases .Inputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase .Notes COMPLEX PARAMETER PROPERTIES @@ -853,7 +865,7 @@ PARAMETER : Class representing a Kusto database. https://docs.microsoft.com/en-us/powershell/module/az.kusto/update-azkustodatabase #> function Update-AzKustoDatabase { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase])] [CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='Update', Mandatory)] @@ -898,7 +910,7 @@ param( [Parameter(ParameterSetName='Update', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='UpdateViaIdentity', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase] # Class representing a Kusto database. # To construct, see NOTES section for PARAMETER properties and create a hash table. ${Parameter}, @@ -1080,11 +1092,11 @@ Kind Location Name Type IotHub East US testnewkustocluster/mykustodatabase/myiothubdc Microsoft.Kusto/Clusters/Databases/DataConnections .Inputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection .Notes COMPLEX PARAMETER PROPERTIES @@ -1108,7 +1120,7 @@ PARAMETER : Class representing an data connection. https://docs.microsoft.com/en-us/powershell/module/az.kusto/update-azkustodataconnection #> function Update-AzKustoDataConnection { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection])] [CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='Update', Mandatory)] @@ -1160,7 +1172,7 @@ param( [Parameter(ParameterSetName='Update', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='UpdateViaIdentity', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection] # Class representing an data connection. # To construct, see NOTES section for PARAMETER properties and create a hash table. ${Parameter}, diff --git a/src/Kusto/internal/Update-AzKustoDataConnection.ps1 b/src/Kusto/internal/Update-AzKustoDataConnection.ps1 index 725d2271d438..d740dc055435 100644 --- a/src/Kusto/internal/Update-AzKustoDataConnection.ps1 +++ b/src/Kusto/internal/Update-AzKustoDataConnection.ps1 @@ -59,11 +59,11 @@ Kind Location Name Type IotHub East US testnewkustocluster/mykustodatabase/myiothubdc Microsoft.Kusto/Clusters/Databases/DataConnections .Inputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection .Notes COMPLEX PARAMETER PROPERTIES @@ -87,7 +87,7 @@ PARAMETER : Class representing an data connection. https://docs.microsoft.com/en-us/powershell/module/az.kusto/update-azkustodataconnection #> function Update-AzKustoDataConnection { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection])] [CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='Update', Mandatory)] @@ -139,7 +139,7 @@ param( [Parameter(ParameterSetName='Update', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='UpdateViaIdentity', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection] # Class representing an data connection. # To construct, see NOTES section for PARAMETER properties and create a hash table. ${Parameter}, diff --git a/src/Kusto/internal/Update-AzKustoDatabase.ps1 b/src/Kusto/internal/Update-AzKustoDatabase.ps1 index c269adfb0589..91322518425c 100644 --- a/src/Kusto/internal/Update-AzKustoDatabase.ps1 +++ b/src/Kusto/internal/Update-AzKustoDatabase.ps1 @@ -52,11 +52,11 @@ Kind Location Name Type ReadOnlyFollowing East US myfollowercluster/mykustodatabase Microsoft.Kusto/Clusters/Databases .Inputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase .Inputs Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IKustoIdentity .Outputs -Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase +Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase .Notes COMPLEX PARAMETER PROPERTIES @@ -80,7 +80,7 @@ PARAMETER : Class representing a Kusto database. https://docs.microsoft.com/en-us/powershell/module/az.kusto/update-azkustodatabase #> function Update-AzKustoDatabase { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase])] [CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(ParameterSetName='Update', Mandatory)] @@ -125,7 +125,7 @@ param( [Parameter(ParameterSetName='Update', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='UpdateViaIdentity', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDatabase] + [Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDatabase] # Class representing a Kusto database. # To construct, see NOTES section for PARAMETER properties and create a hash table. ${Parameter}, diff --git a/src/Kusto/readme.md b/src/Kusto/readme.md index 41968963685c..2b8a77800091 100644 --- a/src/Kusto/readme.md +++ b/src/Kusto/readme.md @@ -17,7 +17,7 @@ This directory contains the PowerShell module for the Kusto service. This module was primarily generated via [AutoRest](https://github.com/Azure/autorest) using the [PowerShell](https://github.com/Azure/autorest.powershell) extension. ## Module Requirements -- [Az.Accounts module](https://www.powershellgallery.com/packages/Az.Accounts/), version 1.7.4 or greater +- [Az.Accounts module](https://www.powershellgallery.com/packages/Az.Accounts/), version 1.8.1 or greater ## Authentication AutoRest does not generate authentication code for the module. Authentication is handled via Az.Accounts by altering the HTTP payload before it is sent. @@ -52,7 +52,7 @@ In this directory, run AutoRest: require: - $(this-folder)/../readme.azure.noprofile.md input-file: - - $(repo)/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2020-02-15/kusto.json + - $(repo)/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2020-06-14/kusto.json ``` @@ -127,5 +127,5 @@ directive: # Correct some generated code - from: source-file-csharp where: $ - transform: $ = $.replace('internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection Property', 'public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200215.IDataConnection Property'); + transform: $ = $.replace('internal Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection Property', 'public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614.IDataConnection Property'); ``` diff --git a/src/Kusto/test/Add-AzKustoClusterLanguageExtension.Recording.json b/src/Kusto/test/Add-AzKustoClusterLanguageExtension.Recording.json index 61b328ec86f5..2462653d737b 100644 --- a/src/Kusto/test/Add-AzKustoClusterLanguageExtension.Recording.json +++ b/src/Kusto/test/Add-AzKustoClusterLanguageExtension.Recording.json @@ -1,17 +1,10 @@ { - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/addLanguageExtensions?api-version=2020-02-15+1": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/addLanguageExtensions?api-version=2020-06-14+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/addLanguageExtensions?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/addLanguageExtensions?api-version=2020-06-14", "Content": "{\r\n \"value\": [\r\n {\r\n \"languageExtensionName\": \"R\"\r\n }\r\n ]\r\n}", "Headers": { - "x-ms-unique-id": [ "67" ], - "x-ms-client-request-id": [ "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6" ], - "CommandName": [ "Add-AzKustoClusterLanguageExtension" ], - "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -21,39 +14,39 @@ "Response": { "StatusCode": 202, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "0eca6069-afaa-43cd-a1d2-e0930d7c6281" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/666b5483-dfa4-420f-a9de-62d97c3e8c08?api-version=2020-02-15" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "x-ms-request-id": [ "a9103e6c-65fe-4621-b193-94502063c0ab" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-correlation-request-id": [ "7dc86896-0f88-4fb4-9d7a-1875d7a3b576" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T222047Z:7dc86896-0f88-4fb4-9d7a-1875d7a3b576" ], + "x-ms-correlation-request-id": [ "4a0f5706-29e9-4669-8d37-0012be45a15b" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T231038Z:4a0f5706-29e9-4669-8d37-0012be45a15b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:20:47 GMT" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/666b5483-dfa4-420f-a9de-62d97c3e8c08?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=215f89ce1e3b7fe16702b151d790214d3e419a6068dd5b2f7cbbd791a4ac2087;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:10:38 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], - "Expires": [ "-1" ] + "Expires": [ "-1" ], + "Content-Length": [ "0" ] }, "Content": null } }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/666b5483-dfa4-420f-a9de-62d97c3e8c08?api-version=2020-02-15+2": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/666b5483-dfa4-420f-a9de-62d97c3e8c08?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "67", "68" ], - "x-ms-client-request-id": [ "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6" ], + "x-ms-unique-id": [ "121", "122" ], + "x-ms-client-request-id": [ "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd" ], "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -62,39 +55,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "787ba743-afd7-47b4-918e-af8010499bcd" ], - "x-ms-correlation-request-id": [ "c6ce563e-66d6-462d-898a-0b1447c63492" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T222118Z:c6ce563e-66d6-462d-898a-0b1447c63492" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "292" ], + "x-ms-request-id": [ "df3d430c-0077-467d-ac45-7ee988d6c3e2" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "f877cf0f-f1c7-41ce-b532-0dd28823db34" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T231109Z:f877cf0f-f1c7-41ce-b532-0dd28823db34" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:21:18 GMT" ], - "Set-Cookie": [ "ARRAffinity=deac3c942b2a72b721942f97372cf2a3052effbe4aa0b896664f8887a4bd559d;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:11:08 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "472" ], + "Content-Length": [ "503" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/666b5483-dfa4-420f-a9de-62d97c3e8c08\",\"name\":\"666b5483-dfa4-420f-a9de-62d97c3e8c08\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:20:47.7013532Z\",\"endTime\":\"2020-04-07T22:20:48.85766Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"4b567314-4e6f-46cb-b3f2-357cce752364\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5784f26e-dab8-4072-8866-d90260ad115c\",\"name\":\"5784f26e-dab8-4072-8866-d90260ad115c\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:10:38.807944Z\",\"endTime\":\"2020-08-02T23:10:41.4176041Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"77899889-29a8-4c7e-9a09-b4ee202c1d92\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/666b5483-dfa4-420f-a9de-62d97c3e8c08?api-version=2020-02-15+3": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/666b5483-dfa4-420f-a9de-62d97c3e8c08?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "67", "68", "69" ], - "x-ms-client-request-id": [ "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6" ], + "x-ms-unique-id": [ "121", "122", "123" ], + "x-ms-client-request-id": [ "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd" ], "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -103,39 +96,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "fb402d52-cd39-4ea4-b76a-29c1376d6133" ], - "x-ms-request-id": [ "bac20939-0b06-4e96-b61e-04c865c011d3" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T222148Z:fb402d52-cd39-4ea4-b76a-29c1376d6133" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "291" ], + "x-ms-request-id": [ "f1881f94-246b-48a2-959c-86719f72b20d" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "bcd9e393-4a53-4225-8911-2352a4d7d56f" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T231139Z:bcd9e393-4a53-4225-8911-2352a4d7d56f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:21:47 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:11:38 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "472" ], + "Content-Length": [ "503" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/666b5483-dfa4-420f-a9de-62d97c3e8c08\",\"name\":\"666b5483-dfa4-420f-a9de-62d97c3e8c08\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:20:47.7013532Z\",\"endTime\":\"2020-04-07T22:20:48.85766Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"4b567314-4e6f-46cb-b3f2-357cce752364\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5784f26e-dab8-4072-8866-d90260ad115c\",\"name\":\"5784f26e-dab8-4072-8866-d90260ad115c\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:10:38.807944Z\",\"endTime\":\"2020-08-02T23:10:41.4176041Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"77899889-29a8-4c7e-9a09-b4ee202c1d92\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/666b5483-dfa4-420f-a9de-62d97c3e8c08?api-version=2020-02-15+4": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/666b5483-dfa4-420f-a9de-62d97c3e8c08?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "67", "68", "69", "70" ], - "x-ms-client-request-id": [ "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6" ], + "x-ms-unique-id": [ "121", "122", "123", "124" ], + "x-ms-client-request-id": [ "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd" ], "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -144,39 +137,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "297" ], - "x-ms-request-id": [ "bb4d4895-cb37-45d1-8203-0f3c0cbc87cb" ], - "x-ms-correlation-request-id": [ "06cb6552-1fc3-4e80-8de6-067a12033745" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T222219Z:06cb6552-1fc3-4e80-8de6-067a12033745" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "290" ], + "x-ms-request-id": [ "9a3a163e-0737-4942-a022-1ff9ee200674" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "ade621c1-0e37-44a0-91e7-d4afa63e3374" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T231209Z:ade621c1-0e37-44a0-91e7-d4afa63e3374" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:22:18 GMT" ], - "Set-Cookie": [ "ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:12:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "472" ], + "Content-Length": [ "503" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/666b5483-dfa4-420f-a9de-62d97c3e8c08\",\"name\":\"666b5483-dfa4-420f-a9de-62d97c3e8c08\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:20:47.7013532Z\",\"endTime\":\"2020-04-07T22:20:48.85766Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"4b567314-4e6f-46cb-b3f2-357cce752364\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5784f26e-dab8-4072-8866-d90260ad115c\",\"name\":\"5784f26e-dab8-4072-8866-d90260ad115c\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:10:38.807944Z\",\"endTime\":\"2020-08-02T23:10:41.4176041Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"77899889-29a8-4c7e-9a09-b4ee202c1d92\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/666b5483-dfa4-420f-a9de-62d97c3e8c08?api-version=2020-02-15+5": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/666b5483-dfa4-420f-a9de-62d97c3e8c08?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "67", "68", "69", "70", "71" ], - "x-ms-client-request-id": [ "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6" ], + "x-ms-unique-id": [ "121", "122", "123", "124", "125" ], + "x-ms-client-request-id": [ "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd" ], "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -185,39 +178,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "296" ], - "x-ms-request-id": [ "3185cfd2-4522-4fda-bef6-66d399024758" ], - "x-ms-correlation-request-id": [ "5d1bf45a-1925-4c7e-9f31-3fee910a00ec" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T222249Z:5d1bf45a-1925-4c7e-9f31-3fee910a00ec" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], + "x-ms-request-id": [ "f407dc10-7b16-4243-bb61-d58b8490e81f" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "edeaf169-3081-4b39-b5c1-1c8e7c471398" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T231239Z:edeaf169-3081-4b39-b5c1-1c8e7c471398" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:22:48 GMT" ], - "Set-Cookie": [ "ARRAffinity=deac3c942b2a72b721942f97372cf2a3052effbe4aa0b896664f8887a4bd559d;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:12:39 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "472" ], + "Content-Length": [ "503" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/666b5483-dfa4-420f-a9de-62d97c3e8c08\",\"name\":\"666b5483-dfa4-420f-a9de-62d97c3e8c08\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:20:47.7013532Z\",\"endTime\":\"2020-04-07T22:20:48.85766Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"4b567314-4e6f-46cb-b3f2-357cce752364\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5784f26e-dab8-4072-8866-d90260ad115c\",\"name\":\"5784f26e-dab8-4072-8866-d90260ad115c\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:10:38.807944Z\",\"endTime\":\"2020-08-02T23:10:41.4176041Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"77899889-29a8-4c7e-9a09-b4ee202c1d92\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/666b5483-dfa4-420f-a9de-62d97c3e8c08?api-version=2020-02-15+6": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/666b5483-dfa4-420f-a9de-62d97c3e8c08?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "67", "68", "69", "70", "71", "72" ], - "x-ms-client-request-id": [ "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6" ], + "x-ms-unique-id": [ "121", "122", "123", "124", "125", "126" ], + "x-ms-client-request-id": [ "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd" ], "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -226,39 +219,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "5df81b83-1c99-43fd-8573-25edaa3c099e" ], - "x-ms-request-id": [ "1507146c-ccc6-4200-82b2-1ddb3dff4258" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "295" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T222319Z:5df81b83-1c99-43fd-8573-25edaa3c099e" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], + "x-ms-request-id": [ "13ac5131-68ba-4f48-998d-6b94fd219fd6" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "d82aab69-f508-4811-96db-19cc1ab232b0" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T231310Z:d82aab69-f508-4811-96db-19cc1ab232b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:23:18 GMT" ], - "Set-Cookie": [ "ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:13:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "472" ], + "Content-Length": [ "503" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/666b5483-dfa4-420f-a9de-62d97c3e8c08\",\"name\":\"666b5483-dfa4-420f-a9de-62d97c3e8c08\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:20:47.7013532Z\",\"endTime\":\"2020-04-07T22:20:48.85766Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"4b567314-4e6f-46cb-b3f2-357cce752364\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5784f26e-dab8-4072-8866-d90260ad115c\",\"name\":\"5784f26e-dab8-4072-8866-d90260ad115c\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:10:38.807944Z\",\"endTime\":\"2020-08-02T23:10:41.4176041Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"77899889-29a8-4c7e-9a09-b4ee202c1d92\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/666b5483-dfa4-420f-a9de-62d97c3e8c08?api-version=2020-02-15+7": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/666b5483-dfa4-420f-a9de-62d97c3e8c08?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "67", "68", "69", "70", "71", "72", "73" ], - "x-ms-client-request-id": [ "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6" ], + "x-ms-unique-id": [ "121", "122", "123", "124", "125", "126", "127" ], + "x-ms-client-request-id": [ "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd" ], "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -267,39 +260,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "294" ], - "x-ms-request-id": [ "4e9fd683-c94d-4aa7-96d0-d7831733624b" ], - "x-ms-correlation-request-id": [ "3b81659f-0721-43eb-a1d2-68b45fe63e78" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T222350Z:3b81659f-0721-43eb-a1d2-68b45fe63e78" ], + "x-ms-correlation-request-id": [ "ef1ec114-5bdf-43a6-91be-b4ea759e34a5" ], + "x-ms-request-id": [ "4824263d-81b0-4b9e-a0cb-866117613812" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T231340Z:ef1ec114-5bdf-43a6-91be-b4ea759e34a5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:23:50 GMT" ], - "Set-Cookie": [ "ARRAffinity=b3c2d4d5282ede81ed15f3f78d2ac82595f2901483fcb7962c29f71395856c9e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:13:39 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "472" ], + "Content-Length": [ "503" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/666b5483-dfa4-420f-a9de-62d97c3e8c08\",\"name\":\"666b5483-dfa4-420f-a9de-62d97c3e8c08\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:20:47.7013532Z\",\"endTime\":\"2020-04-07T22:20:48.85766Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"4b567314-4e6f-46cb-b3f2-357cce752364\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5784f26e-dab8-4072-8866-d90260ad115c\",\"name\":\"5784f26e-dab8-4072-8866-d90260ad115c\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:10:38.807944Z\",\"endTime\":\"2020-08-02T23:10:41.4176041Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"77899889-29a8-4c7e-9a09-b4ee202c1d92\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/666b5483-dfa4-420f-a9de-62d97c3e8c08?api-version=2020-02-15+8": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/666b5483-dfa4-420f-a9de-62d97c3e8c08?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "67", "68", "69", "70", "71", "72", "73", "74" ], - "x-ms-client-request-id": [ "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6" ], + "x-ms-unique-id": [ "121", "122", "123", "124", "125", "126", "127", "128" ], + "x-ms-client-request-id": [ "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd" ], "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -308,39 +301,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "293" ], - "x-ms-request-id": [ "b82b07c9-41e1-463b-946c-9bfbd543123f" ], - "x-ms-correlation-request-id": [ "f1f627c6-da09-405a-8141-e7bf609762ee" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T222420Z:f1f627c6-da09-405a-8141-e7bf609762ee" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-request-id": [ "664178df-0e81-42a1-a425-2edd7b667e3c" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "9e30c5ff-a363-4edb-aab5-7f0bc671db1d" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T231410Z:9e30c5ff-a363-4edb-aab5-7f0bc671db1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:24:19 GMT" ], - "Set-Cookie": [ "ARRAffinity=5d8f46e797674adfa6f345dd92c7bb8ccffb7a39a253ecaf84bf8923217e3248;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:14:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "472" ], + "Content-Length": [ "503" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/666b5483-dfa4-420f-a9de-62d97c3e8c08\",\"name\":\"666b5483-dfa4-420f-a9de-62d97c3e8c08\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:20:47.7013532Z\",\"endTime\":\"2020-04-07T22:20:48.85766Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"4b567314-4e6f-46cb-b3f2-357cce752364\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5784f26e-dab8-4072-8866-d90260ad115c\",\"name\":\"5784f26e-dab8-4072-8866-d90260ad115c\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:10:38.807944Z\",\"endTime\":\"2020-08-02T23:10:41.4176041Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"77899889-29a8-4c7e-9a09-b4ee202c1d92\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/666b5483-dfa4-420f-a9de-62d97c3e8c08?api-version=2020-02-15+9": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/666b5483-dfa4-420f-a9de-62d97c3e8c08?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "67", "68", "69", "70", "71", "72", "73", "74", "75" ], - "x-ms-client-request-id": [ "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6" ], + "x-ms-unique-id": [ "121", "122", "123", "124", "125", "126", "127", "128", "129" ], + "x-ms-client-request-id": [ "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd" ], "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -349,39 +342,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "d9269a94-b679-4299-b84e-bcc6b549856f" ], - "x-ms-request-id": [ "1a3fd306-3eec-41ed-8aa2-0e5b2cf92635" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "292" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T222450Z:d9269a94-b679-4299-b84e-bcc6b549856f" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-request-id": [ "d1630d7a-5072-4d6f-a071-4f00eb24a07d" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "cc4c1e29-e8c5-4413-8c61-747ad537e1e9" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T231441Z:cc4c1e29-e8c5-4413-8c61-747ad537e1e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:24:50 GMT" ], - "Set-Cookie": [ "ARRAffinity=7e1ae2d9d6ffff3dfc0a49ef14149354611612ab62434b1ba4813a66a18e1335;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:14:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "472" ], + "Content-Length": [ "503" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/666b5483-dfa4-420f-a9de-62d97c3e8c08\",\"name\":\"666b5483-dfa4-420f-a9de-62d97c3e8c08\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:20:47.7013532Z\",\"endTime\":\"2020-04-07T22:20:48.85766Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"4b567314-4e6f-46cb-b3f2-357cce752364\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5784f26e-dab8-4072-8866-d90260ad115c\",\"name\":\"5784f26e-dab8-4072-8866-d90260ad115c\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:10:38.807944Z\",\"endTime\":\"2020-08-02T23:10:41.4176041Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"77899889-29a8-4c7e-9a09-b4ee202c1d92\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/666b5483-dfa4-420f-a9de-62d97c3e8c08?api-version=2020-02-15+10": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/666b5483-dfa4-420f-a9de-62d97c3e8c08?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "67", "68", "69", "70", "71", "72", "73", "74", "75", "76" ], - "x-ms-client-request-id": [ "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6" ], + "x-ms-unique-id": [ "121", "122", "123", "124", "125", "126", "127", "128", "129", "130" ], + "x-ms-client-request-id": [ "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd" ], "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -390,39 +383,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "291" ], - "x-ms-request-id": [ "ec640e2a-bdd2-48bb-85de-57a64b888425" ], - "x-ms-correlation-request-id": [ "029aa184-2480-4397-b636-cb7f215b09f6" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T222521Z:029aa184-2480-4397-b636-cb7f215b09f6" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], + "x-ms-request-id": [ "5d879a1b-86f2-4cbf-b0e5-5a232181f7d5" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "8d7e9b1a-5e34-44b9-a8c4-d8b91d5f685d" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T231511Z:8d7e9b1a-5e34-44b9-a8c4-d8b91d5f685d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:25:20 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:15:11 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "477" ], + "Content-Length": [ "503" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/666b5483-dfa4-420f-a9de-62d97c3e8c08\",\"name\":\"666b5483-dfa4-420f-a9de-62d97c3e8c08\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-07T22:20:47.7013532Z\",\"endTime\":\"2020-04-07T22:25:18.915694Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"4b567314-4e6f-46cb-b3f2-357cce752364\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5784f26e-dab8-4072-8866-d90260ad115c\",\"name\":\"5784f26e-dab8-4072-8866-d90260ad115c\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:10:38.807944Z\",\"endTime\":\"2020-08-02T23:10:41.4176041Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"77899889-29a8-4c7e-9a09-b4ee202c1d92\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/666b5483-dfa4-420f-a9de-62d97c3e8c08?api-version=2020-02-15\u0026operationResultResponseType=Location+11": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14+11": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/666b5483-dfa4-420f-a9de-62d97c3e8c08?api-version=2020-02-15\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "67", "68", "69", "70", "71", "72", "73", "74", "75", "76", "77" ], - "x-ms-client-request-id": [ "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6", "4d0b4d3c-aac4-43ea-a0e6-f6ee513ac8b6" ], + "x-ms-unique-id": [ "121", "122", "123", "124", "125", "126", "127", "128", "129", "130", "131" ], + "x-ms-client-request-id": [ "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd" ], "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -431,37 +424,447 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "3a52ef70-d14e-4561-bf02-caa3e41648e3" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "290" ], - "x-ms-correlation-request-id": [ "11d371d3-abaa-4733-9a54-e439a14ab685" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T222521Z:11d371d3-abaa-4733-9a54-e439a14ab685" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], + "x-ms-request-id": [ "05a02217-ed52-4045-9f3a-50fcb0f0fa13" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "90fb608e-79b1-4096-a7ee-e89dba9e81bc" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T231541Z:90fb608e-79b1-4096-a7ee-e89dba9e81bc" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:15:40 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "503" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5784f26e-dab8-4072-8866-d90260ad115c\",\"name\":\"5784f26e-dab8-4072-8866-d90260ad115c\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:10:38.807944Z\",\"endTime\":\"2020-08-02T23:10:41.4176041Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"77899889-29a8-4c7e-9a09-b4ee202c1d92\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14+12": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "121", "122", "123", "124", "125", "126", "127", "128", "129", "130", "131", "132" ], + "x-ms-client-request-id": [ "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd" ], + "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], + "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "x-ms-request-id": [ "4f7a3c76-17d4-43c2-b4ca-2183fad79b5f" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "8c833f99-03c6-474a-87b6-9aaa697290b0" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T231611Z:8c833f99-03c6-474a-87b6-9aaa697290b0" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:16:11 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "503" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5784f26e-dab8-4072-8866-d90260ad115c\",\"name\":\"5784f26e-dab8-4072-8866-d90260ad115c\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:10:38.807944Z\",\"endTime\":\"2020-08-02T23:10:41.4176041Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"77899889-29a8-4c7e-9a09-b4ee202c1d92\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14+13": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "121", "122", "123", "124", "125", "126", "127", "128", "129", "130", "131", "132", "133" ], + "x-ms-client-request-id": [ "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd" ], + "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], + "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-request-id": [ "56f756ba-7010-4638-a736-2c8ec6065d6a" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "8a5b1775-c0af-4a30-892d-80a47622b298" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T231641Z:8a5b1775-c0af-4a30-892d-80a47622b298" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:16:41 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "503" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5784f26e-dab8-4072-8866-d90260ad115c\",\"name\":\"5784f26e-dab8-4072-8866-d90260ad115c\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:10:38.807944Z\",\"endTime\":\"2020-08-02T23:10:41.4176041Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"77899889-29a8-4c7e-9a09-b4ee202c1d92\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14+14": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "121", "122", "123", "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134" ], + "x-ms-client-request-id": [ "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd" ], + "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], + "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-request-id": [ "60fd7247-9a3f-4221-96f3-25a53d89fcd3" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "5128ac9e-57a9-4ccd-9336-89de03130078" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T231712Z:5128ac9e-57a9-4ccd-9336-89de03130078" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:17:11 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "503" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5784f26e-dab8-4072-8866-d90260ad115c\",\"name\":\"5784f26e-dab8-4072-8866-d90260ad115c\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:10:38.807944Z\",\"endTime\":\"2020-08-02T23:10:41.4176041Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"77899889-29a8-4c7e-9a09-b4ee202c1d92\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14+15": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "121", "122", "123", "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135" ], + "x-ms-client-request-id": [ "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd" ], + "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], + "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "x-ms-request-id": [ "ff7a5cf6-d367-484a-8c55-b30f9b210784" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "1198ced9-c8ee-4f58-a1f4-0b6fea72de95" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T231742Z:1198ced9-c8ee-4f58-a1f4-0b6fea72de95" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:17:41 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "503" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5784f26e-dab8-4072-8866-d90260ad115c\",\"name\":\"5784f26e-dab8-4072-8866-d90260ad115c\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:10:38.807944Z\",\"endTime\":\"2020-08-02T23:10:41.4176041Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"77899889-29a8-4c7e-9a09-b4ee202c1d92\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14+16": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "121", "122", "123", "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136" ], + "x-ms-client-request-id": [ "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd" ], + "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], + "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-request-id": [ "3b92c534-255b-4603-9cb1-456f6556462f" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "8ee88df4-41d0-471d-b384-635c1bc6780f" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T231812Z:8ee88df4-41d0-471d-b384-635c1bc6780f" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:18:12 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "503" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5784f26e-dab8-4072-8866-d90260ad115c\",\"name\":\"5784f26e-dab8-4072-8866-d90260ad115c\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:10:38.807944Z\",\"endTime\":\"2020-08-02T23:10:41.4176041Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"77899889-29a8-4c7e-9a09-b4ee202c1d92\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14+17": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "121", "122", "123", "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137" ], + "x-ms-client-request-id": [ "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd" ], + "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], + "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "x-ms-request-id": [ "79eb6975-fd56-4b07-a153-af20ef95a2ee" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "4dbf5edd-981a-43f9-8e9e-c95501747e6d" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T231842Z:4dbf5edd-981a-43f9-8e9e-c95501747e6d" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:18:41 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "503" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5784f26e-dab8-4072-8866-d90260ad115c\",\"name\":\"5784f26e-dab8-4072-8866-d90260ad115c\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:10:38.807944Z\",\"endTime\":\"2020-08-02T23:10:41.4176041Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"77899889-29a8-4c7e-9a09-b4ee202c1d92\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14+18": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "121", "122", "123", "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138" ], + "x-ms-client-request-id": [ "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd" ], + "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], + "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "x-ms-request-id": [ "24b6176c-3368-418f-9ca2-4026bda93bb5" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "7edae57a-f03d-4292-8154-fe9ffe6e63a8" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T231913Z:7edae57a-f03d-4292-8154-fe9ffe6e63a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:19:12 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "503" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5784f26e-dab8-4072-8866-d90260ad115c\",\"name\":\"5784f26e-dab8-4072-8866-d90260ad115c\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:10:38.807944Z\",\"endTime\":\"2020-08-02T23:10:41.4176041Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"77899889-29a8-4c7e-9a09-b4ee202c1d92\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14+19": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "121", "122", "123", "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138", "139" ], + "x-ms-client-request-id": [ "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd" ], + "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], + "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:25:21 GMT" ], - "Set-Cookie": [ "ARRAffinity=5d8f46e797674adfa6f345dd92c7bb8ccffb7a39a253ecaf84bf8923217e3248;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "x-ms-request-id": [ "1e13e7c0-dbde-4851-b38d-aaaeb95d5bb7" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "86037ab7-13fa-4be6-b850-4b1516e99f5c" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T231943Z:86037ab7-13fa-4be6-b850-4b1516e99f5c" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:19:42 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], + "Content-Length": [ "503" ], + "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5784f26e-dab8-4072-8866-d90260ad115c\",\"name\":\"5784f26e-dab8-4072-8866-d90260ad115c\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:10:38.807944Z\",\"endTime\":\"2020-08-02T23:10:41.4176041Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"77899889-29a8-4c7e-9a09-b4ee202c1d92\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14+20": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "121", "122", "123", "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138", "139", "140" ], + "x-ms-client-request-id": [ "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd" ], + "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], + "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], + "x-ms-request-id": [ "e5f57d19-4dd5-4bc0-b16c-2fab3df07962" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "eeb64e10-9b98-460a-ac51-1b651eec9f75" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232013Z:eeb64e10-9b98-460a-ac51-1b651eec9f75" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:20:13 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "506" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5784f26e-dab8-4072-8866-d90260ad115c\",\"name\":\"5784f26e-dab8-4072-8866-d90260ad115c\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-02T23:10:38.807944Z\",\"endTime\":\"2020-08-02T23:20:06.4337349Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"77899889-29a8-4c7e-9a09-b4ee202c1d92\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14\u0026operationResultResponseType=Location+21": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5784f26e-dab8-4072-8866-d90260ad115c?api-version=2020-06-14\u0026operationResultResponseType=Location", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "121", "122", "123", "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138", "139", "140", "141" ], + "x-ms-client-request-id": [ "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd", "b102e763-480e-450d-a56f-bb82443c53bd" ], + "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], + "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded", "Add-AzKustoClusterLanguageExtension_AddExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "b8a8c32d-424c-4a32-ae64-27c5c329abda" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], + "x-ms-correlation-request-id": [ "cbd17e37-adbd-49cb-a539-26a4d40563d9" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232013Z:cbd17e37-adbd-49cb-a539-26a4d40563d9" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:20:13 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, "Content": null } }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15+1": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs?api-version=2020-06-14+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "78" ], - "x-ms-client-request-id": [ "ed3c6e8c-9f4c-417e-a3ed-c54d693557d4" ], + "x-ms-unique-id": [ "142" ], + "x-ms-client-request-id": [ "0aa027cd-8ea0-4798-8c40-8e392e51d734" ], "CommandName": [ "Get-AzKustoCluster" ], "FullCommandName": [ "Get-AzKustoCluster_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -470,41 +873,34 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "0d903b2d-6125-452e-8263-28b9007e5599" ], - "x-ms-correlation-request-id": [ "1ca39e32-d872-4d93-8ca5-987bc2ff46ef" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T222522Z:1ca39e32-d872-4d93-8ca5-987bc2ff46ef" ], + "x-ms-request-id": [ "816b36a5-6a54-4404-b3e0-801ed9568afd" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "b0559bcd-05a1-4007-8a35-cf4335f68eac" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232014Z:b0559bcd-05a1-4007-8a35-cf4335f68eac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:25:21 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:20:13 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "780" ], + "Content-Length": [ "823" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu\",\"name\":\"sdkpsclustereu\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://sdkpsclustereu.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-sdkpsclustereu.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[{\"languageExtensionName\":\"R\"}]},\"enablePurge\":null,\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\"name\":\"testclusterlbfexs\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://testclusterlbfexs.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-testclusterlbfexs.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[{\"languageExtensionName\":\"R\"}]},\"enablePurge\":null,\"enableDoubleEncryption\":false,\"provisioningState\":\"Succeeded\"}}" } }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/addLanguageExtensions?api-version=2020-02-15+2": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/addLanguageExtensions?api-version=2020-06-14+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/addLanguageExtensions?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/addLanguageExtensions?api-version=2020-06-14", "Content": "{\r\n \"value\": [\r\n {\r\n \"languageExtensionName\": \"PYTHON\"\r\n }\r\n ]\r\n}", "Headers": { - "x-ms-unique-id": [ "79" ], - "x-ms-client-request-id": [ "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf" ], - "CommandName": [ "Add-AzKustoClusterLanguageExtension" ], - "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -514,39 +910,39 @@ "Response": { "StatusCode": 202, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "669b35a5-d6a1-4121-973f-4a2ada9223d1" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "x-ms-request-id": [ "ce85995c-64f3-454a-8c34-6cbfb8f5a161" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-correlation-request-id": [ "2016c40c-374f-4629-a14b-8302d67179a9" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T222522Z:2016c40c-374f-4629-a14b-8302d67179a9" ], + "x-ms-correlation-request-id": [ "fdb89244-0e88-48d1-b2e2-f85ea684d126" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232014Z:fdb89244-0e88-48d1-b2e2-f85ea684d126" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:25:22 GMT" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=ef3de0f4cd17f8e9f7d2fa3d3db2dfb16b68de461929f7c4880cf75c0d094a4e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:20:14 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], - "Expires": [ "-1" ] + "Expires": [ "-1" ], + "Content-Length": [ "0" ] }, "Content": null } }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15+3": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "79", "80" ], - "x-ms-client-request-id": [ "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf" ], + "x-ms-unique-id": [ "143", "144" ], + "x-ms-client-request-id": [ "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617" ], "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -555,39 +951,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], - "x-ms-request-id": [ "daf66d68-989d-4886-8466-6fd7568a7d42" ], - "x-ms-correlation-request-id": [ "cdc12471-ddac-49e8-a51c-b433ffd672a4" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T222554Z:cdc12471-ddac-49e8-a51c-b433ffd672a4" ], + "x-ms-correlation-request-id": [ "7f9c538e-0b82-421a-bc45-3bcd185ef533" ], + "x-ms-request-id": [ "2959a833-a9cb-437a-b4b0-ffb079966bb7" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232044Z:7f9c538e-0b82-421a-bc45-3bcd185ef533" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:25:53 GMT" ], - "Set-Cookie": [ "ARRAffinity=deac3c942b2a72b721942f97372cf2a3052effbe4aa0b896664f8887a4bd559d;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:20:44 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "474" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"name\":\"c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:25:22.7966982Z\",\"endTime\":\"2020-04-07T22:25:24.2810617Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"8f8fa447-b59b-479b-a1a6-9352444f1382\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"name\":\"6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:20:14.5780056Z\",\"endTime\":\"2020-08-02T23:20:17.1094595Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"6a0aaded-29d8-4957-975c-7a6d76ffe4cc\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15+4": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "79", "80", "81" ], - "x-ms-client-request-id": [ "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf" ], + "x-ms-unique-id": [ "143", "144", "145" ], + "x-ms-client-request-id": [ "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617" ], "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -596,39 +992,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "2a72ec61-15c1-4dcc-813a-014450d2e23e" ], - "x-ms-request-id": [ "a00af63e-7561-4779-8254-8f3fa619139a" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T222624Z:2a72ec61-15c1-4dcc-813a-014450d2e23e" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-request-id": [ "772ff946-7e24-47ed-a426-7930bbf89c0c" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "02e3f873-7286-487a-9125-8feb840efa41" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232115Z:02e3f873-7286-487a-9125-8feb840efa41" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:26:23 GMT" ], - "Set-Cookie": [ "ARRAffinity=ef3de0f4cd17f8e9f7d2fa3d3db2dfb16b68de461929f7c4880cf75c0d094a4e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:21:15 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "474" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"name\":\"c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:25:22.7966982Z\",\"endTime\":\"2020-04-07T22:25:24.2810617Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"8f8fa447-b59b-479b-a1a6-9352444f1382\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"name\":\"6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:20:14.5780056Z\",\"endTime\":\"2020-08-02T23:20:17.1094595Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"6a0aaded-29d8-4957-975c-7a6d76ffe4cc\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15+5": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "79", "80", "81", "82" ], - "x-ms-client-request-id": [ "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf" ], + "x-ms-unique-id": [ "143", "144", "145", "146" ], + "x-ms-client-request-id": [ "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617" ], "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -637,39 +1033,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], - "x-ms-request-id": [ "24457168-08e8-4c84-aab8-3ad969f09aee" ], - "x-ms-correlation-request-id": [ "b3790e58-fa1a-42f9-bf98-f65dcb790164" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T222655Z:b3790e58-fa1a-42f9-bf98-f65dcb790164" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-request-id": [ "7b51b268-1501-4c05-8bba-df0e6ace52a2" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "b14108f7-8262-45fd-b1a7-2eab731e4af3" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232145Z:b14108f7-8262-45fd-b1a7-2eab731e4af3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:26:54 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:21:45 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "474" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"name\":\"c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:25:22.7966982Z\",\"endTime\":\"2020-04-07T22:25:24.2810617Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"8f8fa447-b59b-479b-a1a6-9352444f1382\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"name\":\"6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:20:14.5780056Z\",\"endTime\":\"2020-08-02T23:20:17.1094595Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"6a0aaded-29d8-4957-975c-7a6d76ffe4cc\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15+6": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "79", "80", "81", "82", "83" ], - "x-ms-client-request-id": [ "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf" ], + "x-ms-unique-id": [ "143", "144", "145", "146", "147" ], + "x-ms-client-request-id": [ "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617" ], "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -678,39 +1074,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], - "x-ms-request-id": [ "fcea6b83-5664-4cca-aa8e-5d2c05709fa5" ], - "x-ms-correlation-request-id": [ "5ec1ac16-df8b-4785-bc18-5075eff912e5" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T222725Z:5ec1ac16-df8b-4785-bc18-5075eff912e5" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "x-ms-request-id": [ "8c5233cf-2408-4478-9d92-85ed91c205de" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "b396a3d6-c2b5-475f-a6bb-5689533f2823" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232216Z:b396a3d6-c2b5-475f-a6bb-5689533f2823" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:27:24 GMT" ], - "Set-Cookie": [ "ARRAffinity=215f89ce1e3b7fe16702b151d790214d3e419a6068dd5b2f7cbbd791a4ac2087;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:22:15 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "474" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"name\":\"c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:25:22.7966982Z\",\"endTime\":\"2020-04-07T22:25:24.2810617Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"8f8fa447-b59b-479b-a1a6-9352444f1382\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"name\":\"6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:20:14.5780056Z\",\"endTime\":\"2020-08-02T23:20:17.1094595Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"6a0aaded-29d8-4957-975c-7a6d76ffe4cc\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15+7": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "79", "80", "81", "82", "83", "84" ], - "x-ms-client-request-id": [ "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf" ], + "x-ms-unique-id": [ "143", "144", "145", "146", "147", "148" ], + "x-ms-client-request-id": [ "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617" ], "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -719,39 +1115,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "75b760b6-c1db-41c8-8b3c-1cc4c6eeaf84" ], - "x-ms-request-id": [ "dd819daa-2cd5-4354-8712-56c0c398e023" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T222755Z:75b760b6-c1db-41c8-8b3c-1cc4c6eeaf84" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-request-id": [ "6f8d7fbf-1c7c-47dd-a6e4-ea64d4bc626b" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "12b61381-fb03-427f-915e-030c6195e011" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232246Z:12b61381-fb03-427f-915e-030c6195e011" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:27:55 GMT" ], - "Set-Cookie": [ "ARRAffinity=5d8f46e797674adfa6f345dd92c7bb8ccffb7a39a253ecaf84bf8923217e3248;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:22:45 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "474" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"name\":\"c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:25:22.7966982Z\",\"endTime\":\"2020-04-07T22:25:24.2810617Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"8f8fa447-b59b-479b-a1a6-9352444f1382\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"name\":\"6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:20:14.5780056Z\",\"endTime\":\"2020-08-02T23:20:17.1094595Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"6a0aaded-29d8-4957-975c-7a6d76ffe4cc\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15+8": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "79", "80", "81", "82", "83", "84", "85" ], - "x-ms-client-request-id": [ "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf" ], + "x-ms-unique-id": [ "143", "144", "145", "146", "147", "148", "149" ], + "x-ms-client-request-id": [ "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617" ], "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -760,39 +1156,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], - "x-ms-request-id": [ "b4818f3b-defc-49ee-a3db-56671f56f1c0" ], - "x-ms-correlation-request-id": [ "d431d918-5d12-459e-ae9b-892bf7ee7710" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T222826Z:d431d918-5d12-459e-ae9b-892bf7ee7710" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "x-ms-request-id": [ "145e69e5-d09d-48f6-be2b-276be38eca4b" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "9d9a8316-39d1-4b37-a461-9847022b6b2d" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232316Z:9d9a8316-39d1-4b37-a461-9847022b6b2d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:28:25 GMT" ], - "Set-Cookie": [ "ARRAffinity=b3c2d4d5282ede81ed15f3f78d2ac82595f2901483fcb7962c29f71395856c9e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:23:15 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "474" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"name\":\"c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:25:22.7966982Z\",\"endTime\":\"2020-04-07T22:25:24.2810617Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"8f8fa447-b59b-479b-a1a6-9352444f1382\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"name\":\"6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:20:14.5780056Z\",\"endTime\":\"2020-08-02T23:20:17.1094595Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"6a0aaded-29d8-4957-975c-7a6d76ffe4cc\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15+9": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "79", "80", "81", "82", "83", "84", "85", "86" ], - "x-ms-client-request-id": [ "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf" ], + "x-ms-unique-id": [ "143", "144", "145", "146", "147", "148", "149", "150" ], + "x-ms-client-request-id": [ "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617" ], "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -801,39 +1197,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], - "x-ms-request-id": [ "d24acca8-dc67-4411-8568-4cca1d59c91c" ], - "x-ms-correlation-request-id": [ "31a8ddf1-5dc3-4a4d-80bc-0442431b6e4e" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T222856Z:31a8ddf1-5dc3-4a4d-80bc-0442431b6e4e" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "x-ms-request-id": [ "55122758-10c4-40d7-b581-a932f44e4d7c" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "b1f684a0-d840-42ff-99bc-f3a644b75c7e" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232346Z:b1f684a0-d840-42ff-99bc-f3a644b75c7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:28:56 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:23:46 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "474" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"name\":\"c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:25:22.7966982Z\",\"endTime\":\"2020-04-07T22:25:24.2810617Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"8f8fa447-b59b-479b-a1a6-9352444f1382\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"name\":\"6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:20:14.5780056Z\",\"endTime\":\"2020-08-02T23:20:17.1094595Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"6a0aaded-29d8-4957-975c-7a6d76ffe4cc\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15+10": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "79", "80", "81", "82", "83", "84", "85", "86", "87" ], - "x-ms-client-request-id": [ "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf" ], + "x-ms-unique-id": [ "143", "144", "145", "146", "147", "148", "149", "150", "151" ], + "x-ms-client-request-id": [ "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617" ], "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -842,39 +1238,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "fd9364c0-449f-48c0-86b9-7a3ad867ae9f" ], - "x-ms-request-id": [ "40730dd3-4b34-4839-83e2-44de8b4d8c27" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T222926Z:fd9364c0-449f-48c0-86b9-7a3ad867ae9f" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "x-ms-request-id": [ "8f91b83d-b53f-492c-8c0f-59bf7dd2805e" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "f33adf34-70a7-48a9-928d-f800313971fa" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232416Z:f33adf34-70a7-48a9-928d-f800313971fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:29:25 GMT" ], - "Set-Cookie": [ "ARRAffinity=b3c2d4d5282ede81ed15f3f78d2ac82595f2901483fcb7962c29f71395856c9e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:24:16 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "474" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"name\":\"c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:25:22.7966982Z\",\"endTime\":\"2020-04-07T22:25:24.2810617Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"8f8fa447-b59b-479b-a1a6-9352444f1382\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"name\":\"6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:20:14.5780056Z\",\"endTime\":\"2020-08-02T23:20:17.1094595Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"6a0aaded-29d8-4957-975c-7a6d76ffe4cc\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15+11": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14+11": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "79", "80", "81", "82", "83", "84", "85", "86", "87", "88" ], - "x-ms-client-request-id": [ "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf" ], + "x-ms-unique-id": [ "143", "144", "145", "146", "147", "148", "149", "150", "151", "152" ], + "x-ms-client-request-id": [ "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617" ], "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -883,39 +1279,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], - "x-ms-request-id": [ "e7c3ed83-4243-45ae-883c-faa5368cfccc" ], - "x-ms-correlation-request-id": [ "e6454306-544d-495a-abaa-cdccf13712d9" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T222957Z:e6454306-544d-495a-abaa-cdccf13712d9" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "279" ], + "x-ms-request-id": [ "45b3baa8-12be-4899-bcac-71acd1ce507b" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "1078924d-e53e-4816-80ec-df69187ca0b5" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232447Z:1078924d-e53e-4816-80ec-df69187ca0b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:29:57 GMT" ], - "Set-Cookie": [ "ARRAffinity=215f89ce1e3b7fe16702b151d790214d3e419a6068dd5b2f7cbbd791a4ac2087;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:24:47 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "474" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"name\":\"c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:25:22.7966982Z\",\"endTime\":\"2020-04-07T22:25:24.2810617Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"8f8fa447-b59b-479b-a1a6-9352444f1382\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"name\":\"6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:20:14.5780056Z\",\"endTime\":\"2020-08-02T23:20:17.1094595Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"6a0aaded-29d8-4957-975c-7a6d76ffe4cc\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15+12": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89" ], - "x-ms-client-request-id": [ "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf" ], + "x-ms-unique-id": [ "143", "144", "145", "146", "147", "148", "149", "150", "151", "152", "153" ], + "x-ms-client-request-id": [ "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617" ], "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -924,39 +1320,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], - "x-ms-request-id": [ "1836f6b1-79c0-4e64-9c4a-d9c42c92550b" ], - "x-ms-correlation-request-id": [ "ab2c1ec7-688d-43c2-a06b-d29d5dfe4424" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T223027Z:ab2c1ec7-688d-43c2-a06b-d29d5dfe4424" ], + "x-ms-request-id": [ "02603577-b3a0-4376-a526-ca644e0ec83e" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "ac92559f-7caa-461d-9e58-5da5216fa156" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232517Z:ac92559f-7caa-461d-9e58-5da5216fa156" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:30:27 GMT" ], - "Set-Cookie": [ "ARRAffinity=ef3de0f4cd17f8e9f7d2fa3d3db2dfb16b68de461929f7c4880cf75c0d094a4e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:25:17 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "474" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"name\":\"c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:25:22.7966982Z\",\"endTime\":\"2020-04-07T22:25:24.2810617Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"8f8fa447-b59b-479b-a1a6-9352444f1382\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"name\":\"6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:20:14.5780056Z\",\"endTime\":\"2020-08-02T23:20:17.1094595Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"6a0aaded-29d8-4957-975c-7a6d76ffe4cc\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15+13": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14+13": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90" ], - "x-ms-client-request-id": [ "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf" ], + "x-ms-unique-id": [ "143", "144", "145", "146", "147", "148", "149", "150", "151", "152", "153", "154" ], + "x-ms-client-request-id": [ "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617" ], "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -965,39 +1361,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "5af9e5b5-c7e6-4786-9df8-9b87cac9aa31" ], - "x-ms-request-id": [ "5999f52f-ff63-4a9f-8b7f-54bbf70ffe27" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T223058Z:5af9e5b5-c7e6-4786-9df8-9b87cac9aa31" ], + "x-ms-request-id": [ "82b8e185-0950-428f-af1d-7197c5cac645" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "4cc9d3e4-2938-46e0-a8b2-f17d6b3485bd" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232547Z:4cc9d3e4-2938-46e0-a8b2-f17d6b3485bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:30:58 GMT" ], - "Set-Cookie": [ "ARRAffinity=215f89ce1e3b7fe16702b151d790214d3e419a6068dd5b2f7cbbd791a4ac2087;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:25:46 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "474" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"name\":\"c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:25:22.7966982Z\",\"endTime\":\"2020-04-07T22:25:24.2810617Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"8f8fa447-b59b-479b-a1a6-9352444f1382\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"name\":\"6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:20:14.5780056Z\",\"endTime\":\"2020-08-02T23:20:17.1094595Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"6a0aaded-29d8-4957-975c-7a6d76ffe4cc\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15+14": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91" ], - "x-ms-client-request-id": [ "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf" ], + "x-ms-unique-id": [ "143", "144", "145", "146", "147", "148", "149", "150", "151", "152", "153", "154", "155" ], + "x-ms-client-request-id": [ "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617" ], "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1006,39 +1402,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], - "x-ms-request-id": [ "3b040310-3964-4359-80bc-426fd4513455" ], - "x-ms-correlation-request-id": [ "83de8a35-0547-488b-b576-96d1224fa246" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T223128Z:83de8a35-0547-488b-b576-96d1224fa246" ], + "x-ms-request-id": [ "c4b596e8-4894-4d5c-ab6c-7e233bc64b9c" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "ce2f91a6-1f6d-41c1-a252-40f9178a7bf8" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232617Z:ce2f91a6-1f6d-41c1-a252-40f9178a7bf8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:31:28 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:26:17 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "474" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"name\":\"c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:25:22.7966982Z\",\"endTime\":\"2020-04-07T22:25:24.2810617Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"8f8fa447-b59b-479b-a1a6-9352444f1382\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"name\":\"6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:20:14.5780056Z\",\"endTime\":\"2020-08-02T23:20:17.1094595Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"6a0aaded-29d8-4957-975c-7a6d76ffe4cc\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15+15": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92" ], - "x-ms-client-request-id": [ "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf" ], + "x-ms-unique-id": [ "143", "144", "145", "146", "147", "148", "149", "150", "151", "152", "153", "154", "155", "156" ], + "x-ms-client-request-id": [ "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617" ], "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1047,39 +1443,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], - "x-ms-request-id": [ "35ecb835-25c5-4de7-9cf0-6238d56ef7cd" ], - "x-ms-correlation-request-id": [ "0c5fbdab-e5cc-4986-889a-85241cb56ee3" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T223159Z:0c5fbdab-e5cc-4986-889a-85241cb56ee3" ], + "x-ms-request-id": [ "6864550f-5798-451b-9483-9d3f6a9a65af" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "0a704611-80bc-423b-8e00-4fd0f6d6c429" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232648Z:0a704611-80bc-423b-8e00-4fd0f6d6c429" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:31:58 GMT" ], - "Set-Cookie": [ "ARRAffinity=5d8f46e797674adfa6f345dd92c7bb8ccffb7a39a253ecaf84bf8923217e3248;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:26:47 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "474" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"name\":\"c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:25:22.7966982Z\",\"endTime\":\"2020-04-07T22:25:24.2810617Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"8f8fa447-b59b-479b-a1a6-9352444f1382\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"name\":\"6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:20:14.5780056Z\",\"endTime\":\"2020-08-02T23:20:17.1094595Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"6a0aaded-29d8-4957-975c-7a6d76ffe4cc\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15+16": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14+16": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93" ], - "x-ms-client-request-id": [ "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf" ], + "x-ms-unique-id": [ "143", "144", "145", "146", "147", "148", "149", "150", "151", "152", "153", "154", "155", "156", "157" ], + "x-ms-client-request-id": [ "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617" ], "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1088,39 +1484,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "e243a34b-4a41-4381-87ce-980d56c43cde" ], - "x-ms-request-id": [ "892cb300-b6fe-4260-937e-969d19c0c642" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T223229Z:e243a34b-4a41-4381-87ce-980d56c43cde" ], + "x-ms-request-id": [ "8b8eadbb-9a9a-4f3a-bb67-968730e8ec58" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "ed32d1cd-287c-43aa-8c9d-e83f5fb21ca5" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232718Z:ed32d1cd-287c-43aa-8c9d-e83f5fb21ca5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:32:28 GMT" ], - "Set-Cookie": [ "ARRAffinity=ef3de0f4cd17f8e9f7d2fa3d3db2dfb16b68de461929f7c4880cf75c0d094a4e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:27:17 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "474" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"name\":\"c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:25:22.7966982Z\",\"endTime\":\"2020-04-07T22:25:24.2810617Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"8f8fa447-b59b-479b-a1a6-9352444f1382\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"name\":\"6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:20:14.5780056Z\",\"endTime\":\"2020-08-02T23:20:17.1094595Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"6a0aaded-29d8-4957-975c-7a6d76ffe4cc\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15+17": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94" ], - "x-ms-client-request-id": [ "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf" ], + "x-ms-unique-id": [ "143", "144", "145", "146", "147", "148", "149", "150", "151", "152", "153", "154", "155", "156", "157", "158" ], + "x-ms-client-request-id": [ "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617" ], "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1129,39 +1525,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], + "x-ms-correlation-request-id": [ "a4d8044e-c06e-452e-b82c-c35b345cfec8" ], + "x-ms-request-id": [ "794a3ae5-f22c-471d-a721-6b1fffe7eeab" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], - "x-ms-request-id": [ "4d7834aa-325c-48c8-9c22-0395cbb8661a" ], - "x-ms-correlation-request-id": [ "0138ec98-c3dc-4f9f-a82b-3253350d3282" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T223300Z:0138ec98-c3dc-4f9f-a82b-3253350d3282" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232750Z:a4d8044e-c06e-452e-b82c-c35b345cfec8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:32:59 GMT" ], - "Set-Cookie": [ "ARRAffinity=215f89ce1e3b7fe16702b151d790214d3e419a6068dd5b2f7cbbd791a4ac2087;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:27:49 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "474" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"name\":\"c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:25:22.7966982Z\",\"endTime\":\"2020-04-07T22:25:24.2810617Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"8f8fa447-b59b-479b-a1a6-9352444f1382\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"name\":\"6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:20:14.5780056Z\",\"endTime\":\"2020-08-02T23:20:17.1094595Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"6a0aaded-29d8-4957-975c-7a6d76ffe4cc\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15+18": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14+18": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95" ], - "x-ms-client-request-id": [ "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf" ], + "x-ms-unique-id": [ "143", "144", "145", "146", "147", "148", "149", "150", "151", "152", "153", "154", "155", "156", "157", "158", "159" ], + "x-ms-client-request-id": [ "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617" ], "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1170,39 +1566,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], - "x-ms-request-id": [ "bec9fa5a-9f4d-4daf-a71e-dd4d94656fa8" ], - "x-ms-correlation-request-id": [ "291b54a9-9f7a-49d1-bd70-8acc111c5fa0" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T223330Z:291b54a9-9f7a-49d1-bd70-8acc111c5fa0" ], + "x-ms-request-id": [ "d89cfca7-e97d-4a0d-9be3-d97655dcf0e1" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "22cc2280-85f4-457f-a344-bbbf5a18a6ab" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232820Z:22cc2280-85f4-457f-a344-bbbf5a18a6ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:33:29 GMT" ], - "Set-Cookie": [ "ARRAffinity=b3c2d4d5282ede81ed15f3f78d2ac82595f2901483fcb7962c29f71395856c9e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:28:19 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "474" ], + "Content-Length": [ "507" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"name\":\"c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:25:22.7966982Z\",\"endTime\":\"2020-04-07T22:25:24.2810617Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"8f8fa447-b59b-479b-a1a6-9352444f1382\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"name\":\"6fc57e0d-00da-40dc-9ff5-903ed2bd50fe\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-02T23:20:14.5780056Z\",\"endTime\":\"2020-08-02T23:27:54.5842344Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"6a0aaded-29d8-4957-975c-7a6d76ffe4cc\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" } }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15+19": { + "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14\u0026operationResultResponseType=Location+19": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6fc57e0d-00da-40dc-9ff5-903ed2bd50fe?api-version=2020-06-14\u0026operationResultResponseType=Location", "Content": null, "Headers": { - "x-ms-unique-id": [ "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96" ], - "x-ms-client-request-id": [ "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf" ], + "x-ms-unique-id": [ "143", "144", "145", "146", "147", "148", "149", "150", "151", "152", "153", "154", "155", "156", "157", "158", "159", "160" ], + "x-ms-client-request-id": [ "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617", "c47e9d39-56d0-47af-a435-8e32fb9f7617" ], "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1211,103 +1607,21 @@ "Response": { "StatusCode": 200, "Headers": { - "Pragma": [ "no-cache" ], - "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "1b7761da-15b3-4f9d-a0f5-7ebdb014eaa9" ], - "x-ms-request-id": [ "b1bafcf1-56f5-42c9-a4a0-c7491800b954" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T223400Z:1b7761da-15b3-4f9d-a0f5-7ebdb014eaa9" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:33:59 GMT" ], - "Set-Cookie": [ "ARRAffinity=7e1ae2d9d6ffff3dfc0a49ef14149354611612ab62434b1ba4813a66a18e1335;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] - }, - "ContentHeaders": { - "Content-Length": [ "474" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"name\":\"c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:25:22.7966982Z\",\"endTime\":\"2020-04-07T22:25:24.2810617Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"8f8fa447-b59b-479b-a1a6-9352444f1382\",\"provisioningState\":\"Running\"}}" - } - }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15+20": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97" ], - "x-ms-client-request-id": [ "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf" ], - "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], - "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Pragma": [ "no-cache" ], - "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], - "x-ms-request-id": [ "add5c5c6-52e7-4697-87c0-2676ff1c66dd" ], - "x-ms-correlation-request-id": [ "bb5128e5-800f-42d6-b3e5-1f5136cd2e26" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T223431Z:bb5128e5-800f-42d6-b3e5-1f5136cd2e26" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:34:31 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] - }, - "ContentHeaders": { - "Content-Length": [ "478" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"name\":\"c85a2167-89c8-4346-86f7-ff2b76015cf7\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-07T22:25:22.7966982Z\",\"endTime\":\"2020-04-07T22:34:27.3920552Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"8f8fa447-b59b-479b-a1a6-9352444f1382\",\"provisioningState\":\"Succeeded\"}}" - } - }, - "Add-AzKustoClusterLanguageExtension+[NoContext]+AddViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15\u0026operationResultResponseType=Location+21": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/c85a2167-89c8-4346-86f7-ff2b76015cf7?api-version=2020-02-15\u0026operationResultResponseType=Location", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98" ], - "x-ms-client-request-id": [ "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf", "c4c19ecf-21c9-41a3-9dea-f8e73e4829cf" ], - "CommandName": [ "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension", "Add-AzKustoClusterLanguageExtension" ], - "FullCommandName": [ "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded", "Add-AzKustoClusterLanguageExtension_AddViaIdentityExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "26b8b245-550f-47fa-948f-a9a7f4a1c5df" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "279" ], - "x-ms-correlation-request-id": [ "1137a3d5-4f40-4012-8f31-d2178c405f58" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T223431Z:1137a3d5-4f40-4012-8f31-d2178c405f58" ], + "x-ms-request-id": [ "f2c6251f-d0e7-446c-8c59-cd5f56ec1b34" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "x-ms-correlation-request-id": [ "8038853e-76d3-4aa2-a9e8-260d4985b05e" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232820Z:8038853e-76d3-4aa2-a9e8-260d4985b05e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:34:31 GMT" ], - "Set-Cookie": [ "ARRAffinity=ef3de0f4cd17f8e9f7d2fa3d3db2dfb16b68de461929f7c4880cf75c0d094a4e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:28:20 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], - "Expires": [ "-1" ] + "Expires": [ "-1" ], + "Content-Length": [ "0" ] }, "Content": null } diff --git a/src/Kusto/test/Add-AzKustoClusterLanguageExtension.Tests.ps1 b/src/Kusto/test/Add-AzKustoClusterLanguageExtension.Tests.ps1 index 071c2c1a5e76..568b77e66509 100644 --- a/src/Kusto/test/Add-AzKustoClusterLanguageExtension.Tests.ps1 +++ b/src/Kusto/test/Add-AzKustoClusterLanguageExtension.Tests.ps1 @@ -24,7 +24,7 @@ Describe 'Add-AzKustoClusterLanguageExtension' { $clusterName = $env.clusterName $clusterGetItem = Get-AzKustoCluster -ResourceGroupName $resourceGroupName -Name $clusterName - + { Add-AzKustoClusterLanguageExtension -InputObject $clusterGetItem -Value (@{Name=$env.langExt2}) } | Should -Not -Throw } } diff --git a/src/Kusto/test/Get-AzKustoAttachedDatabaseConfiguration.Recording.json b/src/Kusto/test/Get-AzKustoAttachedDatabaseConfiguration.Recording.json index ef0903200799..a2e9ebb436a5 100644 --- a/src/Kusto/test/Get-AzKustoAttachedDatabaseConfiguration.Recording.json +++ b/src/Kusto/test/Get-AzKustoAttachedDatabaseConfiguration.Recording.json @@ -1,16 +1,16 @@ { - "Get-AzKustoAttachedDatabaseConfiguration+[NoContext]+List+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf/attachedDatabaseConfigurations?api-version=2020-02-15+1": { + "Get-AzKustoAttachedDatabaseConfiguration+[NoContext]+List+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/attachedDatabaseConfigurations?api-version=2020-06-14+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf/attachedDatabaseConfigurations?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/attachedDatabaseConfigurations?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "15" ], - "x-ms-client-request-id": [ "cd962132-65a4-498d-b5ab-7f38484f3f1d" ], + "x-ms-unique-id": [ "161" ], + "x-ms-client-request-id": [ "8de8dce2-49d0-4efa-ba1b-20d91a1dbb49" ], "CommandName": [ "Get-AzKustoAttachedDatabaseConfiguration" ], "FullCommandName": [ "Get-AzKustoAttachedDatabaseConfiguration_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -19,39 +19,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "297" ], - "x-ms-request-id": [ "0d3b2743-c1ca-4996-b2c1-ad49c8d554eb" ], - "x-ms-correlation-request-id": [ "d70034c2-91a0-44f6-b497-8c9f70146eed" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T114555Z:d70034c2-91a0-44f6-b497-8c9f70146eed" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], + "x-ms-request-id": [ "2d8e906c-c566-4145-8fa1-c238094b5137" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "ef144253-565e-405e-87c7-47e2648cfd83" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232822Z:ef144253-565e-405e-87c7-47e2648cfd83" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 11:45:55 GMT" ], - "Set-Cookie": [ "ARRAffinity=215f89ce1e3b7fe16702b151d790214d3e419a6068dd5b2f7cbbd791a4ac2087;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:28:21 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "675" ], + "Content-Length": [ "682" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf/AttachedDatabaseConfigurations/sdkpowershellfconfig\",\"name\":\"sdkpsclustereuf/sdkpowershellfconfig\",\"type\":\"Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"properties\":{\"clusterResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu\",\"databaseName\":\"sdkpowershelldb\",\"attachedDatabaseNames\":[\"sdkpowershelldb\"],\"defaultPrincipalsModificationKind\":\"Union\",\"provisioningState\":\"Succeeded\"}}]}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfbgiwc7\",\"name\":\"testfclusterbgiwc7/testdbconfbgiwc7\",\"type\":\"Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"properties\":{\"clusterResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\"databaseName\":\"testdatabaselbfexs\",\"attachedDatabaseNames\":[\"testdatabaselbfexs\"],\"defaultPrincipalsModificationKind\":\"Union\",\"provisioningState\":\"Succeeded\"}}]}" } }, - "Get-AzKustoAttachedDatabaseConfiguration+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf/AttachedDatabaseConfigurations/sdkpowershellfconfig?api-version=2020-02-15+1": { + "Get-AzKustoAttachedDatabaseConfiguration+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfbgiwc7?api-version=2020-06-14+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf/AttachedDatabaseConfigurations/sdkpowershellfconfig?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfbgiwc7?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "16" ], - "x-ms-client-request-id": [ "7aafd3f3-080c-416e-b910-f983b93f4d22" ], + "x-ms-unique-id": [ "162" ], + "x-ms-client-request-id": [ "450bf4f0-d958-4390-a7f8-c440bab4cb17" ], "CommandName": [ "Get-AzKustoAttachedDatabaseConfiguration" ], "FullCommandName": [ "Get-AzKustoAttachedDatabaseConfiguration_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -60,26 +60,26 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "296" ], - "x-ms-request-id": [ "afb9dc4a-399b-440b-91d3-33924e6a1544" ], - "x-ms-correlation-request-id": [ "ff4e35c1-a809-4365-b1bf-0e089348932c" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T114556Z:ff4e35c1-a809-4365-b1bf-0e089348932c" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], + "x-ms-request-id": [ "c6c3c966-50c2-4442-b83b-170ef30cd98e" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "1e9a517d-b77d-4049-b86b-78b845a02c09" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232822Z:1e9a517d-b77d-4049-b86b-78b845a02c09" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 11:45:55 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:28:22 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "673" ], + "Content-Length": [ "680" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf/AttachedDatabaseConfigurations/sdkpowershellfconfig\",\"name\":\"sdkpsclustereuf/sdkpowershellfconfig\",\"type\":\"Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"tags\":{},\"properties\":{\"clusterResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu\",\"databaseName\":\"sdkpowershelldb\",\"attachedDatabaseNames\":[\"sdkpowershelldb\"],\"defaultPrincipalsModificationKind\":\"Union\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfbgiwc7\",\"name\":\"testfclusterbgiwc7/testdbconfbgiwc7\",\"type\":\"Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"tags\":{},\"properties\":{\"clusterResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\"databaseName\":\"testdatabaselbfexs\",\"attachedDatabaseNames\":[\"testdatabaselbfexs\"],\"defaultPrincipalsModificationKind\":\"Union\",\"provisioningState\":\"Succeeded\"}}" } } } \ No newline at end of file diff --git a/src/Kusto/test/Get-AzKustoAttachedDatabaseConfiguration.Tests.ps1 b/src/Kusto/test/Get-AzKustoAttachedDatabaseConfiguration.Tests.ps1 index 518afbfa3aea..230dd81fd69c 100644 --- a/src/Kusto/test/Get-AzKustoAttachedDatabaseConfiguration.Tests.ps1 +++ b/src/Kusto/test/Get-AzKustoAttachedDatabaseConfiguration.Tests.ps1 @@ -7,7 +7,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzKustoAttachedDatabaseConfiguration.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -23,7 +23,7 @@ Describe 'Get-AzKustoAttachedDatabaseConfiguration' { $attachedDatabaseConfigurationName = $env.attachedDatabaseConfigurationName $followerClusterName = $env.followerClusterName $defaultPrincipalsModificationKind = $env.defaultPrincipalsModificationKind - $clusterResourceId= "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.Kusto/Clusters/$clusterName" + $clusterResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.Kusto/Clusters/$clusterName" $attachedDatabaseConfigurationFullName = $followerClusterName + "/" + $attachedDatabaseConfigurationName [array]$attachedDatabaseConfigurationGet = Get-AzKustoAttachedDatabaseConfiguration -ResourceGroupName $resourceGroupName -ClusterName $followerClusterName @@ -40,7 +40,7 @@ Describe 'Get-AzKustoAttachedDatabaseConfiguration' { $attachedDatabaseConfigurationName = $env.attachedDatabaseConfigurationName $followerClusterName = $env.followerClusterName $defaultPrincipalsModificationKind = $env.defaultPrincipalsModificationKind - $clusterResourceId= "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.Kusto/Clusters/$clusterName" + $clusterResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.Kusto/Clusters/$clusterName" $attachedDatabaseConfigurationFullName = $followerClusterName + "/" + $attachedDatabaseConfigurationName $attachedDatabaseConfiguration = Get-AzKustoAttachedDatabaseConfiguration -ResourceGroupName $resourceGroupName -ClusterName $followerClusterName -AttachedDatabaseConfigurationName $attachedDatabaseConfigurationName diff --git a/src/Kusto/test/Get-AzKustoCluster.Recording.json b/src/Kusto/test/Get-AzKustoCluster.Recording.json index 787175316741..c2d20132056a 100644 --- a/src/Kusto/test/Get-AzKustoCluster.Recording.json +++ b/src/Kusto/test/Get-AzKustoCluster.Recording.json @@ -1,16 +1,16 @@ { - "Get-AzKustoCluster+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15+1": { + "Get-AzKustoCluster+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs?api-version=2020-06-14+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", "100", "101", "102", "103", "104", "105", "106", "107" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906"], + "x-ms-unique-id": [ "163" ], + "x-ms-client-request-id": [ "b16bed19-25e0-4c4c-8dac-2fa887c3056c" ], "CommandName": [ "Get-AzKustoCluster" ], "FullCommandName": [ "Get-AzKustoCluster_Get" ], - "ParameterSetName": [ "__AllParameterSets"], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview"], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -19,40 +19,40 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "101b91f1-2e83-4b8b-9626-547acad98409" ], - "x-ms-correlation-request-id": [ "a3bd7c2d-f5f9-4a16-8dc3-1eceeb3fa042" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170336Z:a3bd7c2d-f5f9-4a16-8dc3-1eceeb3fa042" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], + "x-ms-request-id": [ "193569f1-c639-41d0-a455-33f1642d5283" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "10401bc0-fe7b-4f77-b142-328577852335" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232823Z:10401bc0-fe7b-4f77-b142-328577852335" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:03:35 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:28:22 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "751" ], + "Content-Length": [ "858" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu\",\"name\":\"sdkpsclustereu\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://sdkpsclustereu.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-sdkpsclustereu.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[]},\"enablePurge\":null,\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\"name\":\"testclusterlbfexs\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://testclusterlbfexs.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-testclusterlbfexs.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[{\"languageExtensionName\":\"PYTHON\"},{\"languageExtensionName\":\"R\"}]},\"enablePurge\":null,\"enableDoubleEncryption\":false,\"provisioningState\":\"Succeeded\"}}" } }, - "Get-AzKustoCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/clusters?api-version=2020-02-15+1": { + "Get-AzKustoCluster+[NoContext]+List+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/clusters?api-version=2020-06-14+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/clusters?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/clusters?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "108" ], - "x-ms-client-request-id": [ "1853e260-7805-4934-b958-22e4262ff602" ], + "x-ms-unique-id": [ "164" ], + "x-ms-client-request-id": [ "faa135fd-4dda-46a2-a2a6-7956b3b9d471" ], "CommandName": [ "Get-AzKustoCluster" ], "FullCommandName": [ "Get-AzKustoCluster_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -61,25 +61,25 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], - "x-ms-request-id": [ "a9cfc6bb-9e51-48b3-97ee-73e4e56003f9" ], - "x-ms-correlation-request-id": [ "69ab5302-c139-4af1-ba93-5ae14a0f35b4" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170336Z:69ab5302-c139-4af1-ba93-5ae14a0f35b4" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "297" ], + "x-ms-request-id": [ "4b42608c-3185-43aa-a720-3da4f9ea58d1" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "420267a5-375a-4a8d-aebf-0aa3d53ad84c" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232823Z:420267a5-375a-4a8d-aebf-0aa3d53ad84c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:03:35 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:28:23 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "763" ], + "Content-Length": [ "2464" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu\",\"name\":\"sdkpsclustereu\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://sdkpsclustereu.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-sdkpsclustereu.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[]},\"enablePurge\":null,\"provisioningState\":\"Succeeded\"}}]}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\"name\":\"testclusterlbfexs\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://testclusterlbfexs.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-testclusterlbfexs.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[{\"languageExtensionName\":\"PYTHON\"},{\"languageExtensionName\":\"R\"}]},\"enablePurge\":null,\"enableDoubleEncryption\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7\",\"name\":\"testfclusterbgiwc7\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://testfclusterbgiwc7.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-testfclusterbgiwc7.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[]},\"enablePurge\":null,\"enableDoubleEncryption\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterv76dg4\",\"name\":\"testclusterv76dg4\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://testclusterv76dg4.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-testclusterv76dg4.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[]},\"enablePurge\":null,\"enableDoubleEncryption\":false,\"provisioningState\":\"Succeeded\"}}]}" } } } \ No newline at end of file diff --git a/src/Kusto/test/Get-AzKustoCluster.Tests.ps1 b/src/Kusto/test/Get-AzKustoCluster.Tests.ps1 index fa16c2544645..8cddb1177b4a 100644 --- a/src/Kusto/test/Get-AzKustoCluster.Tests.ps1 +++ b/src/Kusto/test/Get-AzKustoCluster.Tests.ps1 @@ -7,7 +7,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzKustoCluster.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } diff --git a/src/Kusto/test/Get-AzKustoClusterFollowerDatabase.Recording.json b/src/Kusto/test/Get-AzKustoClusterFollowerDatabase.Recording.json index c3799a3f3da0..8d846953ba49 100644 --- a/src/Kusto/test/Get-AzKustoClusterFollowerDatabase.Recording.json +++ b/src/Kusto/test/Get-AzKustoClusterFollowerDatabase.Recording.json @@ -1,16 +1,16 @@ { - "Get-AzKustoClusterFollowerDatabase+[NoContext]+List+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/listFollowerDatabases?api-version=2020-02-15+1": { + "Get-AzKustoClusterFollowerDatabase+[NoContext]+List+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/listFollowerDatabases?api-version=2020-06-14+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/listFollowerDatabases?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/listFollowerDatabases?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "4e94496b-a911-49af-a3d6-ae2f456d7e0b" ], + "x-ms-unique-id": [ "165" ], + "x-ms-client-request-id": [ "a3892518-b4e9-4048-b522-b09f4bd64a56" ], "CommandName": [ "Get-AzKustoClusterFollowerDatabase" ], "FullCommandName": [ "Get-AzKustoClusterFollowerDatabase_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -19,25 +19,25 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-request-id": [ "5b0c35e9-c069-4853-a217-0fd00a0689ff" ], - "x-ms-correlation-request-id": [ "8763cc17-3eb9-4b0b-b44c-807ed6bb96fa" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T140303Z:8763cc17-3eb9-4b0b-b44c-807ed6bb96fa" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], + "x-ms-request-id": [ "38769197-e8cc-4901-a69d-4de22ef0effe" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "b262934c-8d51-4c4f-9e45-9496d66e26ec" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232824Z:b262934c-8d51-4c4f-9e45-9496d66e26ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 14:03:03 GMT" ], - "Set-Cookie": [ "ARRAffinity=9a838ce951ff4a4e588f47ec992dc9adcb73c9a40c27b5fc6f5d3195a90fb3f7;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:28:23 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "261" ], + "Content-Length": [ "263" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"clusterResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf\",\"attachedDatabaseConfigurationName\":\"sdkpowershellfconfig\",\"databaseName\":\"sdkpowershelldb\"}]}" + "Content": "{\"value\":[{\"clusterResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7\",\"attachedDatabaseConfigurationName\":\"testdbconfbgiwc7\",\"databaseName\":\"testdatabaselbfexs\"}]}" } } } \ No newline at end of file diff --git a/src/Kusto/test/Get-AzKustoClusterFollowerDatabase.Tests.ps1 b/src/Kusto/test/Get-AzKustoClusterFollowerDatabase.Tests.ps1 index be591586052e..9998b7a00244 100644 --- a/src/Kusto/test/Get-AzKustoClusterFollowerDatabase.Tests.ps1 +++ b/src/Kusto/test/Get-AzKustoClusterFollowerDatabase.Tests.ps1 @@ -7,7 +7,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzKustoClusterFollowerDatabase.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -21,7 +21,7 @@ Describe 'Get-AzKustoClusterFollowerDatabase' { $databaseName = $env.databaseName $attachedDatabaseConfigurationName = $env.attachedDatabaseConfigurationName $followerClusterName = $env.followerClusterName - $clusterResourceId= "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.Kusto/Clusters/$followerClusterName" + $clusterResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.Kusto/Clusters/$followerClusterName" [array]$clusterFollowerDatabaseGet = Get-AzKustoClusterFollowerDatabase -ResourceGroupName $resourceGroupName -ClusterName $clusterName $clusterFollowerDatabase = $clusterFollowerDatabaseGet[0] diff --git a/src/Kusto/test/Get-AzKustoClusterLanguageExtension.Recording.json b/src/Kusto/test/Get-AzKustoClusterLanguageExtension.Recording.json index 10f7cf61a72b..6cef7b1ae819 100644 --- a/src/Kusto/test/Get-AzKustoClusterLanguageExtension.Recording.json +++ b/src/Kusto/test/Get-AzKustoClusterLanguageExtension.Recording.json @@ -1,16 +1,16 @@ { - "Get-AzKustoClusterLanguageExtension+[NoContext]+List+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/listLanguageExtensions?api-version=2020-02-15+1": { + "Get-AzKustoClusterLanguageExtension+[NoContext]+List+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/listLanguageExtensions?api-version=2020-06-14+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/listLanguageExtensions?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/listLanguageExtensions?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "49" ], - "x-ms-client-request-id": [ "0180171f-0350-4cc2-9ebe-ad054af67942" ], + "x-ms-unique-id": [ "166" ], + "x-ms-client-request-id": [ "8e362c36-111f-4e66-9716-743eeba06f9c" ], "CommandName": [ "Get-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Get-AzKustoClusterLanguageExtension_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -19,25 +19,25 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1194" ], - "x-ms-request-id": [ "c40485c8-3cc0-4269-8715-c8f121b2e3e2" ], - "x-ms-correlation-request-id": [ "a346146c-c927-4bc9-8de1-2f1450439791" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T221052Z:a346146c-c927-4bc9-8de1-2f1450439791" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], + "x-ms-request-id": [ "f5946255-019f-46e0-ad11-10a2e11b5ca2" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "68c07ee2-c2a6-4f9e-9077-5158e5995f72" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232825Z:68c07ee2-c2a6-4f9e-9077-5158e5995f72" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:10:51 GMT" ], - "Set-Cookie": [ "ARRAffinity=5d8f46e797674adfa6f345dd92c7bb8ccffb7a39a253ecaf84bf8923217e3248;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:28:24 GMT" ] }, "ContentHeaders": { "Content-Length": [ "76" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"languageExtensionName\":\"R\"},{\"languageExtensionName\":\"PYTHON\"}]}" + "Content": "{\"value\":[{\"languageExtensionName\":\"PYTHON\"},{\"languageExtensionName\":\"R\"}]}" } } } \ No newline at end of file diff --git a/src/Kusto/test/Get-AzKustoClusterLanguageExtension.Tests.ps1 b/src/Kusto/test/Get-AzKustoClusterLanguageExtension.Tests.ps1 index 10e66f202f35..97db72f37c5d 100644 --- a/src/Kusto/test/Get-AzKustoClusterLanguageExtension.Tests.ps1 +++ b/src/Kusto/test/Get-AzKustoClusterLanguageExtension.Tests.ps1 @@ -5,7 +5,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzKustoClusterLanguageExtension.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -19,6 +19,6 @@ Describe 'Get-AzKustoClusterLanguageExtension' { [array]$clusterLanguageExtensionGet = Get-AzKustoClusterLanguageExtension -ResourceGroupName $resourceGroupName -ClusterName $clusterName $clusterLanguageExtension = $clusterLanguageExtensionGet[0] $clusterLanguageExtensionGet.Count | Should -Be 2 - $clusterLanguageExtension.Name | Should -Be $env.langExt1 + $clusterLanguageExtension.Name | Should -Be $env.langExt2 } } diff --git a/src/Kusto/test/Get-AzKustoClusterPrincipalAssignment.Recording.json b/src/Kusto/test/Get-AzKustoClusterPrincipalAssignment.Recording.json index 7bbba31f7b90..ef6682e54fc0 100644 --- a/src/Kusto/test/Get-AzKustoClusterPrincipalAssignment.Recording.json +++ b/src/Kusto/test/Get-AzKustoClusterPrincipalAssignment.Recording.json @@ -1,16 +1,16 @@ { - "Get-AzKustoClusterPrincipalAssignment+[NoContext]+List+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/principalAssignments?api-version=2020-02-15+1": { + "Get-AzKustoClusterPrincipalAssignment+[NoContext]+List+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/principalAssignments?api-version=2020-06-14+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/principalAssignments?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/principalAssignments?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "267" ], - "x-ms-client-request-id": [ "8c325256-3a44-4b9b-9b5b-1876902e47fe" ], + "x-ms-unique-id": [ "167" ], + "x-ms-client-request-id": [ "36ba126b-5248-41b3-b222-cade2743f918" ], "CommandName": [ "Get-AzKustoClusterPrincipalAssignment" ], "FullCommandName": [ "Get-AzKustoClusterPrincipalAssignment_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -19,39 +19,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "8da17cbe-3bbc-46c0-a55c-93a82b641bd0" ], - "x-ms-correlation-request-id": [ "1b111ded-d0d6-47af-b85e-936cf2c7fea1" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200402T152626Z:1b111ded-d0d6-47af-b85e-936cf2c7fea1" ], + "x-ms-request-id": [ "6b1a3078-6c60-4185-b0a3-ec037c71e3d2" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "d2321ee5-8174-4168-89e8-1dc778f30d58" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232827Z:d2321ee5-8174-4168-89e8-1dc778f30d58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 02 Apr 2020 15:26:25 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:28:27 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "566" ], + "Content-Length": [ "591" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/PrincipalAssignments/principalassignment1\",\"name\":\"sdkpsclustereu/principalassignment1\",\"type\":\"Microsoft.Kusto/Clusters/PrincipalAssignments\",\"etag\":\"\\\"\\\"\",\"properties\":{\"principalId\":\"e60fe5c8-d6a5-4dee-b382-fb4502588dd0\",\"role\":\"AllDatabasesViewer\",\"principalType\":\"App\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"tenantName\":\"Microsoft\",\"principalName\":\"lugoldbekusto\",\"provisioningState\":\"Succeeded\"}}]}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/PrincipalAssignments/KustoClientsScenarioTest\",\"name\":\"testclusterlbfexs/KustoClientsScenarioTest\",\"type\":\"Microsoft.Kusto/Clusters/PrincipalAssignments\",\"etag\":\"\\\"\\\"\",\"properties\":{\"principalId\":\"713c3475-5021-4f3b-a650-eaa9a83f25a4\",\"role\":\"AllDatabasesViewer\",\"principalType\":\"App\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"tenantName\":\"Microsoft\",\"principalName\":\"KustoClientsScenarioTest\",\"provisioningState\":\"Succeeded\"}}]}" } }, - "Get-AzKustoClusterPrincipalAssignment+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/PrincipalAssignments/principalassignment1?api-version=2020-02-15+1": { + "Get-AzKustoClusterPrincipalAssignment+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/PrincipalAssignments/KustoClientsScenarioTest?api-version=2020-06-14+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/PrincipalAssignments/principalassignment1?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/PrincipalAssignments/KustoClientsScenarioTest?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "268" ], - "x-ms-client-request-id": [ "e8aae3f2-2ee3-4f62-aeee-2f7976fecc6f" ], + "x-ms-unique-id": [ "168" ], + "x-ms-client-request-id": [ "aed2f118-cb39-4eb7-978c-3317c6773312" ], "CommandName": [ "Get-AzKustoClusterPrincipalAssignment" ], "FullCommandName": [ "Get-AzKustoClusterPrincipalAssignment_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -60,26 +60,26 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], - "x-ms-request-id": [ "c44d094f-0393-4533-b40b-0a8a76698577" ], - "x-ms-correlation-request-id": [ "9da70948-ac59-4c15-97b0-696c3381f095" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200402T152627Z:9da70948-ac59-4c15-97b0-696c3381f095" ], + "x-ms-request-id": [ "b910d012-e36c-43d5-bf1f-a83218587180" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "9b43f6cd-0d94-4ea3-99f5-d0f8bcc50dba" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232828Z:9b43f6cd-0d94-4ea3-99f5-d0f8bcc50dba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 02 Apr 2020 15:26:26 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=1d5fb298951795712d54b2df0c89d185153c650eca2a3f79345b380a30442d23;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:28:27 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "564" ], + "Content-Length": [ "589" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/PrincipalAssignments/principalassignment1\",\"name\":\"sdkpsclustereu/principalassignment1\",\"type\":\"Microsoft.Kusto/Clusters/PrincipalAssignments\",\"etag\":\"\\\"\\\"\",\"tags\":{},\"properties\":{\"principalId\":\"e60fe5c8-d6a5-4dee-b382-fb4502588dd0\",\"role\":\"AllDatabasesViewer\",\"principalType\":\"App\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"tenantName\":\"Microsoft\",\"principalName\":\"lugoldbekusto\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/PrincipalAssignments/KustoClientsScenarioTest\",\"name\":\"testclusterlbfexs/KustoClientsScenarioTest\",\"type\":\"Microsoft.Kusto/Clusters/PrincipalAssignments\",\"etag\":\"\\\"\\\"\",\"tags\":{},\"properties\":{\"principalId\":\"713c3475-5021-4f3b-a650-eaa9a83f25a4\",\"role\":\"AllDatabasesViewer\",\"principalType\":\"App\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"tenantName\":\"Microsoft\",\"principalName\":\"KustoClientsScenarioTest\",\"provisioningState\":\"Succeeded\"}}" } } } \ No newline at end of file diff --git a/src/Kusto/test/Get-AzKustoClusterPrincipalAssignment.Tests.ps1 b/src/Kusto/test/Get-AzKustoClusterPrincipalAssignment.Tests.ps1 index b49512b29622..547abf555d77 100644 --- a/src/Kusto/test/Get-AzKustoClusterPrincipalAssignment.Tests.ps1 +++ b/src/Kusto/test/Get-AzKustoClusterPrincipalAssignment.Tests.ps1 @@ -7,7 +7,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzKustoClusterPrincipalAssignment.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } diff --git a/src/Kusto/test/Get-AzKustoClusterSku.Recording.json b/src/Kusto/test/Get-AzKustoClusterSku.Recording.json index c96c1e99ab14..affabdc78962 100644 --- a/src/Kusto/test/Get-AzKustoClusterSku.Recording.json +++ b/src/Kusto/test/Get-AzKustoClusterSku.Recording.json @@ -1,16 +1,16 @@ { - "Get-AzKustoClusterSku+[NoContext]+List+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/skus?api-version=2020-02-15+1": { + "Get-AzKustoClusterSku+[NoContext]+List+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/skus?api-version=2020-06-14+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/skus?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/skus?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "22" ], - "x-ms-client-request-id": [ "fe64aaf3-ff1d-43ed-acf5-d8aba24ad6fe" ], + "x-ms-unique-id": [ "1" ], + "x-ms-client-request-id": [ "4f156658-4f1b-41a8-abd0-5556297d444d" ], "CommandName": [ "Get-AzKustoClusterSku" ], "FullCommandName": [ "Get-AzKustoClusterSku_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -20,35 +20,35 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], - "x-ms-request-id": [ "cbbacbb0-19d7-407c-8426-d68db6a2a0e2" ], - "x-ms-correlation-request-id": [ "cbbacbb0-19d7-407c-8426-d68db6a2a0e2" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T214042Z:cbbacbb0-19d7-407c-8426-d68db6a2a0e2" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], + "x-ms-request-id": [ "8d792742-6310-4e3d-afd9-7dac44061c95" ], + "x-ms-correlation-request-id": [ "8d792742-6310-4e3d-afd9-7dac44061c95" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200804T084700Z:8d792742-6310-4e3d-afd9-7dac44061c95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 21:40:41 GMT" ] + "Date": [ "Tue, 04 Aug 2020 08:46:59 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "78899" ], + "Content-Length": [ "62986" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"resourceType\":\"clusters\",\"name\":\"D13_v2\",\"tier\":\"Standard\",\"locations\":[\"centralus\"],\"locationInfo\":[{\"location\":\"centralus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D14_v2\",\"tier\":\"Standard\",\"locations\":[\"centralus\"],\"locationInfo\":[{\"location\":\"centralus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L8\",\"tier\":\"Standard\",\"locations\":[\"centralus\"],\"locationInfo\":[{\"location\":\"centralus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L16\",\"tier\":\"Standard\",\"locations\":[\"centralus\"],\"locationInfo\":[{\"location\":\"centralus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D11_v2\",\"tier\":\"Standard\",\"locations\":[\"centralus\"],\"locationInfo\":[{\"location\":\"centralus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L4\",\"tier\":\"Standard\",\"locations\":[\"centralus\"],\"locationInfo\":[{\"location\":\"centralus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"centralus\"],\"locationInfo\":[{\"location\":\"centralus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"centralus\"],\"locationInfo\":[{\"location\":\"centralus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L8s\",\"tier\":\"Standard\",\"locations\":[\"centralus\"],\"locationInfo\":[{\"location\":\"centralus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L16s\",\"tier\":\"Standard\",\"locations\":[\"centralus\"],\"locationInfo\":[{\"location\":\"centralus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"centralus\"],\"locationInfo\":[{\"location\":\"centralus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L4s\",\"tier\":\"Standard\",\"locations\":[\"centralus\"],\"locationInfo\":[{\"location\":\"centralus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"centralus\"],\"locationInfo\":[{\"location\":\"centralus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"centralus\"],\"locationInfo\":[{\"location\":\"centralus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"centralus\"],\"locationInfo\":[{\"location\":\"centralus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"centralus\"],\"locationInfo\":[{\"location\":\"centralus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"centralus\"],\"locationInfo\":[{\"location\":\"centralus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D13_v2\",\"tier\":\"Standard\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D14_v2\",\"tier\":\"Standard\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L8\",\"tier\":\"Standard\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L16\",\"tier\":\"Standard\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D11_v2\",\"tier\":\"Standard\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L4\",\"tier\":\"Standard\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L8s\",\"tier\":\"Standard\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L16s\",\"tier\":\"Standard\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L4s\",\"tier\":\"Standard\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D13_v2\",\"tier\":\"Standard\",\"locations\":[\"northeurope\"],\"locationInfo\":[{\"location\":\"northeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D14_v2\",\"tier\":\"Standard\",\"locations\":[\"northeurope\"],\"locationInfo\":[{\"location\":\"northeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L8\",\"tier\":\"Standard\",\"locations\":[\"northeurope\"],\"locationInfo\":[{\"location\":\"northeurope\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L16\",\"tier\":\"Standard\",\"locations\":[\"northeurope\"],\"locationInfo\":[{\"location\":\"northeurope\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D11_v2\",\"tier\":\"Standard\",\"locations\":[\"northeurope\"],\"locationInfo\":[{\"location\":\"northeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L4\",\"tier\":\"Standard\",\"locations\":[\"northeurope\"],\"locationInfo\":[{\"location\":\"northeurope\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"northeurope\"],\"locationInfo\":[{\"location\":\"northeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"northeurope\"],\"locationInfo\":[{\"location\":\"northeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L8s\",\"tier\":\"Standard\",\"locations\":[\"northeurope\"],\"locationInfo\":[{\"location\":\"northeurope\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L16s\",\"tier\":\"Standard\",\"locations\":[\"northeurope\"],\"locationInfo\":[{\"location\":\"northeurope\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"northeurope\"],\"locationInfo\":[{\"location\":\"northeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L4s\",\"tier\":\"Standard\",\"locations\":[\"northeurope\"],\"locationInfo\":[{\"location\":\"northeurope\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"northeurope\"],\"locationInfo\":[{\"location\":\"northeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"northeurope\"],\"locationInfo\":[{\"location\":\"northeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"northeurope\"],\"locationInfo\":[{\"location\":\"northeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"northeurope\"],\"locationInfo\":[{\"location\":\"northeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"northeurope\"],\"locationInfo\":[{\"location\":\"northeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D13_v2\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D14_v2\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L8\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L16\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D11_v2\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D12_v2\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L4\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L8s\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L16s\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L4s\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L8s_v2\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L16s_v2\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D13_v2\",\"tier\":\"Standard\",\"locations\":[\"westcentralus\"],\"locationInfo\":[{\"location\":\"westcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D14_v2\",\"tier\":\"Standard\",\"locations\":[\"westcentralus\"],\"locationInfo\":[{\"location\":\"westcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D11_v2\",\"tier\":\"Standard\",\"locations\":[\"westcentralus\"],\"locationInfo\":[{\"location\":\"westcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D12_v2\",\"tier\":\"Standard\",\"locations\":[\"westcentralus\"],\"locationInfo\":[{\"location\":\"westcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"westcentralus\"],\"locationInfo\":[{\"location\":\"westcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"westcentralus\"],\"locationInfo\":[{\"location\":\"westcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"westcentralus\"],\"locationInfo\":[{\"location\":\"westcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"westcentralus\"],\"locationInfo\":[{\"location\":\"westcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westcentralus\"],\"locationInfo\":[{\"location\":\"westcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westcentralus\"],\"locationInfo\":[{\"location\":\"westcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westcentralus\"],\"locationInfo\":[{\"location\":\"westcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westcentralus\"],\"locationInfo\":[{\"location\":\"westcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"westcentralus\"],\"locationInfo\":[{\"location\":\"westcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D13_v2\",\"tier\":\"Standard\",\"locations\":[\"germanywestcentral\"],\"locationInfo\":[{\"location\":\"germanywestcentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D14_v2\",\"tier\":\"Standard\",\"locations\":[\"germanywestcentral\"],\"locationInfo\":[{\"location\":\"germanywestcentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D11_v2\",\"tier\":\"Standard\",\"locations\":[\"germanywestcentral\"],\"locationInfo\":[{\"location\":\"germanywestcentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"germanywestcentral\"],\"locationInfo\":[{\"location\":\"germanywestcentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"germanywestcentral\"],\"locationInfo\":[{\"location\":\"germanywestcentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"germanywestcentral\"],\"locationInfo\":[{\"location\":\"germanywestcentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"germanywestcentral\"],\"locationInfo\":[{\"location\":\"germanywestcentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"germanywestcentral\"],\"locationInfo\":[{\"location\":\"germanywestcentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"germanywestcentral\"],\"locationInfo\":[{\"location\":\"germanywestcentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"germanywestcentral\"],\"locationInfo\":[{\"location\":\"germanywestcentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"germanywestcentral\"],\"locationInfo\":[{\"location\":\"germanywestcentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D13_v2\",\"tier\":\"Standard\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D14_v2\",\"tier\":\"Standard\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L8\",\"tier\":\"Standard\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L16\",\"tier\":\"Standard\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D11_v2\",\"tier\":\"Standard\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D12_v2\",\"tier\":\"Standard\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L4\",\"tier\":\"Standard\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L8s\",\"tier\":\"Standard\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L16s\",\"tier\":\"Standard\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L4s\",\"tier\":\"Standard\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D13_v2\",\"tier\":\"Standard\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D14_v2\",\"tier\":\"Standard\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L8\",\"tier\":\"Standard\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L16\",\"tier\":\"Standard\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D11_v2\",\"tier\":\"Standard\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D12_v2\",\"tier\":\"Standard\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L4\",\"tier\":\"Standard\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L8s\",\"tier\":\"Standard\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L16s\",\"tier\":\"Standard\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L4s\",\"tier\":\"Standard\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D13_v2\",\"tier\":\"Standard\",\"locations\":[\"eastus\"],\"locationInfo\":[{\"location\":\"eastus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D14_v2\",\"tier\":\"Standard\",\"locations\":[\"eastus\"],\"locationInfo\":[{\"location\":\"eastus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D11_v2\",\"tier\":\"Standard\",\"locations\":[\"eastus\"],\"locationInfo\":[{\"location\":\"eastus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D12_v2\",\"tier\":\"Standard\",\"locations\":[\"eastus\"],\"locationInfo\":[{\"location\":\"eastus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"eastus\"],\"locationInfo\":[{\"location\":\"eastus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"eastus\"],\"locationInfo\":[{\"location\":\"eastus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"eastus\"],\"locationInfo\":[{\"location\":\"eastus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"eastus\"],\"locationInfo\":[{\"location\":\"eastus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"eastus\"],\"locationInfo\":[{\"location\":\"eastus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"eastus\"],\"locationInfo\":[{\"location\":\"eastus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"eastus\"],\"locationInfo\":[{\"location\":\"eastus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"eastus\"],\"locationInfo\":[{\"location\":\"eastus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"eastus\"],\"locationInfo\":[{\"location\":\"eastus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D13_v2\",\"tier\":\"Standard\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D14_v2\",\"tier\":\"Standard\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L8\",\"tier\":\"Standard\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L16\",\"tier\":\"Standard\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D11_v2\",\"tier\":\"Standard\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D12_v2\",\"tier\":\"Standard\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L4\",\"tier\":\"Standard\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L8s\",\"tier\":\"Standard\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L16s\",\"tier\":\"Standard\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L4s\",\"tier\":\"Standard\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D13_v2\",\"tier\":\"Standard\",\"locations\":[\"southcentralus\"],\"locationInfo\":[{\"location\":\"southcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D14_v2\",\"tier\":\"Standard\",\"locations\":[\"southcentralus\"],\"locationInfo\":[{\"location\":\"southcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D11_v2\",\"tier\":\"Standard\",\"locations\":[\"southcentralus\"],\"locationInfo\":[{\"location\":\"southcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D12_v2\",\"tier\":\"Standard\",\"locations\":[\"southcentralus\"],\"locationInfo\":[{\"location\":\"southcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"southcentralus\"],\"locationInfo\":[{\"location\":\"southcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"southcentralus\"],\"locationInfo\":[{\"location\":\"southcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"southcentralus\"],\"locationInfo\":[{\"location\":\"southcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"southcentralus\"],\"locationInfo\":[{\"location\":\"southcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"southcentralus\"],\"locationInfo\":[{\"location\":\"southcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"southcentralus\"],\"locationInfo\":[{\"location\":\"southcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"southcentralus\"],\"locationInfo\":[{\"location\":\"southcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"southcentralus\"],\"locationInfo\":[{\"location\":\"southcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"southcentralus\"],\"locationInfo\":[{\"location\":\"southcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D13_v2\",\"tier\":\"Standard\",\"locations\":[\"northcentralus\"],\"locationInfo\":[{\"location\":\"northcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D14_v2\",\"tier\":\"Standard\",\"locations\":[\"northcentralus\"],\"locationInfo\":[{\"location\":\"northcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D11_v2\",\"tier\":\"Standard\",\"locations\":[\"northcentralus\"],\"locationInfo\":[{\"location\":\"northcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"northcentralus\"],\"locationInfo\":[{\"location\":\"northcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"northcentralus\"],\"locationInfo\":[{\"location\":\"northcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"northcentralus\"],\"locationInfo\":[{\"location\":\"northcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"northcentralus\"],\"locationInfo\":[{\"location\":\"northcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"northcentralus\"],\"locationInfo\":[{\"location\":\"northcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"northcentralus\"],\"locationInfo\":[{\"location\":\"northcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"northcentralus\"],\"locationInfo\":[{\"location\":\"northcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"northcentralus\"],\"locationInfo\":[{\"location\":\"northcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D13_v2\",\"tier\":\"Standard\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D14_v2\",\"tier\":\"Standard\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L8\",\"tier\":\"Standard\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L16\",\"tier\":\"Standard\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D11_v2\",\"tier\":\"Standard\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D12_v2\",\"tier\":\"Standard\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L4\",\"tier\":\"Standard\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L8s\",\"tier\":\"Standard\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L16s\",\"tier\":\"Standard\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L4s\",\"tier\":\"Standard\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D13_v2\",\"tier\":\"Standard\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D14_v2\",\"tier\":\"Standard\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L8\",\"tier\":\"Standard\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L16\",\"tier\":\"Standard\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D11_v2\",\"tier\":\"Standard\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D12_v2\",\"tier\":\"Standard\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L4\",\"tier\":\"Standard\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L8s\",\"tier\":\"Standard\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L16s\",\"tier\":\"Standard\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L4s\",\"tier\":\"Standard\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L8\",\"tier\":\"Standard\",\"locations\":[\"uksouth\"],\"locationInfo\":[{\"location\":\"uksouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L16\",\"tier\":\"Standard\",\"locations\":[\"uksouth\"],\"locationInfo\":[{\"location\":\"uksouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L4\",\"tier\":\"Standard\",\"locations\":[\"uksouth\"],\"locationInfo\":[{\"location\":\"uksouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L8s\",\"tier\":\"Standard\",\"locations\":[\"uksouth\"],\"locationInfo\":[{\"location\":\"uksouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L16s\",\"tier\":\"Standard\",\"locations\":[\"uksouth\"],\"locationInfo\":[{\"location\":\"uksouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L4s\",\"tier\":\"Standard\",\"locations\":[\"uksouth\"],\"locationInfo\":[{\"location\":\"uksouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D13_v2\",\"tier\":\"Standard\",\"locations\":[\"japanwest\"],\"locationInfo\":[{\"location\":\"japanwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D14_v2\",\"tier\":\"Standard\",\"locations\":[\"japanwest\"],\"locationInfo\":[{\"location\":\"japanwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D11_v2\",\"tier\":\"Standard\",\"locations\":[\"japanwest\"],\"locationInfo\":[{\"location\":\"japanwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D12_v2\",\"tier\":\"Standard\",\"locations\":[\"japanwest\"],\"locationInfo\":[{\"location\":\"japanwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"japanwest\"],\"locationInfo\":[{\"location\":\"japanwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"japanwest\"],\"locationInfo\":[{\"location\":\"japanwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"japanwest\"],\"locationInfo\":[{\"location\":\"japanwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"japanwest\"],\"locationInfo\":[{\"location\":\"japanwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"japanwest\"],\"locationInfo\":[{\"location\":\"japanwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"japanwest\"],\"locationInfo\":[{\"location\":\"japanwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"japanwest\"],\"locationInfo\":[{\"location\":\"japanwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"japanwest\"],\"locationInfo\":[{\"location\":\"japanwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"japanwest\"],\"locationInfo\":[{\"location\":\"japanwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D13_v2\",\"tier\":\"Standard\",\"locations\":[\"centralindia\"],\"locationInfo\":[{\"location\":\"centralindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D14_v2\",\"tier\":\"Standard\",\"locations\":[\"centralindia\"],\"locationInfo\":[{\"location\":\"centralindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D11_v2\",\"tier\":\"Standard\",\"locations\":[\"centralindia\"],\"locationInfo\":[{\"location\":\"centralindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D12_v2\",\"tier\":\"Standard\",\"locations\":[\"centralindia\"],\"locationInfo\":[{\"location\":\"centralindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"centralindia\"],\"locationInfo\":[{\"location\":\"centralindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"centralindia\"],\"locationInfo\":[{\"location\":\"centralindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"centralindia\"],\"locationInfo\":[{\"location\":\"centralindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"centralindia\"],\"locationInfo\":[{\"location\":\"centralindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"centralindia\"],\"locationInfo\":[{\"location\":\"centralindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D13_v2\",\"tier\":\"Standard\",\"locations\":[\"westindia\"],\"locationInfo\":[{\"location\":\"westindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D14_v2\",\"tier\":\"Standard\",\"locations\":[\"westindia\"],\"locationInfo\":[{\"location\":\"westindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D11_v2\",\"tier\":\"Standard\",\"locations\":[\"westindia\"],\"locationInfo\":[{\"location\":\"westindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D12_v2\",\"tier\":\"Standard\",\"locations\":[\"westindia\"],\"locationInfo\":[{\"location\":\"westindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"westindia\"],\"locationInfo\":[{\"location\":\"westindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"westindia\"],\"locationInfo\":[{\"location\":\"westindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"westindia\"],\"locationInfo\":[{\"location\":\"westindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"westindia\"],\"locationInfo\":[{\"location\":\"westindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westindia\"],\"locationInfo\":[{\"location\":\"westindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westindia\"],\"locationInfo\":[{\"location\":\"westindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westindia\"],\"locationInfo\":[{\"location\":\"westindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westindia\"],\"locationInfo\":[{\"location\":\"westindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"westindia\"],\"locationInfo\":[{\"location\":\"westindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D13_v2\",\"tier\":\"Standard\",\"locations\":[\"canadaeast\"],\"locationInfo\":[{\"location\":\"canadaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D14_v2\",\"tier\":\"Standard\",\"locations\":[\"canadaeast\"],\"locationInfo\":[{\"location\":\"canadaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L8\",\"tier\":\"Standard\",\"locations\":[\"canadaeast\"],\"locationInfo\":[{\"location\":\"canadaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L16\",\"tier\":\"Standard\",\"locations\":[\"canadaeast\"],\"locationInfo\":[{\"location\":\"canadaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D11_v2\",\"tier\":\"Standard\",\"locations\":[\"canadaeast\"],\"locationInfo\":[{\"location\":\"canadaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D12_v2\",\"tier\":\"Standard\",\"locations\":[\"canadaeast\"],\"locationInfo\":[{\"location\":\"canadaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"L4\",\"tier\":\"Standard\",\"locations\":[\"canadaeast\"],\"locationInfo\":[{\"location\":\"canadaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"canadaeast\"],\"locationInfo\":[{\"location\":\"canadaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"canadaeast\"],\"locationInfo\":[{\"location\":\"canadaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L8s\",\"tier\":\"Standard\",\"locations\":[\"canadaeast\"],\"locationInfo\":[{\"location\":\"canadaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L16s\",\"tier\":\"Standard\",\"locations\":[\"canadaeast\"],\"locationInfo\":[{\"location\":\"canadaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"canadaeast\"],\"locationInfo\":[{\"location\":\"canadaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"canadaeast\"],\"locationInfo\":[{\"location\":\"canadaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L4s\",\"tier\":\"Standard\",\"locations\":[\"canadaeast\"],\"locationInfo\":[{\"location\":\"canadaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"canadaeast\"],\"locationInfo\":[{\"location\":\"canadaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D13_v2\",\"tier\":\"Standard\",\"locations\":[\"koreacentral\"],\"locationInfo\":[{\"location\":\"koreacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D14_v2\",\"tier\":\"Standard\",\"locations\":[\"koreacentral\"],\"locationInfo\":[{\"location\":\"koreacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D11_v2\",\"tier\":\"Standard\",\"locations\":[\"koreacentral\"],\"locationInfo\":[{\"location\":\"koreacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D12_v2\",\"tier\":\"Standard\",\"locations\":[\"koreacentral\"],\"locationInfo\":[{\"location\":\"koreacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"koreacentral\"],\"locationInfo\":[{\"location\":\"koreacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"koreacentral\"],\"locationInfo\":[{\"location\":\"koreacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"koreacentral\"],\"locationInfo\":[{\"location\":\"koreacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"koreacentral\"],\"locationInfo\":[{\"location\":\"koreacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"koreacentral\"],\"locationInfo\":[{\"location\":\"koreacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"koreacentral\"],\"locationInfo\":[{\"location\":\"koreacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"koreacentral\"],\"locationInfo\":[{\"location\":\"koreacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"koreacentral\"],\"locationInfo\":[{\"location\":\"koreacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"koreacentral\"],\"locationInfo\":[{\"location\":\"koreacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D13_v2\",\"tier\":\"Standard\",\"locations\":[\"francecentral\"],\"locationInfo\":[{\"location\":\"francecentral\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D14_v2\",\"tier\":\"Standard\",\"locations\":[\"francecentral\"],\"locationInfo\":[{\"location\":\"francecentral\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D11_v2\",\"tier\":\"Standard\",\"locations\":[\"francecentral\"],\"locationInfo\":[{\"location\":\"francecentral\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D12_v2\",\"tier\":\"Standard\",\"locations\":[\"francecentral\"],\"locationInfo\":[{\"location\":\"francecentral\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"francecentral\"],\"locationInfo\":[{\"location\":\"francecentral\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"francecentral\"],\"locationInfo\":[{\"location\":\"francecentral\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"francecentral\"],\"locationInfo\":[{\"location\":\"francecentral\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"francecentral\"],\"locationInfo\":[{\"location\":\"francecentral\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"francecentral\"],\"locationInfo\":[{\"location\":\"francecentral\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"francecentral\"],\"locationInfo\":[{\"location\":\"francecentral\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"francecentral\"],\"locationInfo\":[{\"location\":\"francecentral\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"francecentral\"],\"locationInfo\":[{\"location\":\"francecentral\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"francecentral\"],\"locationInfo\":[{\"location\":\"francecentral\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D13_v2\",\"tier\":\"Standard\",\"locations\":[\"ukwest\"],\"locationInfo\":[{\"location\":\"ukwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D14_v2\",\"tier\":\"Standard\",\"locations\":[\"ukwest\"],\"locationInfo\":[{\"location\":\"ukwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D11_v2\",\"tier\":\"Standard\",\"locations\":[\"ukwest\"],\"locationInfo\":[{\"location\":\"ukwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"ukwest\"],\"locationInfo\":[{\"location\":\"ukwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"ukwest\"],\"locationInfo\":[{\"location\":\"ukwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"ukwest\"],\"locationInfo\":[{\"location\":\"ukwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"ukwest\"],\"locationInfo\":[{\"location\":\"ukwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"ukwest\"],\"locationInfo\":[{\"location\":\"ukwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"ukwest\"],\"locationInfo\":[{\"location\":\"ukwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"ukwest\"],\"locationInfo\":[{\"location\":\"ukwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"ukwest\"],\"locationInfo\":[{\"location\":\"ukwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D13_v2\",\"tier\":\"Standard\",\"locations\":[\"koreasouth\"],\"locationInfo\":[{\"location\":\"koreasouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D14_v2\",\"tier\":\"Standard\",\"locations\":[\"koreasouth\"],\"locationInfo\":[{\"location\":\"koreasouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D11_v2\",\"tier\":\"Standard\",\"locations\":[\"koreasouth\"],\"locationInfo\":[{\"location\":\"koreasouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D12_v2\",\"tier\":\"Standard\",\"locations\":[\"koreasouth\"],\"locationInfo\":[{\"location\":\"koreasouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"koreasouth\"],\"locationInfo\":[{\"location\":\"koreasouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"koreasouth\"],\"locationInfo\":[{\"location\":\"koreasouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"koreasouth\"],\"locationInfo\":[{\"location\":\"koreasouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"koreasouth\"],\"locationInfo\":[{\"location\":\"koreasouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"koreasouth\"],\"locationInfo\":[{\"location\":\"koreasouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"koreasouth\"],\"locationInfo\":[{\"location\":\"koreasouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"koreasouth\"],\"locationInfo\":[{\"location\":\"koreasouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"koreasouth\"],\"locationInfo\":[{\"location\":\"koreasouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"koreasouth\"],\"locationInfo\":[{\"location\":\"koreasouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D13_v2\",\"tier\":\"Standard\",\"locations\":[\"francesouth\"],\"locationInfo\":[{\"location\":\"francesouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D14_v2\",\"tier\":\"Standard\",\"locations\":[\"francesouth\"],\"locationInfo\":[{\"location\":\"francesouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D11_v2\",\"tier\":\"Standard\",\"locations\":[\"francesouth\"],\"locationInfo\":[{\"location\":\"francesouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D12_v2\",\"tier\":\"Standard\",\"locations\":[\"francesouth\"],\"locationInfo\":[{\"location\":\"francesouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"francesouth\"],\"locationInfo\":[{\"location\":\"francesouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"francesouth\"],\"locationInfo\":[{\"location\":\"francesouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"francesouth\"],\"locationInfo\":[{\"location\":\"francesouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"francesouth\"],\"locationInfo\":[{\"location\":\"francesouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"francesouth\"],\"locationInfo\":[{\"location\":\"francesouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D13_v2\",\"tier\":\"Standard\",\"locations\":[\"australiasoutheast\"],\"locationInfo\":[{\"location\":\"australiasoutheast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D14_v2\",\"tier\":\"Standard\",\"locations\":[\"australiasoutheast\"],\"locationInfo\":[{\"location\":\"australiasoutheast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D11_v2\",\"tier\":\"Standard\",\"locations\":[\"australiasoutheast\"],\"locationInfo\":[{\"location\":\"australiasoutheast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D12_v2\",\"tier\":\"Standard\",\"locations\":[\"australiasoutheast\"],\"locationInfo\":[{\"location\":\"australiasoutheast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"australiasoutheast\"],\"locationInfo\":[{\"location\":\"australiasoutheast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"australiasoutheast\"],\"locationInfo\":[{\"location\":\"australiasoutheast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"australiasoutheast\"],\"locationInfo\":[{\"location\":\"australiasoutheast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"australiasoutheast\"],\"locationInfo\":[{\"location\":\"australiasoutheast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"australiasoutheast\"],\"locationInfo\":[{\"location\":\"australiasoutheast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"australiasoutheast\"],\"locationInfo\":[{\"location\":\"australiasoutheast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"australiasoutheast\"],\"locationInfo\":[{\"location\":\"australiasoutheast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"australiasoutheast\"],\"locationInfo\":[{\"location\":\"australiasoutheast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"australiasoutheast\"],\"locationInfo\":[{\"location\":\"australiasoutheast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D13_v2\",\"tier\":\"Standard\",\"locations\":[\"southafricanorth\"],\"locationInfo\":[{\"location\":\"southafricanorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D14_v2\",\"tier\":\"Standard\",\"locations\":[\"southafricanorth\"],\"locationInfo\":[{\"location\":\"southafricanorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D11_v2\",\"tier\":\"Standard\",\"locations\":[\"southafricanorth\"],\"locationInfo\":[{\"location\":\"southafricanorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D12_v2\",\"tier\":\"Standard\",\"locations\":[\"southafricanorth\"],\"locationInfo\":[{\"location\":\"southafricanorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"southafricanorth\"],\"locationInfo\":[{\"location\":\"southafricanorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"southafricanorth\"],\"locationInfo\":[{\"location\":\"southafricanorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"southafricanorth\"],\"locationInfo\":[{\"location\":\"southafricanorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"southafricanorth\"],\"locationInfo\":[{\"location\":\"southafricanorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"southafricanorth\"],\"locationInfo\":[{\"location\":\"southafricanorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D13_v2\",\"tier\":\"Standard\",\"locations\":[\"southafricawest\"],\"locationInfo\":[{\"location\":\"southafricawest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D14_v2\",\"tier\":\"Standard\",\"locations\":[\"southafricawest\"],\"locationInfo\":[{\"location\":\"southafricawest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D11_v2\",\"tier\":\"Standard\",\"locations\":[\"southafricawest\"],\"locationInfo\":[{\"location\":\"southafricawest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D12_v2\",\"tier\":\"Standard\",\"locations\":[\"southafricawest\"],\"locationInfo\":[{\"location\":\"southafricawest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"southafricawest\"],\"locationInfo\":[{\"location\":\"southafricawest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"southafricawest\"],\"locationInfo\":[{\"location\":\"southafricawest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"southafricawest\"],\"locationInfo\":[{\"location\":\"southafricawest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"southafricawest\"],\"locationInfo\":[{\"location\":\"southafricawest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"southafricawest\"],\"locationInfo\":[{\"location\":\"southafricawest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D13_v2\",\"tier\":\"Standard\",\"locations\":[\"australiacentral\"],\"locationInfo\":[{\"location\":\"australiacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D14_v2\",\"tier\":\"Standard\",\"locations\":[\"australiacentral\"],\"locationInfo\":[{\"location\":\"australiacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D11_v2\",\"tier\":\"Standard\",\"locations\":[\"australiacentral\"],\"locationInfo\":[{\"location\":\"australiacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D12_v2\",\"tier\":\"Standard\",\"locations\":[\"australiacentral\"],\"locationInfo\":[{\"location\":\"australiacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"australiacentral\"],\"locationInfo\":[{\"location\":\"australiacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"australiacentral\"],\"locationInfo\":[{\"location\":\"australiacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"australiacentral\"],\"locationInfo\":[{\"location\":\"australiacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"australiacentral\"],\"locationInfo\":[{\"location\":\"australiacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"australiacentral\"],\"locationInfo\":[{\"location\":\"australiacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"australiacentral\"],\"locationInfo\":[{\"location\":\"australiacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"australiacentral\"],\"locationInfo\":[{\"location\":\"australiacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"australiacentral\"],\"locationInfo\":[{\"location\":\"australiacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"australiacentral\"],\"locationInfo\":[{\"location\":\"australiacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D13_v2\",\"tier\":\"Standard\",\"locations\":[\"switzerlandnorth\"],\"locationInfo\":[{\"location\":\"switzerlandnorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D14_v2\",\"tier\":\"Standard\",\"locations\":[\"switzerlandnorth\"],\"locationInfo\":[{\"location\":\"switzerlandnorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D11_v2\",\"tier\":\"Standard\",\"locations\":[\"switzerlandnorth\"],\"locationInfo\":[{\"location\":\"switzerlandnorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D12_v2\",\"tier\":\"Standard\",\"locations\":[\"switzerlandnorth\"],\"locationInfo\":[{\"location\":\"switzerlandnorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"switzerlandnorth\"],\"locationInfo\":[{\"location\":\"switzerlandnorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"switzerlandnorth\"],\"locationInfo\":[{\"location\":\"switzerlandnorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"switzerlandnorth\"],\"locationInfo\":[{\"location\":\"switzerlandnorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"switzerlandnorth\"],\"locationInfo\":[{\"location\":\"switzerlandnorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"switzerlandnorth\"],\"locationInfo\":[{\"location\":\"switzerlandnorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"switzerlandnorth\"],\"locationInfo\":[{\"location\":\"switzerlandnorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"switzerlandnorth\"],\"locationInfo\":[{\"location\":\"switzerlandnorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"switzerlandnorth\"],\"locationInfo\":[{\"location\":\"switzerlandnorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"switzerlandnorth\"],\"locationInfo\":[{\"location\":\"switzerlandnorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D13_v2\",\"tier\":\"Standard\",\"locations\":[\"uaenorth\"],\"locationInfo\":[{\"location\":\"uaenorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D14_v2\",\"tier\":\"Standard\",\"locations\":[\"uaenorth\"],\"locationInfo\":[{\"location\":\"uaenorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D11_v2\",\"tier\":\"Standard\",\"locations\":[\"uaenorth\"],\"locationInfo\":[{\"location\":\"uaenorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"D12_v2\",\"tier\":\"Standard\",\"locations\":[\"uaenorth\"],\"locationInfo\":[{\"location\":\"uaenorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"uaenorth\"],\"locationInfo\":[{\"location\":\"uaenorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"uaenorth\"],\"locationInfo\":[{\"location\":\"uaenorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"uaenorth\"],\"locationInfo\":[{\"location\":\"uaenorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"uaenorth\"],\"locationInfo\":[{\"location\":\"uaenorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"uaenorth\"],\"locationInfo\":[{\"location\":\"uaenorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"uaenorth\"],\"locationInfo\":[{\"location\":\"uaenorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"uaenorth\"],\"locationInfo\":[{\"location\":\"uaenorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"uaenorth\"],\"locationInfo\":[{\"location\":\"uaenorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"uaenorth\"],\"locationInfo\":[{\"location\":\"uaenorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]}]}" + "Content": "{\"value\":[{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"australiacentral\"],\"locationInfo\":[{\"location\":\"australiacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"australiacentral\"],\"locationInfo\":[{\"location\":\"australiacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"australiacentral\"],\"locationInfo\":[{\"location\":\"australiacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"australiacentral\"],\"locationInfo\":[{\"location\":\"australiacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"australiacentral\"],\"locationInfo\":[{\"location\":\"australiacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"australiacentral\"],\"locationInfo\":[{\"location\":\"australiacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"australiacentral\"],\"locationInfo\":[{\"location\":\"australiacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"australiacentral\"],\"locationInfo\":[{\"location\":\"australiacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"australiacentral\"],\"locationInfo\":[{\"location\":\"australiacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"australiaeast\"],\"locationInfo\":[{\"location\":\"australiaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"australiaeast\"],\"locationInfo\":[{\"location\":\"australiaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"australiaeast\"],\"locationInfo\":[{\"location\":\"australiaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"australiaeast\"],\"locationInfo\":[{\"location\":\"australiaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"australiaeast\"],\"locationInfo\":[{\"location\":\"australiaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"australiaeast\"],\"locationInfo\":[{\"location\":\"australiaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"australiaeast\"],\"locationInfo\":[{\"location\":\"australiaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"australiaeast\"],\"locationInfo\":[{\"location\":\"australiaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"australiaeast\"],\"locationInfo\":[{\"location\":\"australiaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L4s\",\"tier\":\"Standard\",\"locations\":[\"australiaeast\"],\"locationInfo\":[{\"location\":\"australiaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L8s\",\"tier\":\"Standard\",\"locations\":[\"australiaeast\"],\"locationInfo\":[{\"location\":\"australiaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L16s\",\"tier\":\"Standard\",\"locations\":[\"australiaeast\"],\"locationInfo\":[{\"location\":\"australiaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"australiasoutheast\"],\"locationInfo\":[{\"location\":\"australiasoutheast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"australiasoutheast\"],\"locationInfo\":[{\"location\":\"australiasoutheast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"australiasoutheast\"],\"locationInfo\":[{\"location\":\"australiasoutheast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"australiasoutheast\"],\"locationInfo\":[{\"location\":\"australiasoutheast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"australiasoutheast\"],\"locationInfo\":[{\"location\":\"australiasoutheast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"australiasoutheast\"],\"locationInfo\":[{\"location\":\"australiasoutheast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"australiasoutheast\"],\"locationInfo\":[{\"location\":\"australiasoutheast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"australiasoutheast\"],\"locationInfo\":[{\"location\":\"australiasoutheast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"australiasoutheast\"],\"locationInfo\":[{\"location\":\"australiasoutheast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"brazilsouth\"],\"locationInfo\":[{\"location\":\"brazilsouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"brazilsouth\"],\"locationInfo\":[{\"location\":\"brazilsouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"brazilsouth\"],\"locationInfo\":[{\"location\":\"brazilsouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"brazilsouth\"],\"locationInfo\":[{\"location\":\"brazilsouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"brazilsouth\"],\"locationInfo\":[{\"location\":\"brazilsouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"brazilsouth\"],\"locationInfo\":[{\"location\":\"brazilsouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"brazilsouth\"],\"locationInfo\":[{\"location\":\"brazilsouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"brazilsouth\"],\"locationInfo\":[{\"location\":\"brazilsouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"brazilsouth\"],\"locationInfo\":[{\"location\":\"brazilsouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L4s\",\"tier\":\"Standard\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L8s\",\"tier\":\"Standard\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L16s\",\"tier\":\"Standard\",\"locations\":[\"canadacentral\"],\"locationInfo\":[{\"location\":\"canadacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"canadaeast\"],\"locationInfo\":[{\"location\":\"canadaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"canadaeast\"],\"locationInfo\":[{\"location\":\"canadaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"canadaeast\"],\"locationInfo\":[{\"location\":\"canadaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"canadaeast\"],\"locationInfo\":[{\"location\":\"canadaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"canadaeast\"],\"locationInfo\":[{\"location\":\"canadaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L4s\",\"tier\":\"Standard\",\"locations\":[\"canadaeast\"],\"locationInfo\":[{\"location\":\"canadaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L8s\",\"tier\":\"Standard\",\"locations\":[\"canadaeast\"],\"locationInfo\":[{\"location\":\"canadaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L16s\",\"tier\":\"Standard\",\"locations\":[\"canadaeast\"],\"locationInfo\":[{\"location\":\"canadaeast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"centralindia\"],\"locationInfo\":[{\"location\":\"centralindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"centralindia\"],\"locationInfo\":[{\"location\":\"centralindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"centralindia\"],\"locationInfo\":[{\"location\":\"centralindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"centralindia\"],\"locationInfo\":[{\"location\":\"centralindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"centralindia\"],\"locationInfo\":[{\"location\":\"centralindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"centralus\"],\"locationInfo\":[{\"location\":\"centralus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"centralus\"],\"locationInfo\":[{\"location\":\"centralus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"centralus\"],\"locationInfo\":[{\"location\":\"centralus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"centralus\"],\"locationInfo\":[{\"location\":\"centralus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"centralus\"],\"locationInfo\":[{\"location\":\"centralus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"centralus\"],\"locationInfo\":[{\"location\":\"centralus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"centralus\"],\"locationInfo\":[{\"location\":\"centralus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"centralus\"],\"locationInfo\":[{\"location\":\"centralus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"centralus\"],\"locationInfo\":[{\"location\":\"centralus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"eastasia\"],\"locationInfo\":[{\"location\":\"eastasia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"eastasia\"],\"locationInfo\":[{\"location\":\"eastasia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"eastasia\"],\"locationInfo\":[{\"location\":\"eastasia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"eastasia\"],\"locationInfo\":[{\"location\":\"eastasia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"eastasia\"],\"locationInfo\":[{\"location\":\"eastasia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"eastasia\"],\"locationInfo\":[{\"location\":\"eastasia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"eastasia\"],\"locationInfo\":[{\"location\":\"eastasia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"eastasia\"],\"locationInfo\":[{\"location\":\"eastasia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"eastasia\"],\"locationInfo\":[{\"location\":\"eastasia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"eastus\"],\"locationInfo\":[{\"location\":\"eastus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"eastus\"],\"locationInfo\":[{\"location\":\"eastus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"eastus\"],\"locationInfo\":[{\"location\":\"eastus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"eastus\"],\"locationInfo\":[{\"location\":\"eastus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"eastus\"],\"locationInfo\":[{\"location\":\"eastus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"eastus\"],\"locationInfo\":[{\"location\":\"eastus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"eastus\"],\"locationInfo\":[{\"location\":\"eastus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"eastus\"],\"locationInfo\":[{\"location\":\"eastus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"eastus\"],\"locationInfo\":[{\"location\":\"eastus\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L4s\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L8s\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L16s\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L8s_v2\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L16s_v2\",\"tier\":\"Standard\",\"locations\":[\"eastus2\"],\"locationInfo\":[{\"location\":\"eastus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"francecentral\"],\"locationInfo\":[{\"location\":\"francecentral\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"francecentral\"],\"locationInfo\":[{\"location\":\"francecentral\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"francecentral\"],\"locationInfo\":[{\"location\":\"francecentral\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"francecentral\"],\"locationInfo\":[{\"location\":\"francecentral\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"francecentral\"],\"locationInfo\":[{\"location\":\"francecentral\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"francecentral\"],\"locationInfo\":[{\"location\":\"francecentral\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"francecentral\"],\"locationInfo\":[{\"location\":\"francecentral\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"francecentral\"],\"locationInfo\":[{\"location\":\"francecentral\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"francecentral\"],\"locationInfo\":[{\"location\":\"francecentral\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"francesouth\"],\"locationInfo\":[{\"location\":\"francesouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"francesouth\"],\"locationInfo\":[{\"location\":\"francesouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"francesouth\"],\"locationInfo\":[{\"location\":\"francesouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"francesouth\"],\"locationInfo\":[{\"location\":\"francesouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"francesouth\"],\"locationInfo\":[{\"location\":\"francesouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"germanywestcentral\"],\"locationInfo\":[{\"location\":\"germanywestcentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"germanywestcentral\"],\"locationInfo\":[{\"location\":\"germanywestcentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"germanywestcentral\"],\"locationInfo\":[{\"location\":\"germanywestcentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"germanywestcentral\"],\"locationInfo\":[{\"location\":\"germanywestcentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"germanywestcentral\"],\"locationInfo\":[{\"location\":\"germanywestcentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"germanywestcentral\"],\"locationInfo\":[{\"location\":\"germanywestcentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"germanywestcentral\"],\"locationInfo\":[{\"location\":\"germanywestcentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"germanywestcentral\"],\"locationInfo\":[{\"location\":\"germanywestcentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"germanywestcentral\"],\"locationInfo\":[{\"location\":\"germanywestcentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L4s\",\"tier\":\"Standard\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L8s\",\"tier\":\"Standard\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L16s\",\"tier\":\"Standard\",\"locations\":[\"japaneast\"],\"locationInfo\":[{\"location\":\"japaneast\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"japanwest\"],\"locationInfo\":[{\"location\":\"japanwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"japanwest\"],\"locationInfo\":[{\"location\":\"japanwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"japanwest\"],\"locationInfo\":[{\"location\":\"japanwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"japanwest\"],\"locationInfo\":[{\"location\":\"japanwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"japanwest\"],\"locationInfo\":[{\"location\":\"japanwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"japanwest\"],\"locationInfo\":[{\"location\":\"japanwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"japanwest\"],\"locationInfo\":[{\"location\":\"japanwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"japanwest\"],\"locationInfo\":[{\"location\":\"japanwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"japanwest\"],\"locationInfo\":[{\"location\":\"japanwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"koreacentral\"],\"locationInfo\":[{\"location\":\"koreacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"koreacentral\"],\"locationInfo\":[{\"location\":\"koreacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"koreacentral\"],\"locationInfo\":[{\"location\":\"koreacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"koreacentral\"],\"locationInfo\":[{\"location\":\"koreacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"koreacentral\"],\"locationInfo\":[{\"location\":\"koreacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"koreacentral\"],\"locationInfo\":[{\"location\":\"koreacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"koreacentral\"],\"locationInfo\":[{\"location\":\"koreacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"koreacentral\"],\"locationInfo\":[{\"location\":\"koreacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"koreacentral\"],\"locationInfo\":[{\"location\":\"koreacentral\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"koreasouth\"],\"locationInfo\":[{\"location\":\"koreasouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"koreasouth\"],\"locationInfo\":[{\"location\":\"koreasouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"koreasouth\"],\"locationInfo\":[{\"location\":\"koreasouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"koreasouth\"],\"locationInfo\":[{\"location\":\"koreasouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"koreasouth\"],\"locationInfo\":[{\"location\":\"koreasouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"koreasouth\"],\"locationInfo\":[{\"location\":\"koreasouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"koreasouth\"],\"locationInfo\":[{\"location\":\"koreasouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"koreasouth\"],\"locationInfo\":[{\"location\":\"koreasouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"koreasouth\"],\"locationInfo\":[{\"location\":\"koreasouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"northcentralus\"],\"locationInfo\":[{\"location\":\"northcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"northcentralus\"],\"locationInfo\":[{\"location\":\"northcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"northcentralus\"],\"locationInfo\":[{\"location\":\"northcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"northcentralus\"],\"locationInfo\":[{\"location\":\"northcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"northcentralus\"],\"locationInfo\":[{\"location\":\"northcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"northcentralus\"],\"locationInfo\":[{\"location\":\"northcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"northcentralus\"],\"locationInfo\":[{\"location\":\"northcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"northcentralus\"],\"locationInfo\":[{\"location\":\"northcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"northcentralus\"],\"locationInfo\":[{\"location\":\"northcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"northeurope\"],\"locationInfo\":[{\"location\":\"northeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"northeurope\"],\"locationInfo\":[{\"location\":\"northeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"northeurope\"],\"locationInfo\":[{\"location\":\"northeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"northeurope\"],\"locationInfo\":[{\"location\":\"northeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"northeurope\"],\"locationInfo\":[{\"location\":\"northeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"northeurope\"],\"locationInfo\":[{\"location\":\"northeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"northeurope\"],\"locationInfo\":[{\"location\":\"northeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"northeurope\"],\"locationInfo\":[{\"location\":\"northeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"northeurope\"],\"locationInfo\":[{\"location\":\"northeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"southafricanorth\"],\"locationInfo\":[{\"location\":\"southafricanorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"southafricanorth\"],\"locationInfo\":[{\"location\":\"southafricanorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"southafricanorth\"],\"locationInfo\":[{\"location\":\"southafricanorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"southafricanorth\"],\"locationInfo\":[{\"location\":\"southafricanorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"southafricanorth\"],\"locationInfo\":[{\"location\":\"southafricanorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"southafricawest\"],\"locationInfo\":[{\"location\":\"southafricawest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"southafricawest\"],\"locationInfo\":[{\"location\":\"southafricawest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"southafricawest\"],\"locationInfo\":[{\"location\":\"southafricawest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"southafricawest\"],\"locationInfo\":[{\"location\":\"southafricawest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"southafricawest\"],\"locationInfo\":[{\"location\":\"southafricawest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"southcentralus\"],\"locationInfo\":[{\"location\":\"southcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"southcentralus\"],\"locationInfo\":[{\"location\":\"southcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"southcentralus\"],\"locationInfo\":[{\"location\":\"southcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"southcentralus\"],\"locationInfo\":[{\"location\":\"southcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"southcentralus\"],\"locationInfo\":[{\"location\":\"southcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"southcentralus\"],\"locationInfo\":[{\"location\":\"southcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"southcentralus\"],\"locationInfo\":[{\"location\":\"southcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"southcentralus\"],\"locationInfo\":[{\"location\":\"southcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"southcentralus\"],\"locationInfo\":[{\"location\":\"southcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"southindia\"],\"locationInfo\":[{\"location\":\"southindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"southindia\"],\"locationInfo\":[{\"location\":\"southindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"southindia\"],\"locationInfo\":[{\"location\":\"southindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"southindia\"],\"locationInfo\":[{\"location\":\"southindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"southindia\"],\"locationInfo\":[{\"location\":\"southindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"southindia\"],\"locationInfo\":[{\"location\":\"southindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"southindia\"],\"locationInfo\":[{\"location\":\"southindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"southindia\"],\"locationInfo\":[{\"location\":\"southindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"southindia\"],\"locationInfo\":[{\"location\":\"southindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L4s\",\"tier\":\"Standard\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L8s\",\"tier\":\"Standard\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L16s\",\"tier\":\"Standard\",\"locations\":[\"southeastasia\"],\"locationInfo\":[{\"location\":\"southeastasia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"switzerlandnorth\"],\"locationInfo\":[{\"location\":\"switzerlandnorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"switzerlandnorth\"],\"locationInfo\":[{\"location\":\"switzerlandnorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"switzerlandnorth\"],\"locationInfo\":[{\"location\":\"switzerlandnorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"switzerlandnorth\"],\"locationInfo\":[{\"location\":\"switzerlandnorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"switzerlandnorth\"],\"locationInfo\":[{\"location\":\"switzerlandnorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"switzerlandnorth\"],\"locationInfo\":[{\"location\":\"switzerlandnorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"switzerlandnorth\"],\"locationInfo\":[{\"location\":\"switzerlandnorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"switzerlandnorth\"],\"locationInfo\":[{\"location\":\"switzerlandnorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"switzerlandnorth\"],\"locationInfo\":[{\"location\":\"switzerlandnorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"uaenorth\"],\"locationInfo\":[{\"location\":\"uaenorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"uaenorth\"],\"locationInfo\":[{\"location\":\"uaenorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"uaenorth\"],\"locationInfo\":[{\"location\":\"uaenorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"uaenorth\"],\"locationInfo\":[{\"location\":\"uaenorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"uaenorth\"],\"locationInfo\":[{\"location\":\"uaenorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"uaenorth\"],\"locationInfo\":[{\"location\":\"uaenorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"uaenorth\"],\"locationInfo\":[{\"location\":\"uaenorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"uaenorth\"],\"locationInfo\":[{\"location\":\"uaenorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"uaenorth\"],\"locationInfo\":[{\"location\":\"uaenorth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"uksouth\"],\"locationInfo\":[{\"location\":\"uksouth\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"uksouth\"],\"locationInfo\":[{\"location\":\"uksouth\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"uksouth\"],\"locationInfo\":[{\"location\":\"uksouth\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"uksouth\"],\"locationInfo\":[{\"location\":\"uksouth\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"uksouth\"],\"locationInfo\":[{\"location\":\"uksouth\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"uksouth\"],\"locationInfo\":[{\"location\":\"uksouth\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"uksouth\"],\"locationInfo\":[{\"location\":\"uksouth\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"uksouth\"],\"locationInfo\":[{\"location\":\"uksouth\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"uksouth\"],\"locationInfo\":[{\"location\":\"uksouth\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L4s\",\"tier\":\"Standard\",\"locations\":[\"uksouth\"],\"locationInfo\":[{\"location\":\"uksouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L8s\",\"tier\":\"Standard\",\"locations\":[\"uksouth\"],\"locationInfo\":[{\"location\":\"uksouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L16s\",\"tier\":\"Standard\",\"locations\":[\"uksouth\"],\"locationInfo\":[{\"location\":\"uksouth\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"ukwest\"],\"locationInfo\":[{\"location\":\"ukwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"ukwest\"],\"locationInfo\":[{\"location\":\"ukwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"ukwest\"],\"locationInfo\":[{\"location\":\"ukwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"ukwest\"],\"locationInfo\":[{\"location\":\"ukwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"ukwest\"],\"locationInfo\":[{\"location\":\"ukwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"ukwest\"],\"locationInfo\":[{\"location\":\"ukwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"ukwest\"],\"locationInfo\":[{\"location\":\"ukwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"ukwest\"],\"locationInfo\":[{\"location\":\"ukwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"ukwest\"],\"locationInfo\":[{\"location\":\"ukwest\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"westcentralus\"],\"locationInfo\":[{\"location\":\"westcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"westcentralus\"],\"locationInfo\":[{\"location\":\"westcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"westcentralus\"],\"locationInfo\":[{\"location\":\"westcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"westcentralus\"],\"locationInfo\":[{\"location\":\"westcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"westcentralus\"],\"locationInfo\":[{\"location\":\"westcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westcentralus\"],\"locationInfo\":[{\"location\":\"westcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westcentralus\"],\"locationInfo\":[{\"location\":\"westcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westcentralus\"],\"locationInfo\":[{\"location\":\"westcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westcentralus\"],\"locationInfo\":[{\"location\":\"westcentralus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L4s\",\"tier\":\"Standard\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L8s\",\"tier\":\"Standard\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L16s\",\"tier\":\"Standard\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L8s_v2\",\"tier\":\"Standard\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L16s_v2\",\"tier\":\"Standard\",\"locations\":[\"westeurope\"],\"locationInfo\":[{\"location\":\"westeurope\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"westindia\"],\"locationInfo\":[{\"location\":\"westindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"westindia\"],\"locationInfo\":[{\"location\":\"westindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"westindia\"],\"locationInfo\":[{\"location\":\"westindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"westindia\"],\"locationInfo\":[{\"location\":\"westindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"westindia\"],\"locationInfo\":[{\"location\":\"westindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westindia\"],\"locationInfo\":[{\"location\":\"westindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westindia\"],\"locationInfo\":[{\"location\":\"westindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westindia\"],\"locationInfo\":[{\"location\":\"westindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westindia\"],\"locationInfo\":[{\"location\":\"westindia\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L4s\",\"tier\":\"Standard\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L8s\",\"tier\":\"Standard\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L16s\",\"tier\":\"Standard\",\"locations\":[\"westus\"],\"locationInfo\":[{\"location\":\"westus\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Dev(No SLA)_Standard_D11_v2\",\"tier\":\"Basic\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[\"2\",\"1\",\"3\"],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L4s\",\"tier\":\"Standard\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L8s\",\"tier\":\"Standard\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L16s\",\"tier\":\"Standard\",\"locations\":[\"westus2\"],\"locationInfo\":[{\"location\":\"westus2\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L8s_v2\",\"tier\":\"Standard\",\"locations\":[\"northeurope\"],\"locationInfo\":[{\"location\":\"northeurope\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]},{\"resourceType\":\"clusters\",\"name\":\"Standard_L16s_v2\",\"tier\":\"Standard\",\"locations\":[\"northeurope\"],\"locationInfo\":[{\"location\":\"northeurope\",\"zones\":[],\"zoneDetails\":[]}],\"restrictions\":[]}]}" } }, - "Get-AzKustoClusterSku+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/skus?api-version=2020-02-15+1": { + "Get-AzKustoClusterSku+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/skus?api-version=2020-06-14+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/skus?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/skus?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "23" ], - "x-ms-client-request-id": [ "e98ebc7a-658e-4c42-8a85-730d323750ce" ], + "x-ms-unique-id": [ "2" ], + "x-ms-client-request-id": [ "b989b6d5-6344-483e-9ee5-af4169d3a498" ], "CommandName": [ "Get-AzKustoClusterSku" ], "FullCommandName": [ "Get-AzKustoClusterSku_List1" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -59,23 +59,23 @@ "Headers": { "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], - "x-ms-request-id": [ "ac967c90-3674-49db-b973-d416bf867054" ], - "x-ms-correlation-request-id": [ "f8a1ae04-ddb9-4d21-84d4-7d68645a43df" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T214042Z:f8a1ae04-ddb9-4d21-84d4-7d68645a43df" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], + "x-ms-request-id": [ "69db5a0d-01b4-4595-b633-b83525d4d58b" ], + "x-ms-correlation-request-id": [ "6ddb28b5-d2c6-4307-ae13-d46c2ac66ddd" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200804T084702Z:6ddb28b5-d2c6-4307-ae13-d46c2ac66ddd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 21:40:42 GMT" ], - "Set-Cookie": [ "ARRAffinity=b3c2d4d5282ede81ed15f3f78d2ac82595f2901483fcb7962c29f71395856c9e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], + "Date": [ "Tue, 04 Aug 2020 08:47:01 GMT" ], + "Set-Cookie": [ "ARRAffinity=4b8ede89fb13944eff9450222e60978f85f33ac60c86a0218535fcb40971ebd2;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], "X-Powered-By": [ "ASP.NET" ] }, "ContentHeaders": { - "Content-Length": [ "5054" ], + "Content-Length": [ "5508" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[\"useast-AZ01\",\"useast-AZ02\",\"useast-AZ03\"]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[\"useast-AZ01\",\"useast-AZ02\",\"useast-AZ03\"]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_L8s\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_L16s\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[\"useast-AZ01\",\"useast-AZ02\",\"useast-AZ03\"]}]},\"capacity\":{\"minimum\":2,\"maximum\":8,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[\"useast-AZ01\",\"useast-AZ02\",\"useast-AZ03\"]}]},\"capacity\":{\"minimum\":2,\"maximum\":16,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_L4s\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[]}]},\"capacity\":{\"minimum\":2,\"maximum\":16,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[\"useast-AZ01\",\"useast-AZ02\",\"useast-AZ03\"]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[\"useast-AZ01\",\"useast-AZ02\",\"useast-AZ03\"]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[\"useast-AZ01\",\"useast-AZ02\",\"useast-AZ03\"]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[\"useast-AZ01\",\"useast-AZ02\",\"useast-AZ03\"]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_L8s_v2\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_L16s_v2\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_E2a_v4\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_E4a_v4\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_E8a_v4\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_E16a_v4\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_E8as_v4+1TB_PS\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_E8as_v4+2TB_PS\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_E16as_v4+3TB_PS\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_E16as_v4+4TB_PS\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}}]}" + "Content": "{\"value\":[{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[\"useast-AZ01\",\"useast-AZ02\",\"useast-AZ03\"]}]},\"capacity\":{\"minimum\":2,\"maximum\":8,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[\"useast-AZ01\",\"useast-AZ02\",\"useast-AZ03\"]}]},\"capacity\":{\"minimum\":2,\"maximum\":16,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_D13_v2\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[\"useast-AZ01\",\"useast-AZ02\",\"useast-AZ03\"]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_D14_v2\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[\"useast-AZ01\",\"useast-AZ02\",\"useast-AZ03\"]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_DS13_v2+1TB_PS\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[\"useast-AZ01\",\"useast-AZ02\",\"useast-AZ03\"]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_DS13_v2+2TB_PS\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[\"useast-AZ01\",\"useast-AZ02\",\"useast-AZ03\"]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_DS14_v2+3TB_PS\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[\"useast-AZ01\",\"useast-AZ02\",\"useast-AZ03\"]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_DS14_v2+4TB_PS\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[\"useast-AZ01\",\"useast-AZ02\",\"useast-AZ03\"]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_L4s\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[]}]},\"capacity\":{\"minimum\":2,\"maximum\":16,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_L8s\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_L16s\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_L8s_v2\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_L16s_v2\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_E64i_v3\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_E64is_v3+4TB_PS\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_E2a_v4\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_E4a_v4\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_E8a_v4\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_E16a_v4\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_E8as_v4+1TB_PS\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_E8as_v4+2TB_PS\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_E16as_v4+3TB_PS\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}},{\"resourceType\":\"Microsoft.Kusto/clusters\",\"sku\":{\"name\":\"Standard_E16as_v4+4TB_PS\",\"tier\":\"Standard\",\"locationInfo\":[{\"location\":\"East US\",\"zones\":[]}]},\"capacity\":{\"minimum\":2,\"maximum\":1000,\"default\":2,\"scaleType\":\"Automatic\"}}]}" } } } \ No newline at end of file diff --git a/src/Kusto/test/Get-AzKustoClusterSku.Tests.ps1 b/src/Kusto/test/Get-AzKustoClusterSku.Tests.ps1 index 3fe1d02d5a5e..64578e1dcd06 100644 --- a/src/Kusto/test/Get-AzKustoClusterSku.Tests.ps1 +++ b/src/Kusto/test/Get-AzKustoClusterSku.Tests.ps1 @@ -5,7 +5,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzKustoClusterSku.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -14,7 +14,7 @@ while(-not $mockingPath) { Describe 'Get-AzKustoClusterSku' { It 'List' { [array]$clusterSku = Get-AzKustoClusterSku - $clusterSku.Count | Should -Be 413 + $clusterSku.Count | Should -Be 322 } It 'List1' { @@ -22,6 +22,6 @@ Describe 'Get-AzKustoClusterSku' { $clusterName = $env.clusterName [array]$clusterSku = Get-AzKustoClusterSku -ResourceGroupName $resourceGroupName -ClusterName $clusterName - $clusterSku.Count | Should -Be 21 + $clusterSku.Count | Should -Be 23 } } diff --git a/src/Kusto/test/Get-AzKustoDataConnection.Recording.json b/src/Kusto/test/Get-AzKustoDataConnection.Recording.json index 1b22cd843845..5a12a9cf5554 100644 --- a/src/Kusto/test/Get-AzKustoDataConnection.Recording.json +++ b/src/Kusto/test/Get-AzKustoDataConnection.Recording.json @@ -1,16 +1,16 @@ { - "Get-AzKustoDataConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnection?api-version=2020-02-15+1": { + "Get-AzKustoDataConnection+[NoContext]+List+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/dataConnections?api-version=2020-06-14+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnection?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/dataConnections?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "10" ], - "x-ms-client-request-id": [ "008ea65e-78e5-40eb-87b9-3f1557fa488d" ], + "x-ms-unique-id": [ "1" ], + "x-ms-client-request-id": [ "482fb984-5cbf-418b-8773-1255b47fc474" ], "CommandName": [ "Get-AzKustoDataConnection" ], - "FullCommandName": [ "Get-AzKustoDataConnection_Get" ], + "FullCommandName": [ "Get-AzKustoDataConnection_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -22,37 +22,36 @@ "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "9bc06244-78bf-4fea-9da5-444b78b06adc" ], - "x-ms-correlation-request-id": [ "d090a56e-adf5-4769-9dd0-d5a9ab07b412" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T083458Z:d090a56e-adf5-4769-9dd0-d5a9ab07b412" ], + "x-ms-request-id": [ "012c60e7-8ede-430d-b7f7-897a991333f9" ], + "x-ms-correlation-request-id": [ "973a7c1e-f495-4b92-a09a-8bf90e4bed7f" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200804T084735Z:973a7c1e-f495-4b92-a09a-8bf90e4bed7f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 08:34:58 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=ad966661f28345a7a82e0f5252ddeee3454342c1fc885732f7b3a5976e5da774;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], + "Date": [ "Tue, 04 Aug 2020 08:47:35 GMT" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], "X-Powered-By": [ "ASP.NET" ] }, "ContentHeaders": { - "Content-Length": [ "769" ], + "Content-Length": [ "2480" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnection\",\"name\":\"sdkpsclustereu/sdkpowershelldb/sdkpsdataconnection\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventHub\",\"tags\":{},\"properties\":{\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.EventHub/namespaces/sdkpseventhubns/eventhubs/sdkpseventhub\",\"consumerGroup\":\"$Default\",\"tableName\":\"Events\",\"mappingRuleName\":\"EventsMapping\",\"dataFormat\":\"JSON\",\"eventSystemProperties\":[],\"compression\":\"None\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsg\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/testdataconnectionlbfexsg\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventGrid\",\"properties\":{\"storageAccountResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Storage/storageAccounts/storagelbfexs\",\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnsgridbgiwc7/eventhubs/eventgridbgiwc7\",\"consumerGroup\":\"$Default\",\"tableName\":null,\"mappingRuleName\":null,\"dataFormat\":null,\"blobStorageEventType\":null,\"ignoreFirstRecord\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsh\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/testdataconnectionlbfexsh\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"IotHub\",\"properties\":{\"iotHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Devices/IotHubs/iothublbfexs\",\"consumerGroup\":\"$Default\",\"tableName\":null,\"mappingRuleName\":null,\"dataFormat\":null,\"eventSystemProperties\":[],\"sharedAccessPolicyName\":\"registryRead\",\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/testdataconnectionlbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventHub\",\"properties\":{\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnslbfexs/eventhubs/eventhublbfexs\",\"consumerGroup\":\"$Default\",\"tableName\":null,\"mappingRuleName\":null,\"dataFormat\":null,\"eventSystemProperties\":[],\"compression\":\"None\",\"provisioningState\":\"Succeeded\"}}]}" } }, - "Get-AzKustoDataConnection+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnection?api-version=2020-02-15+1": { + "Get-AzKustoDataConnection+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs?api-version=2020-06-14+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnection?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "11" ], - "x-ms-client-request-id": [ "ef552899-e1f9-43a6-be62-7d1312c041d2" ], + "x-ms-unique-id": [ "2" ], + "x-ms-client-request-id": [ "11451dee-2aab-400f-95de-14b7a51f71f9" ], "CommandName": [ "Get-AzKustoDataConnection" ], "FullCommandName": [ "Get-AzKustoDataConnection_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -64,23 +63,23 @@ "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], - "x-ms-request-id": [ "1cf80091-53c5-429c-a367-464b12a9c93e" ], - "x-ms-correlation-request-id": [ "22f86f00-ad8c-4e4e-8a9b-f33cca0e315f" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T083459Z:22f86f00-ad8c-4e4e-8a9b-f33cca0e315f" ], + "x-ms-request-id": [ "b1acdd57-bac0-4d48-b0ea-9287bec5af9f" ], + "x-ms-correlation-request-id": [ "3ad130cf-7b30-4a43-8777-29a08a13268a" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200804T084737Z:3ad130cf-7b30-4a43-8777-29a08a13268a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 08:34:59 GMT" ], + "Date": [ "Tue, 04 Aug 2020 08:47:36 GMT" ], "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=4bb1416c4d9382a93b901692113c112c880e463b99069071d83beefe042ed576;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], + "Set-Cookie": [ "ARRAffinity=f7346eb7f858da6fcd7c812185c78354cd9c373cd01aac1f84617587dc510a4d;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], "X-Powered-By": [ "ASP.NET" ] }, "ContentHeaders": { - "Content-Length": [ "769" ], + "Content-Length": [ "776" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnection\",\"name\":\"sdkpsclustereu/sdkpowershelldb/sdkpsdataconnection\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventHub\",\"tags\":{},\"properties\":{\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.EventHub/namespaces/sdkpseventhubns/eventhubs/sdkpseventhub\",\"consumerGroup\":\"$Default\",\"tableName\":\"Events\",\"mappingRuleName\":\"EventsMapping\",\"dataFormat\":\"JSON\",\"eventSystemProperties\":[],\"compression\":\"None\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/testdataconnectionlbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventHub\",\"tags\":{},\"properties\":{\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnslbfexs/eventhubs/eventhublbfexs\",\"consumerGroup\":\"$Default\",\"tableName\":null,\"mappingRuleName\":null,\"dataFormat\":null,\"eventSystemProperties\":[],\"compression\":\"None\",\"provisioningState\":\"Succeeded\"}}" } } } \ No newline at end of file diff --git a/src/Kusto/test/Get-AzKustoDataConnection.Tests.ps1 b/src/Kusto/test/Get-AzKustoDataConnection.Tests.ps1 index 40b5c6c625f1..bc4f1706aeec 100644 --- a/src/Kusto/test/Get-AzKustoDataConnection.Tests.ps1 +++ b/src/Kusto/test/Get-AzKustoDataConnection.Tests.ps1 @@ -7,7 +7,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzKustoDataConnection.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -21,18 +21,20 @@ Describe 'Get-AzKustoDataConnection' { $clusterName = $env.clusterName $databaseName = $env.databaseName $dataConnectionName = $env.dataConnectionName - $eventhubNS= $env.eventhubNSName - $eventhub= $env.eventhubName + $eventhubNS = $env.eventhubNSName + $eventhub = $env.eventhubName $eventHubResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.EventHub/namespaces/$eventhubNS/eventhubs/$eventhub" - $tableName = $env.tableName - $tableMappingName = $env.tableMappingName - $dataFormat = $env.dataFormat $kind = "EventHub" $dataConnectionFullName = "$clusterName/$databaseName/$dataConnectionName" - [array]$dataConnectionGet = Get-AzKustoDataConnection -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -DataConnectionName $dataConnectionName - $dataConnectionCreated = $dataConnectionGet[0] - Validate_EventHubDataConnection $dataConnectionCreated $dataConnectionFullName $location $eventHubResourceId $tableName $tableMappingName $dataFormat $kind + [array]$dataConnectionGet = Get-AzKustoDataConnection -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName + $dataConnectionGet.Count | Should -Be 3 + foreach ($dataConnection in $dataConnectionGet) { + if ($dataConnection.Name -eq $dataConnectionFullName) { + $dataConnectionCreated = $dataConnection + } + } + Validate_EventHubDataConnection $dataConnectionCreated $dataConnectionFullName $location $eventHubResourceId $kind } It 'Get' { @@ -42,16 +44,13 @@ Describe 'Get-AzKustoDataConnection' { $clusterName = $env.clusterName $databaseName = $env.databaseName $dataConnectionName = $env.dataConnectionName - $eventhubNS= $env.eventhubNSName - $eventhub= $env.eventhubName + $eventhubNS = $env.eventhubNSName + $eventhub = $env.eventhubName $eventHubResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.EventHub/namespaces/$eventhubNS/eventhubs/$eventhub" - $tableName = $env.tableName - $tableMappingName = $env.tableMappingName - $dataFormat = $env.dataFormat $kind = "EventHub" $dataConnectionFullName = "$clusterName/$databaseName/$dataConnectionName" $dataConnectionCreated = Get-AzKustoDataConnection -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -DataConnectionName $dataConnectionName - Validate_EventHubDataConnection $dataConnectionCreated $dataConnectionFullName $location $eventHubResourceId $tableName $tableMappingName $dataFormat $kind + Validate_EventHubDataConnection $dataConnectionCreated $dataConnectionFullName $location $eventHubResourceId $kind } } diff --git a/src/Kusto/test/Get-AzKustoDatabase.Recording.json b/src/Kusto/test/Get-AzKustoDatabase.Recording.json index 54a0c81115c9..c949c5b76eae 100644 --- a/src/Kusto/test/Get-AzKustoDatabase.Recording.json +++ b/src/Kusto/test/Get-AzKustoDatabase.Recording.json @@ -1,16 +1,16 @@ { - "Get-AzKustoDatabase+[NoContext]+List+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15+1": { + "Get-AzKustoDatabase+[NoContext]+List+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs?api-version=2020-06-14+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "169" ], - "x-ms-client-request-id": [ "c6944de4-cc3b-49a1-958e-ee69b8edbf51" ], + "x-ms-unique-id": [ "171" ], + "x-ms-client-request-id": [ "08b4f426-bc49-4634-aaa8-26dff35d3d0e" ], "CommandName": [ "Get-AzKustoDatabase" ], "FullCommandName": [ "Get-AzKustoDatabase_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -19,40 +19,40 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "b0eece6b-7209-45be-b206-01d463b78d99" ], - "x-ms-correlation-request-id": [ "a89ed501-1931-472f-8bc6-8514db59e07b" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200401T144642Z:a89ed501-1931-472f-8bc6-8514db59e07b" ], + "x-ms-request-id": [ "0edd47c4-822c-4dee-a2f8-7dd9c6527c21" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "21744b31-a3c0-40e7-9d3c-f1facd864168" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232829Z:21744b31-a3c0-40e7-9d3c-f1facd864168" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Wed, 01 Apr 2020 14:46:41 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=1d5fb298951795712d54b2df0c89d185153c650eca2a3f79345b380a30442d23;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:28:29 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "507" ], + "Content-Length": [ "518" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb\",\"name\":\"sdkpsclustereu/sdkpowershelldb\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":false,\"softDeletePeriodInDays\":6,\"softDeletePeriod\":\"P6D\",\"hotCachePeriodInDays\":3,\"hotCachePeriod\":\"P3D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs\",\"name\":\"testclusterlbfexs/testdatabaselbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":true,\"softDeletePeriodInDays\":4,\"softDeletePeriod\":\"P4D\",\"hotCachePeriodInDays\":2,\"hotCachePeriod\":\"P2D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" } }, - "Get-AzKustoDatabase+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15+1": { + "Get-AzKustoDatabase+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs?api-version=2020-06-14+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "170" ], - "x-ms-client-request-id": [ "99e11abf-cca7-4f20-8a27-5e6961041b68" ], + "x-ms-unique-id": [ "172" ], + "x-ms-client-request-id": [ "eb0ebe18-c569-49de-9e90-b9cd81766452" ], "CommandName": [ "Get-AzKustoDatabase" ], "FullCommandName": [ "Get-AzKustoDatabase_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -61,26 +61,26 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], - "x-ms-request-id": [ "7f74e5af-4706-4a35-9f17-95453b96b624" ], - "x-ms-correlation-request-id": [ "18bda563-c9f6-4e58-bb7b-dfa7846743d0" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200401T144759Z:18bda563-c9f6-4e58-bb7b-dfa7846743d0" ], + "x-ms-request-id": [ "0d4791c8-05d6-4000-9bbf-c30574c73044" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "dad0ea60-ea55-4993-8c69-05e44abfaa1b" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232830Z:dad0ea60-ea55-4993-8c69-05e44abfaa1b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Wed, 01 Apr 2020 14:47:58 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=215f89ce1e3b7fe16702b151d790214d3e419a6068dd5b2f7cbbd791a4ac2087;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:28:29 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "507" ], + "Content-Length": [ "518" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb\",\"name\":\"sdkpsclustereu/sdkpowershelldb\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":false,\"softDeletePeriodInDays\":6,\"softDeletePeriod\":\"P6D\",\"hotCachePeriodInDays\":3,\"hotCachePeriod\":\"P3D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs\",\"name\":\"testclusterlbfexs/testdatabaselbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":true,\"softDeletePeriodInDays\":4,\"softDeletePeriod\":\"P4D\",\"hotCachePeriodInDays\":2,\"hotCachePeriod\":\"P2D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" } } } \ No newline at end of file diff --git a/src/Kusto/test/Get-AzKustoDatabase.Tests.ps1 b/src/Kusto/test/Get-AzKustoDatabase.Tests.ps1 index 9fccc33a4886..5149889a6e21 100644 --- a/src/Kusto/test/Get-AzKustoDatabase.Tests.ps1 +++ b/src/Kusto/test/Get-AzKustoDatabase.Tests.ps1 @@ -7,7 +7,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzKustoDatabase.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -15,8 +15,8 @@ while(-not $mockingPath) { Describe 'Get-AzKustoDatabase' { It 'List' { - $softDeletePeriodInDays = Get-Updated-Soft-Delete-Period-In-Days - $hotCachePeriodInDays = Get-Updated-Hot-Cache-Period-In-Days + $softDeletePeriodInDays = Get-Soft-Delete-Period-In-Days + $hotCachePeriodInDays = Get-Hot-Cache-Period-In-Days $databaseFullName = $env.clusterName + "/" + $env.databaseName [array]$databaseGet = Get-AzKustoDatabase -ResourceGroupName $env.resourceGroupName -ClusterName $env.clusterName -Name $env.databaseName @@ -25,8 +25,8 @@ Describe 'Get-AzKustoDatabase' { } It 'Get' { - $softDeletePeriodInDays = Get-Updated-Soft-Delete-Period-In-Days - $hotCachePeriodInDays = Get-Updated-Hot-Cache-Period-In-Days + $softDeletePeriodInDays = Get-Soft-Delete-Period-In-Days + $hotCachePeriodInDays = Get-Hot-Cache-Period-In-Days $databaseFullName = $env.clusterName + "/" + $env.databaseName $databaseGetItem = Get-AzKustoDatabase -ResourceGroupName $env.resourceGroupName -ClusterName $env.clusterName -Name $env.databaseName diff --git a/src/Kusto/test/Get-AzKustoDatabasePrincipal.Recording.json b/src/Kusto/test/Get-AzKustoDatabasePrincipal.Recording.json index 804ac784f253..f1cf47f4e3c5 100644 --- a/src/Kusto/test/Get-AzKustoDatabasePrincipal.Recording.json +++ b/src/Kusto/test/Get-AzKustoDatabasePrincipal.Recording.json @@ -1,16 +1,16 @@ { - "Get-AzKustoDatabasePrincipal+[NoContext]+List+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/listPrincipals?api-version=2020-02-15+1": { + "Get-AzKustoDatabasePrincipal+[NoContext]+List+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/listPrincipals?api-version=2020-06-14+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/listPrincipals?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/listPrincipals?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "100" ], - "x-ms-client-request-id": [ "923dfd7d-3468-48ef-be1f-5dbae2db06f4" ], + "x-ms-unique-id": [ "173" ], + "x-ms-client-request-id": [ "69cb9624-f239-42d2-8180-4f274566e1f0" ], "CommandName": [ "Get-AzKustoDatabasePrincipal" ], "FullCommandName": [ "Get-AzKustoDatabasePrincipal_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -19,25 +19,25 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-request-id": [ "3d1c3cc5-07fb-4b96-83c7-d18072c869c8" ], - "x-ms-correlation-request-id": [ "c0366396-9595-428e-b643-23bb7b9d808a" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T224416Z:c0366396-9595-428e-b643-23bb7b9d808a" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], + "x-ms-request-id": [ "b557cad7-e7dd-4fa5-a771-594287390c3c" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "b73d6814-3630-4bbd-ab4e-e9094eef153c" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232831Z:b73d6814-3630-4bbd-ab4e-e9094eef153c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:44:16 GMT" ], - "Set-Cookie": [ "ARRAffinity=ef3de0f4cd17f8e9f7d2fa3d3db2dfb16b68de461929f7c4880cf75c0d094a4e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:28:30 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "661" ], + "Content-Length": [ "459" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"name\":\"Royi Shauli\",\"role\":\"Admin\",\"type\":\"User\",\"fqn\":\"aaduser=c526e8b3-ad30-4963-bdd2-a75a2757e7e3;72f988bf-86f1-41af-91ab-2d7cd011db47\",\"email\":\"roshauli@microsoft.com\",\"appId\":\"\",\"tenantName\":\"Microsoft\"},{\"name\":\"lugoldbekusto\",\"role\":\"Viewer\",\"type\":\"App\",\"fqn\":\"aadapp=e60fe5c8-d6a5-4dee-b382-fb4502588dd0;72f988bf-86f1-41af-91ab-2d7cd011db47\",\"email\":\"\",\"appId\":\"e60fe5c8-d6a5-4dee-b382-fb4502588dd0\",\"tenantName\":\"Microsoft\"},{\"name\":\"Lucy Goldberg\",\"role\":\"Admin\",\"type\":\"User\",\"fqn\":\"aaduser=4140ca90-d0db-4781-ab7a-099ece50e2fa;72f988bf-86f1-41af-91ab-2d7cd011db47\",\"email\":\"lugoldbe@microsoft.com\",\"appId\":\"\",\"tenantName\":\"Microsoft\"}]}" + "Content": "{\"value\":[{\"name\":\"KustoClientsScenarioTest\",\"role\":\"Viewer\",\"type\":\"App\",\"fqn\":\"aadapp=713c3475-5021-4f3b-a650-eaa9a83f25a4;72f988bf-86f1-41af-91ab-2d7cd011db47\",\"email\":\"\",\"appId\":\"713c3475-5021-4f3b-a650-eaa9a83f25a4\",\"tenantName\":\"Microsoft\"},{\"name\":\"Royi Shauli\",\"role\":\"Admin\",\"type\":\"User\",\"fqn\":\"aaduser=c526e8b3-ad30-4963-bdd2-a75a2757e7e3;72f988bf-86f1-41af-91ab-2d7cd011db47\",\"email\":\"roshauli@microsoft.com\",\"appId\":\"\",\"tenantName\":\"Microsoft\"}]}" } } } \ No newline at end of file diff --git a/src/Kusto/test/Get-AzKustoDatabasePrincipal.Tests.ps1 b/src/Kusto/test/Get-AzKustoDatabasePrincipal.Tests.ps1 index b8ac6d4ef6f2..00f8b4d4feaf 100644 --- a/src/Kusto/test/Get-AzKustoDatabasePrincipal.Tests.ps1 +++ b/src/Kusto/test/Get-AzKustoDatabasePrincipal.Tests.ps1 @@ -5,7 +5,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzKustoDatabasePrincipal.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -18,6 +18,6 @@ Describe 'Get-AzKustoDatabasePrincipal' { $databaseName = $env.databaseName [array]$databasePrincipals = Get-AzKustoDatabasePrincipal -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName - $databasePrincipals.Count | Should -Be 3 + $databasePrincipals.Count | Should -Be 2 } } diff --git a/src/Kusto/test/Get-AzKustoDatabasePrincipalAssignment.Recording.json b/src/Kusto/test/Get-AzKustoDatabasePrincipalAssignment.Recording.json index 96e2a339a3e9..88025cf90e7c 100644 --- a/src/Kusto/test/Get-AzKustoDatabasePrincipalAssignment.Recording.json +++ b/src/Kusto/test/Get-AzKustoDatabasePrincipalAssignment.Recording.json @@ -1,16 +1,16 @@ { - "Get-AzKustoDatabasePrincipalAssignment+[NoContext]+List+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/principalAssignments?api-version=2020-02-15+1": { + "Get-AzKustoDatabasePrincipalAssignment+[NoContext]+List+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/principalAssignments?api-version=2020-06-14+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/principalAssignments?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/principalAssignments?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "281" ], - "x-ms-client-request-id": [ "d5217841-254e-4b77-9a39-5f8f63ebf50f" ], + "x-ms-unique-id": [ "174" ], + "x-ms-client-request-id": [ "edb14e08-0ace-4c8c-802a-7d626db4e148" ], "CommandName": [ "Get-AzKustoDatabasePrincipalAssignment" ], "FullCommandName": [ "Get-AzKustoDatabasePrincipalAssignment_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -19,39 +19,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], - "x-ms-request-id": [ "8bde59e0-8ed6-424d-bbca-057365daf364" ], - "x-ms-correlation-request-id": [ "0ec34957-68c4-4562-860c-227cfc0a64c5" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200402T155544Z:0ec34957-68c4-4562-860c-227cfc0a64c5" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], + "x-ms-request-id": [ "59ae7e6b-ef8e-4161-a7cd-aecbdff43c30" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "d653a1f6-0968-4036-9f57-e75d5eb6a957" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232831Z:d653a1f6-0968-4036-9f57-e75d5eb6a957" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 02 Apr 2020 15:55:44 GMT" ], - "Set-Cookie": [ "ARRAffinity=1d5fb298951795712d54b2df0c89d185153c650eca2a3f79345b380a30442d23;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:28:30 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1219" ], + "Content-Length": [ "1260" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/PrincipalAssignments/principalassignment1\",\"name\":\"sdkpsclustereu/sdkpowershelldb/principalassignment1\",\"type\":\"Microsoft.Kusto/Clusters/Databases/PrincipalAssignments\",\"etag\":\"\\\"\\\"\",\"properties\":{\"principalId\":\"e60fe5c8-d6a5-4dee-b382-fb4502588dd0\",\"role\":\"Viewer\",\"principalType\":\"App\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"tenantName\":\"Microsoft\",\"principalName\":\"lugoldbekusto\",\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/PrincipalAssignments/4a78a96a-7ecc-4313-9ac1-3cf292adf2e7\",\"name\":\"sdkpsclustereu/sdkpowershelldb/4a78a96a-7ecc-4313-9ac1-3cf292adf2e7\",\"type\":\"Microsoft.Kusto/Clusters/Databases/PrincipalAssignments\",\"etag\":\"\\\"\\\"\",\"properties\":{\"principalId\":\"lugoldbe@microsoft.com\",\"role\":\"Admin\",\"principalType\":\"User\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"tenantName\":\"Microsoft\",\"principalName\":\"Lucy Goldberg\",\"provisioningState\":\"Succeeded\"}}]}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/PrincipalAssignments/KustoClientsScenarioTest\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/KustoClientsScenarioTest\",\"type\":\"Microsoft.Kusto/Clusters/Databases/PrincipalAssignments\",\"etag\":\"\\\"\\\"\",\"properties\":{\"principalId\":\"713c3475-5021-4f3b-a650-eaa9a83f25a4\",\"role\":\"Viewer\",\"principalType\":\"App\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"tenantName\":\"Microsoft\",\"principalName\":\"KustoClientsScenarioTest\",\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/PrincipalAssignments/2b909eee-9592-4a00-83e3-d7c624791e88\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/2b909eee-9592-4a00-83e3-d7c624791e88\",\"type\":\"Microsoft.Kusto/Clusters/Databases/PrincipalAssignments\",\"etag\":\"\\\"\\\"\",\"properties\":{\"principalId\":\"roshauli@microsoft.com\",\"role\":\"Admin\",\"principalType\":\"User\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"tenantName\":\"Microsoft\",\"principalName\":\"Royi Shauli\",\"provisioningState\":\"Succeeded\"}}]}" } }, - "Get-AzKustoDatabasePrincipalAssignment+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/PrincipalAssignments/principalassignment1?api-version=2020-02-15+1": { + "Get-AzKustoDatabasePrincipalAssignment+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/PrincipalAssignments/KustoClientsScenarioTest?api-version=2020-06-14+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/PrincipalAssignments/principalassignment1?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/PrincipalAssignments/KustoClientsScenarioTest?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "282" ], - "x-ms-client-request-id": [ "ff7185bb-3bdb-4cd4-81c1-30ac64892631" ], + "x-ms-unique-id": [ "175" ], + "x-ms-client-request-id": [ "aef22fe6-8880-4219-b5f9-a0fdb4994096" ], "CommandName": [ "Get-AzKustoDatabasePrincipalAssignment" ], "FullCommandName": [ "Get-AzKustoDatabasePrincipalAssignment_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -60,26 +60,26 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "297" ], - "x-ms-request-id": [ "deb30979-c183-4430-bc3e-6e7bade5f4fc" ], - "x-ms-correlation-request-id": [ "e7795284-09ca-4238-b02c-4e89bdc90b15" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200402T155545Z:e7795284-09ca-4238-b02c-4e89bdc90b15" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], + "x-ms-request-id": [ "a7122dd5-6735-4379-b740-23e2bfd8bb24" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "eb274518-8789-4391-8029-485a4cb97e17" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T232832Z:eb274518-8789-4391-8029-485a4cb97e17" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 02 Apr 2020 15:55:45 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=9a838ce951ff4a4e588f47ec992dc9adcb73c9a40c27b5fc6f5d3195a90fb3f7;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:28:31 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "604" ], + "Content-Length": [ "635" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/PrincipalAssignments/principalassignment1\",\"name\":\"sdkpsclustereu/sdkpowershelldb/principalassignment1\",\"type\":\"Microsoft.Kusto/Clusters/Databases/PrincipalAssignments\",\"etag\":\"\\\"\\\"\",\"tags\":{},\"properties\":{\"principalId\":\"e60fe5c8-d6a5-4dee-b382-fb4502588dd0\",\"role\":\"Viewer\",\"principalType\":\"App\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"tenantName\":\"Microsoft\",\"principalName\":\"lugoldbekusto\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/PrincipalAssignments/KustoClientsScenarioTest\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/KustoClientsScenarioTest\",\"type\":\"Microsoft.Kusto/Clusters/Databases/PrincipalAssignments\",\"etag\":\"\\\"\\\"\",\"tags\":{},\"properties\":{\"principalId\":\"713c3475-5021-4f3b-a650-eaa9a83f25a4\",\"role\":\"Viewer\",\"principalType\":\"App\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"tenantName\":\"Microsoft\",\"principalName\":\"KustoClientsScenarioTest\",\"provisioningState\":\"Succeeded\"}}" } } } \ No newline at end of file diff --git a/src/Kusto/test/Get-AzKustoDatabasePrincipalAssignment.Tests.ps1 b/src/Kusto/test/Get-AzKustoDatabasePrincipalAssignment.Tests.ps1 index 5dadf64e7022..4ecce2175811 100644 --- a/src/Kusto/test/Get-AzKustoDatabasePrincipalAssignment.Tests.ps1 +++ b/src/Kusto/test/Get-AzKustoDatabasePrincipalAssignment.Tests.ps1 @@ -7,7 +7,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzKustoDatabasePrincipalAssignment.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -25,7 +25,11 @@ Describe 'Get-AzKustoDatabasePrincipalAssignment' { $principalAssignmentFullName = "$clusterName/$databaseName/$principalAssignmentName" [array]$principalAssignmentGet = Get-AzKustoDatabasePrincipalAssignment -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName - $principalAssignment = $principalAssignmentGet[0] + foreach ($principalAssignmentItem in $principalAssignmentGet) { + if ($principalAssignmentItem.Name -eq $principalAssignmentFullName) { + $principalAssignment = $principalAssignmentItem + } + } Validate_PrincipalAssignment $principalAssignment $principalAssignmentFullName $principalId $principalType $role } diff --git a/src/Kusto/test/Invoke-AzKustoDataConnectionValidation.Recording.json b/src/Kusto/test/Invoke-AzKustoDataConnectionValidation.Recording.json index bc6a7d1410fc..2ed046050f7f 100644 --- a/src/Kusto/test/Invoke-AzKustoDataConnectionValidation.Recording.json +++ b/src/Kusto/test/Invoke-AzKustoDataConnectionValidation.Recording.json @@ -1,21 +1,55 @@ { - "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataExpandedEventHub+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/dataConnectionValidation?api-version=2020-02-15+1": { + "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataExpandedEventHub+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/dataConnectionValidation?api-version=2020-06-14+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/dataConnectionValidation?api-version=2020-02-15", - "Content": "{\r\n \"properties\": {\r\n \"kind\": \"EventHub\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"compression\": \"None\",\r\n \"consumerGroup\": \"$Default\",\r\n \"dataFormat\": \"JSON\",\r\n \"eventHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.EventHub/namespaces/sdkpseventhubns/eventhubs/sdkpseventhub\",\r\n \"mappingRuleName\": \"EventsMapping\",\r\n \"tableName\": \"Events\"\r\n }\r\n },\r\n \"dataConnectionName\": \"sdkpsdataconnectionb4fgjh\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/dataConnectionValidation?api-version=2020-06-14", + "Content": "{\r\n \"properties\": {\r\n \"kind\": \"EventHub\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"compression\": \"None\",\r\n \"consumerGroup\": \"$Default\",\r\n \"eventHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnslbfexs/eventhubs/eventhublbfexs\"\r\n }\r\n },\r\n \"dataConnectionName\": \"testdataconnectionlbfexssu8yho\"\r\n}", "Headers": { - "x-ms-unique-id": [ "27" ], - "x-ms-client-request-id": [ "a1cb1763-be71-4c4c-8352-c24f6e26b686" ], - "CommandName": [ "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation" ], - "FullCommandName": [ "Invoke-AzKustoDataConnectionValidation_Data" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "525" ] + "Content-Length": [ "430" ] + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "d874f725-1b71-4607-850a-e1bd09d064da" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/3d000c30-2641-4d89-bb35-4ffdc547d628?api-version=2020-06-14" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], + "x-ms-correlation-request-id": [ "588317e6-e1b8-48c0-a794-08030449cef1" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200804T085242Z:588317e6-e1b8-48c0-a794-08030449cef1" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Tue, 04 Aug 2020 08:52:41 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/3d000c30-2641-4d89-bb35-4ffdc547d628?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ] + }, + "ContentHeaders": { + "Content-Length": [ "0" ], + "Expires": [ "-1" ] + }, + "Content": null + } + }, + "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataExpandedEventHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/3d000c30-2641-4d89-bb35-4ffdc547d628?api-version=2020-06-14+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/3d000c30-2641-4d89-bb35-4ffdc547d628?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "1", "2" ], + "x-ms-client-request-id": [ "68e4e920-cb27-4bf0-8608-39fad9476a6b", "68e4e920-cb27-4bf0-8608-39fad9476a6b" ], + "CommandName": [ "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation", "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation" ], + "FullCommandName": [ "Invoke-AzKustoDataConnectionValidation_Data", "Invoke-AzKustoDataConnectionValidation_Data" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { } }, "Response": { @@ -23,42 +57,40 @@ "Headers": { "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1189" ], - "x-ms-request-id": [ "daa1da4a-ee32-4e0c-99e7-0693ef260bb4" ], - "x-ms-correlation-request-id": [ "26678d26-6df1-48fa-bdde-62b58c59dd85" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T202330Z:26678d26-6df1-48fa-bdde-62b58c59dd85" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], + "x-ms-request-id": [ "bd97e401-c7c8-40ab-bae2-16e38b829eff" ], + "x-ms-correlation-request-id": [ "74bde7c9-1794-4688-85ef-86a02c32142b" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200804T085313Z:74bde7c9-1794-4688-85ef-86a02c32142b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 20:23:29 GMT" ], - "Set-Cookie": [ "ARRAffinity=b3c2d4d5282ede81ed15f3f78d2ac82595f2901483fcb7962c29f71395856c9e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], + "Date": [ "Tue, 04 Aug 2020 08:53:12 GMT" ], + "Set-Cookie": [ "ARRAffinity=0ae556891a90acc8679c889b07dda3bbe88c7f0787602304c159f63d4e13032a;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], "X-Powered-By": [ "ASP.NET" ] }, "ContentHeaders": { - "Content-Length": [ "103" ], + "Content-Length": [ "447" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"errorMessage\":\"event hub resource id and consumer group tuple provided are already used\"}]}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/3d000c30-2641-4d89-bb35-4ffdc547d628\",\"name\":\"3d000c30-2641-4d89-bb35-4ffdc547d628\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-04T08:52:42.6726636Z\",\"endTime\":\"2020-08-04T08:52:46.001129Z\",\"percentComplete\":1.0,\"properties\":{\"Value\":[{\"ErrorMessage\":\"event hub resource id and consumer group tuple provided are already used\"}]}}" } }, - "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataExpandedEventGrid+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/dataConnectionValidation?api-version=2020-02-15+1": { + "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataExpandedEventHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/3d000c30-2641-4d89-bb35-4ffdc547d628?api-version=2020-06-14\u0026operationResultResponseType=Location+3": { "Request": { - "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/dataConnectionValidation?api-version=2020-02-15", - "Content": "{\r\n \"properties\": {\r\n \"kind\": \"EventGrid\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"consumerGroup\": \"$Default\",\r\n \"dataFormat\": \"JSON\",\r\n \"eventHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.EventHub/namespaces/sdkpseventhubnsg/eventhubs/sdkpseventhubg\",\r\n \"mappingRuleName\": \"EventsMapping\",\r\n \"storageAccountResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.Storage/storageAccounts/sdkpsstorage\",\r\n \"tableName\": \"Events\"\r\n }\r\n },\r\n \"dataConnectionName\": \"sdkpsdataconnectionjc6fgi\"\r\n}", + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/3d000c30-2641-4d89-bb35-4ffdc547d628?api-version=2020-06-14\u0026operationResultResponseType=Location", + "Content": null, "Headers": { - "x-ms-unique-id": [ "28" ], - "x-ms-client-request-id": [ "06e32754-af9a-4335-943c-5e7beea25168" ], - "CommandName": [ "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation" ], - "FullCommandName": [ "Invoke-AzKustoDataConnectionValidation_Data" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "1", "2", "3" ], + "x-ms-client-request-id": [ "68e4e920-cb27-4bf0-8608-39fad9476a6b", "68e4e920-cb27-4bf0-8608-39fad9476a6b", "68e4e920-cb27-4bf0-8608-39fad9476a6b" ], + "CommandName": [ "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation", "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation", "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation" ], + "FullCommandName": [ "Invoke-AzKustoDataConnectionValidation_Data", "Invoke-AzKustoDataConnectionValidation_Data", "Invoke-AzKustoDataConnectionValidation_Data" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "676" ] } }, "Response": { @@ -66,15 +98,15 @@ "Headers": { "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1188" ], - "x-ms-request-id": [ "befc129f-b917-4014-96b9-93723108707e" ], - "x-ms-correlation-request-id": [ "f1beea84-baca-4fcb-ad24-06a1f206d911" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T202332Z:f1beea84-baca-4fcb-ad24-06a1f206d911" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], + "x-ms-request-id": [ "f0c4c536-6d80-4ab8-b5e6-2801371671c4" ], + "x-ms-correlation-request-id": [ "32af3b83-412d-4164-9c70-82e602c4b1ed" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200804T085313Z:32af3b83-412d-4164-9c70-82e602c4b1ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 20:23:32 GMT" ], - "Set-Cookie": [ "ARRAffinity=215f89ce1e3b7fe16702b151d790214d3e419a6068dd5b2f7cbbd791a4ac2087;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], + "Date": [ "Tue, 04 Aug 2020 08:53:13 GMT" ], + "Set-Cookie": [ "ARRAffinity=3966815c1735e25eacb9e7fcb3ffb349f6996faf94adcbc3ff049af8f9f3a62b;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], "X-Powered-By": [ "ASP.NET" ] }, "ContentHeaders": { @@ -82,26 +114,178 @@ "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"errorMessage\":\"event hub resource id and consumer group tuple provided are already used\"}]}" + "Content": "{\"Value\":[{\"ErrorMessage\":\"event hub resource id and consumer group tuple provided are already used\"}]}" } }, - "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataExpandedIotHub+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/dataConnectionValidation?api-version=2020-02-15+1": { + "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataExpandedEventGrid+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/dataConnectionValidation?api-version=2020-06-14+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/dataConnectionValidation?api-version=2020-02-15", - "Content": "{\r\n \"properties\": {\r\n \"kind\": \"IotHub\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"consumerGroup\": \"$Default\",\r\n \"dataFormat\": \"JSON\",\r\n \"iotHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.Devices/IotHubs/sdkpsiothub\",\r\n \"mappingRuleName\": \"EventsMapping\",\r\n \"sharedAccessPolicyName\": \"iothubforread\",\r\n \"tableName\": \"Events\"\r\n }\r\n },\r\n \"dataConnectionName\": \"sdkpsdataconnection83dpzy\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/dataConnectionValidation?api-version=2020-06-14", + "Content": "{\r\n \"properties\": {\r\n \"kind\": \"EventGrid\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"consumerGroup\": \"$Default\",\r\n \"eventHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnsgridbgiwc7/eventhubs/eventgridbgiwc7\",\r\n \"storageAccountResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Storage/storageAccounts/storagelbfexs\"\r\n }\r\n },\r\n \"dataConnectionName\": \"testdataconnectionlbfexsr4qwo8\"\r\n}", "Headers": { - "x-ms-unique-id": [ "29" ], - "x-ms-client-request-id": [ "7fd539f1-5152-44e8-b243-8171355e1c16" ], - "CommandName": [ "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation" ], - "FullCommandName": [ "Invoke-AzKustoDataConnectionValidation_Data" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "585" ] + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "876d451b-e426-4eb4-ad28-dc2f3e318e26" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/f06b590e-980a-4a54-84ce-b8a75f648cc2?api-version=2020-06-14" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], + "x-ms-correlation-request-id": [ "7dc072de-3d2a-42c6-8c58-8069f9077d57" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200804T085314Z:7dc072de-3d2a-42c6-8c58-8069f9077d57" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Tue, 04 Aug 2020 08:53:14 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/f06b590e-980a-4a54-84ce-b8a75f648cc2?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "Set-Cookie": [ "ARRAffinity=4b8ede89fb13944eff9450222e60978f85f33ac60c86a0218535fcb40971ebd2;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ] + }, + "ContentHeaders": { + "Content-Length": [ "0" ], + "Expires": [ "-1" ] + }, + "Content": null + } + }, + "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataExpandedEventGrid+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/f06b590e-980a-4a54-84ce-b8a75f648cc2?api-version=2020-06-14+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/f06b590e-980a-4a54-84ce-b8a75f648cc2?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "4", "5" ], + "x-ms-client-request-id": [ "41337011-0439-4928-9c32-4532ed2c23a8", "41337011-0439-4928-9c32-4532ed2c23a8" ], + "CommandName": [ "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation", "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation" ], + "FullCommandName": [ "Invoke-AzKustoDataConnectionValidation_Data", "Invoke-AzKustoDataConnectionValidation_Data" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "297" ], + "x-ms-request-id": [ "f5b0d5cb-a6ef-4f00-b6a4-60c37f6099ca" ], + "x-ms-correlation-request-id": [ "55ff724a-48d9-40df-bbe7-6339c04859e3" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200804T085344Z:55ff724a-48d9-40df-bbe7-6339c04859e3" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Tue, 04 Aug 2020 08:53:44 GMT" ], + "Set-Cookie": [ "ARRAffinity=77ee763401c16af822f39e89c993c4c46db2cd634774c80e4236e79461b79395;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ] + }, + "ContentHeaders": { + "Content-Length": [ "509" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/f06b590e-980a-4a54-84ce-b8a75f648cc2\",\"name\":\"f06b590e-980a-4a54-84ce-b8a75f648cc2\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-04T08:53:14.2474725Z\",\"endTime\":\"2020-08-04T08:53:16.4977188Z\",\"percentComplete\":1.0,\"properties\":{\"Value\":[{\"ErrorMessage\":\"event hub resource id and consumer group tuple provided are already used\"},{\"ErrorMessage\":\"BlobStorageEventType {0} is not supported\"}]}}" + } + }, + "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataExpandedEventGrid+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/f06b590e-980a-4a54-84ce-b8a75f648cc2?api-version=2020-06-14\u0026operationResultResponseType=Location+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/f06b590e-980a-4a54-84ce-b8a75f648cc2?api-version=2020-06-14\u0026operationResultResponseType=Location", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "4", "5", "6" ], + "x-ms-client-request-id": [ "41337011-0439-4928-9c32-4532ed2c23a8", "41337011-0439-4928-9c32-4532ed2c23a8", "41337011-0439-4928-9c32-4532ed2c23a8" ], + "CommandName": [ "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation", "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation", "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation" ], + "FullCommandName": [ "Invoke-AzKustoDataConnectionValidation_Data", "Invoke-AzKustoDataConnectionValidation_Data", "Invoke-AzKustoDataConnectionValidation_Data" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "296" ], + "x-ms-request-id": [ "4fe86519-6a29-4b0c-93f5-aa6e4eb3db2f" ], + "x-ms-correlation-request-id": [ "b184eeb5-1a73-47db-a1a0-23682aa220b1" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200804T085344Z:b184eeb5-1a73-47db-a1a0-23682aa220b1" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Tue, 04 Aug 2020 08:53:44 GMT" ], + "Set-Cookie": [ "ARRAffinity=7af73990d8c71bc2771b421e489b49b46347d66c21cd7ad1e741334df7cd91e4;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ] + }, + "ContentHeaders": { + "Content-Length": [ "164" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"Value\":[{\"ErrorMessage\":\"event hub resource id and consumer group tuple provided are already used\"},{\"ErrorMessage\":\"BlobStorageEventType {0} is not supported\"}]}" + } + }, + "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataExpandedIotHub+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/dataConnectionValidation?api-version=2020-06-14+1": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/dataConnectionValidation?api-version=2020-06-14", + "Content": "{\r\n \"properties\": {\r\n \"kind\": \"IotHub\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"consumerGroup\": \"$Default\",\r\n \"iotHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Devices/IotHubs/iothublbfexs\",\r\n \"sharedAccessPolicyName\": \"registryRead\"\r\n }\r\n },\r\n \"dataConnectionName\": \"testdataconnectionlbfexswmcyao\"\r\n}", + "Headers": { + }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "509" ] + "Content-Length": [ "412" ] + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "0f3213ef-6fa5-4fb4-a478-baa4746ecdb7" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/85215b39-710d-4d32-9a3e-d8baf1e34afe?api-version=2020-06-14" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], + "x-ms-correlation-request-id": [ "63ce153a-d22c-4d43-9a3c-f54cfffd6681" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200804T085345Z:63ce153a-d22c-4d43-9a3c-f54cfffd6681" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Tue, 04 Aug 2020 08:53:45 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/85215b39-710d-4d32-9a3e-d8baf1e34afe?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ] + }, + "ContentHeaders": { + "Content-Length": [ "0" ], + "Expires": [ "-1" ] + }, + "Content": null + } + }, + "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataExpandedIotHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/85215b39-710d-4d32-9a3e-d8baf1e34afe?api-version=2020-06-14+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/85215b39-710d-4d32-9a3e-d8baf1e34afe?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "7", "8" ], + "x-ms-client-request-id": [ "7c384158-741b-49c5-9186-e4a92de99c45", "7c384158-741b-49c5-9186-e4a92de99c45" ], + "CommandName": [ "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation", "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation" ], + "FullCommandName": [ "Invoke-AzKustoDataConnectionValidation_Data", "Invoke-AzKustoDataConnectionValidation_Data" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { } }, "Response": { @@ -109,15 +293,56 @@ "Headers": { "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1187" ], - "x-ms-request-id": [ "18354fd1-d572-4681-bdfa-9948792df22c" ], - "x-ms-correlation-request-id": [ "4908d714-82f9-4aa7-8e33-02c4f3f5dd24" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T202333Z:4908d714-82f9-4aa7-8e33-02c4f3f5dd24" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "295" ], + "x-ms-request-id": [ "6057af53-6b73-4b90-af43-728e6a81693e" ], + "x-ms-correlation-request-id": [ "90490b1b-0dfe-417b-8d30-179913a5dd04" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200804T085415Z:90490b1b-0dfe-417b-8d30-179913a5dd04" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 20:23:33 GMT" ], - "Set-Cookie": [ "ARRAffinity=deac3c942b2a72b721942f97372cf2a3052effbe4aa0b896664f8887a4bd559d;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], + "Date": [ "Tue, 04 Aug 2020 08:54:15 GMT" ], + "Set-Cookie": [ "ARRAffinity=7af73990d8c71bc2771b421e489b49b46347d66c21cd7ad1e741334df7cd91e4;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ] + }, + "ContentHeaders": { + "Content-Length": [ "448" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/85215b39-710d-4d32-9a3e-d8baf1e34afe\",\"name\":\"85215b39-710d-4d32-9a3e-d8baf1e34afe\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-04T08:53:45.3966282Z\",\"endTime\":\"2020-08-04T08:53:46.9904615Z\",\"percentComplete\":1.0,\"properties\":{\"Value\":[{\"ErrorMessage\":\"event hub resource id and consumer group tuple provided are already used\"}]}}" + } + }, + "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataExpandedIotHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/85215b39-710d-4d32-9a3e-d8baf1e34afe?api-version=2020-06-14\u0026operationResultResponseType=Location+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/85215b39-710d-4d32-9a3e-d8baf1e34afe?api-version=2020-06-14\u0026operationResultResponseType=Location", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "7", "8", "9" ], + "x-ms-client-request-id": [ "7c384158-741b-49c5-9186-e4a92de99c45", "7c384158-741b-49c5-9186-e4a92de99c45", "7c384158-741b-49c5-9186-e4a92de99c45" ], + "CommandName": [ "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation", "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation", "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation" ], + "FullCommandName": [ "Invoke-AzKustoDataConnectionValidation_Data", "Invoke-AzKustoDataConnectionValidation_Data", "Invoke-AzKustoDataConnectionValidation_Data" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "294" ], + "x-ms-request-id": [ "fc5416c5-597a-4cf5-ac91-cd523c77b1bf" ], + "x-ms-correlation-request-id": [ "64298fdc-0f52-47d7-9498-ff753743403b" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200804T085415Z:64298fdc-0f52-47d7-9498-ff753743403b" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Tue, 04 Aug 2020 08:54:15 GMT" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], "X-Powered-By": [ "ASP.NET" ] }, "ContentHeaders": { @@ -125,21 +350,21 @@ "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"errorMessage\":\"event hub resource id and consumer group tuple provided are already used\"}]}" + "Content": "{\"Value\":[{\"ErrorMessage\":\"event hub resource id and consumer group tuple provided are already used\"}]}" } }, - "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataViaIdentityExpandedEventHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15+1": { + "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataViaIdentityExpandedEventHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs?api-version=2020-06-14+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "30" ], - "x-ms-client-request-id": [ "7b79fa68-e78d-4aa3-ad20-c03cf0b626b8" ], + "x-ms-unique-id": [ "10" ], + "x-ms-client-request-id": [ "8a0c7585-e37e-4f9e-b23b-d4d52b16b270" ], "CommandName": [ "Get-AzKustoDatabase" ], "FullCommandName": [ "Get-AzKustoDatabase_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -150,43 +375,118 @@ "Headers": { "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "293" ], - "x-ms-request-id": [ "797a8826-a71a-4e95-a1b0-85a2f92e379b" ], - "x-ms-correlation-request-id": [ "11833c5b-5413-4e0b-9d7b-13e9b17ee863" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T202334Z:11833c5b-5413-4e0b-9d7b-13e9b17ee863" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], + "x-ms-request-id": [ "9dc6ed82-555a-4d37-a70b-9d560b3ad329" ], + "x-ms-correlation-request-id": [ "7d0a3f88-1ac7-4792-96f3-08dade5723a4" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200804T085416Z:7d0a3f88-1ac7-4792-96f3-08dade5723a4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 20:23:34 GMT" ], + "Date": [ "Tue, 04 Aug 2020 08:54:15 GMT" ], "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], "X-Powered-By": [ "ASP.NET" ] }, "ContentHeaders": { - "Content-Length": [ "506" ], + "Content-Length": [ "518" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb\",\"name\":\"sdkpsclustereu/sdkpowershelldb\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":true,\"softDeletePeriodInDays\":6,\"softDeletePeriod\":\"P6D\",\"hotCachePeriodInDays\":3,\"hotCachePeriod\":\"P3D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs\",\"name\":\"testclusterlbfexs/testdatabaselbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":true,\"softDeletePeriodInDays\":4,\"softDeletePeriod\":\"P4D\",\"hotCachePeriodInDays\":2,\"hotCachePeriod\":\"P2D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" } }, - "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataViaIdentityExpandedEventHub+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/dataConnectionValidation?api-version=2020-02-15+2": { + "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataViaIdentityExpandedEventHub+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/dataConnectionValidation?api-version=2020-06-14+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/dataConnectionValidation?api-version=2020-02-15", - "Content": "{\r\n \"properties\": {\r\n \"kind\": \"EventHub\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"compression\": \"None\",\r\n \"consumerGroup\": \"$Default\",\r\n \"dataFormat\": \"JSON\",\r\n \"eventHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.EventHub/namespaces/sdkpseventhubns/eventhubs/sdkpseventhub\",\r\n \"mappingRuleName\": \"EventsMapping\",\r\n \"tableName\": \"Events\"\r\n }\r\n },\r\n \"dataConnectionName\": \"sdkpsdataconnectionb4fgjh\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/dataConnectionValidation?api-version=2020-06-14", + "Content": "{\r\n \"properties\": {\r\n \"kind\": \"EventHub\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"compression\": \"None\",\r\n \"consumerGroup\": \"$Default\",\r\n \"eventHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnslbfexs/eventhubs/eventhublbfexs\"\r\n }\r\n },\r\n \"dataConnectionName\": \"testdataconnectionlbfexssu8yho\"\r\n}", "Headers": { - "x-ms-unique-id": [ "31" ], - "x-ms-client-request-id": [ "5d08382e-4c0f-4999-80ca-8b50beb198a0" ], - "CommandName": [ "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation" ], - "FullCommandName": [ "Invoke-AzKustoDataConnectionValidation_DataViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "525" ] + "Content-Length": [ "430" ] + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "3070ebf7-e3ad-4f72-a427-51af1b47ce4e" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/7040641a-f000-4aad-b23f-553517d97781?api-version=2020-06-14" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], + "x-ms-correlation-request-id": [ "b0df40e0-f14f-4ecb-8e15-bab865fb41ad" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200804T085416Z:b0df40e0-f14f-4ecb-8e15-bab865fb41ad" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Tue, 04 Aug 2020 08:54:16 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/7040641a-f000-4aad-b23f-553517d97781?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "Set-Cookie": [ "ARRAffinity=3899a4c246ab409ce24157990cab89a709e4705f2b410d297e106a90486cd1f4;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ] + }, + "ContentHeaders": { + "Content-Length": [ "0" ], + "Expires": [ "-1" ] + }, + "Content": null + } + }, + "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataViaIdentityExpandedEventHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/7040641a-f000-4aad-b23f-553517d97781?api-version=2020-06-14+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/7040641a-f000-4aad-b23f-553517d97781?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "11", "12" ], + "x-ms-client-request-id": [ "02df34ae-4a8b-4ca0-b365-e9e377558c94", "02df34ae-4a8b-4ca0-b365-e9e377558c94" ], + "CommandName": [ "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation", "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation" ], + "FullCommandName": [ "Invoke-AzKustoDataConnectionValidation_DataViaIdentity", "Invoke-AzKustoDataConnectionValidation_DataViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "293" ], + "x-ms-request-id": [ "75dc69ea-fd9c-4e33-a76e-eb0110017996" ], + "x-ms-correlation-request-id": [ "59f8c5e3-ed03-40e8-84ac-ad96996b9f5d" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200804T085447Z:59f8c5e3-ed03-40e8-84ac-ad96996b9f5d" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Tue, 04 Aug 2020 08:54:46 GMT" ], + "Set-Cookie": [ "ARRAffinity=3899a4c246ab409ce24157990cab89a709e4705f2b410d297e106a90486cd1f4;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ] + }, + "ContentHeaders": { + "Content-Length": [ "448" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/7040641a-f000-4aad-b23f-553517d97781\",\"name\":\"7040641a-f000-4aad-b23f-553517d97781\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-04T08:54:16.9122436Z\",\"endTime\":\"2020-08-04T08:54:19.5687913Z\",\"percentComplete\":1.0,\"properties\":{\"Value\":[{\"ErrorMessage\":\"event hub resource id and consumer group tuple provided are already used\"}]}}" + } + }, + "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataViaIdentityExpandedEventHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/7040641a-f000-4aad-b23f-553517d97781?api-version=2020-06-14\u0026operationResultResponseType=Location+4": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/7040641a-f000-4aad-b23f-553517d97781?api-version=2020-06-14\u0026operationResultResponseType=Location", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "11", "12", "13" ], + "x-ms-client-request-id": [ "02df34ae-4a8b-4ca0-b365-e9e377558c94", "02df34ae-4a8b-4ca0-b365-e9e377558c94", "02df34ae-4a8b-4ca0-b365-e9e377558c94" ], + "CommandName": [ "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation", "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation", "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation" ], + "FullCommandName": [ "Invoke-AzKustoDataConnectionValidation_DataViaIdentity", "Invoke-AzKustoDataConnectionValidation_DataViaIdentity", "Invoke-AzKustoDataConnectionValidation_DataViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { } }, "Response": { @@ -194,15 +494,15 @@ "Headers": { "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1186" ], - "x-ms-request-id": [ "e076c18a-63b8-4bb5-887c-88e53522a8db" ], - "x-ms-correlation-request-id": [ "b66d1e4f-05bf-4bb7-b86e-1df80e3f91fa" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T202336Z:b66d1e4f-05bf-4bb7-b86e-1df80e3f91fa" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "292" ], + "x-ms-request-id": [ "af45b9f4-c812-48c8-8d2b-be5790012e63" ], + "x-ms-correlation-request-id": [ "141dcd9a-a13c-476c-a69f-ec0f9ab2fe87" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200804T085447Z:141dcd9a-a13c-476c-a69f-ec0f9ab2fe87" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 20:23:36 GMT" ], - "Set-Cookie": [ "ARRAffinity=5d8f46e797674adfa6f345dd92c7bb8ccffb7a39a253ecaf84bf8923217e3248;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], + "Date": [ "Tue, 04 Aug 2020 08:54:46 GMT" ], + "Set-Cookie": [ "ARRAffinity=67658d3126ddf9428e4e2f36f09e574385ff742ffab2b8dcad942ecc1f8fdb67;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], "X-Powered-By": [ "ASP.NET" ] }, "ContentHeaders": { @@ -210,21 +510,21 @@ "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"errorMessage\":\"event hub resource id and consumer group tuple provided are already used\"}]}" + "Content": "{\"Value\":[{\"ErrorMessage\":\"event hub resource id and consumer group tuple provided are already used\"}]}" } }, - "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataViaIdentityExpandedEventGrid+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15+1": { + "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataViaIdentityExpandedEventGrid+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs?api-version=2020-06-14+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "32" ], - "x-ms-client-request-id": [ "c804ed05-9759-4d8c-9956-22c86df91929" ], + "x-ms-unique-id": [ "14" ], + "x-ms-client-request-id": [ "84a194a8-297d-4dbb-a30c-d56398ce7f2c" ], "CommandName": [ "Get-AzKustoDatabase" ], "FullCommandName": [ "Get-AzKustoDatabase_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -235,43 +535,77 @@ "Headers": { "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "292" ], - "x-ms-request-id": [ "35e0525d-d7f9-47bb-b2f6-99974e1dda70" ], - "x-ms-correlation-request-id": [ "a2e92fd9-8e38-4470-a950-e0537209971b" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T202337Z:a2e92fd9-8e38-4470-a950-e0537209971b" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], + "x-ms-request-id": [ "395d85fb-a2da-4659-9c26-5b7642c44974" ], + "x-ms-correlation-request-id": [ "57b43f08-22ff-42c0-8126-c6a87ddc8ec9" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200804T085448Z:57b43f08-22ff-42c0-8126-c6a87ddc8ec9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 20:23:36 GMT" ], + "Date": [ "Tue, 04 Aug 2020 08:54:47 GMT" ], "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], + "Set-Cookie": [ "ARRAffinity=77ee763401c16af822f39e89c993c4c46db2cd634774c80e4236e79461b79395;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], "X-Powered-By": [ "ASP.NET" ] }, "ContentHeaders": { - "Content-Length": [ "506" ], + "Content-Length": [ "518" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb\",\"name\":\"sdkpsclustereu/sdkpowershelldb\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":true,\"softDeletePeriodInDays\":6,\"softDeletePeriod\":\"P6D\",\"hotCachePeriodInDays\":3,\"hotCachePeriod\":\"P3D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs\",\"name\":\"testclusterlbfexs/testdatabaselbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":true,\"softDeletePeriodInDays\":4,\"softDeletePeriod\":\"P4D\",\"hotCachePeriodInDays\":2,\"hotCachePeriod\":\"P2D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" } }, - "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataViaIdentityExpandedEventGrid+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/dataConnectionValidation?api-version=2020-02-15+2": { + "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataViaIdentityExpandedEventGrid+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/dataConnectionValidation?api-version=2020-06-14+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/dataConnectionValidation?api-version=2020-02-15", - "Content": "{\r\n \"properties\": {\r\n \"kind\": \"EventGrid\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"consumerGroup\": \"$Default\",\r\n \"dataFormat\": \"JSON\",\r\n \"eventHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.EventHub/namespaces/sdkpseventhubnsg/eventhubs/sdkpseventhubg\",\r\n \"mappingRuleName\": \"EventsMapping\",\r\n \"storageAccountResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.Storage/storageAccounts/sdkpsstorage\",\r\n \"tableName\": \"Events\"\r\n }\r\n },\r\n \"dataConnectionName\": \"sdkpsdataconnectionjc6fgi\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/dataConnectionValidation?api-version=2020-06-14", + "Content": "{\r\n \"properties\": {\r\n \"kind\": \"EventGrid\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"consumerGroup\": \"$Default\",\r\n \"eventHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnsgridbgiwc7/eventhubs/eventgridbgiwc7\",\r\n \"storageAccountResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Storage/storageAccounts/storagelbfexs\"\r\n }\r\n },\r\n \"dataConnectionName\": \"testdataconnectionlbfexsr4qwo8\"\r\n}", "Headers": { - "x-ms-unique-id": [ "33" ], - "x-ms-client-request-id": [ "c9e00a0c-1b08-4530-aede-48704061ad5e" ], - "CommandName": [ "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation" ], - "FullCommandName": [ "Invoke-AzKustoDataConnectionValidation_DataViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "676" ] + "Content-Length": [ "585" ] + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "992723cf-6a8a-436e-85d2-c6f323e86fb6" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/b3096902-5e5e-4d2a-a669-03ebdf3e532e?api-version=2020-06-14" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], + "x-ms-correlation-request-id": [ "421770d4-9b50-4ceb-88dc-02f3d46a3cbf" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200804T085449Z:421770d4-9b50-4ceb-88dc-02f3d46a3cbf" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Tue, 04 Aug 2020 08:54:48 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/b3096902-5e5e-4d2a-a669-03ebdf3e532e?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "Set-Cookie": [ "ARRAffinity=7af73990d8c71bc2771b421e489b49b46347d66c21cd7ad1e741334df7cd91e4;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ] + }, + "ContentHeaders": { + "Content-Length": [ "0" ], + "Expires": [ "-1" ] + }, + "Content": null + } + }, + "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataViaIdentityExpandedEventGrid+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/b3096902-5e5e-4d2a-a669-03ebdf3e532e?api-version=2020-06-14+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/b3096902-5e5e-4d2a-a669-03ebdf3e532e?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "15", "16" ], + "x-ms-client-request-id": [ "4a424c69-28c5-48a4-8898-9a735ed8ae4d", "4a424c69-28c5-48a4-8898-9a735ed8ae4d" ], + "CommandName": [ "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation", "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation" ], + "FullCommandName": [ "Invoke-AzKustoDataConnectionValidation_DataViaIdentity", "Invoke-AzKustoDataConnectionValidation_DataViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { } }, "Response": { @@ -279,37 +613,78 @@ "Headers": { "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1185" ], - "x-ms-request-id": [ "8c1a6bf8-55f7-45c9-8e7e-9a47054f255b" ], - "x-ms-correlation-request-id": [ "20f37f83-4ede-421d-89cf-7f344b924cfb" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T202339Z:20f37f83-4ede-421d-89cf-7f344b924cfb" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "291" ], + "x-ms-request-id": [ "abd8c22a-b55c-4b68-bede-457c00d2b14a" ], + "x-ms-correlation-request-id": [ "dbb1d4f8-5546-4db6-a34c-a064abe5ecee" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200804T085519Z:dbb1d4f8-5546-4db6-a34c-a064abe5ecee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 20:23:38 GMT" ], - "Set-Cookie": [ "ARRAffinity=ef3de0f4cd17f8e9f7d2fa3d3db2dfb16b68de461929f7c4880cf75c0d094a4e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], + "Date": [ "Tue, 04 Aug 2020 08:55:19 GMT" ], + "Set-Cookie": [ "ARRAffinity=7af73990d8c71bc2771b421e489b49b46347d66c21cd7ad1e741334df7cd91e4;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], "X-Powered-By": [ "ASP.NET" ] }, "ContentHeaders": { - "Content-Length": [ "103" ], + "Content-Length": [ "509" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"errorMessage\":\"event hub resource id and consumer group tuple provided are already used\"}]}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/b3096902-5e5e-4d2a-a669-03ebdf3e532e\",\"name\":\"b3096902-5e5e-4d2a-a669-03ebdf3e532e\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-04T08:54:49.1078078Z\",\"endTime\":\"2020-08-04T08:54:52.1236194Z\",\"percentComplete\":1.0,\"properties\":{\"Value\":[{\"ErrorMessage\":\"event hub resource id and consumer group tuple provided are already used\"},{\"ErrorMessage\":\"BlobStorageEventType {0} is not supported\"}]}}" } }, - "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataViaIdentityExpandedIotHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15+1": { + "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataViaIdentityExpandedEventGrid+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/b3096902-5e5e-4d2a-a669-03ebdf3e532e?api-version=2020-06-14\u0026operationResultResponseType=Location+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/b3096902-5e5e-4d2a-a669-03ebdf3e532e?api-version=2020-06-14\u0026operationResultResponseType=Location", "Content": null, "Headers": { - "x-ms-unique-id": [ "34" ], - "x-ms-client-request-id": [ "ce1bfb37-14c8-4219-901c-9c4e6bf73e87" ], + "x-ms-unique-id": [ "15", "16", "17" ], + "x-ms-client-request-id": [ "4a424c69-28c5-48a4-8898-9a735ed8ae4d", "4a424c69-28c5-48a4-8898-9a735ed8ae4d", "4a424c69-28c5-48a4-8898-9a735ed8ae4d" ], + "CommandName": [ "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation", "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation", "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation" ], + "FullCommandName": [ "Invoke-AzKustoDataConnectionValidation_DataViaIdentity", "Invoke-AzKustoDataConnectionValidation_DataViaIdentity", "Invoke-AzKustoDataConnectionValidation_DataViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "290" ], + "x-ms-request-id": [ "e0088e37-c943-46e6-8862-1716ec5df03d" ], + "x-ms-correlation-request-id": [ "0b7e32c1-ac64-4e7a-a002-78b47049d239" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200804T085519Z:0b7e32c1-ac64-4e7a-a002-78b47049d239" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Tue, 04 Aug 2020 08:55:19 GMT" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ] + }, + "ContentHeaders": { + "Content-Length": [ "164" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"Value\":[{\"ErrorMessage\":\"event hub resource id and consumer group tuple provided are already used\"},{\"ErrorMessage\":\"BlobStorageEventType {0} is not supported\"}]}" + } + }, + "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataViaIdentityExpandedIotHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs?api-version=2020-06-14+1": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "18" ], + "x-ms-client-request-id": [ "676e6aeb-a8e1-4bb1-8ade-c87d57f390b0" ], "CommandName": [ "Get-AzKustoDatabase" ], "FullCommandName": [ "Get-AzKustoDatabase_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -320,43 +695,118 @@ "Headers": { "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "291" ], - "x-ms-request-id": [ "fa0139c9-402d-47a6-8233-fb82b77e86e0" ], - "x-ms-correlation-request-id": [ "50f115e2-e8d3-447a-a365-a3876250c107" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T202339Z:50f115e2-e8d3-447a-a365-a3876250c107" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "297" ], + "x-ms-request-id": [ "9ec87e1d-3e92-4e81-b72c-03fe4a98d0ba" ], + "x-ms-correlation-request-id": [ "1e5c9888-5caf-4166-b0d2-2d6f219efa7c" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200804T085520Z:1e5c9888-5caf-4166-b0d2-2d6f219efa7c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 20:23:39 GMT" ], + "Date": [ "Tue, 04 Aug 2020 08:55:19 GMT" ], "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], "X-Powered-By": [ "ASP.NET" ] }, "ContentHeaders": { - "Content-Length": [ "506" ], + "Content-Length": [ "518" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb\",\"name\":\"sdkpsclustereu/sdkpowershelldb\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":true,\"softDeletePeriodInDays\":6,\"softDeletePeriod\":\"P6D\",\"hotCachePeriodInDays\":3,\"hotCachePeriod\":\"P3D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs\",\"name\":\"testclusterlbfexs/testdatabaselbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":true,\"softDeletePeriodInDays\":4,\"softDeletePeriod\":\"P4D\",\"hotCachePeriodInDays\":2,\"hotCachePeriod\":\"P2D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" } }, - "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataViaIdentityExpandedIotHub+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/dataConnectionValidation?api-version=2020-02-15+2": { + "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataViaIdentityExpandedIotHub+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/dataConnectionValidation?api-version=2020-06-14+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/dataConnectionValidation?api-version=2020-02-15", - "Content": "{\r\n \"properties\": {\r\n \"kind\": \"IotHub\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"consumerGroup\": \"$Default\",\r\n \"dataFormat\": \"JSON\",\r\n \"iotHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.Devices/IotHubs/sdkpsiothub\",\r\n \"mappingRuleName\": \"EventsMapping\",\r\n \"sharedAccessPolicyName\": \"iothubforread\",\r\n \"tableName\": \"Events\"\r\n }\r\n },\r\n \"dataConnectionName\": \"sdkpsdataconnection83dpzy\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/dataConnectionValidation?api-version=2020-06-14", + "Content": "{\r\n \"properties\": {\r\n \"kind\": \"IotHub\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"consumerGroup\": \"$Default\",\r\n \"iotHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Devices/IotHubs/iothublbfexs\",\r\n \"sharedAccessPolicyName\": \"registryRead\"\r\n }\r\n },\r\n \"dataConnectionName\": \"testdataconnectionlbfexswmcyao\"\r\n}", "Headers": { - "x-ms-unique-id": [ "35" ], - "x-ms-client-request-id": [ "2b435c78-c0a8-4cca-bb29-7ade8ef9473a" ], - "CommandName": [ "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation" ], - "FullCommandName": [ "Invoke-AzKustoDataConnectionValidation_DataViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "509" ] + "Content-Length": [ "412" ] + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "265309f0-c625-44b4-b27f-615e048cd5de" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/a8bd2228-0178-446b-b1b8-264ea2f65f54?api-version=2020-06-14" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1194" ], + "x-ms-correlation-request-id": [ "3cbbf318-edaa-44bf-b0a2-82f8a0a48208" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200804T085520Z:3cbbf318-edaa-44bf-b0a2-82f8a0a48208" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Tue, 04 Aug 2020 08:55:20 GMT" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/a8bd2228-0178-446b-b1b8-264ea2f65f54?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "Set-Cookie": [ "ARRAffinity=f7346eb7f858da6fcd7c812185c78354cd9c373cd01aac1f84617587dc510a4d;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ] + }, + "ContentHeaders": { + "Content-Length": [ "0" ], + "Expires": [ "-1" ] + }, + "Content": null + } + }, + "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataViaIdentityExpandedIotHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/a8bd2228-0178-446b-b1b8-264ea2f65f54?api-version=2020-06-14+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/a8bd2228-0178-446b-b1b8-264ea2f65f54?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "19", "20" ], + "x-ms-client-request-id": [ "f43ecf37-33d6-40b2-a158-9468e546d5d3", "f43ecf37-33d6-40b2-a158-9468e546d5d3" ], + "CommandName": [ "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation", "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation" ], + "FullCommandName": [ "Invoke-AzKustoDataConnectionValidation_DataViaIdentity", "Invoke-AzKustoDataConnectionValidation_DataViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], + "x-ms-request-id": [ "8d04828e-772e-4fc8-8d9a-6a8bfb29f494" ], + "x-ms-correlation-request-id": [ "3f8c04aa-902c-4fc3-aef9-5b7567f0237c" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200804T085550Z:3f8c04aa-902c-4fc3-aef9-5b7567f0237c" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Tue, 04 Aug 2020 08:55:50 GMT" ], + "Set-Cookie": [ "ARRAffinity=67658d3126ddf9428e4e2f36f09e574385ff742ffab2b8dcad942ecc1f8fdb67;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ] + }, + "ContentHeaders": { + "Content-Length": [ "448" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/a8bd2228-0178-446b-b1b8-264ea2f65f54\",\"name\":\"a8bd2228-0178-446b-b1b8-264ea2f65f54\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-04T08:55:20.6505866Z\",\"endTime\":\"2020-08-04T08:55:22.6523747Z\",\"percentComplete\":1.0,\"properties\":{\"Value\":[{\"ErrorMessage\":\"event hub resource id and consumer group tuple provided are already used\"}]}}" + } + }, + "Invoke-AzKustoDataConnectionValidation+[NoContext]+DataViaIdentityExpandedIotHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/a8bd2228-0178-446b-b1b8-264ea2f65f54?api-version=2020-06-14\u0026operationResultResponseType=Location+4": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/a8bd2228-0178-446b-b1b8-264ea2f65f54?api-version=2020-06-14\u0026operationResultResponseType=Location", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "19", "20", "21" ], + "x-ms-client-request-id": [ "f43ecf37-33d6-40b2-a158-9468e546d5d3", "f43ecf37-33d6-40b2-a158-9468e546d5d3", "f43ecf37-33d6-40b2-a158-9468e546d5d3" ], + "CommandName": [ "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation", "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation", "Az.Kusto.internal\\Invoke-AzKustoDataConnectionValidation" ], + "FullCommandName": [ "Invoke-AzKustoDataConnectionValidation_DataViaIdentity", "Invoke-AzKustoDataConnectionValidation_DataViaIdentity", "Invoke-AzKustoDataConnectionValidation_DataViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { } }, "Response": { @@ -364,15 +814,15 @@ "Headers": { "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1184" ], - "x-ms-request-id": [ "75cddb32-dab9-46fe-bdac-85fc04f90bcc" ], - "x-ms-correlation-request-id": [ "fc36cc33-c1a6-4b13-a3e3-809d2b4e26d2" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T202340Z:fc36cc33-c1a6-4b13-a3e3-809d2b4e26d2" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], + "x-ms-request-id": [ "47d981fe-3d3a-4dc1-9208-29c25f5597c1" ], + "x-ms-correlation-request-id": [ "e75c2f06-2f0e-41fe-8f80-1b9ebd982d60" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200804T085551Z:e75c2f06-2f0e-41fe-8f80-1b9ebd982d60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 20:23:40 GMT" ], - "Set-Cookie": [ "ARRAffinity=b3c2d4d5282ede81ed15f3f78d2ac82595f2901483fcb7962c29f71395856c9e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], + "Date": [ "Tue, 04 Aug 2020 08:55:50 GMT" ], + "Set-Cookie": [ "ARRAffinity=77ee763401c16af822f39e89c993c4c46db2cd634774c80e4236e79461b79395;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], "X-Powered-By": [ "ASP.NET" ] }, "ContentHeaders": { @@ -380,7 +830,7 @@ "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"errorMessage\":\"event hub resource id and consumer group tuple provided are already used\"}]}" + "Content": "{\"Value\":[{\"ErrorMessage\":\"event hub resource id and consumer group tuple provided are already used\"}]}" } } } \ No newline at end of file diff --git a/src/Kusto/test/Invoke-AzKustoDataConnectionValidation.Tests.ps1 b/src/Kusto/test/Invoke-AzKustoDataConnectionValidation.Tests.ps1 index 10f8b120253d..e4d7e972b6af 100644 --- a/src/Kusto/test/Invoke-AzKustoDataConnectionValidation.Tests.ps1 +++ b/src/Kusto/test/Invoke-AzKustoDataConnectionValidation.Tests.ps1 @@ -20,18 +20,13 @@ Describe 'Invoke-AzKustoDataConnectionValidation' { $resourceGroupName = $env.resourceGroupName $clusterName = $env.clusterName $databaseName = $env.databaseName - $rstr1 = "b4fgjh" - $dataConnectionName = $env.dataConnectionName + $rstr1 + $dataConnectionName = $env.dataConnectionName + $env.rstr4 $eventhubNS = $env.eventhubNSName $eventhub = $env.eventhubName $eventHubResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.EventHub/namespaces/$eventhubNS/eventhubs/$eventhub" - $tableName = $env.tableName - $tableMappingName = $env.tableMappingName - $dataFormat = $env.dataFormat $kind = "EventHub" - $validationResult = Invoke-AzKustoDataConnectionValidation -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -DataConnectionName $dataConnectionName -Location $location -Kind $kind -EventHubResourceId $eventHubResourceId -DataFormat $dataFormat -ConsumerGroup '$Default' -Compression "None" -TableName $tableName -MappingRuleName $tableMappingName - $validationResult.errorMessage | Should Be "event hub resource id and consumer group tuple provided are already used" + { Invoke-AzKustoDataConnectionValidation -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -DataConnectionName $dataConnectionName -Location $location -Kind $kind -EventHubResourceId $eventHubResourceId -ConsumerGroup '$Default' -Compression "None" } | Should -Not -Throw } It 'DataExpandedEventGrid' { @@ -40,20 +35,15 @@ Describe 'Invoke-AzKustoDataConnectionValidation' { $resourceGroupName = $env.resourceGroupName $clusterName = $env.clusterName $databaseName = $env.databaseName - $rstr2 = "jc6fgi" - $dataConnectionName = $env.dataConnectionName + $rstr2 + $dataConnectionName = $env.dataConnectionName + $env.rstr5 $eventhubNS = $env.eventhubNSNameForEventGrid $eventhub = $env.eventhubNameForEventGrid $eventHubResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.EventHub/namespaces/$eventhubNS/eventhubs/$eventhub" $storageAccountName = $env.storageName $storageAccountResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.Storage/storageAccounts/$storageAccountName" - $tableName = $env.tableName - $tableMappingName = $env.tableMappingName - $dataFormat = $env.dataFormat $kind = "EventGrid" - $validationResult = Invoke-AzKustoDataConnectionValidation -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -DataConnectionName $dataConnectionName -Location $location -Kind $kind -EventHubResourceId $eventHubResourceId -StorageAccountResourceId $storageAccountResourceId -DataFormat $dataFormat -ConsumerGroup '$Default' -TableName $tableName -MappingRuleName $tableMappingName - $validationResult.errorMessage | Should Be "event hub resource id and consumer group tuple provided are already used" + { Invoke-AzKustoDataConnectionValidation -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -DataConnectionName $dataConnectionName -Location $location -Kind $kind -EventHubResourceId $eventHubResourceId -StorageAccountResourceId $storageAccountResourceId -ConsumerGroup '$Default' } | Should -Not -Throw } It 'DataExpandedIotHub' { @@ -62,18 +52,13 @@ Describe 'Invoke-AzKustoDataConnectionValidation' { $resourceGroupName = $env.resourceGroupName $clusterName = $env.clusterName $databaseName = $env.databaseName - $rstr3 = "83dpzy" - $dataConnectionName = $env.dataConnectionName + $rstr3 + $dataConnectionName = $env.dataConnectionName + $env.rstr6 $iothubName = $env.iothubName $iotHubResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.Devices/IotHubs/$iothubName" $sharedAccessPolicyName = $env.iothubSharedAccessPolicyName - $tableName = $env.tableName - $tableMappingName = $env.tableMappingName - $dataFormat = $env.dataFormat $kind = "IotHub" - $validationResult = Invoke-AzKustoDataConnectionValidation -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -DataConnectionName $dataConnectionName -Location $location -Kind $kind -IotHubResourceId $iotHubResourceId -SharedAccessPolicyName $sharedAccessPolicyName -DataFormat $dataFormat -ConsumerGroup '$Default' -TableName $tableName -MappingRuleName $tableMappingName - $validationResult.errorMessage | Should Be "event hub resource id and consumer group tuple provided are already used" + { Invoke-AzKustoDataConnectionValidation -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -DataConnectionName $dataConnectionName -Location $location -Kind $kind -IotHubResourceId $iotHubResourceId -SharedAccessPolicyName $sharedAccessPolicyName -ConsumerGroup '$Default' } | Should -Not -Throw } It 'DataViaIdentityExpandedEventHub' { @@ -82,19 +67,14 @@ Describe 'Invoke-AzKustoDataConnectionValidation' { $resourceGroupName = $env.resourceGroupName $clusterName = $env.clusterName $databaseName = $env.databaseName - $rstr1 = "b4fgjh" - $dataConnectionName = $env.dataConnectionName + $rstr1 + $dataConnectionName = $env.dataConnectionName + $env.rstr4 $eventhubNS = $env.eventhubNSName $eventhub = $env.eventhubName $eventHubResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.EventHub/namespaces/$eventhubNS/eventhubs/$eventhub" - $tableName = $env.tableName - $tableMappingName = $env.tableMappingName - $dataFormat = $env.dataFormat $kind = "EventHub" $database = Get-AzKustoDatabase -ResourceGroupName $resourceGroupName -ClusterName $clusterName -Name $databaseName - $validationResult = Invoke-AzKustoDataConnectionValidation -InputObject $database -DataConnectionName $dataConnectionName -Location $location -Kind $kind -EventHubResourceId $eventHubResourceId -DataFormat $dataFormat -ConsumerGroup '$Default' -Compression "None" -TableName $tableName -MappingRuleName $tableMappingName - $validationResult.errorMessage | Should Be "event hub resource id and consumer group tuple provided are already used" + { Invoke-AzKustoDataConnectionValidation -InputObject $database -DataConnectionName $dataConnectionName -Location $location -Kind $kind -EventHubResourceId $eventHubResourceId -ConsumerGroup '$Default' -Compression "None" } | Should -Not -Throw } It 'DataViaIdentityExpandedEventGrid' { @@ -103,21 +83,16 @@ Describe 'Invoke-AzKustoDataConnectionValidation' { $resourceGroupName = $env.resourceGroupName $clusterName = $env.clusterName $databaseName = $env.databaseName - $rstr2 = "jc6fgi" - $dataConnectionName = $env.dataConnectionName + $rstr2 + $dataConnectionName = $env.dataConnectionName + $env.rstr5 $eventhubNS = $env.eventhubNSNameForEventGrid $eventhub = $env.eventhubNameForEventGrid $eventHubResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.EventHub/namespaces/$eventhubNS/eventhubs/$eventhub" $storageAccountName = $env.storageName $storageAccountResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.Storage/storageAccounts/$storageAccountName" - $tableName = $env.tableName - $tableMappingName = $env.tableMappingName - $dataFormat = $env.dataFormat $kind = "EventGrid" $database = Get-AzKustoDatabase -ResourceGroupName $resourceGroupName -ClusterName $clusterName -Name $databaseName - $validationResult = Invoke-AzKustoDataConnectionValidation -InputObject $database -DataConnectionName $dataConnectionName -Location $location -Kind $kind -EventHubResourceId $eventHubResourceId -StorageAccountResourceId $storageAccountResourceId -DataFormat $dataFormat -ConsumerGroup '$Default' -TableName $tableName -MappingRuleName $tableMappingName - $validationResult.errorMessage | Should Be "event hub resource id and consumer group tuple provided are already used" + { Invoke-AzKustoDataConnectionValidation -InputObject $database -DataConnectionName $dataConnectionName -Location $location -Kind $kind -EventHubResourceId $eventHubResourceId -StorageAccountResourceId $storageAccountResourceId -ConsumerGroup '$Default' } | Should -Not -Throw } It 'DataViaIdentityExpandedIotHub' { @@ -126,18 +101,13 @@ Describe 'Invoke-AzKustoDataConnectionValidation' { $resourceGroupName = $env.resourceGroupName $clusterName = $env.clusterName $databaseName = $env.databaseName - $rstr3 = "83dpzy" - $dataConnectionName = $env.dataConnectionName + $rstr3 + $dataConnectionName = $env.dataConnectionName + $env.rstr6 $iothubName = $env.iothubName $iotHubResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.Devices/IotHubs/$iothubName" $sharedAccessPolicyName = $env.iothubSharedAccessPolicyName - $tableName = $env.tableName - $tableMappingName = $env.tableMappingName - $dataFormat = $env.dataFormat $kind = "IotHub" $database = Get-AzKustoDatabase -ResourceGroupName $resourceGroupName -ClusterName $clusterName -Name $databaseName - $validationResult = Invoke-AzKustoDataConnectionValidation -InputObject $database -DataConnectionName $dataConnectionName -Location $location -Kind $kind -IotHubResourceId $iotHubResourceId -SharedAccessPolicyName $sharedAccessPolicyName -DataFormat $dataFormat -ConsumerGroup '$Default' -TableName $tableName -MappingRuleName $tableMappingName - $validationResult.errorMessage | Should Be "event hub resource id and consumer group tuple provided are already used" + { Invoke-AzKustoDataConnectionValidation -InputObject $database -DataConnectionName $dataConnectionName -Location $location -Kind $kind -IotHubResourceId $iotHubResourceId -SharedAccessPolicyName $sharedAccessPolicyName -ConsumerGroup '$Default' } | Should -Not -Throw } } diff --git a/src/Kusto/test/Invoke-AzKustoDetachClusterFollowerDatabase.Recording.json b/src/Kusto/test/Invoke-AzKustoDetachClusterFollowerDatabase.Recording.json index 61db66c7d1f9..442acfc348af 100644 --- a/src/Kusto/test/Invoke-AzKustoDetachClusterFollowerDatabase.Recording.json +++ b/src/Kusto/test/Invoke-AzKustoDetachClusterFollowerDatabase.Recording.json @@ -1,59 +1,292 @@ { -"Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/detachFollowerDatabases?api-version=2020-02-15+1": { + "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachExpanded+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho?api-version=2020-06-14+1": { "Request": { - "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/detachFollowerDatabases?api-version=2020-02-15", - "Content": "{\r\n \"attachedDatabaseConfigurationName\": \"sdkpowershellfconfig\",\r\n \"clusterResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf\"\r\n}", + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho?api-version=2020-06-14", + "Content": "{\r\n \"kind\": \"ReadWrite\",\r\n \"location\": \"East US\"\r\n}", "Headers": { - "x-ms-unique-id": [ "8" ], - "x-ms-client-request-id": [ "8102ae70-c238-4122-a3d0-c883ac71a6e6" ], - "CommandName": [ "Invoke-AzKustoDetachClusterFollowerDatabase" ], - "FullCommandName": [ "Invoke-AzKustoDetachClusterFollowerDatabase_DetachExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "53" ] + } + }, + "Response": { + "StatusCode": 201, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], + "x-ms-request-id": [ "72fc9ad9-d13f-4d2e-bc4a-9968eb48dfde" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/82ada4f4-1aa0-457a-8305-6b4b0def0126?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "199" ], + "x-ms-correlation-request-id": [ "159a1dc1-9a72-43a2-af9e-33870e57a13c" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T233352Z:159a1dc1-9a72-43a2-af9e-33870e57a13c" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:33:52 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "363" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho\",\"name\":\"testclusterlbfexs/testdatabasesu8yho\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"properties\":{\"provisioningState\":\"Creating\"}}" + } + }, + "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/82ada4f4-1aa0-457a-8305-6b4b0def0126?api-version=2020-06-14+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/82ada4f4-1aa0-457a-8305-6b4b0def0126?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "202", "203" ], + "x-ms-client-request-id": [ "1bae96fb-f9a1-455a-9153-de90a60efdee", "1bae96fb-f9a1-455a-9153-de90a60efdee" ], + "CommandName": [ "Az.Kusto.internal\\New-AzKustoDatabase", "Az.Kusto.internal\\New-AzKustoDatabase" ], + "FullCommandName": [ "New-AzKustoDatabase_Create", "New-AzKustoDatabase_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "x-ms-request-id": [ "fb54f66a-95de-452c-a435-5c335934859b" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "c2e54212-c0a9-49ba-afad-d064a7e79646" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T233423Z:c2e54212-c0a9-49ba-afad-d064a7e79646" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:34:22 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "496" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/82ada4f4-1aa0-457a-8305-6b4b0def0126\",\"name\":\"82ada4f4-1aa0-457a-8305-6b4b0def0126\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-02T23:33:52.6486087Z\",\"endTime\":\"2020-08-02T23:33:54.7267715Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DatabaseCreate\",\"RootActivityId\":\"391b8b80-a1ed-43e9-918b-bd39cd2b7a4f\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho?api-version=2020-06-14+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "202", "203", "204" ], + "x-ms-client-request-id": [ "1bae96fb-f9a1-455a-9153-de90a60efdee", "1bae96fb-f9a1-455a-9153-de90a60efdee", "1bae96fb-f9a1-455a-9153-de90a60efdee" ], + "CommandName": [ "Az.Kusto.internal\\New-AzKustoDatabase", "Az.Kusto.internal\\New-AzKustoDatabase", "Az.Kusto.internal\\New-AzKustoDatabase" ], + "FullCommandName": [ "New-AzKustoDatabase_Create", "New-AzKustoDatabase_Create", "New-AzKustoDatabase_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "296" ], + "x-ms-request-id": [ "b656a980-4777-4886-a06b-b639162f9bb5" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "524b0895-66ad-4322-a620-02927347d6c7" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T233423Z:524b0895-66ad-4322-a620-02927347d6c7" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:34:23 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "471" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho\",\"name\":\"testclusterlbfexs/testdatabasesu8yho\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":false,\"softDeletePeriodInDays\":0,\"hotCachePeriodInDays\":0,\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" + } + }, + "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachExpanded+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfsu8yho?api-version=2020-06-14+4": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfsu8yho?api-version=2020-06-14", + "Content": "{\r\n \"properties\": {\r\n \"clusterResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\r\n \"databaseName\": \"testdatabasesu8yho\",\r\n \"defaultPrincipalsModificationKind\": \"Union\"\r\n },\r\n \"location\": \"East US\"\r\n}", + "Headers": { + }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "228" ] + "Content-Length": [ "312" ] } }, "Response": { - "StatusCode": 202, + "StatusCode": 201, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "27ad314c-1c74-47b5-813e-b1ef22982013" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/92e0673c-d2a6-4ba1-ab36-625859aabafc?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-correlation-request-id": [ "9c79a802-dd0e-4d27-9fa6-fd435873a037" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T145503Z:9c79a802-dd0e-4d27-9fa6-fd435873a037" ], + "ETag": [ "\"\"" ], + "x-ms-request-id": [ "4f7db61e-ff55-4644-8061-72aa612c285d" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/58774ed6-08d8-4589-96be-36fdf9bcc7bd?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "199" ], + "x-ms-correlation-request-id": [ "99c0f6cc-d324-494d-857b-087645d1a78f" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T233424Z:99c0f6cc-d324-494d-857b-087645d1a78f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:34:24 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "622" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfsu8yho\",\"name\":\"testfclusterbgiwc7/testdbconfsu8yho\",\"type\":\"Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"properties\":{\"clusterResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\"databaseName\":\"testdatabasesu8yho\",\"defaultPrincipalsModificationKind\":\"Union\",\"provisioningState\":\"Creating\"}}" + } + }, + "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/58774ed6-08d8-4589-96be-36fdf9bcc7bd?api-version=2020-06-14+5": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/58774ed6-08d8-4589-96be-36fdf9bcc7bd?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "205", "206" ], + "x-ms-client-request-id": [ "b6253c4c-afc1-488e-8a57-814deec8bace", "b6253c4c-afc1-488e-8a57-814deec8bace" ], + "CommandName": [ "New-AzKustoAttachedDatabaseConfiguration", "New-AzKustoAttachedDatabaseConfiguration" ], + "FullCommandName": [ "New-AzKustoAttachedDatabaseConfiguration_CreateExpanded", "New-AzKustoAttachedDatabaseConfiguration_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 14:55:02 GMT" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/92e0673c-d2a6-4ba1-ab36-625859aabafc?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=215f89ce1e3b7fe16702b151d790214d3e419a6068dd5b2f7cbbd791a4ac2087;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-correlation-request-id": [ "c1621ff4-d04d-4678-b040-9b70117ff576" ], + "x-ms-request-id": [ "dece4157-5e7a-4013-9fe2-f8e29007bedc" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T233454Z:c1621ff4-d04d-4678-b040-9b70117ff576" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:34:53 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], + "Content-Length": [ "504" ], + "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/58774ed6-08d8-4589-96be-36fdf9bcc7bd\",\"name\":\"58774ed6-08d8-4589-96be-36fdf9bcc7bd\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-02T23:34:24.1196154Z\",\"endTime\":\"2020-08-02T23:34:26.0885285Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"FollowerDatabaseCreate\",\"RootActivityId\":\"e1e82584-a29f-43d9-aba8-dbcd3ab06e22\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfsu8yho?api-version=2020-06-14+6": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfsu8yho?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "205", "206", "207" ], + "x-ms-client-request-id": [ "b6253c4c-afc1-488e-8a57-814deec8bace", "b6253c4c-afc1-488e-8a57-814deec8bace", "b6253c4c-afc1-488e-8a57-814deec8bace" ], + "CommandName": [ "New-AzKustoAttachedDatabaseConfiguration", "New-AzKustoAttachedDatabaseConfiguration", "New-AzKustoAttachedDatabaseConfiguration" ], + "FullCommandName": [ "New-AzKustoAttachedDatabaseConfiguration_CreateExpanded", "New-AzKustoAttachedDatabaseConfiguration_CreateExpanded", "New-AzKustoAttachedDatabaseConfiguration_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], + "x-ms-request-id": [ "507a6811-fb62-472a-8246-d4dff836a0cc" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "64cddc75-9f58-40a2-a694-150172f1408a" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T233455Z:64cddc75-9f58-40a2-a694-150172f1408a" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:34:54 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "680" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfsu8yho\",\"name\":\"testfclusterbgiwc7/testdbconfsu8yho\",\"type\":\"Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"tags\":{},\"properties\":{\"clusterResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\"databaseName\":\"testdatabasesu8yho\",\"attachedDatabaseNames\":[\"testdatabasesu8yho\"],\"defaultPrincipalsModificationKind\":\"Union\",\"provisioningState\":\"Succeeded\"}}" + } + }, + "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/detachFollowerDatabases?api-version=2020-06-14+7": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/detachFollowerDatabases?api-version=2020-06-14", + "Content": "{\r\n \"attachedDatabaseConfigurationName\": \"testdbconfsu8yho\",\r\n \"clusterResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7\"\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "227" ] + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/141e3daa-3da9-41b6-b487-89ad2972a64e?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "x-ms-request-id": [ "2976a82d-8109-4a04-996c-fa00cca5637c" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/141e3daa-3da9-41b6-b487-89ad2972a64e?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1193" ], + "x-ms-correlation-request-id": [ "71befd02-e348-4e90-9ec0-67ddac844fa2" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T233455Z:71befd02-e348-4e90-9ec0-67ddac844fa2" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:34:55 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, "Content": null } }, - "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/92e0673c-d2a6-4ba1-ab36-625859aabafc?api-version=2020-02-15+2": { + "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/141e3daa-3da9-41b6-b487-89ad2972a64e?api-version=2020-06-14+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/92e0673c-d2a6-4ba1-ab36-625859aabafc?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/141e3daa-3da9-41b6-b487-89ad2972a64e?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "8", "9" ], - "x-ms-client-request-id": [ "8102ae70-c238-4122-a3d0-c883ac71a6e6", "8102ae70-c238-4122-a3d0-c883ac71a6e6" ], + "x-ms-unique-id": [ "208", "209" ], + "x-ms-client-request-id": [ "80b25d1f-6651-4d7e-8d4c-86d27bd04fe4", "80b25d1f-6651-4d7e-8d4c-86d27bd04fe4" ], "CommandName": [ "Invoke-AzKustoDetachClusterFollowerDatabase", "Invoke-AzKustoDetachClusterFollowerDatabase" ], "FullCommandName": [ "Invoke-AzKustoDetachClusterFollowerDatabase_DetachExpanded", "Invoke-AzKustoDetachClusterFollowerDatabase_DetachExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -62,39 +295,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "e2d3546a-9eb3-4181-8165-63e40375a033" ], - "x-ms-correlation-request-id": [ "0769d431-a808-4eea-a52f-baced6480ac3" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T145533Z:0769d431-a808-4eea-a52f-baced6480ac3" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-request-id": [ "1da64147-71b1-4a1f-a97f-7c692a238619" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "02ccb368-0cba-46ee-a478-d9d557f715a5" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T233525Z:02ccb368-0cba-46ee-a478-d9d557f715a5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 14:55:32 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:35:25 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "475" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/92e0673c-d2a6-4ba1-ab36-625859aabafc\",\"name\":\"92e0673c-d2a6-4ba1-ab36-625859aabafc\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-05T14:55:03.0678857Z\",\"endTime\":\"2020-04-05T14:55:05.3021632Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"FollowerDatabaseDetach\",\"RootActivityId\":\"00ba9113-e1a5-4c45-a098-e0862acbf8fb\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/141e3daa-3da9-41b6-b487-89ad2972a64e\",\"name\":\"141e3daa-3da9-41b6-b487-89ad2972a64e\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-02T23:34:55.6613264Z\",\"endTime\":\"2020-08-02T23:34:58.5834461Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"FollowerDatabaseDetach\",\"RootActivityId\":\"b3ad2aca-67fb-4a4b-89f9-9c0fa98ea8e9\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" } }, - "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/92e0673c-d2a6-4ba1-ab36-625859aabafc?api-version=2020-02-15\u0026operationResultResponseType=Location+3": { + "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/141e3daa-3da9-41b6-b487-89ad2972a64e?api-version=2020-06-14\u0026operationResultResponseType=Location+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/92e0673c-d2a6-4ba1-ab36-625859aabafc?api-version=2020-02-15\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/141e3daa-3da9-41b6-b487-89ad2972a64e?api-version=2020-06-14\u0026operationResultResponseType=Location", "Content": null, "Headers": { - "x-ms-unique-id": [ "8", "9", "10" ], - "x-ms-client-request-id": [ "8102ae70-c238-4122-a3d0-c883ac71a6e6", "8102ae70-c238-4122-a3d0-c883ac71a6e6", "8102ae70-c238-4122-a3d0-c883ac71a6e6" ], + "x-ms-unique-id": [ "208", "209", "210" ], + "x-ms-client-request-id": [ "80b25d1f-6651-4d7e-8d4c-86d27bd04fe4", "80b25d1f-6651-4d7e-8d4c-86d27bd04fe4", "80b25d1f-6651-4d7e-8d4c-86d27bd04fe4" ], "CommandName": [ "Invoke-AzKustoDetachClusterFollowerDatabase", "Invoke-AzKustoDetachClusterFollowerDatabase", "Invoke-AzKustoDetachClusterFollowerDatabase" ], "FullCommandName": [ "Invoke-AzKustoDetachClusterFollowerDatabase_DetachExpanded", "Invoke-AzKustoDetachClusterFollowerDatabase_DetachExpanded", "Invoke-AzKustoDetachClusterFollowerDatabase_DetachExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -103,37 +336,398 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "6f701aaa-6a4b-459a-91ae-abcf51f3c789" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], - "x-ms-correlation-request-id": [ "e0cd5fa4-d7da-4f2f-ac81-08bf46d6c17b" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T145533Z:e0cd5fa4-d7da-4f2f-ac81-08bf46d6c17b" ], + "x-ms-request-id": [ "ba858168-6733-4e27-b91a-20c5b61bc90b" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "x-ms-correlation-request-id": [ "5a75bf47-1550-44c9-be89-e3b13053bdb4" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T233526Z:5a75bf47-1550-44c9-be89-e3b13053bdb4" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:35:26 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachExpanded+$DELETE+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho?api-version=2020-06-14+10": { + "Request": { + "Method": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "211" ], + "x-ms-client-request-id": [ "7fc33439-70eb-4e4f-b7fc-b134bfe60451" ], + "CommandName": [ "Remove-AzKustoDatabase" ], + "FullCommandName": [ "Remove-AzKustoDatabase_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6776e26c-89a7-4dcf-b685-92bf096cf0f1?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6776e26c-89a7-4dcf-b685-92bf096cf0f1?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], + "x-ms-request-id": [ "4509b74f-1807-4124-a6ce-a4212eb6fe00" ], + "x-ms-correlation-request-id": [ "4509b74f-1807-4124-a6ce-a4212eb6fe00" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T233526Z:4509b74f-1807-4124-a6ce-a4212eb6fe00" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:35:26 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6776e26c-89a7-4dcf-b685-92bf096cf0f1?api-version=2020-06-14+11": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6776e26c-89a7-4dcf-b685-92bf096cf0f1?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "211", "212" ], + "x-ms-client-request-id": [ "7fc33439-70eb-4e4f-b7fc-b134bfe60451", "7fc33439-70eb-4e4f-b7fc-b134bfe60451" ], + "CommandName": [ "Remove-AzKustoDatabase", "Remove-AzKustoDatabase" ], + "FullCommandName": [ "Remove-AzKustoDatabase_Delete", "Remove-AzKustoDatabase_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 14:55:32 GMT" ], - "Set-Cookie": [ "ARRAffinity=1d5fb298951795712d54b2df0c89d185153c650eca2a3f79345b380a30442d23;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "x-ms-request-id": [ "98887bee-2785-402b-9240-3a87fcd22d85" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "0c1ae5ea-4174-4dc9-b159-288068a3b2d0" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T233556Z:0c1ae5ea-4174-4dc9-b159-288068a3b2d0" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:35:56 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], + "Content-Length": [ "496" ], + "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6776e26c-89a7-4dcf-b685-92bf096cf0f1\",\"name\":\"6776e26c-89a7-4dcf-b685-92bf096cf0f1\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-02T23:35:26.5607069Z\",\"endTime\":\"2020-08-02T23:35:29.2952989Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DatabaseDelete\",\"RootActivityId\":\"84a90ccd-f9a5-4d56-a359-d4dbcce33cf1\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6776e26c-89a7-4dcf-b685-92bf096cf0f1?api-version=2020-06-14\u0026operationResultResponseType=Location+12": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6776e26c-89a7-4dcf-b685-92bf096cf0f1?api-version=2020-06-14\u0026operationResultResponseType=Location", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "211", "212", "213" ], + "x-ms-client-request-id": [ "7fc33439-70eb-4e4f-b7fc-b134bfe60451", "7fc33439-70eb-4e4f-b7fc-b134bfe60451", "7fc33439-70eb-4e4f-b7fc-b134bfe60451" ], + "CommandName": [ "Remove-AzKustoDatabase", "Remove-AzKustoDatabase", "Remove-AzKustoDatabase" ], + "FullCommandName": [ "Remove-AzKustoDatabase_Delete", "Remove-AzKustoDatabase_Delete", "Remove-AzKustoDatabase_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "98fa0226-066e-49be-b48b-88108769e288" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "x-ms-correlation-request-id": [ "a40679e0-db20-4a61-ad6f-a2450a2c3f6f" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T233557Z:a40679e0-db20-4a61-ad6f-a2450a2c3f6f" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:35:56 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, "Content": null } }, - "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15+1": { + "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachViaIdentityExpanded+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaser4qwo8?api-version=2020-06-14+1": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaser4qwo8?api-version=2020-06-14", + "Content": "{\r\n \"kind\": \"ReadWrite\",\r\n \"location\": \"East US\"\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "53" ] + } + }, + "Response": { + "StatusCode": 201, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], + "x-ms-request-id": [ "3d37694d-fb34-46ca-8963-a1980408c5e0" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/4a1773c9-ce3b-4765-87c3-5501580792f8?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "198" ], + "x-ms-correlation-request-id": [ "df3cccfb-9faf-483d-87ee-2274f9ef4d43" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T233557Z:df3cccfb-9faf-483d-87ee-2274f9ef4d43" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:35:57 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "363" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaser4qwo8\",\"name\":\"testclusterlbfexs/testdatabaser4qwo8\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"properties\":{\"provisioningState\":\"Creating\"}}" + } + }, + "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/4a1773c9-ce3b-4765-87c3-5501580792f8?api-version=2020-06-14+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/4a1773c9-ce3b-4765-87c3-5501580792f8?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "17" ], - "x-ms-client-request-id": [ "7499b9e3-7cd9-4702-bb24-ab21f106a689" ], + "x-ms-unique-id": [ "214", "215" ], + "x-ms-client-request-id": [ "57449397-458f-4331-b64b-b3e8cd44b31d", "57449397-458f-4331-b64b-b3e8cd44b31d" ], + "CommandName": [ "Az.Kusto.internal\\New-AzKustoDatabase", "Az.Kusto.internal\\New-AzKustoDatabase" ], + "FullCommandName": [ "New-AzKustoDatabase_Create", "New-AzKustoDatabase_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "279" ], + "x-ms-request-id": [ "9cf8b19a-1cdf-4f1e-8363-109ce12fca93" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "c12dcd1c-63ac-4f84-8cf8-56d81c30bc85" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T233628Z:c12dcd1c-63ac-4f84-8cf8-56d81c30bc85" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:36:27 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "495" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/4a1773c9-ce3b-4765-87c3-5501580792f8\",\"name\":\"4a1773c9-ce3b-4765-87c3-5501580792f8\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-02T23:35:57.771886Z\",\"endTime\":\"2020-08-02T23:35:59.8364238Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DatabaseCreate\",\"RootActivityId\":\"621896cb-159e-4cf0-8c1f-d3237d2b5052\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaser4qwo8?api-version=2020-06-14+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaser4qwo8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "214", "215", "216" ], + "x-ms-client-request-id": [ "57449397-458f-4331-b64b-b3e8cd44b31d", "57449397-458f-4331-b64b-b3e8cd44b31d", "57449397-458f-4331-b64b-b3e8cd44b31d" ], + "CommandName": [ "Az.Kusto.internal\\New-AzKustoDatabase", "Az.Kusto.internal\\New-AzKustoDatabase", "Az.Kusto.internal\\New-AzKustoDatabase" ], + "FullCommandName": [ "New-AzKustoDatabase_Create", "New-AzKustoDatabase_Create", "New-AzKustoDatabase_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "295" ], + "x-ms-request-id": [ "c2fdacd0-8471-4450-9417-4bc0e4bf8db5" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "0e471299-9f0f-4581-8bcc-bd6576aa926f" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T233628Z:0e471299-9f0f-4581-8bcc-bd6576aa926f" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:36:27 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "471" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaser4qwo8\",\"name\":\"testclusterlbfexs/testdatabaser4qwo8\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":false,\"softDeletePeriodInDays\":0,\"hotCachePeriodInDays\":0,\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" + } + }, + "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachViaIdentityExpanded+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfr4qwo8?api-version=2020-06-14+4": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfr4qwo8?api-version=2020-06-14", + "Content": "{\r\n \"properties\": {\r\n \"clusterResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\r\n \"databaseName\": \"testdatabaser4qwo8\",\r\n \"defaultPrincipalsModificationKind\": \"Union\"\r\n },\r\n \"location\": \"East US\"\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "312" ] + } + }, + "Response": { + "StatusCode": 201, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], + "x-ms-request-id": [ "218ef3fb-238f-435c-9ad1-2889a31bfa78" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/073a86bf-67e5-4642-b969-aa49e3e7efc5?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "198" ], + "x-ms-correlation-request-id": [ "09402556-f89e-4ae8-a563-4734428db347" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T233629Z:09402556-f89e-4ae8-a563-4734428db347" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:36:28 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "622" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfr4qwo8\",\"name\":\"testfclusterbgiwc7/testdbconfr4qwo8\",\"type\":\"Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"properties\":{\"clusterResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\"databaseName\":\"testdatabaser4qwo8\",\"defaultPrincipalsModificationKind\":\"Union\",\"provisioningState\":\"Creating\"}}" + } + }, + "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/073a86bf-67e5-4642-b969-aa49e3e7efc5?api-version=2020-06-14+5": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/073a86bf-67e5-4642-b969-aa49e3e7efc5?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "217", "218" ], + "x-ms-client-request-id": [ "88771cb5-6022-4614-acc8-852cccfb7fac", "88771cb5-6022-4614-acc8-852cccfb7fac" ], + "CommandName": [ "New-AzKustoAttachedDatabaseConfiguration", "New-AzKustoAttachedDatabaseConfiguration" ], + "FullCommandName": [ "New-AzKustoAttachedDatabaseConfiguration_CreateExpanded", "New-AzKustoAttachedDatabaseConfiguration_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "278" ], + "x-ms-request-id": [ "54733fa8-ee0b-4a3e-8bac-65d50d0b53cf" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "0e197cbe-8de2-4924-b2a3-c3eab2dc42e1" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T233659Z:0e197cbe-8de2-4924-b2a3-c3eab2dc42e1" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:36:59 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "504" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/073a86bf-67e5-4642-b969-aa49e3e7efc5\",\"name\":\"073a86bf-67e5-4642-b969-aa49e3e7efc5\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-02T23:36:29.1976246Z\",\"endTime\":\"2020-08-02T23:36:32.9325235Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"FollowerDatabaseCreate\",\"RootActivityId\":\"0f4eb602-d2f0-4120-9161-674b1d92975d\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfr4qwo8?api-version=2020-06-14+6": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfr4qwo8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "217", "218", "219" ], + "x-ms-client-request-id": [ "88771cb5-6022-4614-acc8-852cccfb7fac", "88771cb5-6022-4614-acc8-852cccfb7fac", "88771cb5-6022-4614-acc8-852cccfb7fac" ], + "CommandName": [ "New-AzKustoAttachedDatabaseConfiguration", "New-AzKustoAttachedDatabaseConfiguration", "New-AzKustoAttachedDatabaseConfiguration" ], + "FullCommandName": [ "New-AzKustoAttachedDatabaseConfiguration_CreateExpanded", "New-AzKustoAttachedDatabaseConfiguration_CreateExpanded", "New-AzKustoAttachedDatabaseConfiguration_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], + "x-ms-request-id": [ "84a149c5-fad3-4625-bf37-d594af69efb6" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "d4af8bb0-6630-4f93-9cba-6e1306cd0970" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T233659Z:d4af8bb0-6630-4f93-9cba-6e1306cd0970" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:36:59 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "680" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfr4qwo8\",\"name\":\"testfclusterbgiwc7/testdbconfr4qwo8\",\"type\":\"Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"tags\":{},\"properties\":{\"clusterResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\"databaseName\":\"testdatabaser4qwo8\",\"attachedDatabaseNames\":[\"testdatabaser4qwo8\"],\"defaultPrincipalsModificationKind\":\"Union\",\"provisioningState\":\"Succeeded\"}}" + } + }, + "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs?api-version=2020-06-14+7": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "220" ], + "x-ms-client-request-id": [ "eba53dc7-4f7f-4e81-8f68-75341275253e" ], "CommandName": [ "Get-AzKustoCluster" ], "FullCommandName": [ "Get-AzKustoCluster_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -142,83 +736,76 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "483d99b1-0f3f-4559-8b3b-090630b3c58f" ], - "x-ms-correlation-request-id": [ "bbd6ae6b-ee60-4ad1-b5c1-f850bb7771c5" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T152259Z:bbd6ae6b-ee60-4ad1-b5c1-f850bb7771c5" ], + "x-ms-request-id": [ "e4c8c529-15a0-4b2b-8c96-2353571e1416" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "f8b49fe5-1f83-4d1f-90b9-2dbfb073dd4c" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T233700Z:f8b49fe5-1f83-4d1f-90b9-2dbfb073dd4c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 15:22:59 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=1d5fb298951795712d54b2df0c89d185153c650eca2a3f79345b380a30442d23;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:37:00 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "751" ], + "Content-Length": [ "858" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu\",\"name\":\"sdkpsclustereu\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://sdkpsclustereu.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-sdkpsclustereu.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[]},\"enablePurge\":null,\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\"name\":\"testclusterlbfexs\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://testclusterlbfexs.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-testclusterlbfexs.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[{\"languageExtensionName\":\"PYTHON\"},{\"languageExtensionName\":\"R\"}]},\"enablePurge\":null,\"enableDoubleEncryption\":false,\"provisioningState\":\"Succeeded\"}}" } }, - "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachViaIdentityExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/detachFollowerDatabases?api-version=2020-02-15+2": { + "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachViaIdentityExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/detachFollowerDatabases?api-version=2020-06-14+8": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/detachFollowerDatabases?api-version=2020-02-15", - "Content": "{\r\n \"attachedDatabaseConfigurationName\": \"sdkpowershellfconfig\",\r\n \"clusterResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/detachFollowerDatabases?api-version=2020-06-14", + "Content": "{\r\n \"attachedDatabaseConfigurationName\": \"testdbconfr4qwo8\",\r\n \"clusterResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7\"\r\n}", "Headers": { - "x-ms-unique-id": [ "8" ], - "x-ms-client-request-id": [ "8102ae70-c238-4122-a3d0-c883ac71a6e6" ], - "CommandName": [ "Invoke-AzKustoDetachClusterFollowerDatabase" ], - "FullCommandName": [ "Invoke-AzKustoDetachClusterFollowerDatabase_DetachExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "228" ] + "Content-Length": [ "227" ] } }, "Response": { "StatusCode": 202, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "27ad314c-1c74-47b5-813e-b1ef22982013" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/92e0673c-d2a6-4ba1-ab36-625859aabafc?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-correlation-request-id": [ "9c79a802-dd0e-4d27-9fa6-fd435873a037" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T145503Z:9c79a802-dd0e-4d27-9fa6-fd435873a037" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/aafe8396-84ca-4330-9ae2-dd2eb29c8913?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "x-ms-request-id": [ "df8fc67e-899f-4885-bec1-bf983743b314" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/aafe8396-84ca-4330-9ae2-dd2eb29c8913?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1192" ], + "x-ms-correlation-request-id": [ "522dfaca-8fd8-4746-8cef-9131be2c5af1" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T233700Z:522dfaca-8fd8-4746-8cef-9131be2c5af1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 14:55:02 GMT" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/92e0673c-d2a6-4ba1-ab36-625859aabafc?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=215f89ce1e3b7fe16702b151d790214d3e419a6068dd5b2f7cbbd791a4ac2087;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:37:00 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], - "Expires": [ "-1" ] + "Expires": [ "-1" ], + "Content-Length": [ "0" ] }, "Content": null } }, - "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/92e0673c-d2a6-4ba1-ab36-625859aabafc?api-version=2020-02-15+3": { + "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/aafe8396-84ca-4330-9ae2-dd2eb29c8913?api-version=2020-06-14+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/92e0673c-d2a6-4ba1-ab36-625859aabafc?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/aafe8396-84ca-4330-9ae2-dd2eb29c8913?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "8", "9" ], - "x-ms-client-request-id": [ "8102ae70-c238-4122-a3d0-c883ac71a6e6", "8102ae70-c238-4122-a3d0-c883ac71a6e6" ], + "x-ms-unique-id": [ "221", "222" ], + "x-ms-client-request-id": [ "2a424be5-2026-4c95-b50e-06fc13763b56", "2a424be5-2026-4c95-b50e-06fc13763b56" ], "CommandName": [ "Invoke-AzKustoDetachClusterFollowerDatabase", "Invoke-AzKustoDetachClusterFollowerDatabase" ], - "FullCommandName": [ "Invoke-AzKustoDetachClusterFollowerDatabase_DetachExpanded", "Invoke-AzKustoDetachClusterFollowerDatabase_DetachExpanded" ], + "FullCommandName": [ "Invoke-AzKustoDetachClusterFollowerDatabase_DetachViaIdentityExpanded", "Invoke-AzKustoDetachClusterFollowerDatabase_DetachViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -227,39 +814,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "e2d3546a-9eb3-4181-8165-63e40375a033" ], - "x-ms-correlation-request-id": [ "0769d431-a808-4eea-a52f-baced6480ac3" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T145533Z:0769d431-a808-4eea-a52f-baced6480ac3" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "277" ], + "x-ms-request-id": [ "1552f2a7-8c2b-46bf-85d0-4e6d55d2c8f8" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "c400b027-fee3-44eb-a24e-742a609cc68a" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T233730Z:c400b027-fee3-44eb-a24e-742a609cc68a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 14:55:32 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:37:30 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "475" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/92e0673c-d2a6-4ba1-ab36-625859aabafc\",\"name\":\"92e0673c-d2a6-4ba1-ab36-625859aabafc\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-05T14:55:03.0678857Z\",\"endTime\":\"2020-04-05T14:55:05.3021632Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"FollowerDatabaseDetach\",\"RootActivityId\":\"00ba9113-e1a5-4c45-a098-e0862acbf8fb\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/aafe8396-84ca-4330-9ae2-dd2eb29c8913\",\"name\":\"aafe8396-84ca-4330-9ae2-dd2eb29c8913\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-02T23:37:00.5743966Z\",\"endTime\":\"2020-08-02T23:37:04.6840864Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"FollowerDatabaseDetach\",\"RootActivityId\":\"66e216c7-9f47-4728-b868-9cd7bce592a4\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" } }, - "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/92e0673c-d2a6-4ba1-ab36-625859aabafc?api-version=2020-02-15\u0026operationResultResponseType=Location+4": { + "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/aafe8396-84ca-4330-9ae2-dd2eb29c8913?api-version=2020-06-14\u0026operationResultResponseType=Location+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/92e0673c-d2a6-4ba1-ab36-625859aabafc?api-version=2020-02-15\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/aafe8396-84ca-4330-9ae2-dd2eb29c8913?api-version=2020-06-14\u0026operationResultResponseType=Location", "Content": null, "Headers": { - "x-ms-unique-id": [ "8", "9", "10" ], - "x-ms-client-request-id": [ "8102ae70-c238-4122-a3d0-c883ac71a6e6", "8102ae70-c238-4122-a3d0-c883ac71a6e6", "8102ae70-c238-4122-a3d0-c883ac71a6e6" ], + "x-ms-unique-id": [ "221", "222", "223" ], + "x-ms-client-request-id": [ "2a424be5-2026-4c95-b50e-06fc13763b56", "2a424be5-2026-4c95-b50e-06fc13763b56", "2a424be5-2026-4c95-b50e-06fc13763b56" ], "CommandName": [ "Invoke-AzKustoDetachClusterFollowerDatabase", "Invoke-AzKustoDetachClusterFollowerDatabase", "Invoke-AzKustoDetachClusterFollowerDatabase" ], - "FullCommandName": [ "Invoke-AzKustoDetachClusterFollowerDatabase_DetachExpanded", "Invoke-AzKustoDetachClusterFollowerDatabase_DetachExpanded", "Invoke-AzKustoDetachClusterFollowerDatabase_DetachExpanded" ], + "FullCommandName": [ "Invoke-AzKustoDetachClusterFollowerDatabase_DetachViaIdentityExpanded", "Invoke-AzKustoDetachClusterFollowerDatabase_DetachViaIdentityExpanded", "Invoke-AzKustoDetachClusterFollowerDatabase_DetachViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -268,22 +855,143 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "6f701aaa-6a4b-459a-91ae-abcf51f3c789" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], - "x-ms-correlation-request-id": [ "e0cd5fa4-d7da-4f2f-ac81-08bf46d6c17b" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T145533Z:e0cd5fa4-d7da-4f2f-ac81-08bf46d6c17b" ], + "x-ms-request-id": [ "9eab510d-cd0b-4a0f-8f43-227d0b327645" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "276" ], + "x-ms-correlation-request-id": [ "4823f728-475e-4ef9-9a0a-ec14cfa55fce" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T233731Z:4823f728-475e-4ef9-9a0a-ec14cfa55fce" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:37:30 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachViaIdentityExpanded+$DELETE+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaser4qwo8?api-version=2020-06-14+11": { + "Request": { + "Method": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaser4qwo8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "224" ], + "x-ms-client-request-id": [ "28aaa96f-9cd3-4f5a-8da9-056d742d5f13" ], + "CommandName": [ "Remove-AzKustoDatabase" ], + "FullCommandName": [ "Remove-AzKustoDatabase_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/b9f5afb0-7084-4a5c-92e3-176c2ddb4bd4?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/b9f5afb0-7084-4a5c-92e3-176c2ddb4bd4?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], + "x-ms-request-id": [ "d01cd998-6bb9-4b65-a69d-14fd658152fb" ], + "x-ms-correlation-request-id": [ "d01cd998-6bb9-4b65-a69d-14fd658152fb" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T233731Z:d01cd998-6bb9-4b65-a69d-14fd658152fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:37:30 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/b9f5afb0-7084-4a5c-92e3-176c2ddb4bd4?api-version=2020-06-14+12": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/b9f5afb0-7084-4a5c-92e3-176c2ddb4bd4?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "224", "225" ], + "x-ms-client-request-id": [ "28aaa96f-9cd3-4f5a-8da9-056d742d5f13", "28aaa96f-9cd3-4f5a-8da9-056d742d5f13" ], + "CommandName": [ "Remove-AzKustoDatabase", "Remove-AzKustoDatabase" ], + "FullCommandName": [ "Remove-AzKustoDatabase_Delete", "Remove-AzKustoDatabase_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 14:55:32 GMT" ], - "Set-Cookie": [ "ARRAffinity=1d5fb298951795712d54b2df0c89d185153c650eca2a3f79345b380a30442d23;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "275" ], + "x-ms-request-id": [ "b6a64686-295e-4a9d-86c6-5fa7b856bf92" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "75bd48ad-fe35-4562-a284-5a7e5400947f" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T233801Z:75bd48ad-fe35-4562-a284-5a7e5400947f" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:38:01 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], + "Content-Length": [ "496" ], + "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/b9f5afb0-7084-4a5c-92e3-176c2ddb4bd4\",\"name\":\"b9f5afb0-7084-4a5c-92e3-176c2ddb4bd4\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-02T23:37:31.4505658Z\",\"endTime\":\"2020-08-02T23:37:33.4663561Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DatabaseDelete\",\"RootActivityId\":\"4b37d64e-1e97-46bd-971a-bfdd9d47a510\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "Invoke-AzKustoDetachClusterFollowerDatabase+[NoContext]+DetachViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/b9f5afb0-7084-4a5c-92e3-176c2ddb4bd4?api-version=2020-06-14\u0026operationResultResponseType=Location+13": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/b9f5afb0-7084-4a5c-92e3-176c2ddb4bd4?api-version=2020-06-14\u0026operationResultResponseType=Location", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "224", "225", "226" ], + "x-ms-client-request-id": [ "28aaa96f-9cd3-4f5a-8da9-056d742d5f13", "28aaa96f-9cd3-4f5a-8da9-056d742d5f13", "28aaa96f-9cd3-4f5a-8da9-056d742d5f13" ], + "CommandName": [ "Remove-AzKustoDatabase", "Remove-AzKustoDatabase", "Remove-AzKustoDatabase" ], + "FullCommandName": [ "Remove-AzKustoDatabase_Delete", "Remove-AzKustoDatabase_Delete", "Remove-AzKustoDatabase_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "4e578c39-42f8-44cf-a205-9a1d5df57ede" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "274" ], + "x-ms-correlation-request-id": [ "98af1167-5139-403c-8b65-742650c274ba" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T233801Z:98af1167-5139-403c-8b65-742650c274ba" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:38:01 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, "Content": null } } diff --git a/src/Kusto/test/Invoke-AzKustoDetachClusterFollowerDatabase.Tests.ps1 b/src/Kusto/test/Invoke-AzKustoDetachClusterFollowerDatabase.Tests.ps1 index d7f1ec89448f..e50677af902a 100644 --- a/src/Kusto/test/Invoke-AzKustoDetachClusterFollowerDatabase.Tests.ps1 +++ b/src/Kusto/test/Invoke-AzKustoDetachClusterFollowerDatabase.Tests.ps1 @@ -7,7 +7,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Invoke-AzKustoDetachClusterFollowerDatabase.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -16,24 +16,38 @@ while(-not $mockingPath) { Describe 'Invoke-AzKustoDetachClusterFollowerDatabase' { It 'DetachExpanded' { $subscriptionId = $env.SubscriptionId + $location = $env.location $resourceGroupName = $env.resourceGroupName $clusterName = $env.clusterName - $attachedDatabaseConfigurationName = $env.attachedDatabaseConfigurationName + $attachedDatabaseConfigurationName = "testdbconf" + $env.rstr4 $followerClusterName = $env.followerClusterName - $clusterResourceId= "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.Kusto/Clusters/$followerClusterName" - - { Invoke-AzKustoDetachClusterFollowerDatabase -ResourceGroupName $resourceGroupName -ClusterName $clusterName -AttachedDatabaseConfigurationName $attachedDatabaseConfigurationName -ClusterResourceId $clusterResourceId } | Should -Not -Throw + $clusterResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.Kusto/Clusters/$clusterName" + $followerClusterResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.Kusto/Clusters/$followerClusterName" + $databaseName = "testdatabase" + $env.rstr4 + $defaultPrincipalsModificationKind = $env.defaultPrincipalsModificationKind + + New-AzKustoDatabase -ResourceGroupName $resourceGroupName -ClusterName $clusterName -Name $databaseName -Kind ReadWrite -Location $location + New-AzKustoAttachedDatabaseConfiguration -ResourceGroupName $resourceGroupName -ClusterName $followerClusterName -Name $attachedDatabaseConfigurationName -Location $location -ClusterResourceId $clusterResourceId -DatabaseName $databaseName -DefaultPrincipalsModificationKind $defaultPrincipalsModificationKind + { Invoke-AzKustoDetachClusterFollowerDatabase -ResourceGroupName $resourceGroupName -ClusterName $clusterName -AttachedDatabaseConfigurationName $attachedDatabaseConfigurationName -ClusterResourceId $followerClusterResourceId } | Should -Not -Throw + Remove-AzKustoDatabase -ResourceGroupName $resourceGroupName -ClusterName $clusterName -Name $databaseName } It 'DetachViaIdentityExpanded' { $subscriptionId = $env.SubscriptionId + $location = $env.location $resourceGroupName = $env.resourceGroupName $clusterName = $env.clusterName - $attachedDatabaseConfigurationName = $env.attachedDatabaseConfigurationName + $attachedDatabaseConfigurationName = "testdbconf" + $env.rstr5 $followerClusterName = $env.followerClusterName - $clusterResourceId= "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.Kusto/Clusters/$followerClusterName" - + $clusterResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.Kusto/Clusters/$clusterName" + $followerClusterResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.Kusto/Clusters/$followerClusterName" + $databaseName = "testdatabase" + $env.rstr5 + $defaultPrincipalsModificationKind = $env.defaultPrincipalsModificationKind + + New-AzKustoDatabase -ResourceGroupName $resourceGroupName -ClusterName $clusterName -Name $databaseName -Kind ReadWrite -Location $location + New-AzKustoAttachedDatabaseConfiguration -ResourceGroupName $resourceGroupName -ClusterName $followerClusterName -Name $attachedDatabaseConfigurationName -Location $location -ClusterResourceId $clusterResourceId -DatabaseName $databaseName -DefaultPrincipalsModificationKind $defaultPrincipalsModificationKind $cluster = Get-AzKustoCluster -ResourceGroupName $resourceGroupName -Name $clusterName - { Invoke-AzKustoDetachClusterFollowerDatabase -InputObject $cluster -AttachedDatabaseConfigurationName $attachedDatabaseConfigurationName -ClusterResourceId $clusterResourceId } | Should -Not -Throw + { Invoke-AzKustoDetachClusterFollowerDatabase -InputObject $cluster -AttachedDatabaseConfigurationName $attachedDatabaseConfigurationName -ClusterResourceId $followerClusterResourceId } | Should -Not -Throw + Remove-AzKustoDatabase -ResourceGroupName $resourceGroupName -ClusterName $clusterName -Name $databaseName } } diff --git a/src/Kusto/test/Invoke-AzKustoDiagnoseClusterVirtualNetwork.Recording.json b/src/Kusto/test/Invoke-AzKustoDiagnoseClusterVirtualNetwork.Recording.json index 083d6be9bb98..967d1dfc9955 100644 --- a/src/Kusto/test/Invoke-AzKustoDiagnoseClusterVirtualNetwork.Recording.json +++ b/src/Kusto/test/Invoke-AzKustoDiagnoseClusterVirtualNetwork.Recording.json @@ -1,16 +1,16 @@ { -"Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+Diagnose+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/diagnoseVirtualNetwork?api-version=2020-02-15+1": { + "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+Diagnose+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/diagnoseVirtualNetwork?api-version=2020-06-14+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/diagnoseVirtualNetwork?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/diagnoseVirtualNetwork?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "18" ], - "x-ms-client-request-id": [ "c86f0271-521a-42b9-b9d6-f1917fb997b2" ], + "x-ms-unique-id": [ "227" ], + "x-ms-client-request-id": [ "c0f13ade-1e73-4d5e-bec5-2a7614686a69" ], "CommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork" ], "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -19,39 +19,39 @@ "Response": { "StatusCode": 202, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "10220ac4-8e6a-4b80-97eb-d38b10cbb899" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-correlation-request-id": [ "363c51c4-ab11-43b9-91fa-64845076011e" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T153556Z:363c51c4-ab11-43b9-91fa-64845076011e" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "x-ms-request-id": [ "f0f0fe2d-af44-48b4-b3ee-0c5f65931bad" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1191" ], + "x-ms-correlation-request-id": [ "647dfdbc-84f7-4e2b-a06e-126f5701c82f" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T233802Z:647dfdbc-84f7-4e2b-a06e-126f5701c82f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 15:35:56 GMT" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=1d5fb298951795712d54b2df0c89d185153c650eca2a3f79345b380a30442d23;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:38:02 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], - "Expires": [ "-1" ] + "Expires": [ "-1" ], + "Content-Length": [ "0" ] }, "Content": null } }, - "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+Diagnose+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15+2": { + "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+Diagnose+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84?api-version=2020-06-14+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "18", "19" ], - "x-ms-client-request-id": [ "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2" ], + "x-ms-unique-id": [ "227", "228" ], + "x-ms-client-request-id": [ "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69" ], "CommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork" ], "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -60,39 +60,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "3a5aee99-c02d-4e94-bef2-a944bf44253e" ], - "x-ms-correlation-request-id": [ "b85b98bf-0ddc-4e80-abc4-a7f406a4e9fa" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T153627Z:b85b98bf-0ddc-4e80-abc4-a7f406a4e9fa" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "273" ], + "x-ms-request-id": [ "05fb3f4d-30c7-49b9-9fa2-3ce25315c026" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "2087b886-572c-4ea7-b270-6704de776910" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T233832Z:2087b886-572c-4ea7-b270-6704de776910" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 15:36:26 GMT" ], - "Set-Cookie": [ "ARRAffinity=215f89ce1e3b7fe16702b151d790214d3e419a6068dd5b2f7cbbd791a4ac2087;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:38:32 GMT" ] }, "ContentHeaders": { "Content-Length": [ "345" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5aef1392-1e51-4445-b228-564d5e2fec14\",\"name\":\"5aef1392-1e51-4445-b228-564d5e2fec14\",\"status\":\"Running\",\"startTime\":\"2020-04-05T15:35:56.5895568Z\",\"endTime\":\"2020-04-05T15:35:56.5895568Z\",\"percentComplete\":0.5,\"properties\":{}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84\",\"name\":\"92fb4674-dccc-4f4f-8780-e8a06f2b2d84\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:38:02.4754208Z\",\"endTime\":\"2020-08-02T23:38:02.4754208Z\",\"percentComplete\":0.5,\"properties\":{}}" } }, - "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+Diagnose+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15+3": { + "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+Diagnose+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84?api-version=2020-06-14+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "18", "19", "20" ], - "x-ms-client-request-id": [ "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2" ], + "x-ms-unique-id": [ "227", "228", "229" ], + "x-ms-client-request-id": [ "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69" ], "CommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork" ], "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -101,39 +101,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "e5410110-37e0-4741-bdb6-dd27d171e670" ], - "x-ms-request-id": [ "1981ae6a-6373-4a3f-bbcf-dec52dc3f78f" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T153657Z:e5410110-37e0-4741-bdb6-dd27d171e670" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "272" ], + "x-ms-request-id": [ "dfe7bb2e-2cbb-45b1-8ca9-327bc84b7ca8" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "b3594465-b6de-4fcc-a3bb-cfbcaebd62f6" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T233903Z:b3594465-b6de-4fcc-a3bb-cfbcaebd62f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 15:36:56 GMT" ], - "Set-Cookie": [ "ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:39:02 GMT" ] }, "ContentHeaders": { "Content-Length": [ "345" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5aef1392-1e51-4445-b228-564d5e2fec14\",\"name\":\"5aef1392-1e51-4445-b228-564d5e2fec14\",\"status\":\"Running\",\"startTime\":\"2020-04-05T15:35:56.5895568Z\",\"endTime\":\"2020-04-05T15:35:56.5895568Z\",\"percentComplete\":0.5,\"properties\":{}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84\",\"name\":\"92fb4674-dccc-4f4f-8780-e8a06f2b2d84\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:38:02.4754208Z\",\"endTime\":\"2020-08-02T23:38:02.4754208Z\",\"percentComplete\":0.5,\"properties\":{}}" } }, - "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+Diagnose+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15+4": { + "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+Diagnose+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84?api-version=2020-06-14+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "18", "19", "20", "21" ], - "x-ms-client-request-id": [ "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2" ], + "x-ms-unique-id": [ "227", "228", "229", "230" ], + "x-ms-client-request-id": [ "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69" ], "CommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork" ], "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -142,39 +142,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "297" ], - "x-ms-request-id": [ "c80c3709-3e52-474a-b608-e021ba334d8c" ], - "x-ms-correlation-request-id": [ "62043a97-971a-46fd-92b1-d123558bc07b" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T153728Z:62043a97-971a-46fd-92b1-d123558bc07b" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "271" ], + "x-ms-request-id": [ "63a5c350-4f8a-4b4f-8fa9-162a7922f2b3" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "0d30d9d0-9277-4ec9-90fe-7dfe6a2e5567" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T233933Z:0d30d9d0-9277-4ec9-90fe-7dfe6a2e5567" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 15:37:28 GMT" ], - "Set-Cookie": [ "ARRAffinity=1d5fb298951795712d54b2df0c89d185153c650eca2a3f79345b380a30442d23;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:39:32 GMT" ] }, "ContentHeaders": { "Content-Length": [ "345" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5aef1392-1e51-4445-b228-564d5e2fec14\",\"name\":\"5aef1392-1e51-4445-b228-564d5e2fec14\",\"status\":\"Running\",\"startTime\":\"2020-04-05T15:35:56.5895568Z\",\"endTime\":\"2020-04-05T15:35:56.5895568Z\",\"percentComplete\":0.5,\"properties\":{}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84\",\"name\":\"92fb4674-dccc-4f4f-8780-e8a06f2b2d84\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:38:02.4754208Z\",\"endTime\":\"2020-08-02T23:38:02.4754208Z\",\"percentComplete\":0.5,\"properties\":{}}" } }, - "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+Diagnose+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15+5": { + "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+Diagnose+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84?api-version=2020-06-14+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "18", "19", "20", "21", "22" ], - "x-ms-client-request-id": [ "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2" ], + "x-ms-unique-id": [ "227", "228", "229", "230", "231" ], + "x-ms-client-request-id": [ "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69" ], "CommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork" ], "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -183,39 +183,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "296" ], - "x-ms-request-id": [ "b36cb39c-ccd1-43c6-9cde-2bc3049a5db2" ], - "x-ms-correlation-request-id": [ "139e9a44-2c33-447c-8802-7a6be62286b4" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T153758Z:139e9a44-2c33-447c-8802-7a6be62286b4" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-request-id": [ "ff1f9e17-d0ce-4846-966a-5bdfe876964f" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "dda44a22-589c-498a-941d-3eb115cffe30" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234003Z:dda44a22-589c-498a-941d-3eb115cffe30" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 15:37:58 GMT" ], - "Set-Cookie": [ "ARRAffinity=215f89ce1e3b7fe16702b151d790214d3e419a6068dd5b2f7cbbd791a4ac2087;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:40:02 GMT" ] }, "ContentHeaders": { "Content-Length": [ "345" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5aef1392-1e51-4445-b228-564d5e2fec14\",\"name\":\"5aef1392-1e51-4445-b228-564d5e2fec14\",\"status\":\"Running\",\"startTime\":\"2020-04-05T15:35:56.5895568Z\",\"endTime\":\"2020-04-05T15:35:56.5895568Z\",\"percentComplete\":0.5,\"properties\":{}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84\",\"name\":\"92fb4674-dccc-4f4f-8780-e8a06f2b2d84\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:38:02.4754208Z\",\"endTime\":\"2020-08-02T23:38:02.4754208Z\",\"percentComplete\":0.5,\"properties\":{}}" } }, - "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+Diagnose+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15+6": { + "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+Diagnose+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84?api-version=2020-06-14+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "18", "19", "20", "21", "22", "23" ], - "x-ms-client-request-id": [ "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2" ], + "x-ms-unique-id": [ "227", "228", "229", "230", "231", "232" ], + "x-ms-client-request-id": [ "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69" ], "CommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork" ], "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -224,39 +224,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "a06fd3ff-90b1-4610-b445-dd7be09d156a" ], - "x-ms-request-id": [ "0ea1c8da-e39e-4ac2-8e1f-e65bf35bd58f" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "295" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T153828Z:a06fd3ff-90b1-4610-b445-dd7be09d156a" ], + "x-ms-correlation-request-id": [ "9a054bf1-dfea-402a-a5e2-a7b6ac6c196c" ], + "x-ms-request-id": [ "114b4c42-a3d2-4af4-b6b1-ca21a605d457" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234033Z:9a054bf1-dfea-402a-a5e2-a7b6ac6c196c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 15:38:28 GMT" ], - "Set-Cookie": [ "ARRAffinity=ed41ca322a49669b612bcebf273fd24041177ae99ea92e4ec42dded8575d2518;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:40:33 GMT" ] }, "ContentHeaders": { "Content-Length": [ "345" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5aef1392-1e51-4445-b228-564d5e2fec14\",\"name\":\"5aef1392-1e51-4445-b228-564d5e2fec14\",\"status\":\"Running\",\"startTime\":\"2020-04-05T15:35:56.5895568Z\",\"endTime\":\"2020-04-05T15:35:56.5895568Z\",\"percentComplete\":0.5,\"properties\":{}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84\",\"name\":\"92fb4674-dccc-4f4f-8780-e8a06f2b2d84\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:38:02.4754208Z\",\"endTime\":\"2020-08-02T23:38:02.4754208Z\",\"percentComplete\":0.5,\"properties\":{}}" } }, - "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+Diagnose+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15+7": { + "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+Diagnose+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84?api-version=2020-06-14+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "18", "19", "20", "21", "22", "23", "24" ], - "x-ms-client-request-id": [ "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2" ], + "x-ms-unique-id": [ "227", "228", "229", "230", "231", "232", "233" ], + "x-ms-client-request-id": [ "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69" ], "CommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork" ], "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -265,39 +265,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "294" ], - "x-ms-request-id": [ "01090848-567f-422b-aece-9a004fc6c86a" ], - "x-ms-correlation-request-id": [ "b4624b2a-8ccd-436c-bffe-630ddd3d5385" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T153859Z:b4624b2a-8ccd-436c-bffe-630ddd3d5385" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "x-ms-request-id": [ "cd8c2c51-1eab-41a4-b73c-6de4e016e79b" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "e2f3c63b-241c-46ab-86bc-adec6bf64e13" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234104Z:e2f3c63b-241c-46ab-86bc-adec6bf64e13" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 15:38:58 GMT" ], - "Set-Cookie": [ "ARRAffinity=ed41ca322a49669b612bcebf273fd24041177ae99ea92e4ec42dded8575d2518;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:41:03 GMT" ] }, "ContentHeaders": { "Content-Length": [ "345" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5aef1392-1e51-4445-b228-564d5e2fec14\",\"name\":\"5aef1392-1e51-4445-b228-564d5e2fec14\",\"status\":\"Running\",\"startTime\":\"2020-04-05T15:35:56.5895568Z\",\"endTime\":\"2020-04-05T15:35:56.5895568Z\",\"percentComplete\":0.5,\"properties\":{}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84\",\"name\":\"92fb4674-dccc-4f4f-8780-e8a06f2b2d84\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:38:02.4754208Z\",\"endTime\":\"2020-08-02T23:38:02.4754208Z\",\"percentComplete\":0.5,\"properties\":{}}" } }, - "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+Diagnose+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15+8": { + "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+Diagnose+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84?api-version=2020-06-14+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "18", "19", "20", "21", "22", "23", "24", "25" ], - "x-ms-client-request-id": [ "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2" ], + "x-ms-unique-id": [ "227", "228", "229", "230", "231", "232", "233", "234" ], + "x-ms-client-request-id": [ "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69" ], "CommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork" ], "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -306,39 +306,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "293" ], - "x-ms-request-id": [ "c2d315a4-efdf-4c1a-8c29-b01ca503ed17" ], - "x-ms-correlation-request-id": [ "5fb7a660-919a-491e-bf14-641dd64dae0d" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T153929Z:5fb7a660-919a-491e-bf14-641dd64dae0d" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-request-id": [ "1d5ec5f1-da4a-49ba-a93f-1870f3bb9e8b" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "0b52cc5f-5ee3-4612-8547-f599011eb729" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234134Z:0b52cc5f-5ee3-4612-8547-f599011eb729" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 15:39:29 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:41:34 GMT" ] }, "ContentHeaders": { "Content-Length": [ "345" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5aef1392-1e51-4445-b228-564d5e2fec14\",\"name\":\"5aef1392-1e51-4445-b228-564d5e2fec14\",\"status\":\"Running\",\"startTime\":\"2020-04-05T15:35:56.5895568Z\",\"endTime\":\"2020-04-05T15:35:56.5895568Z\",\"percentComplete\":0.5,\"properties\":{}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84\",\"name\":\"92fb4674-dccc-4f4f-8780-e8a06f2b2d84\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:38:02.4754208Z\",\"endTime\":\"2020-08-02T23:38:02.4754208Z\",\"percentComplete\":0.5,\"properties\":{}}" } }, - "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+Diagnose+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15+9": { + "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+Diagnose+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84?api-version=2020-06-14+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "18", "19", "20", "21", "22", "23", "24", "25", "26" ], - "x-ms-client-request-id": [ "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2" ], + "x-ms-unique-id": [ "227", "228", "229", "230", "231", "232", "233", "234", "235" ], + "x-ms-client-request-id": [ "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69" ], "CommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork" ], "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -347,39 +347,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "ce5119d1-146f-4470-9389-e347bc0ca219" ], - "x-ms-request-id": [ "ac6cdfea-1af3-4172-9267-7c4ce3309bb5" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "292" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T153959Z:ce5119d1-146f-4470-9389-e347bc0ca219" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "x-ms-request-id": [ "5b3dbbd7-f44c-47db-9430-3648d3661f08" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "41f597b0-b4b8-4197-b212-4a478e21341f" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234204Z:41f597b0-b4b8-4197-b212-4a478e21341f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 15:39:59 GMT" ], - "Set-Cookie": [ "ARRAffinity=de41295b4360a9ab17ddc0530c031200492ec580fe649e0e2606c200e0b6cb04;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:42:03 GMT" ] }, "ContentHeaders": { "Content-Length": [ "345" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5aef1392-1e51-4445-b228-564d5e2fec14\",\"name\":\"5aef1392-1e51-4445-b228-564d5e2fec14\",\"status\":\"Running\",\"startTime\":\"2020-04-05T15:35:56.5895568Z\",\"endTime\":\"2020-04-05T15:35:56.5895568Z\",\"percentComplete\":0.5,\"properties\":{}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84\",\"name\":\"92fb4674-dccc-4f4f-8780-e8a06f2b2d84\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:38:02.4754208Z\",\"endTime\":\"2020-08-02T23:38:02.4754208Z\",\"percentComplete\":0.5,\"properties\":{}}" } }, - "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+Diagnose+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15+10": { + "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+Diagnose+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84?api-version=2020-06-14+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "18", "19", "20", "21", "22", "23", "24", "25", "26", "27" ], - "x-ms-client-request-id": [ "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2" ], + "x-ms-unique-id": [ "227", "228", "229", "230", "231", "232", "233", "234", "235", "236" ], + "x-ms-client-request-id": [ "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69" ], "CommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork" ], "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -388,39 +388,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "291" ], - "x-ms-request-id": [ "eb80808a-abe2-4817-a5e5-f8a3161bf4c3" ], - "x-ms-correlation-request-id": [ "0d7be56e-0eb7-4f06-bdcd-08c02770fa11" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T154030Z:0d7be56e-0eb7-4f06-bdcd-08c02770fa11" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "x-ms-request-id": [ "9abe3ef2-23eb-4cd9-bf5a-fa4bd662bdf7" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "a1ee83e2-1dcd-41c0-9906-665a34f2a855" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234235Z:a1ee83e2-1dcd-41c0-9906-665a34f2a855" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 15:40:29 GMT" ], - "Set-Cookie": [ "ARRAffinity=ed41ca322a49669b612bcebf273fd24041177ae99ea92e4ec42dded8575d2518;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:42:34 GMT" ] }, "ContentHeaders": { "Content-Length": [ "345" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5aef1392-1e51-4445-b228-564d5e2fec14\",\"name\":\"5aef1392-1e51-4445-b228-564d5e2fec14\",\"status\":\"Running\",\"startTime\":\"2020-04-05T15:35:56.5895568Z\",\"endTime\":\"2020-04-05T15:35:56.5895568Z\",\"percentComplete\":0.5,\"properties\":{}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84\",\"name\":\"92fb4674-dccc-4f4f-8780-e8a06f2b2d84\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:38:02.4754208Z\",\"endTime\":\"2020-08-02T23:38:02.4754208Z\",\"percentComplete\":0.5,\"properties\":{}}" } }, - "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+Diagnose+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15+11": { + "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+Diagnose+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84?api-version=2020-06-14+11": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28" ], - "x-ms-client-request-id": [ "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2" ], + "x-ms-unique-id": [ "227", "228", "229", "230", "231", "232", "233", "234", "235", "236", "237" ], + "x-ms-client-request-id": [ "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69" ], "CommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork" ], "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -429,39 +429,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "290" ], - "x-ms-request-id": [ "3678ea37-f98f-40b6-b34b-fdec0e4f111a" ], - "x-ms-correlation-request-id": [ "a6068733-3c47-41ed-ab5a-c2bc09ab311f" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T154100Z:a6068733-3c47-41ed-ab5a-c2bc09ab311f" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "x-ms-request-id": [ "84f6c4ea-3f6d-4e59-a38a-39ac91501654" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "2937a62c-97a1-4cde-a174-d3577790112a" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234305Z:2937a62c-97a1-4cde-a174-d3577790112a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 15:41:00 GMT" ], - "Set-Cookie": [ "ARRAffinity=4bb1416c4d9382a93b901692113c112c880e463b99069071d83beefe042ed576;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:43:05 GMT" ] }, "ContentHeaders": { "Content-Length": [ "360" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5aef1392-1e51-4445-b228-564d5e2fec14\",\"name\":\"5aef1392-1e51-4445-b228-564d5e2fec14\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-05T15:35:56.5895568Z\",\"endTime\":\"2020-04-05T15:40:57.3353554Z\",\"percentComplete\":1.0,\"properties\":{\"Findings\":[]}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84\",\"name\":\"92fb4674-dccc-4f4f-8780-e8a06f2b2d84\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-02T23:38:02.4754208Z\",\"endTime\":\"2020-08-02T23:43:03.7103606Z\",\"percentComplete\":1.0,\"properties\":{\"Findings\":[]}}" } }, - "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+Diagnose+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15\u0026operationResultResponseType=Location+12": { + "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+Diagnose+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84?api-version=2020-06-14\u0026operationResultResponseType=Location+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/92fb4674-dccc-4f4f-8780-e8a06f2b2d84?api-version=2020-06-14\u0026operationResultResponseType=Location", "Content": null, "Headers": { - "x-ms-unique-id": [ "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29" ], - "x-ms-client-request-id": [ "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2" ], + "x-ms-unique-id": [ "227", "228", "229", "230", "231", "232", "233", "234", "235", "236", "237", "238" ], + "x-ms-client-request-id": [ "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69", "c0f13ade-1e73-4d5e-bec5-2a7614686a69" ], "CommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork" ], "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -470,18 +470,18 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], - "x-ms-request-id": [ "1c07e6d7-1f19-4db7-ab82-9035d6b4aa50" ], - "x-ms-correlation-request-id": [ "77302b87-567d-4998-a2dc-536efac9fcb3" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T154101Z:77302b87-567d-4998-a2dc-536efac9fcb3" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "279" ], + "x-ms-request-id": [ "655fe2ac-b14e-4ba1-b01d-fd6252cce8f3" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "e5c53ef2-dee1-4e07-9a57-ca64bac676f8" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234305Z:e5c53ef2-dee1-4e07-9a57-ca64bac676f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 15:41:01 GMT" ], - "Set-Cookie": [ "ARRAffinity=de41295b4360a9ab17ddc0530c031200492ec580fe649e0e2606c200e0b6cb04;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:43:05 GMT" ] }, "ContentHeaders": { "Content-Length": [ "15" ], @@ -491,18 +491,18 @@ "Content": "{\"Findings\":[]}" } }, - "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+DiagnoseViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15+1": { + "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+DiagnoseViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs?api-version=2020-06-14+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "30" ], - "x-ms-client-request-id": [ "9e5e1560-732f-435d-8310-8e43aa764fd3" ], + "x-ms-unique-id": [ "239" ], + "x-ms-client-request-id": [ "71778592-b071-43c8-bf40-2ed7b4a7082c" ], "CommandName": [ "Get-AzKustoCluster" ], "FullCommandName": [ "Get-AzKustoCluster_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -511,40 +511,40 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "1ea90305-b1b0-4ea8-8879-03020ed9e68f" ], - "x-ms-correlation-request-id": [ "db9a40e7-cc15-48f1-9101-568e6e3fd8d8" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T154840Z:db9a40e7-cc15-48f1-9101-568e6e3fd8d8" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], + "x-ms-request-id": [ "4f6df0d1-80d0-4ae1-8517-b65cdb070b6b" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "d32b3d99-0b55-4498-b259-ac0a76e4269b" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234305Z:d32b3d99-0b55-4498-b259-ac0a76e4269b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 15:48:40 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=9a838ce951ff4a4e588f47ec992dc9adcb73c9a40c27b5fc6f5d3195a90fb3f7;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:43:05 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "751" ], + "Content-Length": [ "858" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu\",\"name\":\"sdkpsclustereu\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://sdkpsclustereu.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-sdkpsclustereu.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[]},\"enablePurge\":null,\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\"name\":\"testclusterlbfexs\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://testclusterlbfexs.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-testclusterlbfexs.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[{\"languageExtensionName\":\"PYTHON\"},{\"languageExtensionName\":\"R\"}]},\"enablePurge\":null,\"enableDoubleEncryption\":false,\"provisioningState\":\"Succeeded\"}}" } }, - "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+DiagnoseViaIdentity+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/diagnoseVirtualNetwork?api-version=2020-02-15+2": { + "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+DiagnoseViaIdentity+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/diagnoseVirtualNetwork?api-version=2020-06-14+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/diagnoseVirtualNetwork?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/diagnoseVirtualNetwork?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "18" ], - "x-ms-client-request-id": [ "c86f0271-521a-42b9-b9d6-f1917fb997b2" ], + "x-ms-unique-id": [ "240" ], + "x-ms-client-request-id": [ "69cb65b0-b8c8-4619-8404-50bc5efc98be" ], "CommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork" ], - "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose" ], + "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -553,39 +553,39 @@ "Response": { "StatusCode": 202, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "10220ac4-8e6a-4b80-97eb-d38b10cbb899" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-correlation-request-id": [ "363c51c4-ab11-43b9-91fa-64845076011e" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T153556Z:363c51c4-ab11-43b9-91fa-64845076011e" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e4ac9902-7ede-4a95-bb4d-56f13c688b21?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "x-ms-request-id": [ "54ca89bc-454c-44cf-93e6-80ae8343fb55" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e4ac9902-7ede-4a95-bb4d-56f13c688b21?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1190" ], + "x-ms-correlation-request-id": [ "617b569c-2caa-4a93-a797-7fdf990178c4" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234306Z:617b569c-2caa-4a93-a797-7fdf990178c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 15:35:56 GMT" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=1d5fb298951795712d54b2df0c89d185153c650eca2a3f79345b380a30442d23;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:43:06 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], - "Expires": [ "-1" ] + "Expires": [ "-1" ], + "Content-Length": [ "0" ] }, "Content": null } }, - "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+DiagnoseViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15+3": { + "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+DiagnoseViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e4ac9902-7ede-4a95-bb4d-56f13c688b21?api-version=2020-06-14+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e4ac9902-7ede-4a95-bb4d-56f13c688b21?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "18", "19" ], - "x-ms-client-request-id": [ "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2" ], + "x-ms-unique-id": [ "240", "241" ], + "x-ms-client-request-id": [ "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be" ], "CommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork" ], - "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose" ], + "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -594,39 +594,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "3a5aee99-c02d-4e94-bef2-a944bf44253e" ], - "x-ms-correlation-request-id": [ "b85b98bf-0ddc-4e80-abc4-a7f406a4e9fa" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T153627Z:b85b98bf-0ddc-4e80-abc4-a7f406a4e9fa" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "278" ], + "x-ms-request-id": [ "bd6e745d-8aec-47c6-bda8-6d87826eed25" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "0dc4bf0d-ec83-40f8-a936-8adb3081f539" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234336Z:0dc4bf0d-ec83-40f8-a936-8adb3081f539" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 15:36:26 GMT" ], - "Set-Cookie": [ "ARRAffinity=215f89ce1e3b7fe16702b151d790214d3e419a6068dd5b2f7cbbd791a4ac2087;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:43:36 GMT" ] }, "ContentHeaders": { "Content-Length": [ "345" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5aef1392-1e51-4445-b228-564d5e2fec14\",\"name\":\"5aef1392-1e51-4445-b228-564d5e2fec14\",\"status\":\"Running\",\"startTime\":\"2020-04-05T15:35:56.5895568Z\",\"endTime\":\"2020-04-05T15:35:56.5895568Z\",\"percentComplete\":0.5,\"properties\":{}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/e4ac9902-7ede-4a95-bb4d-56f13c688b21\",\"name\":\"e4ac9902-7ede-4a95-bb4d-56f13c688b21\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:43:06.0699151Z\",\"endTime\":\"2020-08-02T23:43:06.0699151Z\",\"percentComplete\":0.5,\"properties\":{}}" } }, - "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+DiagnoseViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15+4": { + "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+DiagnoseViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e4ac9902-7ede-4a95-bb4d-56f13c688b21?api-version=2020-06-14+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e4ac9902-7ede-4a95-bb4d-56f13c688b21?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "18", "19", "20" ], - "x-ms-client-request-id": [ "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2" ], + "x-ms-unique-id": [ "240", "241", "242" ], + "x-ms-client-request-id": [ "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be" ], "CommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork" ], - "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose" ], + "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -635,39 +635,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "e5410110-37e0-4741-bdb6-dd27d171e670" ], - "x-ms-request-id": [ "1981ae6a-6373-4a3f-bbcf-dec52dc3f78f" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T153657Z:e5410110-37e0-4741-bdb6-dd27d171e670" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "277" ], + "x-ms-request-id": [ "9ede160d-8614-4a4b-b720-8f26fe769841" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "68eeed92-ccb1-485e-8b4e-e0c7e882c5d3" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234406Z:68eeed92-ccb1-485e-8b4e-e0c7e882c5d3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 15:36:56 GMT" ], - "Set-Cookie": [ "ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:44:05 GMT" ] }, "ContentHeaders": { "Content-Length": [ "345" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5aef1392-1e51-4445-b228-564d5e2fec14\",\"name\":\"5aef1392-1e51-4445-b228-564d5e2fec14\",\"status\":\"Running\",\"startTime\":\"2020-04-05T15:35:56.5895568Z\",\"endTime\":\"2020-04-05T15:35:56.5895568Z\",\"percentComplete\":0.5,\"properties\":{}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/e4ac9902-7ede-4a95-bb4d-56f13c688b21\",\"name\":\"e4ac9902-7ede-4a95-bb4d-56f13c688b21\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:43:06.0699151Z\",\"endTime\":\"2020-08-02T23:43:06.0699151Z\",\"percentComplete\":0.5,\"properties\":{}}" } }, - "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+DiagnoseViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15+5": { + "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+DiagnoseViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e4ac9902-7ede-4a95-bb4d-56f13c688b21?api-version=2020-06-14+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e4ac9902-7ede-4a95-bb4d-56f13c688b21?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "18", "19", "20", "21" ], - "x-ms-client-request-id": [ "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2" ], + "x-ms-unique-id": [ "240", "241", "242", "243" ], + "x-ms-client-request-id": [ "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be" ], "CommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork" ], - "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose" ], + "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -676,39 +676,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "297" ], - "x-ms-request-id": [ "c80c3709-3e52-474a-b608-e021ba334d8c" ], - "x-ms-correlation-request-id": [ "62043a97-971a-46fd-92b1-d123558bc07b" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T153728Z:62043a97-971a-46fd-92b1-d123558bc07b" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "276" ], + "x-ms-request-id": [ "da6b4657-3cc8-4529-9a3f-a9f2779df438" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "ddde9283-37bc-4264-8cfa-32599591da63" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234436Z:ddde9283-37bc-4264-8cfa-32599591da63" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 15:37:28 GMT" ], - "Set-Cookie": [ "ARRAffinity=1d5fb298951795712d54b2df0c89d185153c650eca2a3f79345b380a30442d23;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:44:36 GMT" ] }, "ContentHeaders": { "Content-Length": [ "345" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5aef1392-1e51-4445-b228-564d5e2fec14\",\"name\":\"5aef1392-1e51-4445-b228-564d5e2fec14\",\"status\":\"Running\",\"startTime\":\"2020-04-05T15:35:56.5895568Z\",\"endTime\":\"2020-04-05T15:35:56.5895568Z\",\"percentComplete\":0.5,\"properties\":{}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/e4ac9902-7ede-4a95-bb4d-56f13c688b21\",\"name\":\"e4ac9902-7ede-4a95-bb4d-56f13c688b21\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:43:06.0699151Z\",\"endTime\":\"2020-08-02T23:43:06.0699151Z\",\"percentComplete\":0.5,\"properties\":{}}" } }, - "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+DiagnoseViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15+6": { + "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+DiagnoseViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e4ac9902-7ede-4a95-bb4d-56f13c688b21?api-version=2020-06-14+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e4ac9902-7ede-4a95-bb4d-56f13c688b21?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "18", "19", "20", "21", "22" ], - "x-ms-client-request-id": [ "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2" ], + "x-ms-unique-id": [ "240", "241", "242", "243", "244" ], + "x-ms-client-request-id": [ "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be" ], "CommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork" ], - "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose" ], + "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -717,39 +717,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "296" ], - "x-ms-request-id": [ "b36cb39c-ccd1-43c6-9cde-2bc3049a5db2" ], - "x-ms-correlation-request-id": [ "139e9a44-2c33-447c-8802-7a6be62286b4" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T153758Z:139e9a44-2c33-447c-8802-7a6be62286b4" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], + "x-ms-request-id": [ "93a2b486-dcf7-43a5-85c0-f6dbf27d8c0d" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "1b04d86b-c007-4f9d-9497-5ff2bfb85280" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234507Z:1b04d86b-c007-4f9d-9497-5ff2bfb85280" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 15:37:58 GMT" ], - "Set-Cookie": [ "ARRAffinity=215f89ce1e3b7fe16702b151d790214d3e419a6068dd5b2f7cbbd791a4ac2087;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:45:07 GMT" ] }, "ContentHeaders": { "Content-Length": [ "345" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5aef1392-1e51-4445-b228-564d5e2fec14\",\"name\":\"5aef1392-1e51-4445-b228-564d5e2fec14\",\"status\":\"Running\",\"startTime\":\"2020-04-05T15:35:56.5895568Z\",\"endTime\":\"2020-04-05T15:35:56.5895568Z\",\"percentComplete\":0.5,\"properties\":{}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/e4ac9902-7ede-4a95-bb4d-56f13c688b21\",\"name\":\"e4ac9902-7ede-4a95-bb4d-56f13c688b21\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:43:06.0699151Z\",\"endTime\":\"2020-08-02T23:43:06.0699151Z\",\"percentComplete\":0.5,\"properties\":{}}" } }, - "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+DiagnoseViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15+7": { + "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+DiagnoseViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e4ac9902-7ede-4a95-bb4d-56f13c688b21?api-version=2020-06-14+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e4ac9902-7ede-4a95-bb4d-56f13c688b21?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "18", "19", "20", "21", "22", "23" ], - "x-ms-client-request-id": [ "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2" ], + "x-ms-unique-id": [ "240", "241", "242", "243", "244", "245" ], + "x-ms-client-request-id": [ "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be" ], "CommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork" ], - "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose" ], + "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -758,39 +758,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "a06fd3ff-90b1-4610-b445-dd7be09d156a" ], - "x-ms-request-id": [ "0ea1c8da-e39e-4ac2-8e1f-e65bf35bd58f" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "295" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T153828Z:a06fd3ff-90b1-4610-b445-dd7be09d156a" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "x-ms-request-id": [ "517488c9-9fb9-4bf7-93e4-b8cb2f67c166" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "0392cd67-c377-4584-8ffa-c3cef48914c6" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234537Z:0392cd67-c377-4584-8ffa-c3cef48914c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 15:38:28 GMT" ], - "Set-Cookie": [ "ARRAffinity=ed41ca322a49669b612bcebf273fd24041177ae99ea92e4ec42dded8575d2518;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:45:36 GMT" ] }, "ContentHeaders": { "Content-Length": [ "345" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5aef1392-1e51-4445-b228-564d5e2fec14\",\"name\":\"5aef1392-1e51-4445-b228-564d5e2fec14\",\"status\":\"Running\",\"startTime\":\"2020-04-05T15:35:56.5895568Z\",\"endTime\":\"2020-04-05T15:35:56.5895568Z\",\"percentComplete\":0.5,\"properties\":{}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/e4ac9902-7ede-4a95-bb4d-56f13c688b21\",\"name\":\"e4ac9902-7ede-4a95-bb4d-56f13c688b21\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:43:06.0699151Z\",\"endTime\":\"2020-08-02T23:43:06.0699151Z\",\"percentComplete\":0.5,\"properties\":{}}" } }, - "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+DiagnoseViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15+8": { + "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+DiagnoseViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e4ac9902-7ede-4a95-bb4d-56f13c688b21?api-version=2020-06-14+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e4ac9902-7ede-4a95-bb4d-56f13c688b21?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "18", "19", "20", "21", "22", "23", "24" ], - "x-ms-client-request-id": [ "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2" ], + "x-ms-unique-id": [ "240", "241", "242", "243", "244", "245", "246" ], + "x-ms-client-request-id": [ "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be" ], "CommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork" ], - "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose" ], + "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -799,39 +799,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "294" ], - "x-ms-request-id": [ "01090848-567f-422b-aece-9a004fc6c86a" ], - "x-ms-correlation-request-id": [ "b4624b2a-8ccd-436c-bffe-630ddd3d5385" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T153859Z:b4624b2a-8ccd-436c-bffe-630ddd3d5385" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-request-id": [ "fb570216-a854-4153-a70e-af52e0b02d59" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "4b382437-ab98-4f1b-b4c0-7139fb64fcde" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234607Z:4b382437-ab98-4f1b-b4c0-7139fb64fcde" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 15:38:58 GMT" ], - "Set-Cookie": [ "ARRAffinity=ed41ca322a49669b612bcebf273fd24041177ae99ea92e4ec42dded8575d2518;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:46:07 GMT" ] }, "ContentHeaders": { "Content-Length": [ "345" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5aef1392-1e51-4445-b228-564d5e2fec14\",\"name\":\"5aef1392-1e51-4445-b228-564d5e2fec14\",\"status\":\"Running\",\"startTime\":\"2020-04-05T15:35:56.5895568Z\",\"endTime\":\"2020-04-05T15:35:56.5895568Z\",\"percentComplete\":0.5,\"properties\":{}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/e4ac9902-7ede-4a95-bb4d-56f13c688b21\",\"name\":\"e4ac9902-7ede-4a95-bb4d-56f13c688b21\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:43:06.0699151Z\",\"endTime\":\"2020-08-02T23:43:06.0699151Z\",\"percentComplete\":0.5,\"properties\":{}}" } }, - "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+DiagnoseViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15+9": { + "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+DiagnoseViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e4ac9902-7ede-4a95-bb4d-56f13c688b21?api-version=2020-06-14+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e4ac9902-7ede-4a95-bb4d-56f13c688b21?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "18", "19", "20", "21", "22", "23", "24", "25" ], - "x-ms-client-request-id": [ "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2" ], + "x-ms-unique-id": [ "240", "241", "242", "243", "244", "245", "246", "247" ], + "x-ms-client-request-id": [ "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be" ], "CommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork" ], - "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose" ], + "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -840,39 +840,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "293" ], - "x-ms-request-id": [ "c2d315a4-efdf-4c1a-8c29-b01ca503ed17" ], - "x-ms-correlation-request-id": [ "5fb7a660-919a-491e-bf14-641dd64dae0d" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T153929Z:5fb7a660-919a-491e-bf14-641dd64dae0d" ], + "x-ms-correlation-request-id": [ "a998f258-ee41-49bf-b090-2579299b87a1" ], + "x-ms-request-id": [ "c15f7939-3be9-469a-9dff-88b885e1f325" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234637Z:a998f258-ee41-49bf-b090-2579299b87a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 15:39:29 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:46:37 GMT" ] }, "ContentHeaders": { "Content-Length": [ "345" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5aef1392-1e51-4445-b228-564d5e2fec14\",\"name\":\"5aef1392-1e51-4445-b228-564d5e2fec14\",\"status\":\"Running\",\"startTime\":\"2020-04-05T15:35:56.5895568Z\",\"endTime\":\"2020-04-05T15:35:56.5895568Z\",\"percentComplete\":0.5,\"properties\":{}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/e4ac9902-7ede-4a95-bb4d-56f13c688b21\",\"name\":\"e4ac9902-7ede-4a95-bb4d-56f13c688b21\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:43:06.0699151Z\",\"endTime\":\"2020-08-02T23:43:06.0699151Z\",\"percentComplete\":0.5,\"properties\":{}}" } }, - "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+DiagnoseViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15+10": { + "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+DiagnoseViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e4ac9902-7ede-4a95-bb4d-56f13c688b21?api-version=2020-06-14+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e4ac9902-7ede-4a95-bb4d-56f13c688b21?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "18", "19", "20", "21", "22", "23", "24", "25", "26" ], - "x-ms-client-request-id": [ "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2" ], + "x-ms-unique-id": [ "240", "241", "242", "243", "244", "245", "246", "247", "248" ], + "x-ms-client-request-id": [ "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be" ], "CommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork" ], - "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose" ], + "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -881,39 +881,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "ce5119d1-146f-4470-9389-e347bc0ca219" ], - "x-ms-request-id": [ "ac6cdfea-1af3-4172-9267-7c4ce3309bb5" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "292" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T153959Z:ce5119d1-146f-4470-9389-e347bc0ca219" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "x-ms-request-id": [ "df73402a-6d3f-4693-8047-1360a166f3bf" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "56dc1db2-784b-4f06-b489-9bb5f5e47bc8" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234708Z:56dc1db2-784b-4f06-b489-9bb5f5e47bc8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 15:39:59 GMT" ], - "Set-Cookie": [ "ARRAffinity=de41295b4360a9ab17ddc0530c031200492ec580fe649e0e2606c200e0b6cb04;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:47:07 GMT" ] }, "ContentHeaders": { "Content-Length": [ "345" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5aef1392-1e51-4445-b228-564d5e2fec14\",\"name\":\"5aef1392-1e51-4445-b228-564d5e2fec14\",\"status\":\"Running\",\"startTime\":\"2020-04-05T15:35:56.5895568Z\",\"endTime\":\"2020-04-05T15:35:56.5895568Z\",\"percentComplete\":0.5,\"properties\":{}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/e4ac9902-7ede-4a95-bb4d-56f13c688b21\",\"name\":\"e4ac9902-7ede-4a95-bb4d-56f13c688b21\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:43:06.0699151Z\",\"endTime\":\"2020-08-02T23:43:06.0699151Z\",\"percentComplete\":0.5,\"properties\":{}}" } }, - "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+DiagnoseViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15+11": { + "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+DiagnoseViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e4ac9902-7ede-4a95-bb4d-56f13c688b21?api-version=2020-06-14+11": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e4ac9902-7ede-4a95-bb4d-56f13c688b21?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "18", "19", "20", "21", "22", "23", "24", "25", "26", "27" ], - "x-ms-client-request-id": [ "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2" ], + "x-ms-unique-id": [ "240", "241", "242", "243", "244", "245", "246", "247", "248", "249" ], + "x-ms-client-request-id": [ "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be" ], "CommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork" ], - "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose" ], + "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -922,39 +922,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "291" ], - "x-ms-request-id": [ "eb80808a-abe2-4817-a5e5-f8a3161bf4c3" ], - "x-ms-correlation-request-id": [ "0d7be56e-0eb7-4f06-bdcd-08c02770fa11" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T154030Z:0d7be56e-0eb7-4f06-bdcd-08c02770fa11" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-request-id": [ "1de863df-5377-4d7d-8bcb-1f0ff981d4ec" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "403945f2-e3be-4b91-914e-1a8180efbbfa" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234738Z:403945f2-e3be-4b91-914e-1a8180efbbfa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 15:40:29 GMT" ], - "Set-Cookie": [ "ARRAffinity=ed41ca322a49669b612bcebf273fd24041177ae99ea92e4ec42dded8575d2518;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:47:38 GMT" ] }, "ContentHeaders": { "Content-Length": [ "345" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5aef1392-1e51-4445-b228-564d5e2fec14\",\"name\":\"5aef1392-1e51-4445-b228-564d5e2fec14\",\"status\":\"Running\",\"startTime\":\"2020-04-05T15:35:56.5895568Z\",\"endTime\":\"2020-04-05T15:35:56.5895568Z\",\"percentComplete\":0.5,\"properties\":{}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/e4ac9902-7ede-4a95-bb4d-56f13c688b21\",\"name\":\"e4ac9902-7ede-4a95-bb4d-56f13c688b21\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:43:06.0699151Z\",\"endTime\":\"2020-08-02T23:43:06.0699151Z\",\"percentComplete\":0.5,\"properties\":{}}" } }, - "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+DiagnoseViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15+12": { + "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+DiagnoseViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e4ac9902-7ede-4a95-bb4d-56f13c688b21?api-version=2020-06-14+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e4ac9902-7ede-4a95-bb4d-56f13c688b21?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28" ], - "x-ms-client-request-id": [ "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2" ], + "x-ms-unique-id": [ "240", "241", "242", "243", "244", "245", "246", "247", "248", "249", "250" ], + "x-ms-client-request-id": [ "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be" ], "CommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork" ], - "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose" ], + "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -963,39 +963,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "290" ], - "x-ms-request-id": [ "3678ea37-f98f-40b6-b34b-fdec0e4f111a" ], - "x-ms-correlation-request-id": [ "a6068733-3c47-41ed-ab5a-c2bc09ab311f" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T154100Z:a6068733-3c47-41ed-ab5a-c2bc09ab311f" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "x-ms-request-id": [ "283a40b3-d183-4efc-a372-c9e0b2be956c" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "8d3daf33-2c6b-4090-8b6b-86ecfd630f87" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234808Z:8d3daf33-2c6b-4090-8b6b-86ecfd630f87" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 15:41:00 GMT" ], - "Set-Cookie": [ "ARRAffinity=4bb1416c4d9382a93b901692113c112c880e463b99069071d83beefe042ed576;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:48:08 GMT" ] }, "ContentHeaders": { "Content-Length": [ "360" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5aef1392-1e51-4445-b228-564d5e2fec14\",\"name\":\"5aef1392-1e51-4445-b228-564d5e2fec14\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-05T15:35:56.5895568Z\",\"endTime\":\"2020-04-05T15:40:57.3353554Z\",\"percentComplete\":1.0,\"properties\":{\"Findings\":[]}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/e4ac9902-7ede-4a95-bb4d-56f13c688b21\",\"name\":\"e4ac9902-7ede-4a95-bb4d-56f13c688b21\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-02T23:43:06.0699151Z\",\"endTime\":\"2020-08-02T23:48:06.7370476Z\",\"percentComplete\":1.0,\"properties\":{\"Findings\":[]}}" } }, - "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+DiagnoseViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15\u0026operationResultResponseType=Location+13": { + "Invoke-AzKustoDiagnoseClusterVirtualNetwork+[NoContext]+DiagnoseViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e4ac9902-7ede-4a95-bb4d-56f13c688b21?api-version=2020-06-14\u0026operationResultResponseType=Location+13": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5aef1392-1e51-4445-b228-564d5e2fec14?api-version=2020-02-15\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e4ac9902-7ede-4a95-bb4d-56f13c688b21?api-version=2020-06-14\u0026operationResultResponseType=Location", "Content": null, "Headers": { - "x-ms-unique-id": [ "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29" ], - "x-ms-client-request-id": [ "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2", "c86f0271-521a-42b9-b9d6-f1917fb997b2" ], + "x-ms-unique-id": [ "240", "241", "242", "243", "244", "245", "246", "247", "248", "249", "250", "251" ], + "x-ms-client-request-id": [ "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be", "69cb65b0-b8c8-4619-8404-50bc5efc98be" ], "CommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork", "Invoke-AzKustoDiagnoseClusterVirtualNetwork" ], - "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_Diagnose" ], + "FullCommandName": [ "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity", "Invoke-AzKustoDiagnoseClusterVirtualNetwork_DiagnoseViaIdentity" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1004,18 +1004,18 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], - "x-ms-request-id": [ "1c07e6d7-1f19-4db7-ab82-9035d6b4aa50" ], - "x-ms-correlation-request-id": [ "77302b87-567d-4998-a2dc-536efac9fcb3" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T154101Z:77302b87-567d-4998-a2dc-536efac9fcb3" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "x-ms-request-id": [ "40ea13a9-6153-4cdf-85e0-b8a2ad25e6ae" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "01735696-c63a-4892-a7cb-9722f558d878" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234809Z:01735696-c63a-4892-a7cb-9722f558d878" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 15:41:01 GMT" ], - "Set-Cookie": [ "ARRAffinity=de41295b4360a9ab17ddc0530c031200492ec580fe649e0e2606c200e0b6cb04;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:48:08 GMT" ] }, "ContentHeaders": { "Content-Length": [ "15" ], diff --git a/src/Kusto/test/Invoke-AzKustoDiagnoseClusterVirtualNetwork.Tests.ps1 b/src/Kusto/test/Invoke-AzKustoDiagnoseClusterVirtualNetwork.Tests.ps1 index a23931ce0d7f..5f1b9d9331eb 100644 --- a/src/Kusto/test/Invoke-AzKustoDiagnoseClusterVirtualNetwork.Tests.ps1 +++ b/src/Kusto/test/Invoke-AzKustoDiagnoseClusterVirtualNetwork.Tests.ps1 @@ -7,7 +7,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Invoke-AzKustoDiagnoseClusterVirtualNetwork.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } diff --git a/src/Kusto/test/New-AzKustoAttachedDatabaseConfiguration.Recording.json b/src/Kusto/test/New-AzKustoAttachedDatabaseConfiguration.Recording.json index 24152206c779..afde832a1ce0 100644 --- a/src/Kusto/test/New-AzKustoAttachedDatabaseConfiguration.Recording.json +++ b/src/Kusto/test/New-AzKustoAttachedDatabaseConfiguration.Recording.json @@ -1,60 +1,173 @@ { - "New-AzKustoAttachedDatabaseConfiguration+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf/AttachedDatabaseConfigurations/sdkpowershellfconfig?api-version=2020-02-15+1": { + "New-AzKustoAttachedDatabaseConfiguration+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho?api-version=2020-06-14+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf/AttachedDatabaseConfigurations/sdkpowershellfconfig?api-version=2020-02-15", - "Content": "{\r\n \"properties\": {\r\n \"clusterResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu\",\r\n \"databaseName\": \"sdkpowershelldb\",\r\n \"defaultPrincipalsModificationKind\": \"Union\"\r\n },\r\n \"location\": \"East US\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho?api-version=2020-06-14", + "Content": "{\r\n \"kind\": \"ReadWrite\",\r\n \"location\": \"East US\"\r\n}", "Headers": { - "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "4bc7987b-78d1-47a6-94e5-6805e97d2cdc" ], - "CommandName": [ "New-AzKustoAttachedDatabaseConfiguration" ], - "FullCommandName": [ "New-AzKustoAttachedDatabaseConfiguration_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "306" ] + "Content-Length": [ "53" ] } }, "Response": { "StatusCode": 201, "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], + "x-ms-request-id": [ "d9ad361c-56bd-4a01-bb32-4ba12648ca8d" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8120d52f-249c-402c-aed8-495bfe110a62?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "197" ], + "x-ms-correlation-request-id": [ "b7fe3eaf-a68d-4a40-a1c0-526c8b77801e" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234810Z:b7fe3eaf-a68d-4a40-a1c0-526c8b77801e" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:48:09 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "363" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho\",\"name\":\"testclusterlbfexs/testdatabasesu8yho\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"properties\":{\"provisioningState\":\"Creating\"}}" + } + }, + "New-AzKustoAttachedDatabaseConfiguration+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8120d52f-249c-402c-aed8-495bfe110a62?api-version=2020-06-14+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8120d52f-249c-402c-aed8-495bfe110a62?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "252", "253" ], + "x-ms-client-request-id": [ "d3c3dcdf-02bf-456e-9835-3b5354a8c5a1", "d3c3dcdf-02bf-456e-9835-3b5354a8c5a1" ], + "CommandName": [ "Az.Kusto.internal\\New-AzKustoDatabase", "Az.Kusto.internal\\New-AzKustoDatabase" ], + "FullCommandName": [ "New-AzKustoDatabase_Create", "New-AzKustoDatabase_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "1752fe9f-547a-4365-a33a-5150fc551c93" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/eb0d72ab-ccec-4c3c-bbca-37126438f228?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "199" ], - "x-ms-correlation-request-id": [ "fb0e1b8c-28f8-4284-9611-364b0c7af67a" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T162918Z:fb0e1b8c-28f8-4284-9611-364b0c7af67a" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "x-ms-request-id": [ "950e4132-1d38-4347-8b7e-7644a978d174" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "ea239b26-b30c-443d-a520-42fd361eb70e" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234840Z:ea239b26-b30c-443d-a520-42fd361eb70e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:48:40 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "496" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8120d52f-249c-402c-aed8-495bfe110a62\",\"name\":\"8120d52f-249c-402c-aed8-495bfe110a62\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-02T23:48:09.9172177Z\",\"endTime\":\"2020-08-02T23:48:11.5784391Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DatabaseCreate\",\"RootActivityId\":\"0a42f0a0-1ffc-4032-8274-a871841bb1bd\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "New-AzKustoAttachedDatabaseConfiguration+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho?api-version=2020-06-14+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "252", "253", "254" ], + "x-ms-client-request-id": [ "d3c3dcdf-02bf-456e-9835-3b5354a8c5a1", "d3c3dcdf-02bf-456e-9835-3b5354a8c5a1", "d3c3dcdf-02bf-456e-9835-3b5354a8c5a1" ], + "CommandName": [ "Az.Kusto.internal\\New-AzKustoDatabase", "Az.Kusto.internal\\New-AzKustoDatabase", "Az.Kusto.internal\\New-AzKustoDatabase" ], + "FullCommandName": [ "New-AzKustoDatabase_Create", "New-AzKustoDatabase_Create", "New-AzKustoDatabase_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 16:29:17 GMT" ], + "Pragma": [ "no-cache" ], "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], + "x-ms-request-id": [ "3ff5c021-f358-428e-896e-b88b80f8c54a" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "944e616d-2d3b-4e96-bcba-13ff1dc37dab" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234840Z:944e616d-2d3b-4e96-bcba-13ff1dc37dab" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:48:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "618" ], + "Content-Length": [ "471" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf/AttachedDatabaseConfigurations/sdkpowershellfconfig\",\"name\":\"sdkpsclustereuf/sdkpowershellfconfig\",\"type\":\"Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"properties\":{\"clusterResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu\",\"databaseName\":\"sdkpowershelldb\",\"defaultPrincipalsModificationKind\":\"Union\",\"provisioningState\":\"Creating\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho\",\"name\":\"testclusterlbfexs/testdatabasesu8yho\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":false,\"softDeletePeriodInDays\":0,\"hotCachePeriodInDays\":0,\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" } }, - "New-AzKustoAttachedDatabaseConfiguration+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/eb0d72ab-ccec-4c3c-bbca-37126438f228?api-version=2020-02-15+2": { + "New-AzKustoAttachedDatabaseConfiguration+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfsu8yho?api-version=2020-06-14+4": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfsu8yho?api-version=2020-06-14", + "Content": "{\r\n \"properties\": {\r\n \"clusterResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\r\n \"databaseName\": \"testdatabasesu8yho\",\r\n \"defaultPrincipalsModificationKind\": \"Union\"\r\n },\r\n \"location\": \"East US\"\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "312" ] + } + }, + "Response": { + "StatusCode": 201, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], + "x-ms-request-id": [ "c93ff8af-92f3-4f9c-b900-f32b3d8a139a" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/3df31102-0d78-4790-ac9d-230ca249af78?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "197" ], + "x-ms-correlation-request-id": [ "51131a01-5c74-49e3-b961-74da00f7aff3" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234841Z:51131a01-5c74-49e3-b961-74da00f7aff3" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:48:41 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "622" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfsu8yho\",\"name\":\"testfclusterbgiwc7/testdbconfsu8yho\",\"type\":\"Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"properties\":{\"clusterResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\"databaseName\":\"testdatabasesu8yho\",\"defaultPrincipalsModificationKind\":\"Union\",\"provisioningState\":\"Creating\"}}" + } + }, + "New-AzKustoAttachedDatabaseConfiguration+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/3df31102-0d78-4790-ac9d-230ca249af78?api-version=2020-06-14+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/eb0d72ab-ccec-4c3c-bbca-37126438f228?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/3df31102-0d78-4790-ac9d-230ca249af78?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "4", "5" ], - "x-ms-client-request-id": [ "4bc7987b-78d1-47a6-94e5-6805e97d2cdc", "4bc7987b-78d1-47a6-94e5-6805e97d2cdc" ], + "x-ms-unique-id": [ "255", "256" ], + "x-ms-client-request-id": [ "ae284cac-894a-4146-88c8-312a6a96fa8b", "ae284cac-894a-4146-88c8-312a6a96fa8b" ], "CommandName": [ "New-AzKustoAttachedDatabaseConfiguration", "New-AzKustoAttachedDatabaseConfiguration" ], "FullCommandName": [ "New-AzKustoAttachedDatabaseConfiguration_CreateExpanded", "New-AzKustoAttachedDatabaseConfiguration_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -63,39 +176,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "71b93d1f-00df-43bf-bcd0-5d182f14eb8a" ], - "x-ms-request-id": [ "d9873851-7adf-4ea1-afd3-e24d9aa85a00" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "297" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T162948Z:71b93d1f-00df-43bf-bcd0-5d182f14eb8a" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "279" ], + "x-ms-request-id": [ "6b6e3c3b-db60-4295-ba66-13b9e3857983" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "b2240c45-f10f-4d38-aa32-8f940030082d" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234911Z:b2240c45-f10f-4d38-aa32-8f940030082d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 16:29:47 GMT" ], - "Set-Cookie": [ "ARRAffinity=de41295b4360a9ab17ddc0530c031200492ec580fe649e0e2606c200e0b6cb04;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:49:11 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "475" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/eb0d72ab-ccec-4c3c-bbca-37126438f228\",\"name\":\"eb0d72ab-ccec-4c3c-bbca-37126438f228\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-05T16:29:18.4895891Z\",\"endTime\":\"2020-04-05T16:29:20.5208726Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"FollowerDatabaseCreate\",\"RootActivityId\":\"460c996a-e46a-4d7b-b19f-00ca78926820\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/3df31102-0d78-4790-ac9d-230ca249af78\",\"name\":\"3df31102-0d78-4790-ac9d-230ca249af78\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-02T23:48:41.2646308Z\",\"endTime\":\"2020-08-02T23:48:43.9523579Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"FollowerDatabaseCreate\",\"RootActivityId\":\"eecf26fa-7061-4a6f-900a-c3acfcd7dbbc\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" } }, - "New-AzKustoAttachedDatabaseConfiguration+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf/AttachedDatabaseConfigurations/sdkpowershellfconfig?api-version=2020-02-15+3": { + "New-AzKustoAttachedDatabaseConfiguration+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfsu8yho?api-version=2020-06-14+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf/AttachedDatabaseConfigurations/sdkpowershellfconfig?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfsu8yho?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "4", "5", "6" ], - "x-ms-client-request-id": [ "4bc7987b-78d1-47a6-94e5-6805e97d2cdc", "4bc7987b-78d1-47a6-94e5-6805e97d2cdc", "4bc7987b-78d1-47a6-94e5-6805e97d2cdc" ], + "x-ms-unique-id": [ "255", "256", "257" ], + "x-ms-client-request-id": [ "ae284cac-894a-4146-88c8-312a6a96fa8b", "ae284cac-894a-4146-88c8-312a6a96fa8b", "ae284cac-894a-4146-88c8-312a6a96fa8b" ], "CommandName": [ "New-AzKustoAttachedDatabaseConfiguration", "New-AzKustoAttachedDatabaseConfiguration", "New-AzKustoAttachedDatabaseConfiguration" ], "FullCommandName": [ "New-AzKustoAttachedDatabaseConfiguration_CreateExpanded", "New-AzKustoAttachedDatabaseConfiguration_CreateExpanded", "New-AzKustoAttachedDatabaseConfiguration_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -104,26 +217,263 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "240c0d32-44e1-4890-befa-82bd2f2f8e89" ], - "x-ms-correlation-request-id": [ "e5eab628-4569-4673-bfb7-738b37740a10" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T162949Z:e5eab628-4569-4673-bfb7-738b37740a10" ], + "x-ms-request-id": [ "f4ce023b-3155-4314-9c49-e7a7a58874ea" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "70696c68-db22-4825-94e1-84193a5aaa55" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234912Z:70696c68-db22-4825-94e1-84193a5aaa55" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:49:11 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "680" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfsu8yho\",\"name\":\"testfclusterbgiwc7/testdbconfsu8yho\",\"type\":\"Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"tags\":{},\"properties\":{\"clusterResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\"databaseName\":\"testdatabasesu8yho\",\"attachedDatabaseNames\":[\"testdatabasesu8yho\"],\"defaultPrincipalsModificationKind\":\"Union\",\"provisioningState\":\"Succeeded\"}}" + } + }, + "New-AzKustoAttachedDatabaseConfiguration+[NoContext]+CreateExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/detachFollowerDatabases?api-version=2020-06-14+7": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/detachFollowerDatabases?api-version=2020-06-14", + "Content": "{\r\n \"attachedDatabaseConfigurationName\": \"testdbconfsu8yho\",\r\n \"clusterResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7\"\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "227" ] + } + }, + "Response": { + "StatusCode": 202, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 16:29:48 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=215f89ce1e3b7fe16702b151d790214d3e419a6068dd5b2f7cbbd791a4ac2087;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/7f29e1f1-3ee5-4f4c-b5a6-0da83bbac458?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "x-ms-request-id": [ "770b854d-0d8a-4818-b51f-0389d9376ff5" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/7f29e1f1-3ee5-4f4c-b5a6-0da83bbac458?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1189" ], + "x-ms-correlation-request-id": [ "6f23e6a1-3d15-42a4-a5f3-9def4224aaf5" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234912Z:6f23e6a1-3d15-42a4-a5f3-9def4224aaf5" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:49:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "673" ], + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "New-AzKustoAttachedDatabaseConfiguration+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/7f29e1f1-3ee5-4f4c-b5a6-0da83bbac458?api-version=2020-06-14+8": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/7f29e1f1-3ee5-4f4c-b5a6-0da83bbac458?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "258", "259" ], + "x-ms-client-request-id": [ "328a06d2-65ad-4f4b-98ba-239372f0e221", "328a06d2-65ad-4f4b-98ba-239372f0e221" ], + "CommandName": [ "Invoke-AzKustoDetachClusterFollowerDatabase", "Invoke-AzKustoDetachClusterFollowerDatabase" ], + "FullCommandName": [ "Invoke-AzKustoDetachClusterFollowerDatabase_DetachExpanded", "Invoke-AzKustoDetachClusterFollowerDatabase_DetachExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "278" ], + "x-ms-request-id": [ "dfa9588a-6b4b-4807-9bf2-151cf49ea796" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "f49759c8-05b0-4d97-bfcc-0a82893be2e6" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234942Z:f49759c8-05b0-4d97-bfcc-0a82893be2e6" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:49:42 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "504" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/7f29e1f1-3ee5-4f4c-b5a6-0da83bbac458\",\"name\":\"7f29e1f1-3ee5-4f4c-b5a6-0da83bbac458\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-02T23:49:12.3766602Z\",\"endTime\":\"2020-08-02T23:49:15.4392976Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"FollowerDatabaseDetach\",\"RootActivityId\":\"6799eb1e-d882-4c1f-a2d6-b4b4d6c2db6f\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "New-AzKustoAttachedDatabaseConfiguration+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/7f29e1f1-3ee5-4f4c-b5a6-0da83bbac458?api-version=2020-06-14\u0026operationResultResponseType=Location+9": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/7f29e1f1-3ee5-4f4c-b5a6-0da83bbac458?api-version=2020-06-14\u0026operationResultResponseType=Location", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "258", "259", "260" ], + "x-ms-client-request-id": [ "328a06d2-65ad-4f4b-98ba-239372f0e221", "328a06d2-65ad-4f4b-98ba-239372f0e221", "328a06d2-65ad-4f4b-98ba-239372f0e221" ], + "CommandName": [ "Invoke-AzKustoDetachClusterFollowerDatabase", "Invoke-AzKustoDetachClusterFollowerDatabase", "Invoke-AzKustoDetachClusterFollowerDatabase" ], + "FullCommandName": [ "Invoke-AzKustoDetachClusterFollowerDatabase_DetachExpanded", "Invoke-AzKustoDetachClusterFollowerDatabase_DetachExpanded", "Invoke-AzKustoDetachClusterFollowerDatabase_DetachExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "d993a02e-a7c8-44f0-9aa3-b5dc9a90fcda" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "277" ], + "x-ms-correlation-request-id": [ "f62e1b8b-9791-4788-b35c-bb4ff60c6821" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234942Z:f62e1b8b-9791-4788-b35c-bb4ff60c6821" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:49:42 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "New-AzKustoAttachedDatabaseConfiguration+[NoContext]+CreateExpanded+$DELETE+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho?api-version=2020-06-14+10": { + "Request": { + "Method": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "261" ], + "x-ms-client-request-id": [ "6dc9db64-3cd7-4176-9831-73e437335716" ], + "CommandName": [ "Remove-AzKustoDatabase" ], + "FullCommandName": [ "Remove-AzKustoDatabase_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/285890a4-5f39-4c15-af4f-bc26496fd3bd?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/285890a4-5f39-4c15-af4f-bc26496fd3bd?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14997" ], + "x-ms-request-id": [ "3362777d-fd86-469a-b95b-451a06dc340f" ], + "x-ms-correlation-request-id": [ "3362777d-fd86-469a-b95b-451a06dc340f" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T234943Z:3362777d-fd86-469a-b95b-451a06dc340f" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:49:42 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "New-AzKustoAttachedDatabaseConfiguration+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/285890a4-5f39-4c15-af4f-bc26496fd3bd?api-version=2020-06-14+11": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/285890a4-5f39-4c15-af4f-bc26496fd3bd?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "261", "262" ], + "x-ms-client-request-id": [ "6dc9db64-3cd7-4176-9831-73e437335716", "6dc9db64-3cd7-4176-9831-73e437335716" ], + "CommandName": [ "Remove-AzKustoDatabase", "Remove-AzKustoDatabase" ], + "FullCommandName": [ "Remove-AzKustoDatabase_Delete", "Remove-AzKustoDatabase_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "x-ms-request-id": [ "3b15b14d-c289-4af8-a518-f37aacfd09b9" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "ff40cc3b-5425-47b6-85ce-7d1ebb8163f3" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T235013Z:ff40cc3b-5425-47b6-85ce-7d1ebb8163f3" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:50:13 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "495" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf/AttachedDatabaseConfigurations/sdkpowershellfconfig\",\"name\":\"sdkpsclustereuf/sdkpowershellfconfig\",\"type\":\"Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"tags\":{},\"properties\":{\"clusterResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu\",\"databaseName\":\"sdkpowershelldb\",\"attachedDatabaseNames\":[\"sdkpowershelldb\"],\"defaultPrincipalsModificationKind\":\"Union\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/285890a4-5f39-4c15-af4f-bc26496fd3bd\",\"name\":\"285890a4-5f39-4c15-af4f-bc26496fd3bd\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-02T23:49:43.267229Z\",\"endTime\":\"2020-08-02T23:49:46.1268927Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DatabaseDelete\",\"RootActivityId\":\"3f7c9596-979b-4fcc-9755-6bf039066f54\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "New-AzKustoAttachedDatabaseConfiguration+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/285890a4-5f39-4c15-af4f-bc26496fd3bd?api-version=2020-06-14\u0026operationResultResponseType=Location+12": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/285890a4-5f39-4c15-af4f-bc26496fd3bd?api-version=2020-06-14\u0026operationResultResponseType=Location", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "261", "262", "263" ], + "x-ms-client-request-id": [ "6dc9db64-3cd7-4176-9831-73e437335716", "6dc9db64-3cd7-4176-9831-73e437335716", "6dc9db64-3cd7-4176-9831-73e437335716" ], + "CommandName": [ "Remove-AzKustoDatabase", "Remove-AzKustoDatabase", "Remove-AzKustoDatabase" ], + "FullCommandName": [ "Remove-AzKustoDatabase_Delete", "Remove-AzKustoDatabase_Delete", "Remove-AzKustoDatabase_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "00487348-a5de-48e4-b10a-138a67543dad" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-correlation-request-id": [ "17af88c0-a132-44f9-98e0-15dd84894107" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T235013Z:17af88c0-a132-44f9-98e0-15dd84894107" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Sun, 02 Aug 2020 23:50:13 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null } } } \ No newline at end of file diff --git a/src/Kusto/test/New-AzKustoAttachedDatabaseConfiguration.Tests.ps1 b/src/Kusto/test/New-AzKustoAttachedDatabaseConfiguration.Tests.ps1 index fd6346c8d799..01f40b82c92b 100644 --- a/src/Kusto/test/New-AzKustoAttachedDatabaseConfiguration.Tests.ps1 +++ b/src/Kusto/test/New-AzKustoAttachedDatabaseConfiguration.Tests.ps1 @@ -7,7 +7,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzKustoAttachedDatabaseConfiguration.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -19,14 +19,18 @@ Describe 'New-AzKustoAttachedDatabaseConfiguration' { $location = $env.location $resourceGroupName = $env.resourceGroupName $clusterName = $env.clusterName - $databaseName = $env.databaseName - $attachedDatabaseConfigurationName = $env.attachedDatabaseConfigurationName + $databaseName = "testdatabase" + $env.rstr4 + $attachedDatabaseConfigurationName = "testdbconf" + $env.rstr4 $followerClusterName = $env.followerClusterName $defaultPrincipalsModificationKind = $env.defaultPrincipalsModificationKind - $clusterResourceId= "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.Kusto/Clusters/$clusterName" + $clusterResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.Kusto/Clusters/$clusterName" + $followerClusterResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.Kusto/Clusters/$followerClusterName" $attachedDatabaseConfigurationFullName = $followerClusterName + "/" + $attachedDatabaseConfigurationName + New-AzKustoDatabase -ResourceGroupName $resourceGroupName -ClusterName $clusterName -Name $databaseName -Kind ReadWrite -Location $location $attachedDatabaseConfigurationCreated = New-AzKustoAttachedDatabaseConfiguration -ResourceGroupName $resourceGroupName -ClusterName $followerClusterName -Name $attachedDatabaseConfigurationName -Location $location -ClusterResourceId $clusterResourceId -DatabaseName $databaseName -DefaultPrincipalsModificationKind $defaultPrincipalsModificationKind Validate_AttachedDatabaseConfiguration $attachedDatabaseConfigurationCreated $attachedDatabaseConfigurationFullName $location $clusterResourceId $databaseName $defaultPrincipalsModificationKind + { Invoke-AzKustoDetachClusterFollowerDatabase -ResourceGroupName $resourceGroupName -ClusterName $clusterName -AttachedDatabaseConfigurationName $attachedDatabaseConfigurationName -ClusterResourceId $followerClusterResourceId } | Should -Not -Throw + Remove-AzKustoDatabase -ResourceGroupName $resourceGroupName -ClusterName $clusterName -Name $databaseName } } diff --git a/src/Kusto/test/New-AzKustoCluster.Recording.json b/src/Kusto/test/New-AzKustoCluster.Recording.json index 06d2b236f166..0b07251e1f17 100644 --- a/src/Kusto/test/New-AzKustoCluster.Recording.json +++ b/src/Kusto/test/New-AzKustoCluster.Recording.json @@ -1,17 +1,10 @@ { - "New-AzKustoCluster+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15+1": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclustersu8yho?api-version=2020-06-14+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclustersu8yho?api-version=2020-06-14", "Content": "{\r\n \"location\": \"East US\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n }\r\n}", "Headers": { - "x-ms-unique-id": [ "75" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906" ], - "CommandName": [ "New-AzKustoCluster" ], - "FullCommandName": [ "New-AzKustoCluster_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -21,40 +14,40 @@ "Response": { "StatusCode": 201, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "13ba89da-9fe1-4bc7-b966-97b27f787063" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15" ], + "ETag": [ "\"\"" ], + "x-ms-request-id": [ "a81c874f-4e86-430a-99d5-b6e15c7f08c7" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "199" ], - "x-ms-correlation-request-id": [ "ecf46dd2-8ed4-459c-a565-6d0275e24136" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T164753Z:ecf46dd2-8ed4-459c-a565-6d0275e24136" ], + "x-ms-correlation-request-id": [ "500e936f-be67-4a1b-b1ca-afef25ead2b3" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T235018Z:500e936f-be67-4a1b-b1ca-afef25ead2b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 16:47:53 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:50:18 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "350" ], + "Content-Length": [ "356" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu\",\"name\":\"sdkpsclustereu\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\"},\"properties\":{\"state\":\"Creating\",\"provisioningState\":\"Creating\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclustersu8yho\",\"name\":\"testclustersu8yho\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\"},\"properties\":{\"state\":\"Creating\",\"provisioningState\":\"Creating\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+2": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], + "x-ms-unique-id": [ "264", "265" ], + "x-ms-client-request-id": [ "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3" ], "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster" ], "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -63,39 +56,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "f3877456-23bf-4e33-a194-978e730bae20" ], - "x-ms-correlation-request-id": [ "5fed2eb4-70c5-4324-b6cf-e9dd4be6f9df" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T164823Z:5fed2eb4-70c5-4324-b6cf-e9dd4be6f9df" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-request-id": [ "a8642258-1379-4b1b-993b-336f262b6990" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "80da006a-0db1-4d54-9734-696f7172011a" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T235048Z:80da006a-0db1-4d54-9734-696f7172011a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 16:48:23 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:50:48 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "500" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/20955988-a981-43e8-a72a-8cca62ba2016\",\"name\":\"20955988-a981-43e8-a72a-8cca62ba2016\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:50:17.7048615Z\",\"endTime\":\"2020-08-02T23:50:17.7048615Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"b2af0535-6967-46b8-9066-cc9425e75cbf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+3": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], + "x-ms-unique-id": [ "264", "265", "266" ], + "x-ms-client-request-id": [ "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3" ], "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -104,39 +97,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], - "x-ms-request-id": [ "227e07a7-334e-4069-b010-cafb0c1f8863" ], - "x-ms-correlation-request-id": [ "ba63448d-d00b-45a1-a501-c0345a21b07f" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T164853Z:ba63448d-d00b-45a1-a501-c0345a21b07f" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "x-ms-request-id": [ "98097770-d977-455d-bea2-c6a2bed7ed5f" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "c08256d6-f793-4721-8076-775f669d6d4e" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T235119Z:c08256d6-f793-4721-8076-775f669d6d4e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 16:48:53 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:51:18 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "500" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/20955988-a981-43e8-a72a-8cca62ba2016\",\"name\":\"20955988-a981-43e8-a72a-8cca62ba2016\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:50:17.7048615Z\",\"endTime\":\"2020-08-02T23:50:17.7048615Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"b2af0535-6967-46b8-9066-cc9425e75cbf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+4": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], + "x-ms-unique-id": [ "264", "265", "266", "267" ], + "x-ms-client-request-id": [ "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3" ], "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -145,39 +138,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "83a783b1-f1dc-492a-b45e-b0b35856665d" ], - "x-ms-request-id": [ "9c3332e4-3f3b-4793-92bd-d8f094858391" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "297" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T164924Z:83a783b1-f1dc-492a-b45e-b0b35856665d" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-request-id": [ "de5eeaa6-7c3f-4623-8a41-b946279e1f43" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "14fa8b2b-bfe9-47fb-9b56-dbffcde03b20" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T235149Z:14fa8b2b-bfe9-47fb-9b56-dbffcde03b20" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 16:49:23 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:51:48 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "500" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/20955988-a981-43e8-a72a-8cca62ba2016\",\"name\":\"20955988-a981-43e8-a72a-8cca62ba2016\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:50:17.7048615Z\",\"endTime\":\"2020-08-02T23:50:17.7048615Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"b2af0535-6967-46b8-9066-cc9425e75cbf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+5": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], + "x-ms-unique-id": [ "264", "265", "266", "267", "268" ], + "x-ms-client-request-id": [ "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3" ], "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -186,39 +179,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "296" ], - "x-ms-request-id": [ "ad10647b-96bc-40ee-8fef-7d6aeb9931c4" ], - "x-ms-correlation-request-id": [ "549a7919-7769-4e46-b8fb-93502a9c0e8b" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T164954Z:549a7919-7769-4e46-b8fb-93502a9c0e8b" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "x-ms-request-id": [ "3721397b-d412-4cf5-bc07-5f2cf5bea600" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "6c659552-ea91-4b07-94ad-f29bfad06483" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T235219Z:6c659552-ea91-4b07-94ad-f29bfad06483" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 16:49:54 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:52:19 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "500" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/20955988-a981-43e8-a72a-8cca62ba2016\",\"name\":\"20955988-a981-43e8-a72a-8cca62ba2016\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:50:17.7048615Z\",\"endTime\":\"2020-08-02T23:50:17.7048615Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"b2af0535-6967-46b8-9066-cc9425e75cbf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+6": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], + "x-ms-unique-id": [ "264", "265", "266", "267", "268", "269" ], + "x-ms-client-request-id": [ "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3" ], "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -227,39 +220,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "295" ], - "x-ms-request-id": [ "e848f875-9a49-476e-a10f-145949d93baf" ], - "x-ms-correlation-request-id": [ "ba9ec57d-4180-4b8d-aab9-76f92f92b23d" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T165025Z:ba9ec57d-4180-4b8d-aab9-76f92f92b23d" ], + "x-ms-correlation-request-id": [ "9bedad82-375c-4b17-9cb3-7934a01cf7d0" ], + "x-ms-request-id": [ "fa1ee68b-2941-43fd-8585-7a3b80854bb7" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T235249Z:9bedad82-375c-4b17-9cb3-7934a01cf7d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 16:50:24 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:52:48 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "500" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/20955988-a981-43e8-a72a-8cca62ba2016\",\"name\":\"20955988-a981-43e8-a72a-8cca62ba2016\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:50:17.7048615Z\",\"endTime\":\"2020-08-02T23:50:17.7048615Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"b2af0535-6967-46b8-9066-cc9425e75cbf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+7": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80", "81" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], + "x-ms-unique-id": [ "264", "265", "266", "267", "268", "269", "270" ], + "x-ms-client-request-id": [ "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3" ], "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -268,39 +261,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "294" ], - "x-ms-request-id": [ "555b75fc-462c-45c0-88dd-e511c107af26" ], - "x-ms-correlation-request-id": [ "f8a588b5-8392-46c4-b893-d71fd0c528bb" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T165055Z:f8a588b5-8392-46c4-b893-d71fd0c528bb" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "x-ms-request-id": [ "5468a8a4-8dba-4b04-8b41-c4979214729c" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "4369c58d-03e1-43b6-bb6a-f7549a419743" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T235320Z:4369c58d-03e1-43b6-bb6a-f7549a419743" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 16:50:54 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:53:20 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "500" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/20955988-a981-43e8-a72a-8cca62ba2016\",\"name\":\"20955988-a981-43e8-a72a-8cca62ba2016\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:50:17.7048615Z\",\"endTime\":\"2020-08-02T23:52:58.0366533Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"b2af0535-6967-46b8-9066-cc9425e75cbf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+8": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80", "81", "82" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], + "x-ms-unique-id": [ "264", "265", "266", "267", "268", "269", "270", "271" ], + "x-ms-client-request-id": [ "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3" ], "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -309,39 +302,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "b0cf5e90-d5ad-4202-934f-fcbb8fc9e4c0" ], - "x-ms-request-id": [ "09947fe2-b14b-4e60-85c6-fa5c78158cf1" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "293" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T165125Z:b0cf5e90-d5ad-4202-934f-fcbb8fc9e4c0" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "279" ], + "x-ms-request-id": [ "a874528b-9ec3-4acd-ac32-c880e4a2f21d" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "cf421a11-8cf3-4beb-abe5-204ec44bd6e5" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T235350Z:cf421a11-8cf3-4beb-abe5-204ec44bd6e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 16:51:24 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:53:49 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "500" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/20955988-a981-43e8-a72a-8cca62ba2016\",\"name\":\"20955988-a981-43e8-a72a-8cca62ba2016\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:50:17.7048615Z\",\"endTime\":\"2020-08-02T23:52:58.0366533Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"b2af0535-6967-46b8-9066-cc9425e75cbf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+9": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80", "81", "82", "83" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], + "x-ms-unique-id": [ "264", "265", "266", "267", "268", "269", "270", "271", "272" ], + "x-ms-client-request-id": [ "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3" ], "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -350,39 +343,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "292" ], - "x-ms-request-id": [ "a53d88c8-45af-44a6-91ab-467a63fe9704" ], - "x-ms-correlation-request-id": [ "db84806d-c593-40d0-b9b5-f9dcbca6de8f" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T165156Z:db84806d-c593-40d0-b9b5-f9dcbca6de8f" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "278" ], + "x-ms-request-id": [ "1686d447-c5c2-4f98-bd93-9b8c667b8f98" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "501cafa3-c76b-4631-aa3f-7d6bcb2635bf" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T235420Z:501cafa3-c76b-4631-aa3f-7d6bcb2635bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 16:51:56 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:54:20 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "500" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/20955988-a981-43e8-a72a-8cca62ba2016\",\"name\":\"20955988-a981-43e8-a72a-8cca62ba2016\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:50:17.7048615Z\",\"endTime\":\"2020-08-02T23:52:58.0366533Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"b2af0535-6967-46b8-9066-cc9425e75cbf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+10": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80", "81", "82", "83", "84" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], + "x-ms-unique-id": [ "264", "265", "266", "267", "268", "269", "270", "271", "272", "273" ], + "x-ms-client-request-id": [ "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3" ], "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -391,39 +384,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "291" ], - "x-ms-request-id": [ "ada44831-a38c-4c6c-abf0-47891d3bcd41" ], - "x-ms-correlation-request-id": [ "e390ce95-6259-463c-928d-58771bddba84" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T165226Z:e390ce95-6259-463c-928d-58771bddba84" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "277" ], + "x-ms-request-id": [ "29877e5d-5b6b-4f4b-8ed7-806b4ed1116c" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "11f91c23-38d1-411a-a208-683f065ab45a" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T235451Z:11f91c23-38d1-411a-a208-683f065ab45a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 16:52:26 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:54:50 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "500" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/20955988-a981-43e8-a72a-8cca62ba2016\",\"name\":\"20955988-a981-43e8-a72a-8cca62ba2016\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:50:17.7048615Z\",\"endTime\":\"2020-08-02T23:52:58.0366533Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"b2af0535-6967-46b8-9066-cc9425e75cbf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+11": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14+11": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], + "x-ms-unique-id": [ "264", "265", "266", "267", "268", "269", "270", "271", "272", "273", "274" ], + "x-ms-client-request-id": [ "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3" ], "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -432,39 +425,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "290" ], - "x-ms-request-id": [ "555d1ab4-549a-4aca-b660-12574ec09db1" ], - "x-ms-correlation-request-id": [ "be8ac412-8a1a-4636-8731-678095e88bd8" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T165257Z:be8ac412-8a1a-4636-8731-678095e88bd8" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], + "x-ms-request-id": [ "57f0b092-9212-410d-8643-a6913880c6ce" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "f016e20e-d173-4459-9903-5326aa5601f1" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T235521Z:f016e20e-d173-4459-9903-5326aa5601f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 16:52:56 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:55:20 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "500" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/20955988-a981-43e8-a72a-8cca62ba2016\",\"name\":\"20955988-a981-43e8-a72a-8cca62ba2016\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:50:17.7048615Z\",\"endTime\":\"2020-08-02T23:52:58.0366533Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"b2af0535-6967-46b8-9066-cc9425e75cbf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+12": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], + "x-ms-unique-id": [ "264", "265", "266", "267", "268", "269", "270", "271", "272", "273", "274", "275" ], + "x-ms-client-request-id": [ "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3" ], "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -473,39 +466,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "b452e007-76dd-4a7d-aa89-af90c95f0eb8" ], - "x-ms-request-id": [ "fb2e14c7-c4aa-4100-9644-a2df155112e4" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T165327Z:b452e007-76dd-4a7d-aa89-af90c95f0eb8" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "x-ms-request-id": [ "11ed5215-10e4-467c-a150-4e59c41a9a15" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "ff775213-8359-4bc8-bcbe-36ddaf816d02" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T235551Z:ff775213-8359-4bc8-bcbe-36ddaf816d02" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 16:53:26 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:55:51 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "500" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/20955988-a981-43e8-a72a-8cca62ba2016\",\"name\":\"20955988-a981-43e8-a72a-8cca62ba2016\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:50:17.7048615Z\",\"endTime\":\"2020-08-02T23:52:58.0366533Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"b2af0535-6967-46b8-9066-cc9425e75cbf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+13": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14+13": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], + "x-ms-unique-id": [ "264", "265", "266", "267", "268", "269", "270", "271", "272", "273", "274", "275", "276" ], + "x-ms-client-request-id": [ "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3" ], "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -514,39 +507,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], - "x-ms-request-id": [ "f0ae7c00-4543-4d33-b44d-cbbe69dcfded" ], - "x-ms-correlation-request-id": [ "50c6be51-bc38-4287-9ae8-b67c9fc0d221" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T165358Z:50c6be51-bc38-4287-9ae8-b67c9fc0d221" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-request-id": [ "efbff629-9c30-454f-bd06-85a7cf3aaf73" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "199a20bd-0293-4481-88fb-ba73aaf3b048" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T235621Z:199a20bd-0293-4481-88fb-ba73aaf3b048" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 16:53:57 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:56:20 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "500" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/20955988-a981-43e8-a72a-8cca62ba2016\",\"name\":\"20955988-a981-43e8-a72a-8cca62ba2016\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:50:17.7048615Z\",\"endTime\":\"2020-08-02T23:52:58.0366533Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"b2af0535-6967-46b8-9066-cc9425e75cbf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+14": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], + "x-ms-unique-id": [ "264", "265", "266", "267", "268", "269", "270", "271", "272", "273", "274", "275", "276", "277" ], + "x-ms-client-request-id": [ "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3" ], "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -555,39 +548,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], - "x-ms-request-id": [ "d01b7c6e-377a-4189-9a5d-8efa1ff9da45" ], - "x-ms-correlation-request-id": [ "6d58d5cb-8580-4267-b38e-7d64110296b2" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T165428Z:6d58d5cb-8580-4267-b38e-7d64110296b2" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-request-id": [ "8243ff2e-2538-47e0-8024-0c0cf1cdda1e" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "3e6f13a2-b41b-42e6-8607-9224c1091f42" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T235651Z:3e6f13a2-b41b-42e6-8607-9224c1091f42" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 16:54:28 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:56:51 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "500" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/20955988-a981-43e8-a72a-8cca62ba2016\",\"name\":\"20955988-a981-43e8-a72a-8cca62ba2016\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:50:17.7048615Z\",\"endTime\":\"2020-08-02T23:52:58.0366533Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"b2af0535-6967-46b8-9066-cc9425e75cbf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+15": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], + "x-ms-unique-id": [ "264", "265", "266", "267", "268", "269", "270", "271", "272", "273", "274", "275", "276", "277", "278" ], + "x-ms-client-request-id": [ "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3" ], "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -596,39 +589,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], - "x-ms-request-id": [ "e9a5b10d-bc99-4925-a54f-35d3ba923fc6" ], - "x-ms-correlation-request-id": [ "35cf876a-a21d-45a5-b0b7-b2f7b77ecd82" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T165458Z:35cf876a-a21d-45a5-b0b7-b2f7b77ecd82" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "x-ms-request-id": [ "66cf663b-4334-45d3-bd50-d6fb5a213aa2" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "3e0e1406-8a76-4086-b5e1-8adcb9b3c00c" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T235722Z:3e0e1406-8a76-4086-b5e1-8adcb9b3c00c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 16:54:58 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:57:21 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "500" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/20955988-a981-43e8-a72a-8cca62ba2016\",\"name\":\"20955988-a981-43e8-a72a-8cca62ba2016\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:50:17.7048615Z\",\"endTime\":\"2020-08-02T23:52:58.0366533Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"b2af0535-6967-46b8-9066-cc9425e75cbf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+16": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14+16": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], + "x-ms-unique-id": [ "264", "265", "266", "267", "268", "269", "270", "271", "272", "273", "274", "275", "276", "277", "278", "279" ], + "x-ms-client-request-id": [ "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3" ], "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -637,39 +630,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "8ed0f969-c2b1-4edf-a1c1-89555e7d1db6" ], - "x-ms-request-id": [ "fdfbdb63-f3ba-4452-a584-6c2c3337350e" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T165528Z:8ed0f969-c2b1-4edf-a1c1-89555e7d1db6" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-request-id": [ "45c98daf-e5b5-4f2c-b6f3-39166a7e62cd" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "fbbbf29d-707e-4c47-8b36-20811d1500d9" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T235752Z:fbbbf29d-707e-4c47-8b36-20811d1500d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 16:55:28 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:57:52 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "500" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/20955988-a981-43e8-a72a-8cca62ba2016\",\"name\":\"20955988-a981-43e8-a72a-8cca62ba2016\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:50:17.7048615Z\",\"endTime\":\"2020-08-02T23:52:58.0366533Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"b2af0535-6967-46b8-9066-cc9425e75cbf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+17": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], + "x-ms-unique-id": [ "264", "265", "266", "267", "268", "269", "270", "271", "272", "273", "274", "275", "276", "277", "278", "279", "280" ], + "x-ms-client-request-id": [ "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3" ], "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -678,39 +671,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], - "x-ms-request-id": [ "68a85e74-5ad6-4e58-b47d-a39378685307" ], - "x-ms-correlation-request-id": [ "a7e54714-f98d-49aa-8e2d-f6219120262b" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T165559Z:a7e54714-f98d-49aa-8e2d-f6219120262b" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "x-ms-request-id": [ "4a12db7d-948c-4094-ac06-89944531bb4d" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "b41c5427-c0fb-4173-85ae-d17a344f22df" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T235822Z:b41c5427-c0fb-4173-85ae-d17a344f22df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 16:55:58 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:58:21 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "500" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/20955988-a981-43e8-a72a-8cca62ba2016\",\"name\":\"20955988-a981-43e8-a72a-8cca62ba2016\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:50:17.7048615Z\",\"endTime\":\"2020-08-02T23:52:58.0366533Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"b2af0535-6967-46b8-9066-cc9425e75cbf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+18": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14+18": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], + "x-ms-unique-id": [ "264", "265", "266", "267", "268", "269", "270", "271", "272", "273", "274", "275", "276", "277", "278", "279", "280", "281" ], + "x-ms-client-request-id": [ "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3" ], "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -719,39 +712,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], - "x-ms-request-id": [ "b5843562-74dd-4934-afef-57771b50bd07" ], - "x-ms-correlation-request-id": [ "6e9b97b8-6937-4125-ba2d-e739938bad96" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T165629Z:6e9b97b8-6937-4125-ba2d-e739938bad96" ], + "x-ms-correlation-request-id": [ "5de160df-3c6d-40c7-8bb4-5c7b4eeb17ca" ], + "x-ms-request-id": [ "46de034b-d1f5-4994-a6c8-efbd577a411f" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T235852Z:5de160df-3c6d-40c7-8bb4-5c7b4eeb17ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 16:56:28 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:58:52 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "500" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/20955988-a981-43e8-a72a-8cca62ba2016\",\"name\":\"20955988-a981-43e8-a72a-8cca62ba2016\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:50:17.7048615Z\",\"endTime\":\"2020-08-02T23:52:58.0366533Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"b2af0535-6967-46b8-9066-cc9425e75cbf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+19": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14+19": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], + "x-ms-unique-id": [ "264", "265", "266", "267", "268", "269", "270", "271", "272", "273", "274", "275", "276", "277", "278", "279", "280", "281", "282" ], + "x-ms-client-request-id": [ "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3" ], "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -760,39 +753,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], - "x-ms-request-id": [ "72775c51-084e-4821-b078-aeaf62d82dc3" ], - "x-ms-correlation-request-id": [ "bfde6396-e663-4c4f-82e6-5c963805bc9a" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T165700Z:bfde6396-e663-4c4f-82e6-5c963805bc9a" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "x-ms-request-id": [ "604e2b4a-9077-447f-a2e5-566ea242552d" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "4a2205ee-a50e-4c5b-adf1-f09f6131fcfd" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T235923Z:4a2205ee-a50e-4c5b-adf1-f09f6131fcfd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 16:57:00 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:59:22 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "500" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/20955988-a981-43e8-a72a-8cca62ba2016\",\"name\":\"20955988-a981-43e8-a72a-8cca62ba2016\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:50:17.7048615Z\",\"endTime\":\"2020-08-02T23:52:58.0366533Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"b2af0535-6967-46b8-9066-cc9425e75cbf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+20": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14+20": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], + "x-ms-unique-id": [ "264", "265", "266", "267", "268", "269", "270", "271", "272", "273", "274", "275", "276", "277", "278", "279", "280", "281", "282", "283" ], + "x-ms-client-request-id": [ "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3" ], "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -801,39 +794,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "63eef19f-5984-4526-940c-5849b970c5cf" ], - "x-ms-request-id": [ "5ffdd6a0-3aa8-4e5b-bafe-146158d615b6" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T165730Z:63eef19f-5984-4526-940c-5849b970c5cf" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "279" ], + "x-ms-request-id": [ "8e963e00-d994-48f0-914c-fd202fa7efba" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "3c24257f-1293-4cb0-abd2-36dd57e6ee86" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200802T235953Z:3c24257f-1293-4cb0-abd2-36dd57e6ee86" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 16:57:29 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Sun, 02 Aug 2020 23:59:52 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "500" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/20955988-a981-43e8-a72a-8cca62ba2016\",\"name\":\"20955988-a981-43e8-a72a-8cca62ba2016\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:50:17.7048615Z\",\"endTime\":\"2020-08-02T23:52:58.0366533Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"b2af0535-6967-46b8-9066-cc9425e75cbf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+21": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14+21": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], + "x-ms-unique-id": [ "264", "265", "266", "267", "268", "269", "270", "271", "272", "273", "274", "275", "276", "277", "278", "279", "280", "281", "282", "283", "284" ], + "x-ms-client-request-id": [ "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3" ], "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -842,39 +835,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], - "x-ms-request-id": [ "9e4c0e1b-09b7-493a-a28e-3d19e00d85fe" ], - "x-ms-correlation-request-id": [ "e316a5a3-8b89-4b06-b224-74f5c8eaea77" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T165801Z:e316a5a3-8b89-4b06-b224-74f5c8eaea77" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], + "x-ms-request-id": [ "29c4c0d0-6198-49ec-b2ad-7b1e98d81a28" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "b9b0fcff-9203-4374-9ea6-ba472862f923" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T000023Z:b9b0fcff-9203-4374-9ea6-ba472862f923" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 16:58:00 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:00:23 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "500" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/20955988-a981-43e8-a72a-8cca62ba2016\",\"name\":\"20955988-a981-43e8-a72a-8cca62ba2016\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:50:17.7048615Z\",\"endTime\":\"2020-08-02T23:52:58.0366533Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"b2af0535-6967-46b8-9066-cc9425e75cbf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+22": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14+22": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], + "x-ms-unique-id": [ "264", "265", "266", "267", "268", "269", "270", "271", "272", "273", "274", "275", "276", "277", "278", "279", "280", "281", "282", "283", "284", "285" ], + "x-ms-client-request-id": [ "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3" ], "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -883,39 +876,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], - "x-ms-request-id": [ "3dc953c9-c825-4fd9-863c-b3722532b6f9" ], - "x-ms-correlation-request-id": [ "922b4c7b-c8f4-486a-84df-59fa46d8f5ab" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T165831Z:922b4c7b-c8f4-486a-84df-59fa46d8f5ab" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], + "x-ms-request-id": [ "6529a522-5173-4f70-b10b-7d93683b41ba" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "6e3f8539-33e6-468c-a3e6-11bc55282e28" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T000054Z:6e3f8539-33e6-468c-a3e6-11bc55282e28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 16:58:30 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:00:53 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "500" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/20955988-a981-43e8-a72a-8cca62ba2016\",\"name\":\"20955988-a981-43e8-a72a-8cca62ba2016\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:50:17.7048615Z\",\"endTime\":\"2020-08-02T23:52:58.0366533Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"b2af0535-6967-46b8-9066-cc9425e75cbf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+23": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14+23": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], + "x-ms-unique-id": [ "264", "265", "266", "267", "268", "269", "270", "271", "272", "273", "274", "275", "276", "277", "278", "279", "280", "281", "282", "283", "284", "285", "286" ], + "x-ms-client-request-id": [ "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3" ], "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -924,39 +917,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], - "x-ms-request-id": [ "30617d95-acdf-4e60-b06b-92e4002a2f5a" ], - "x-ms-correlation-request-id": [ "55718220-67c2-4a8b-9a6f-f8283f636512" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T165901Z:55718220-67c2-4a8b-9a6f-f8283f636512" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "x-ms-request-id": [ "5f4bf0b0-8f34-43ce-97f0-93c4a4880a55" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "07b39e94-41f7-4dd6-a3bf-9726bdb049d8" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T000124Z:07b39e94-41f7-4dd6-a3bf-9726bdb049d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 16:59:01 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:01:23 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "500" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/20955988-a981-43e8-a72a-8cca62ba2016\",\"name\":\"20955988-a981-43e8-a72a-8cca62ba2016\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:50:17.7048615Z\",\"endTime\":\"2020-08-02T23:52:58.0366533Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"b2af0535-6967-46b8-9066-cc9425e75cbf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+24": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14+24": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], + "x-ms-unique-id": [ "264", "265", "266", "267", "268", "269", "270", "271", "272", "273", "274", "275", "276", "277", "278", "279", "280", "281", "282", "283", "284", "285", "286", "287" ], + "x-ms-client-request-id": [ "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3" ], "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -965,39 +958,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "40388ee3-d204-4ae8-bfd0-88773f6a4693" ], - "x-ms-request-id": [ "f45e3ceb-7b61-442f-bac4-fc1613269aac" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T165931Z:40388ee3-d204-4ae8-bfd0-88773f6a4693" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-request-id": [ "47d5b1c5-d447-4ff5-b9c0-272dd4549300" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "448c3c97-5e46-4c45-9a6d-604cbd4bbe3c" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T000154Z:448c3c97-5e46-4c45-9a6d-604cbd4bbe3c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 16:59:31 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:01:54 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "500" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/20955988-a981-43e8-a72a-8cca62ba2016\",\"name\":\"20955988-a981-43e8-a72a-8cca62ba2016\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:50:17.7048615Z\",\"endTime\":\"2020-08-02T23:52:58.0366533Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"b2af0535-6967-46b8-9066-cc9425e75cbf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+25": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14+25": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], + "x-ms-unique-id": [ "264", "265", "266", "267", "268", "269", "270", "271", "272", "273", "274", "275", "276", "277", "278", "279", "280", "281", "282", "283", "284", "285", "286", "287", "288" ], + "x-ms-client-request-id": [ "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3" ], "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1006,39 +999,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "290" ], - "x-ms-request-id": [ "cebd615a-6669-4927-86aa-247aea771bfe" ], - "x-ms-correlation-request-id": [ "dedef901-df8a-44ef-b5ab-a53a7c9b3ab6" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170002Z:dedef901-df8a-44ef-b5ab-a53a7c9b3ab6" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-request-id": [ "28ff2909-b04d-4d03-ab93-1e607837f2c9" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "0a98303d-d6d2-43c9-ad2e-698b1e5bee68" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T000224Z:0a98303d-d6d2-43c9-ad2e-698b1e5bee68" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:00:01 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:02:23 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "500" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/20955988-a981-43e8-a72a-8cca62ba2016\",\"name\":\"20955988-a981-43e8-a72a-8cca62ba2016\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:50:17.7048615Z\",\"endTime\":\"2020-08-02T23:52:58.0366533Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"b2af0535-6967-46b8-9066-cc9425e75cbf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+26": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14+26": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", "100" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], + "x-ms-unique-id": [ "264", "265", "266", "267", "268", "269", "270", "271", "272", "273", "274", "275", "276", "277", "278", "279", "280", "281", "282", "283", "284", "285", "286", "287", "288", "289" ], + "x-ms-client-request-id": [ "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3" ], "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1047,39 +1040,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], - "x-ms-request-id": [ "506feeea-f74c-4abb-b0a0-7190de2bfa70" ], - "x-ms-correlation-request-id": [ "525f79c4-06d1-4177-b21f-7747cc368bed" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170033Z:525f79c4-06d1-4177-b21f-7747cc368bed" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "x-ms-request-id": [ "1a7347fe-53e9-4d04-85be-5f68208c54d1" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "9f5d778b-9c42-4961-b3b1-9f396e51e310" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T000254Z:9f5d778b-9c42-4961-b3b1-9f396e51e310" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:00:32 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:02:54 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "500" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/20955988-a981-43e8-a72a-8cca62ba2016\",\"name\":\"20955988-a981-43e8-a72a-8cca62ba2016\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:50:17.7048615Z\",\"endTime\":\"2020-08-02T23:52:58.0366533Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"b2af0535-6967-46b8-9066-cc9425e75cbf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+27": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14+27": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", "100", "101" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], + "x-ms-unique-id": [ "264", "265", "266", "267", "268", "269", "270", "271", "272", "273", "274", "275", "276", "277", "278", "279", "280", "281", "282", "283", "284", "285", "286", "287", "288", "289", "290" ], + "x-ms-client-request-id": [ "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3" ], "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1088,39 +1081,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], - "x-ms-request-id": [ "3ec07b98-d1db-4fce-bcb2-daa9fb7d8a9e" ], - "x-ms-correlation-request-id": [ "e4f47741-bc32-473d-92d3-780662cc5ad8" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170103Z:e4f47741-bc32-473d-92d3-780662cc5ad8" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-request-id": [ "47dd80d1-3fd7-4cca-ba50-be12e01a2505" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "8e74cf3a-a9c1-470e-8108-24c2a236e2d2" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T000325Z:8e74cf3a-a9c1-470e-8108-24c2a236e2d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:01:03 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:03:24 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "500" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/20955988-a981-43e8-a72a-8cca62ba2016\",\"name\":\"20955988-a981-43e8-a72a-8cca62ba2016\",\"status\":\"Running\",\"startTime\":\"2020-08-02T23:50:17.7048615Z\",\"endTime\":\"2020-08-02T23:52:58.0366533Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"b2af0535-6967-46b8-9066-cc9425e75cbf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+28": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14+28": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/20955988-a981-43e8-a72a-8cca62ba2016?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", "100", "101", "102" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], + "x-ms-unique-id": [ "264", "265", "266", "267", "268", "269", "270", "271", "272", "273", "274", "275", "276", "277", "278", "279", "280", "281", "282", "283", "284", "285", "286", "287", "288", "289", "290", "291" ], + "x-ms-client-request-id": [ "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3" ], "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1129,39 +1122,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "28030aac-9fb0-477d-97cb-e1fbabda05ca" ], - "x-ms-request-id": [ "7646ad9c-b1fa-4e32-9aec-aa1a63063040" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170133Z:28030aac-9fb0-477d-97cb-e1fbabda05ca" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "x-ms-request-id": [ "d910a791-aa06-42bd-9c2d-758decb02f7a" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "b8937b4e-d681-49f2-9463-72f17120ab31" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T000355Z:b8937b4e-d681-49f2-9463-72f17120ab31" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:01:33 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:03:54 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "503" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/20955988-a981-43e8-a72a-8cca62ba2016\",\"name\":\"20955988-a981-43e8-a72a-8cca62ba2016\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-02T23:50:17.7048615Z\",\"endTime\":\"2020-08-03T00:03:44.2484488Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"b2af0535-6967-46b8-9066-cc9425e75cbf\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+29": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclustersu8yho?api-version=2020-06-14+29": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclustersu8yho?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", "100", "101", "102", "103" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], + "x-ms-unique-id": [ "264", "265", "266", "267", "268", "269", "270", "271", "272", "273", "274", "275", "276", "277", "278", "279", "280", "281", "282", "283", "284", "285", "286", "287", "288", "289", "290", "291", "292" ], + "x-ms-client-request-id": [ "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3", "3b53ff89-3d62-4df8-ab3d-a0ea5c80eaa3" ], "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1170,39 +1163,122 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], - "x-ms-request-id": [ "bf3b8a45-2f36-4e79-aaf8-0e48eea2e9b5" ], - "x-ms-correlation-request-id": [ "701eacc2-c624-4280-904f-02b27bce6d5d" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170204Z:701eacc2-c624-4280-904f-02b27bce6d5d" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], + "x-ms-request-id": [ "c1707f8a-7782-4d50-a2b3-4fb229d90a81" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "c9b7d0b4-ab5f-4ee3-a900-8ca4d747490f" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T000355Z:c9b7d0b4-ab5f-4ee3-a900-8ca4d747490f" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:03:54 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "794" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclustersu8yho\",\"name\":\"testclustersu8yho\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://testclustersu8yho.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-testclustersu8yho.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[]},\"enablePurge\":null,\"enableDoubleEncryption\":false,\"provisioningState\":\"Succeeded\"}}" + } + }, + "New-AzKustoCluster+[NoContext]+CreateExpanded+$DELETE+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclustersu8yho?api-version=2020-06-14+30": { + "Request": { + "Method": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclustersu8yho?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "293" ], + "x-ms-client-request-id": [ "45595bfc-0d89-468c-9c1a-2cda1804fe4c" ], + "CommandName": [ "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14996" ], + "x-ms-request-id": [ "69cf8aa1-8f57-4911-adce-3c470356bdbc" ], + "x-ms-correlation-request-id": [ "69cf8aa1-8f57-4911-adce-3c470356bdbc" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T000356Z:69cf8aa1-8f57-4911-adce-3c470356bdbc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:03:55 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14+31": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "293", "294" ], + "x-ms-client-request-id": [ "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:02:03 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "x-ms-request-id": [ "b26ce906-cd29-4b5c-9a25-4ed37cc704e9" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "58e25ca0-7acb-43dc-9f7f-dd539ce7c7ac" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T000426Z:58e25ca0-7acb-43dc-9f7f-dd539ce7c7ac" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:04:26 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "492" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"name\":\"bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:03:56.1465774Z\",\"endTime\":\"2020-08-03T00:03:57.1154066Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"4fc8d72c-e817-4382-bee7-56731a5d3561\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+30": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14+32": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", "100", "101", "102", "103", "104" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], - "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], - "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "293", "294", "295" ], + "x-ms-client-request-id": [ "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1211,39 +1287,80 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], - "x-ms-request-id": [ "465f61f5-871d-4e55-bded-22e2dbb8a045" ], - "x-ms-correlation-request-id": [ "e545fb53-5e7e-49fd-8a8f-e9e568b21ea2" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170234Z:e545fb53-5e7e-49fd-8a8f-e9e568b21ea2" ], + "x-ms-correlation-request-id": [ "006dc294-0b2c-433b-9eab-63a160b84021" ], + "x-ms-request-id": [ "2c6bb53d-7e86-4067-846c-488d0a1076a7" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T000456Z:006dc294-0b2c-433b-9eab-63a160b84021" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:04:56 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"name\":\"bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:03:56.1465774Z\",\"endTime\":\"2020-08-03T00:03:57.1154066Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"4fc8d72c-e817-4382-bee7-56731a5d3561\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14+33": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "293", "294", "295", "296" ], + "x-ms-client-request-id": [ "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:02:33 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], + "x-ms-request-id": [ "76a7afb8-0fc4-4905-a849-45937583e0df" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "d61736bd-be3c-4c84-ab26-31e950d312fb" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T000527Z:d61736bd-be3c-4c84-ab26-31e950d312fb" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:05:26 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "492" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"name\":\"bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:03:56.1465774Z\",\"endTime\":\"2020-08-03T00:03:57.1154066Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"4fc8d72c-e817-4382-bee7-56731a5d3561\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+31": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14+34": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", "100", "101", "102", "103", "104", "105" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], - "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], - "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "293", "294", "295", "296", "297" ], + "x-ms-client-request-id": [ "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1252,39 +1369,80 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], - "x-ms-request-id": [ "32a26401-0abe-4760-b771-04bd841fa556" ], - "x-ms-correlation-request-id": [ "31c8cf7f-89fb-4346-95d5-52d977dde3bc" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170304Z:31c8cf7f-89fb-4346-95d5-52d977dde3bc" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], + "x-ms-request-id": [ "02b337d3-3845-4fe8-a9fe-864b676674fc" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "5c640959-8f21-46e1-8b7d-af9489ccfeb7" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T000557Z:5c640959-8f21-46e1-8b7d-af9489ccfeb7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:05:57 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"name\":\"bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:03:56.1465774Z\",\"endTime\":\"2020-08-03T00:03:57.1154066Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"4fc8d72c-e817-4382-bee7-56731a5d3561\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14+35": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "293", "294", "295", "296", "297", "298" ], + "x-ms-client-request-id": [ "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:03:04 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "x-ms-request-id": [ "ccce6766-fa1c-4190-8686-51785c71c6f8" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "5333c649-9021-454b-bcc7-2c8588491d85" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T000627Z:5333c649-9021-454b-bcc7-2c8588491d85" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:06:27 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "470" ], + "Content-Length": [ "492" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Running\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T16:47:54.5709125Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"name\":\"bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:03:56.1465774Z\",\"endTime\":\"2020-08-03T00:03:57.1154066Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"4fc8d72c-e817-4382-bee7-56731a5d3561\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15+32": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14+36": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", "100", "101", "102", "103", "104", "105", "106" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], - "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], - "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "293", "294", "295", "296", "297", "298", "299" ], + "x-ms-client-request-id": [ "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1293,39 +1451,203 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-request-id": [ "9073b0b6-dbae-4d3d-8485-b4058c67a13d" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "f29a9215-b274-467e-8a11-0b5ad1415734" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T000658Z:f29a9215-b274-467e-8a11-0b5ad1415734" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:06:57 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"name\":\"bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:03:56.1465774Z\",\"endTime\":\"2020-08-03T00:03:57.1154066Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"4fc8d72c-e817-4382-bee7-56731a5d3561\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14+37": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "293", "294", "295", "296", "297", "298", "299", "300" ], + "x-ms-client-request-id": [ "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-request-id": [ "b73a8559-e74d-4b6a-b251-b77e5ce9cfda" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "0f90fde7-9cfd-44c9-9cb3-901403bd97b4" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T000728Z:0f90fde7-9cfd-44c9-9cb3-901403bd97b4" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:07:27 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"name\":\"bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:03:56.1465774Z\",\"endTime\":\"2020-08-03T00:03:57.1154066Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"4fc8d72c-e817-4382-bee7-56731a5d3561\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14+38": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "293", "294", "295", "296", "297", "298", "299", "300", "301" ], + "x-ms-client-request-id": [ "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "x-ms-request-id": [ "4c4db66f-88ed-43f9-8827-1592ecd57ff7" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "66c45bb4-f69b-42e0-843d-6bad14820caa" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T000758Z:66c45bb4-f69b-42e0-843d-6bad14820caa" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:07:58 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"name\":\"bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:03:56.1465774Z\",\"endTime\":\"2020-08-03T00:03:57.1154066Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"4fc8d72c-e817-4382-bee7-56731a5d3561\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14+39": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "293", "294", "295", "296", "297", "298", "299", "300", "301", "302" ], + "x-ms-client-request-id": [ "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "7c28b28d-6513-4c82-b337-ffaa2288e645" ], - "x-ms-request-id": [ "e51a8978-46c1-4224-aca9-db09863f5ea7" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170335Z:7c28b28d-6513-4c82-b337-ffaa2288e645" ], + "x-ms-request-id": [ "03906d18-a0db-49c1-917a-91a7976cc623" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "d28de9fe-b329-4b1d-9f90-f4772b57534e" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T000828Z:d28de9fe-b329-4b1d-9f90-f4772b57534e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:08:27 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"name\":\"bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:03:56.1465774Z\",\"endTime\":\"2020-08-03T00:03:57.1154066Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"4fc8d72c-e817-4382-bee7-56731a5d3561\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14+40": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "293", "294", "295", "296", "297", "298", "299", "300", "301", "302", "303" ], + "x-ms-client-request-id": [ "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:03:34 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "x-ms-request-id": [ "29294192-c691-4084-bd6d-e1742c988357" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "a8d834f3-640b-4af0-809b-403b21b362db" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T000859Z:a8d834f3-640b-4af0-809b-403b21b362db" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:08:58 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "474" ], + "Content-Length": [ "492" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"name\":\"981be9b1-422c-4ed7-9c98-a47e2a2f1aa4\",\"status\":\"Succeeded\",\"startTime\":\"2020-03-29T16:47:52.3989711Z\",\"endTime\":\"2020-03-29T17:03:28.4960767Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"e34e4c4d-eeba-4231-956c-be2eb64a0437\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"name\":\"bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:03:56.1465774Z\",\"endTime\":\"2020-08-03T00:03:57.1154066Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"4fc8d72c-e817-4382-bee7-56731a5d3561\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15+33": { + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14+41": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", "100", "101", "102", "103", "104", "105", "106", "107" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906", "5151a451-65c3-4292-9968-ab590b9aa906" ], - "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], - "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "293", "294", "295", "296", "297", "298", "299", "300", "301", "302", "303", "304" ], + "x-ms-client-request-id": [ "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1334,26 +1656,310 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "101b91f1-2e83-4b8b-9626-547acad98409" ], - "x-ms-correlation-request-id": [ "a3bd7c2d-f5f9-4a16-8dc3-1eceeb3fa042" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170336Z:a3bd7c2d-f5f9-4a16-8dc3-1eceeb3fa042" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "x-ms-request-id": [ "ba77372a-99c3-464f-944d-b9a79afae334" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "822f5a72-a940-4d55-9ea1-e98f3f604d6e" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T000929Z:822f5a72-a940-4d55-9ea1-e98f3f604d6e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:09:28 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"name\":\"bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:03:56.1465774Z\",\"endTime\":\"2020-08-03T00:03:57.1154066Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"4fc8d72c-e817-4382-bee7-56731a5d3561\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14+42": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "293", "294", "295", "296", "297", "298", "299", "300", "301", "302", "303", "304", "305" ], + "x-ms-client-request-id": [ "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:03:35 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "x-ms-request-id": [ "2db5023e-655d-4286-9e5f-d9721052b105" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "31db738a-d25d-4c27-8952-5c2944651082" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T000959Z:31db738a-d25d-4c27-8952-5c2944651082" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:09:59 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "751" ], + "Content-Length": [ "492" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu\",\"name\":\"sdkpsclustereu\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://sdkpsclustereu.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-sdkpsclustereu.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[]},\"enablePurge\":null,\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"name\":\"bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:03:56.1465774Z\",\"endTime\":\"2020-08-03T00:03:57.1154066Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"4fc8d72c-e817-4382-bee7-56731a5d3561\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14+43": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "293", "294", "295", "296", "297", "298", "299", "300", "301", "302", "303", "304", "305", "306" ], + "x-ms-client-request-id": [ "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], + "x-ms-request-id": [ "d056f07c-8fb3-4fc0-a265-158fb1eef1b9" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "fea02176-92b9-4c86-9694-6da8912a7261" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001029Z:fea02176-92b9-4c86-9694-6da8912a7261" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:10:28 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"name\":\"bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:03:56.1465774Z\",\"endTime\":\"2020-08-03T00:03:57.1154066Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"4fc8d72c-e817-4382-bee7-56731a5d3561\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14+44": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "293", "294", "295", "296", "297", "298", "299", "300", "301", "302", "303", "304", "305", "306", "307" ], + "x-ms-client-request-id": [ "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-correlation-request-id": [ "631eb99a-ea0d-4a66-b658-6bfe33cde6bc" ], + "x-ms-request-id": [ "4e171415-b450-45f4-a616-065894409c3e" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001101Z:631eb99a-ea0d-4a66-b658-6bfe33cde6bc" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:11:01 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"name\":\"bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:03:56.1465774Z\",\"endTime\":\"2020-08-03T00:03:57.1154066Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"4fc8d72c-e817-4382-bee7-56731a5d3561\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14+45": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "293", "294", "295", "296", "297", "298", "299", "300", "301", "302", "303", "304", "305", "306", "307", "308" ], + "x-ms-client-request-id": [ "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "x-ms-request-id": [ "461438e1-472d-4c2f-aa29-4e3539c6424c" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "132643ad-c3ae-4622-ba50-0d9109aa8e15" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001132Z:132643ad-c3ae-4622-ba50-0d9109aa8e15" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:11:31 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"name\":\"bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:03:56.1465774Z\",\"endTime\":\"2020-08-03T00:03:57.1154066Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"4fc8d72c-e817-4382-bee7-56731a5d3561\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14+46": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "293", "294", "295", "296", "297", "298", "299", "300", "301", "302", "303", "304", "305", "306", "307", "308", "309" ], + "x-ms-client-request-id": [ "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-request-id": [ "d2dedb05-d017-4993-b943-fbfe5f83932e" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "d7282c63-2d17-4958-b008-dae5ddc813fc" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001203Z:d7282c63-2d17-4958-b008-dae5ddc813fc" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:12:03 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"name\":\"bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:03:56.1465774Z\",\"endTime\":\"2020-08-03T00:11:57.5129087Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"4fc8d72c-e817-4382-bee7-56731a5d3561\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14+47": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "293", "294", "295", "296", "297", "298", "299", "300", "301", "302", "303", "304", "305", "306", "307", "308", "309", "310" ], + "x-ms-client-request-id": [ "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-request-id": [ "d2ba048b-da8a-4d51-9c2e-dd26108136cc" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "9266e919-fd40-4f6a-b07d-22518d610dbb" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001236Z:9266e919-fd40-4f6a-b07d-22518d610dbb" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:12:36 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "495" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"name\":\"bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:03:56.1465774Z\",\"endTime\":\"2020-08-03T00:12:08.0606575Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"4fc8d72c-e817-4382-bee7-56731a5d3561\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "New-AzKustoCluster+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14\u0026operationResultResponseType=Location+48": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/bbb90e2a-69ea-4b40-a8ee-779fb5dc8da3?api-version=2020-06-14\u0026operationResultResponseType=Location", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "293", "294", "295", "296", "297", "298", "299", "300", "301", "302", "303", "304", "305", "306", "307", "308", "309", "310", "311" ], + "x-ms-client-request-id": [ "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c", "45595bfc-0d89-468c-9c1a-2cda1804fe4c" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "b054e300-5f61-458c-b29d-5a9d3412f9b1" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "x-ms-correlation-request-id": [ "6db8ede0-6aa6-4c52-b7d0-6b924d1f87c2" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001237Z:6db8ede0-6aa6-4c52-b7d0-6b924d1f87c2" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:12:36 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null } } } \ No newline at end of file diff --git a/src/Kusto/test/New-AzKustoCluster.Tests.ps1 b/src/Kusto/test/New-AzKustoCluster.Tests.ps1 index 39deb70a9f85..46d14254d93f 100644 --- a/src/Kusto/test/New-AzKustoCluster.Tests.ps1 +++ b/src/Kusto/test/New-AzKustoCluster.Tests.ps1 @@ -7,7 +7,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzKustoCluster.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -15,7 +15,9 @@ while(-not $mockingPath) { Describe 'New-AzKustoCluster' { It 'CreateExpanded' { - $clusterCreated = New-AzKustoCluster -ResourceGroupName $env.resourceGroupName -Name $env.clusterName -Location $env.location -SkuName $env.skuName -SkuTier $env.skuTier - Validate_Cluster $clusterCreated $env.clusterName $env.location "Running" "Succeeded" $env.resourceType $env.skuName $env.skuTier $env.capacity + $name = "testcluster" + $env.rstr4 + $clusterCreated = New-AzKustoCluster -ResourceGroupName $env.resourceGroupName -Name $name -Location $env.location -SkuName $env.skuName -SkuTier $env.skuTier + Validate_Cluster $clusterCreated $name $env.location "Running" "Succeeded" $env.resourceType $env.skuName $env.skuTier $env.capacity + { Remove-AzKustoCluster -ResourceGroupName $env.resourceGroupName -Name $name } | Should -Not -Throw } } diff --git a/src/Kusto/test/New-AzKustoClusterPrincipalAssignment.Recording.json b/src/Kusto/test/New-AzKustoClusterPrincipalAssignment.Recording.json index 8e82e75d8905..b1d885b5c0f0 100644 --- a/src/Kusto/test/New-AzKustoClusterPrincipalAssignment.Recording.json +++ b/src/Kusto/test/New-AzKustoClusterPrincipalAssignment.Recording.json @@ -1,17 +1,10 @@ { - "New-AzKustoClusterPrincipalAssignment+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/PrincipalAssignments/principalassignment1?api-version=2020-02-15+1": { + "New-AzKustoClusterPrincipalAssignment+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/PrincipalAssignments/principalassignment1?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14", "Content": "{\r\n \"properties\": {\r\n \"principalId\": \"e60fe5c8-d6a5-4dee-b382-fb4502588dd0\",\r\n \"principalType\": \"App\",\r\n \"role\": \"AllDatabasesViewer\"\r\n }\r\n}", "Headers": { - "x-ms-unique-id": [ "261" ], - "x-ms-client-request-id": [ "e6a7cb2a-74ff-48f9-afbf-135c05bf5fa2" ], - "CommandName": [ "New-AzKustoClusterPrincipalAssignment" ], - "FullCommandName": [ "New-AzKustoClusterPrincipalAssignment_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -21,40 +14,40 @@ "Response": { "StatusCode": 201, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "39ee8400-c26d-41c4-949d-20098b9f172f" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/148233a3-196b-4e81-a474-6ce838c865bb?api-version=2020-02-15" ], + "ETag": [ "\"\"" ], + "x-ms-request-id": [ "9ac3ab04-6fb3-420a-beb2-06929649f953" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/4232d14f-e950-46cd-8598-243d9cf300b8?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "199" ], - "x-ms-correlation-request-id": [ "7b646426-fc32-4212-bafe-c0bf3b73a78e" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200402T152402Z:7b646426-fc32-4212-bafe-c0bf3b73a78e" ], + "x-ms-correlation-request-id": [ "6569a0a3-fd5c-4113-996f-b7617ed33d70" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001240Z:6569a0a3-fd5c-4113-996f-b7617ed33d70" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 02 Apr 2020 15:24:01 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=215f89ce1e3b7fe16702b151d790214d3e419a6068dd5b2f7cbbd791a4ac2087;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:12:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "446" ], + "Content-Length": [ "452" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/PrincipalAssignments/principalassignment1\",\"name\":\"sdkpsclustereu/principalassignment1\",\"type\":\"Microsoft.Kusto/Clusters/PrincipalAssignments\",\"etag\":\"\\\"\\\"\",\"properties\":{\"principalId\":\"e60fe5c8-d6a5-4dee-b382-fb4502588dd0\",\"principalType\":\"App\",\"role\":\"AllDatabasesViewer\",\"provisioningState\":\"Creating\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/PrincipalAssignments/principalassignment1\",\"name\":\"testclusterlbfexs/principalassignment1\",\"type\":\"Microsoft.Kusto/Clusters/PrincipalAssignments\",\"etag\":\"\\\"\\\"\",\"properties\":{\"principalId\":\"e60fe5c8-d6a5-4dee-b382-fb4502588dd0\",\"principalType\":\"App\",\"role\":\"AllDatabasesViewer\",\"provisioningState\":\"Creating\"}}" } }, - "New-AzKustoClusterPrincipalAssignment+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/148233a3-196b-4e81-a474-6ce838c865bb?api-version=2020-02-15+2": { + "New-AzKustoClusterPrincipalAssignment+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/4232d14f-e950-46cd-8598-243d9cf300b8?api-version=2020-06-14+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/148233a3-196b-4e81-a474-6ce838c865bb?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/4232d14f-e950-46cd-8598-243d9cf300b8?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "261", "262" ], - "x-ms-client-request-id": [ "e6a7cb2a-74ff-48f9-afbf-135c05bf5fa2", "e6a7cb2a-74ff-48f9-afbf-135c05bf5fa2" ], + "x-ms-unique-id": [ "312", "313" ], + "x-ms-client-request-id": [ "f5ccff99-a000-4d76-9b92-f9e9b0427611", "f5ccff99-a000-4d76-9b92-f9e9b0427611" ], "CommandName": [ "New-AzKustoClusterPrincipalAssignment", "New-AzKustoClusterPrincipalAssignment" ], "FullCommandName": [ "New-AzKustoClusterPrincipalAssignment_CreateExpanded", "New-AzKustoClusterPrincipalAssignment_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -63,39 +56,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "2b22ac8f-e42d-456a-8ecf-802cb0426e9c" ], - "x-ms-correlation-request-id": [ "03db4c14-3e05-4cc8-9567-dfed382e8a0f" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200402T152432Z:03db4c14-3e05-4cc8-9567-dfed382e8a0f" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-request-id": [ "9b8525f2-9e67-4b1d-ad3e-351d2dff6b50" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "134fdef8-9f52-4067-aceb-5232cc685dc4" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001311Z:134fdef8-9f52-4067-aceb-5232cc685dc4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 02 Apr 2020 15:24:31 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:13:10 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "483" ], + "Content-Length": [ "512" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/148233a3-196b-4e81-a474-6ce838c865bb\",\"name\":\"148233a3-196b-4e81-a474-6ce838c865bb\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-02T15:24:02.1406029Z\",\"endTime\":\"2020-04-02T15:24:05.7041168Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ServicePrincipalAssignmentsAdd\",\"RootActivityId\":\"4db0c337-790d-44fd-ae36-e6aeccdbb268\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/4232d14f-e950-46cd-8598-243d9cf300b8\",\"name\":\"4232d14f-e950-46cd-8598-243d9cf300b8\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:12:40.6727637Z\",\"endTime\":\"2020-08-03T00:12:42.9073189Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ServicePrincipalAssignmentsAdd\",\"RootActivityId\":\"40218c37-2a65-477f-9775-04c700e8d296\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" } }, - "New-AzKustoClusterPrincipalAssignment+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/PrincipalAssignments/principalassignment1?api-version=2020-02-15+3": { + "New-AzKustoClusterPrincipalAssignment+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/PrincipalAssignments/principalassignment1?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "261", "262", "263" ], - "x-ms-client-request-id": [ "e6a7cb2a-74ff-48f9-afbf-135c05bf5fa2", "e6a7cb2a-74ff-48f9-afbf-135c05bf5fa2", "e6a7cb2a-74ff-48f9-afbf-135c05bf5fa2" ], + "x-ms-unique-id": [ "312", "313", "314" ], + "x-ms-client-request-id": [ "f5ccff99-a000-4d76-9b92-f9e9b0427611", "f5ccff99-a000-4d76-9b92-f9e9b0427611", "f5ccff99-a000-4d76-9b92-f9e9b0427611" ], "CommandName": [ "New-AzKustoClusterPrincipalAssignment", "New-AzKustoClusterPrincipalAssignment", "New-AzKustoClusterPrincipalAssignment" ], "FullCommandName": [ "New-AzKustoClusterPrincipalAssignment_CreateExpanded", "New-AzKustoClusterPrincipalAssignment_CreateExpanded", "New-AzKustoClusterPrincipalAssignment_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -104,26 +97,147 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "71057421-fa1c-4bee-80e9-359f8b4233f6" ], - "x-ms-correlation-request-id": [ "b30b430e-773e-499e-a0f2-c502db831619" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200402T152433Z:b30b430e-773e-499e-a0f2-c502db831619" ], + "x-ms-request-id": [ "2c6f0642-62c2-4bba-b8f1-47ea1df1ac30" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "43436e59-654b-4874-8903-d13a6f03ff4b" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001319Z:43436e59-654b-4874-8903-d13a6f03ff4b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:13:18 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "570" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/PrincipalAssignments/principalassignment1\",\"name\":\"testclusterlbfexs/principalassignment1\",\"type\":\"Microsoft.Kusto/Clusters/PrincipalAssignments\",\"etag\":\"\\\"\\\"\",\"tags\":{},\"properties\":{\"principalId\":\"e60fe5c8-d6a5-4dee-b382-fb4502588dd0\",\"role\":\"AllDatabasesViewer\",\"principalType\":\"App\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"tenantName\":\"Microsoft\",\"principalName\":\"lugoldbekusto\",\"provisioningState\":\"Succeeded\"}}" + } + }, + "New-AzKustoClusterPrincipalAssignment+[NoContext]+CreateExpanded+$DELETE+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14+4": { + "Request": { + "Method": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "315" ], + "x-ms-client-request-id": [ "be25e96a-a4ce-4a59-a5a4-aac710edc423" ], + "CommandName": [ "Remove-AzKustoClusterPrincipalAssignment" ], + "FullCommandName": [ "Remove-AzKustoClusterPrincipalAssignment_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 202, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 02 Apr 2020 15:24:32 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=ad966661f28345a7a82e0f5252ddeee3454342c1fc885732f7b3a5976e5da774;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/d8af558e-6b32-4ee0-83c1-15470f2b9085?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/d8af558e-6b32-4ee0-83c1-15470f2b9085?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14995" ], + "x-ms-request-id": [ "52129634-4c4e-4a32-9e3f-bb2f6217431b" ], + "x-ms-correlation-request-id": [ "52129634-4c4e-4a32-9e3f-bb2f6217431b" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001323Z:52129634-4c4e-4a32-9e3f-bb2f6217431b" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:13:23 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "New-AzKustoClusterPrincipalAssignment+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/d8af558e-6b32-4ee0-83c1-15470f2b9085?api-version=2020-06-14+5": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/d8af558e-6b32-4ee0-83c1-15470f2b9085?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "315", "316" ], + "x-ms-client-request-id": [ "be25e96a-a4ce-4a59-a5a4-aac710edc423", "be25e96a-a4ce-4a59-a5a4-aac710edc423" ], + "CommandName": [ "Remove-AzKustoClusterPrincipalAssignment", "Remove-AzKustoClusterPrincipalAssignment" ], + "FullCommandName": [ "Remove-AzKustoClusterPrincipalAssignment_Delete", "Remove-AzKustoClusterPrincipalAssignment_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "x-ms-request-id": [ "61ae670a-468f-41d8-ab11-82e11dda763c" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "b2b35c05-516b-48b0-88c7-7267cbc7cdb3" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001354Z:b2b35c05-516b-48b0-88c7-7267cbc7cdb3" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:13:53 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "564" ], + "Content-Length": [ "513" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/PrincipalAssignments/principalassignment1\",\"name\":\"sdkpsclustereu/principalassignment1\",\"type\":\"Microsoft.Kusto/Clusters/PrincipalAssignments\",\"etag\":\"\\\"\\\"\",\"tags\":{},\"properties\":{\"principalId\":\"e60fe5c8-d6a5-4dee-b382-fb4502588dd0\",\"role\":\"AllDatabasesViewer\",\"principalType\":\"App\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"tenantName\":\"Microsoft\",\"principalName\":\"lugoldbekusto\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/d8af558e-6b32-4ee0-83c1-15470f2b9085\",\"name\":\"d8af558e-6b32-4ee0-83c1-15470f2b9085\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:13:23.2075247Z\",\"endTime\":\"2020-08-03T00:13:25.3639611Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ServicePrincipalAssignmentsDrop\",\"RootActivityId\":\"5686b57a-aa4c-40ba-bfcb-757c579122e7\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "New-AzKustoClusterPrincipalAssignment+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/d8af558e-6b32-4ee0-83c1-15470f2b9085?api-version=2020-06-14\u0026operationResultResponseType=Location+6": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/d8af558e-6b32-4ee0-83c1-15470f2b9085?api-version=2020-06-14\u0026operationResultResponseType=Location", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "315", "316", "317" ], + "x-ms-client-request-id": [ "be25e96a-a4ce-4a59-a5a4-aac710edc423", "be25e96a-a4ce-4a59-a5a4-aac710edc423", "be25e96a-a4ce-4a59-a5a4-aac710edc423" ], + "CommandName": [ "Remove-AzKustoClusterPrincipalAssignment", "Remove-AzKustoClusterPrincipalAssignment", "Remove-AzKustoClusterPrincipalAssignment" ], + "FullCommandName": [ "Remove-AzKustoClusterPrincipalAssignment_Delete", "Remove-AzKustoClusterPrincipalAssignment_Delete", "Remove-AzKustoClusterPrincipalAssignment_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "7ea1f551-e7a7-4e82-9855-469a5a1d24e8" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "x-ms-correlation-request-id": [ "dba86c37-b891-4b43-aba2-0b07ed9ecbb5" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001354Z:dba86c37-b891-4b43-aba2-0b07ed9ecbb5" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:13:53 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null } } } \ No newline at end of file diff --git a/src/Kusto/test/New-AzKustoClusterPrincipalAssignment.Tests.ps1 b/src/Kusto/test/New-AzKustoClusterPrincipalAssignment.Tests.ps1 index 915fb7b132a5..b57a70c0d6a7 100644 --- a/src/Kusto/test/New-AzKustoClusterPrincipalAssignment.Tests.ps1 +++ b/src/Kusto/test/New-AzKustoClusterPrincipalAssignment.Tests.ps1 @@ -7,7 +7,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzKustoClusterPrincipalAssignment.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -17,13 +17,14 @@ Describe 'New-AzKustoClusterPrincipalAssignment' { It 'CreateExpanded' { $resourceGroupName = $env.resourceGroupName $clusterName = $env.clusterName - $principalAssignmentName = $env.principalAssignmentName - $principalId = $env.principalId + $principalAssignmentName = $env.principalAssignmentName1 + $principalId = $env.principalId1 $role = $env.principalRole $principalType = $env.principalType $principalAssignmentFullName = "$clusterName/$principalAssignmentName" $principalAssignment = New-AzKustoClusterPrincipalAssignment -ResourceGroupName $resourceGroupName -ClusterName $clusterName -PrincipalAssignmentName $principalAssignmentName -PrincipalId $principalId -PrincipalType $principalType -Role $role Validate_PrincipalAssignment $principalAssignment $principalAssignmentFullName $principalId $principalType $role + { Remove-AzKustoClusterPrincipalAssignment -ResourceGroupName $resourceGroupName -ClusterName $clusterName -PrincipalAssignmentName $principalAssignmentName } | Should -Not -Throw } } diff --git a/src/Kusto/test/New-AzKustoDataConnection.Recording.json b/src/Kusto/test/New-AzKustoDataConnection.Recording.json index cfdd606ef416..7711ca1d705b 100644 --- a/src/Kusto/test/New-AzKustoDataConnection.Recording.json +++ b/src/Kusto/test/New-AzKustoDataConnection.Recording.json @@ -1,60 +1,174 @@ { - "New-AzKustoDataConnection+[NoContext]+CreateExpandedEventHub+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnection?api-version=2020-02-15+1": { + "New-AzKustoDataConnection+[NoContext]+CreateExpandedEventHub+$DELETE+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs?api-version=2020-06-14+1": { "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnection?api-version=2020-02-15", - "Content": "{\r\n \"kind\": \"EventHub\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"compression\": \"None\",\r\n \"consumerGroup\": \"$Default\",\r\n \"dataFormat\": \"JSON\",\r\n \"eventHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.EventHub/namespaces/sdkpseventhubns/eventhubs/sdkpseventhub\",\r\n \"mappingRuleName\": \"EventsMapping\",\r\n \"tableName\": \"Events\"\r\n }\r\n}", + "Method": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs?api-version=2020-06-14", + "Content": null, "Headers": { - "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "1d8d8399-25a4-4e2c-970e-2e39866cbff8" ], - "CommandName": [ "New-AzKustoDataConnection" ], - "FullCommandName": [ "New-AzKustoDataConnection_Create" ], + "x-ms-unique-id": [ "336" ], + "x-ms-client-request-id": [ "0ec474b8-3b0a-4feb-a2bf-a992647bb53a" ], + "CommandName": [ "Remove-AzKustoDataConnection" ], + "FullCommandName": [ "Remove-AzKustoDataConnection_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/814eb7a2-96d1-4a16-9371-c5fa22e11545?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/814eb7a2-96d1-4a16-9371-c5fa22e11545?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14991" ], + "x-ms-request-id": [ "227f7bd9-1314-4824-bb49-bb1571569ca5" ], + "x-ms-correlation-request-id": [ "227f7bd9-1314-4824-bb49-bb1571569ca5" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001808Z:227f7bd9-1314-4824-bb49-bb1571569ca5" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:18:08 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "New-AzKustoDataConnection+[NoContext]+CreateExpandedEventHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/814eb7a2-96d1-4a16-9371-c5fa22e11545?api-version=2020-06-14+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/814eb7a2-96d1-4a16-9371-c5fa22e11545?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "336", "337" ], + "x-ms-client-request-id": [ "0ec474b8-3b0a-4feb-a2bf-a992647bb53a", "0ec474b8-3b0a-4feb-a2bf-a992647bb53a" ], + "CommandName": [ "Remove-AzKustoDataConnection", "Remove-AzKustoDataConnection" ], + "FullCommandName": [ "Remove-AzKustoDataConnection_Delete", "Remove-AzKustoDataConnection_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "x-ms-request-id": [ "ddf34a4f-24de-4ab8-9283-e83616eef442" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "08294f68-f8fd-46c6-86f6-f03a08424452" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001839Z:08294f68-f8fd-46c6-86f6-f03a08424452" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:18:39 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "507" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/814eb7a2-96d1-4a16-9371-c5fa22e11545\",\"name\":\"814eb7a2-96d1-4a16-9371-c5fa22e11545\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:18:08.2625119Z\",\"endTime\":\"2020-08-03T00:18:12.8410184Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DmServiceDataObtainerDrop\",\"RootActivityId\":\"32f0b2e5-b53b-448f-82c8-202a985fa958\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "New-AzKustoDataConnection+[NoContext]+CreateExpandedEventHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/814eb7a2-96d1-4a16-9371-c5fa22e11545?api-version=2020-06-14\u0026operationResultResponseType=Location+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/814eb7a2-96d1-4a16-9371-c5fa22e11545?api-version=2020-06-14\u0026operationResultResponseType=Location", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "336", "337", "338" ], + "x-ms-client-request-id": [ "0ec474b8-3b0a-4feb-a2bf-a992647bb53a", "0ec474b8-3b0a-4feb-a2bf-a992647bb53a", "0ec474b8-3b0a-4feb-a2bf-a992647bb53a" ], + "CommandName": [ "Remove-AzKustoDataConnection", "Remove-AzKustoDataConnection", "Remove-AzKustoDataConnection" ], + "FullCommandName": [ "Remove-AzKustoDataConnection_Delete", "Remove-AzKustoDataConnection_Delete", "Remove-AzKustoDataConnection_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "eb1d2091-6c2a-4fd1-9cf1-96fa409420cc" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "x-ms-correlation-request-id": [ "0c2e6de9-579f-4f92-bf68-665c486c9429" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001840Z:0c2e6de9-579f-4f92-bf68-665c486c9429" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:18:39 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "New-AzKustoDataConnection+[NoContext]+CreateExpandedEventHub+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs?api-version=2020-06-14+4": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs?api-version=2020-06-14", + "Content": "{\r\n \"kind\": \"EventHub\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"compression\": \"None\",\r\n \"consumerGroup\": \"$Default\",\r\n \"eventHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnslbfexs/eventhubs/eventhublbfexs\"\r\n }\r\n}", + "Headers": { + }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "427" ] + "Content-Length": [ "333" ] } }, "Response": { "StatusCode": 201, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "fbe26411-6167-4c44-ba21-afaa18e0701a" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/51337e0c-771c-4c72-b53a-d1aa717d81d4?api-version=2020-02-15" ], + "ETag": [ "\"\"" ], + "x-ms-request-id": [ "91f905a4-4f90-4f68-b505-37ee1afbcff2" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20d28af2-5699-4854-8353-e9c70f9cbe19?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "199" ], - "x-ms-correlation-request-id": [ "0bd061a9-c5d4-4038-b07e-567f0c4f1884" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T082311Z:0bd061a9-c5d4-4038-b07e-567f0c4f1884" ], + "x-ms-correlation-request-id": [ "6e8b8673-b9a5-4cd1-b768-801840682a86" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001859Z:6e8b8673-b9a5-4cd1-b768-801840682a86" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 08:23:11 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:18:58 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "731" ], + "Content-Length": [ "680" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnection\",\"name\":\"sdkpsclustereu/sdkpowershelldb/sdkpsdataconnection\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventHub\",\"properties\":{\"compression\":\"None\",\"consumerGroup\":\"$Default\",\"dataFormat\":\"JSON\",\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.EventHub/namespaces/sdkpseventhubns/eventhubs/sdkpseventhub\",\"mappingRuleName\":\"EventsMapping\",\"tableName\":\"Events\",\"provisioningState\":\"Creating\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/testdataconnectionlbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventHub\",\"properties\":{\"compression\":\"None\",\"consumerGroup\":\"$Default\",\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnslbfexs/eventhubs/eventhublbfexs\",\"provisioningState\":\"Creating\"}}" } }, - "New-AzKustoDataConnection+[NoContext]+CreateExpandedEventHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/51337e0c-771c-4c72-b53a-d1aa717d81d4?api-version=2020-02-15+2": { + "New-AzKustoDataConnection+[NoContext]+CreateExpandedEventHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/20d28af2-5699-4854-8353-e9c70f9cbe19?api-version=2020-06-14+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/51337e0c-771c-4c72-b53a-d1aa717d81d4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/20d28af2-5699-4854-8353-e9c70f9cbe19?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "4", "5" ], - "x-ms-client-request-id": [ "1d8d8399-25a4-4e2c-970e-2e39866cbff8", "1d8d8399-25a4-4e2c-970e-2e39866cbff8" ], - "CommandName": [ "New-AzKustoDataConnection", "New-AzKustoDataConnection" ], + "x-ms-unique-id": [ "339", "340" ], + "x-ms-client-request-id": [ "2b848caf-55df-478b-b3f1-456153455875", "2b848caf-55df-478b-b3f1-456153455875" ], + "CommandName": [ "Az.Kusto.internal\\New-AzKustoDataConnection", "Az.Kusto.internal\\New-AzKustoDataConnection" ], "FullCommandName": [ "New-AzKustoDataConnection_Create", "New-AzKustoDataConnection_Create" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -63,39 +177,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "73eaee4b-d155-4725-928c-7e674da4f86e" ], - "x-ms-correlation-request-id": [ "f3afbcd0-35cf-4353-bdbf-1e2e539ac5fe" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T082341Z:f3afbcd0-35cf-4353-bdbf-1e2e539ac5fe" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "279" ], + "x-ms-request-id": [ "78338d28-047f-481f-bde8-00b3a8490ab4" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "1075383a-02d5-4ef2-9c0d-02a81ece7700" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001932Z:1075383a-02d5-4ef2-9c0d-02a81ece7700" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 08:23:40 GMT" ], - "Set-Cookie": [ "ARRAffinity=ad966661f28345a7a82e0f5252ddeee3454342c1fc885732f7b3a5976e5da774;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:19:32 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "481" ], + "Content-Length": [ "346" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/51337e0c-771c-4c72-b53a-d1aa717d81d4\",\"name\":\"51337e0c-771c-4c72-b53a-d1aa717d81d4\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-05T08:23:10.9297791Z\",\"endTime\":\"2020-04-05T08:23:35.7227031Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DmServiceEventHubObtainerAdd\",\"RootActivityId\":\"fe3d1dca-f3d1-44f9-acbc-2689e486b80f\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/20d28af2-5699-4854-8353-e9c70f9cbe19\",\"name\":\"20d28af2-5699-4854-8353-e9c70f9cbe19\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:18:59.1886258Z\",\"endTime\":\"2020-08-03T00:19:28.300977Z\",\"percentComplete\":1.0,\"properties\":{}}" } }, - "New-AzKustoDataConnection+[NoContext]+CreateExpandedEventHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnection?api-version=2020-02-15+3": { + "New-AzKustoDataConnection+[NoContext]+CreateExpandedEventHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs?api-version=2020-06-14+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnection?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "4", "5", "6" ], - "x-ms-client-request-id": [ "1d8d8399-25a4-4e2c-970e-2e39866cbff8", "1d8d8399-25a4-4e2c-970e-2e39866cbff8", "1d8d8399-25a4-4e2c-970e-2e39866cbff8" ], - "CommandName": [ "New-AzKustoDataConnection", "New-AzKustoDataConnection", "New-AzKustoDataConnection" ], + "x-ms-unique-id": [ "339", "340", "341" ], + "x-ms-client-request-id": [ "2b848caf-55df-478b-b3f1-456153455875", "2b848caf-55df-478b-b3f1-456153455875", "2b848caf-55df-478b-b3f1-456153455875" ], + "CommandName": [ "Az.Kusto.internal\\New-AzKustoDataConnection", "Az.Kusto.internal\\New-AzKustoDataConnection", "Az.Kusto.internal\\New-AzKustoDataConnection" ], "FullCommandName": [ "New-AzKustoDataConnection_Create", "New-AzKustoDataConnection_Create", "New-AzKustoDataConnection_Create" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -104,84 +218,198 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "17b6a0cb-2ae9-4379-9966-a4b19a71f7d8" ], - "x-ms-correlation-request-id": [ "cc606eeb-f661-4e99-b2f8-794c874c2a53" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T082341Z:cc606eeb-f661-4e99-b2f8-794c874c2a53" ], + "x-ms-request-id": [ "5d8be2c3-1bc8-48d4-b23b-e936f7b0ca9f" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "6f25160c-b875-4b6c-98c6-2aba41537801" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001939Z:6f25160c-b875-4b6c-98c6-2aba41537801" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 08:23:41 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=4bb1416c4d9382a93b901692113c112c880e463b99069071d83beefe042ed576;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:19:39 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "769" ], + "Content-Length": [ "770" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnection\",\"name\":\"sdkpsclustereu/sdkpowershelldb/sdkpsdataconnection\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventHub\",\"tags\":{},\"properties\":{\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.EventHub/namespaces/sdkpseventhubns/eventhubs/sdkpseventhub\",\"consumerGroup\":\"$Default\",\"tableName\":\"Events\",\"mappingRuleName\":\"EventsMapping\",\"dataFormat\":\"JSON\",\"eventSystemProperties\":[],\"compression\":\"None\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/testdataconnectionlbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventHub\",\"tags\":{},\"properties\":{\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnslbfexs/eventhubs/eventhublbfexs\",\"consumerGroup\":\"$Default\",\"tableName\":\"\",\"mappingRuleName\":\"\",\"dataFormat\":\"\",\"eventSystemProperties\":[],\"compression\":\"None\",\"provisioningState\":\"Succeeded\"}}" } }, - "New-AzKustoDataConnection+[NoContext]+CreateExpandedEventGrid+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectiong?api-version=2020-02-15+1": { + "New-AzKustoDataConnection+[NoContext]+CreateExpandedEventGrid+$DELETE+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsg?api-version=2020-06-14+1": { "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectiong?api-version=2020-02-15", - "Content": "{\r\n \"kind\": \"EventGrid\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"consumerGroup\": \"$Default\",\r\n \"dataFormat\": \"JSON\",\r\n \"eventHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.EventHub/namespaces/sdkpseventhubnsg/eventhubs/sdkpseventhubg\",\r\n \"mappingRuleName\": \"EventsMapping\",\r\n \"storageAccountResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.Storage/storageAccounts/sdkpsstorage\",\r\n \"tableName\": \"Events\"\r\n }\r\n}", + "Method": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsg?api-version=2020-06-14", + "Content": null, "Headers": { - "x-ms-unique-id": [ "6" ], - "x-ms-client-request-id": [ "a9bf1bbf-a129-4749-bffe-2395063a195d" ], - "CommandName": [ "Az.Kusto.internal\\New-AzKustoDataConnection" ], - "FullCommandName": [ "New-AzKustoDataConnection_Create" ], + "x-ms-unique-id": [ "342" ], + "x-ms-client-request-id": [ "0eab4733-3d54-491c-a8ae-0f35292f15aa" ], + "CommandName": [ "Remove-AzKustoDataConnection" ], + "FullCommandName": [ "Remove-AzKustoDataConnection_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "578" ] } }, "Response": { - "StatusCode": 201, + "StatusCode": 202, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/7e590f1c-b01c-4637-b476-638d5446a0b3?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/7e590f1c-b01c-4637-b476-638d5446a0b3?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14990" ], + "x-ms-request-id": [ "6f6a0174-7897-4477-8390-868064efd84d" ], + "x-ms-correlation-request-id": [ "6f6a0174-7897-4477-8390-868064efd84d" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001948Z:6f6a0174-7897-4477-8390-868064efd84d" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:19:47 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "New-AzKustoDataConnection+[NoContext]+CreateExpandedEventGrid+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/7e590f1c-b01c-4637-b476-638d5446a0b3?api-version=2020-06-14+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/7e590f1c-b01c-4637-b476-638d5446a0b3?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "342", "343" ], + "x-ms-client-request-id": [ "0eab4733-3d54-491c-a8ae-0f35292f15aa", "0eab4733-3d54-491c-a8ae-0f35292f15aa" ], + "CommandName": [ "Remove-AzKustoDataConnection", "Remove-AzKustoDataConnection" ], + "FullCommandName": [ "Remove-AzKustoDataConnection_Delete", "Remove-AzKustoDataConnection_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "59e4a94f-fe6a-4e6f-b0a9-b32c5310524b" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/c7491184-4848-4060-b087-c2a8704fd7b2?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "199" ], - "x-ms-correlation-request-id": [ "d80d5a31-af96-40bc-9cd4-f01d95eebb28" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200407T122010Z:d80d5a31-af96-40bc-9cd4-f01d95eebb28" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], + "x-ms-request-id": [ "e8b7820c-9594-4398-9107-d7a390f163ec" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "d95d7a49-994c-4a5e-96b8-8cb067a75514" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002018Z:d95d7a49-994c-4a5e-96b8-8cb067a75514" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:20:17 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "507" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/7e590f1c-b01c-4637-b476-638d5446a0b3\",\"name\":\"7e590f1c-b01c-4637-b476-638d5446a0b3\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:19:47.9426677Z\",\"endTime\":\"2020-08-03T00:19:49.1615199Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DmServiceDataObtainerDrop\",\"RootActivityId\":\"1adc1e61-e51c-490d-8293-6ded44dc432b\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "New-AzKustoDataConnection+[NoContext]+CreateExpandedEventGrid+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/7e590f1c-b01c-4637-b476-638d5446a0b3?api-version=2020-06-14\u0026operationResultResponseType=Location+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/7e590f1c-b01c-4637-b476-638d5446a0b3?api-version=2020-06-14\u0026operationResultResponseType=Location", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "342", "343", "344" ], + "x-ms-client-request-id": [ "0eab4733-3d54-491c-a8ae-0f35292f15aa", "0eab4733-3d54-491c-a8ae-0f35292f15aa", "0eab4733-3d54-491c-a8ae-0f35292f15aa" ], + "CommandName": [ "Remove-AzKustoDataConnection", "Remove-AzKustoDataConnection", "Remove-AzKustoDataConnection" ], + "FullCommandName": [ "Remove-AzKustoDataConnection_Delete", "Remove-AzKustoDataConnection_Delete", "Remove-AzKustoDataConnection_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "d04b1f6e-e5ce-441c-90f9-9a8854a03e20" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "x-ms-correlation-request-id": [ "b230d80e-56ca-4106-a1e8-6c133fbd745d" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002018Z:b230d80e-56ca-4106-a1e8-6c133fbd745d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:20:18 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "New-AzKustoDataConnection+[NoContext]+CreateExpandedEventGrid+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsg?api-version=2020-06-14+4": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsg?api-version=2020-06-14", + "Content": "{\r\n \"kind\": \"EventGrid\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"consumerGroup\": \"$Default\",\r\n \"eventHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnsgridbgiwc7/eventhubs/eventgridbgiwc7\",\r\n \"storageAccountResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Storage/storageAccounts/storagelbfexs\"\r\n }\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "488" ] + } + }, + "Response": { + "StatusCode": 201, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 12:20:10 GMT" ], + "Pragma": [ "no-cache" ], "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=ef3de0f4cd17f8e9f7d2fa3d3db2dfb16b68de461929f7c4880cf75c0d094a4e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "x-ms-request-id": [ "ef67a7ce-0981-4b44-b026-e2ac02e72a8d" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e530971c-3e4d-42d7-8d0c-fc72d0876450?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "198" ], + "x-ms-correlation-request-id": [ "28e6e744-fa35-4081-8e7a-bc0371662da8" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002019Z:28e6e744-fa35-4081-8e7a-bc0371662da8" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:20:19 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "884" ], + "Content-Length": [ "837" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectiong\",\"name\":\"sdkpsclustereu/sdkpowershelldb/sdkpsdataconnectiong\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventGrid\",\"properties\":{\"consumerGroup\":\"$Default\",\"dataFormat\":\"JSON\",\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.EventHub/namespaces/sdkpseventhubnsg/eventhubs/sdkpseventhubg\",\"mappingRuleName\":\"EventsMapping\",\"storageAccountResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.Storage/storageAccounts/sdkpsstorage\",\"tableName\":\"Events\",\"provisioningState\":\"Creating\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsg\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/testdataconnectionlbfexsg\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventGrid\",\"properties\":{\"consumerGroup\":\"$Default\",\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnsgridbgiwc7/eventhubs/eventgridbgiwc7\",\"storageAccountResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Storage/storageAccounts/storagelbfexs\",\"provisioningState\":\"Creating\"}}" } }, - "New-AzKustoDataConnection+[NoContext]+CreateExpandedEventGrid+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/c7491184-4848-4060-b087-c2a8704fd7b2?api-version=2020-02-15+2": { + "New-AzKustoDataConnection+[NoContext]+CreateExpandedEventGrid+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e530971c-3e4d-42d7-8d0c-fc72d0876450?api-version=2020-06-14+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/c7491184-4848-4060-b087-c2a8704fd7b2?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e530971c-3e4d-42d7-8d0c-fc72d0876450?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "6", "7" ], - "x-ms-client-request-id": [ "a9bf1bbf-a129-4749-bffe-2395063a195d", "a9bf1bbf-a129-4749-bffe-2395063a195d" ], + "x-ms-unique-id": [ "345", "346" ], + "x-ms-client-request-id": [ "69f2029b-0d7f-4f00-85e2-f5937a858118", "69f2029b-0d7f-4f00-85e2-f5937a858118" ], "CommandName": [ "Az.Kusto.internal\\New-AzKustoDataConnection", "Az.Kusto.internal\\New-AzKustoDataConnection" ], "FullCommandName": [ "New-AzKustoDataConnection_Create", "New-AzKustoDataConnection_Create" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -190,39 +418,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "46f29b29-1993-4e08-8f16-46bd06714e99" ], - "x-ms-correlation-request-id": [ "f7fbe258-6ca5-436c-9e32-d5aa6369f47e" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200407T122041Z:f7fbe258-6ca5-436c-9e32-d5aa6369f47e" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-request-id": [ "4f312c68-2ac3-4465-afbf-59812157e3a6" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "94510a5f-081f-402b-99f2-837abce196bf" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002050Z:94510a5f-081f-402b-99f2-837abce196bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 12:20:41 GMT" ], - "Set-Cookie": [ "ARRAffinity=231057e07a83c4308bf983e7dc86c3ea07391dfcb2e933d9998a48444064ed8d;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:20:49 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "485" ], + "Content-Length": [ "345" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/c7491184-4848-4060-b087-c2a8704fd7b2\",\"name\":\"c7491184-4848-4060-b087-c2a8704fd7b2\",\"status\":\"Running\",\"startTime\":\"2020-04-07T12:20:10.8217514Z\",\"endTime\":\"2020-04-07T12:20:10.8217514Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"DmServiceEventGridIngestionSourceAdd\",\"RootActivityId\":\"08cd2ed3-faa9-4fd3-95e4-e757cd0eb893\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/e530971c-3e4d-42d7-8d0c-fc72d0876450\",\"name\":\"e530971c-3e4d-42d7-8d0c-fc72d0876450\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:20:19.7815487Z\",\"endTime\":\"2020-08-03T00:20:19.7815487Z\",\"percentComplete\":0.5,\"properties\":{}}" } }, - "New-AzKustoDataConnection+[NoContext]+CreateExpandedEventGrid+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/c7491184-4848-4060-b087-c2a8704fd7b2?api-version=2020-02-15+3": { + "New-AzKustoDataConnection+[NoContext]+CreateExpandedEventGrid+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e530971c-3e4d-42d7-8d0c-fc72d0876450?api-version=2020-06-14+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/c7491184-4848-4060-b087-c2a8704fd7b2?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e530971c-3e4d-42d7-8d0c-fc72d0876450?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "6", "7", "8" ], - "x-ms-client-request-id": [ "a9bf1bbf-a129-4749-bffe-2395063a195d", "a9bf1bbf-a129-4749-bffe-2395063a195d", "a9bf1bbf-a129-4749-bffe-2395063a195d" ], + "x-ms-unique-id": [ "345", "346", "347" ], + "x-ms-client-request-id": [ "69f2029b-0d7f-4f00-85e2-f5937a858118", "69f2029b-0d7f-4f00-85e2-f5937a858118", "69f2029b-0d7f-4f00-85e2-f5937a858118" ], "CommandName": [ "Az.Kusto.internal\\New-AzKustoDataConnection", "Az.Kusto.internal\\New-AzKustoDataConnection", "Az.Kusto.internal\\New-AzKustoDataConnection" ], "FullCommandName": [ "New-AzKustoDataConnection_Create", "New-AzKustoDataConnection_Create", "New-AzKustoDataConnection_Create" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -231,39 +459,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], - "x-ms-request-id": [ "789f29e2-4207-435b-8551-4dc82ac4e935" ], - "x-ms-correlation-request-id": [ "c1cbd475-f3f5-403d-8044-d9655fbba44f" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200407T122111Z:c1cbd475-f3f5-403d-8044-d9655fbba44f" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-request-id": [ "89051d4c-df41-46f2-b2a9-e5d1ae9a822f" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "6ab27e22-11c4-4506-8b3c-d469f61ee3e2" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002120Z:6ab27e22-11c4-4506-8b3c-d469f61ee3e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 12:21:11 GMT" ], - "Set-Cookie": [ "ARRAffinity=deac3c942b2a72b721942f97372cf2a3052effbe4aa0b896664f8887a4bd559d;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:21:20 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "485" ], + "Content-Length": [ "347" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/c7491184-4848-4060-b087-c2a8704fd7b2\",\"name\":\"c7491184-4848-4060-b087-c2a8704fd7b2\",\"status\":\"Running\",\"startTime\":\"2020-04-07T12:20:10.8217514Z\",\"endTime\":\"2020-04-07T12:20:10.8217514Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"DmServiceEventGridIngestionSourceAdd\",\"RootActivityId\":\"08cd2ed3-faa9-4fd3-95e4-e757cd0eb893\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/e530971c-3e4d-42d7-8d0c-fc72d0876450\",\"name\":\"e530971c-3e4d-42d7-8d0c-fc72d0876450\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:20:19.7815487Z\",\"endTime\":\"2020-08-03T00:20:59.1352063Z\",\"percentComplete\":1.0,\"properties\":{}}" } }, - "New-AzKustoDataConnection+[NoContext]+CreateExpandedEventGrid+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/c7491184-4848-4060-b087-c2a8704fd7b2?api-version=2020-02-15+4": { + "New-AzKustoDataConnection+[NoContext]+CreateExpandedEventGrid+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsg?api-version=2020-06-14+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/c7491184-4848-4060-b087-c2a8704fd7b2?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsg?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "6", "7", "8", "9" ], - "x-ms-client-request-id": [ "a9bf1bbf-a129-4749-bffe-2395063a195d", "a9bf1bbf-a129-4749-bffe-2395063a195d", "a9bf1bbf-a129-4749-bffe-2395063a195d", "a9bf1bbf-a129-4749-bffe-2395063a195d" ], + "x-ms-unique-id": [ "345", "346", "347", "348" ], + "x-ms-client-request-id": [ "69f2029b-0d7f-4f00-85e2-f5937a858118", "69f2029b-0d7f-4f00-85e2-f5937a858118", "69f2029b-0d7f-4f00-85e2-f5937a858118", "69f2029b-0d7f-4f00-85e2-f5937a858118" ], "CommandName": [ "Az.Kusto.internal\\New-AzKustoDataConnection", "Az.Kusto.internal\\New-AzKustoDataConnection", "Az.Kusto.internal\\New-AzKustoDataConnection", "Az.Kusto.internal\\New-AzKustoDataConnection" ], "FullCommandName": [ "New-AzKustoDataConnection_Create", "New-AzKustoDataConnection_Create", "New-AzKustoDataConnection_Create", "New-AzKustoDataConnection_Create" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -272,39 +500,81 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "4ae6b556-e07d-4d65-b33b-def7c8671448" ], - "x-ms-request-id": [ "7b30408e-795d-4401-9e93-96f55bcb427a" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "297" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200407T122141Z:4ae6b556-e07d-4d65-b33b-def7c8671448" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], + "x-ms-request-id": [ "c22f7db4-00e8-48e5-9d88-268409216356" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "297aaaa7-6fc9-4723-ac48-f7695fd5793f" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002120Z:297aaaa7-6fc9-4723-ac48-f7695fd5793f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 12:21:41 GMT" ], - "Set-Cookie": [ "ARRAffinity=5d8f46e797674adfa6f345dd92c7bb8ccffb7a39a253ecaf84bf8923217e3248;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:21:20 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "489" ], + "Content-Length": [ "960" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/c7491184-4848-4060-b087-c2a8704fd7b2\",\"name\":\"c7491184-4848-4060-b087-c2a8704fd7b2\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-07T12:20:10.8217514Z\",\"endTime\":\"2020-04-07T12:21:20.0788126Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DmServiceEventGridIngestionSourceAdd\",\"RootActivityId\":\"08cd2ed3-faa9-4fd3-95e4-e757cd0eb893\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsg\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/testdataconnectionlbfexsg\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventGrid\",\"tags\":{},\"properties\":{\"storageAccountResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Storage/storageAccounts/storagelbfexs\",\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnsgridbgiwc7/eventhubs/eventgridbgiwc7\",\"consumerGroup\":\"$Default\",\"tableName\":null,\"mappingRuleName\":null,\"dataFormat\":null,\"blobStorageEventType\":null,\"ignoreFirstRecord\":false,\"provisioningState\":\"Succeeded\"}}" } }, - "New-AzKustoDataConnection+[NoContext]+CreateExpandedEventGrid+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectiong?api-version=2020-02-15+5": { + "New-AzKustoDataConnection+[NoContext]+CreateExpandedIotHub+$DELETE+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsh?api-version=2020-06-14+1": { + "Request": { + "Method": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsh?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "349" ], + "x-ms-client-request-id": [ "9ea5d9ee-3150-4118-a366-34dd670d517f" ], + "CommandName": [ "Remove-AzKustoDataConnection" ], + "FullCommandName": [ "Remove-AzKustoDataConnection_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/52158415-4c7c-4b55-bc17-276c784c6f9b?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/52158415-4c7c-4b55-bc17-276c784c6f9b?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14989" ], + "x-ms-request-id": [ "9a7c95bc-efe6-4b2e-a4b6-9f8397838d64" ], + "x-ms-correlation-request-id": [ "9a7c95bc-efe6-4b2e-a4b6-9f8397838d64" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002121Z:9a7c95bc-efe6-4b2e-a4b6-9f8397838d64" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:21:21 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "New-AzKustoDataConnection+[NoContext]+CreateExpandedIotHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/52158415-4c7c-4b55-bc17-276c784c6f9b?api-version=2020-06-14+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectiong?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/52158415-4c7c-4b55-bc17-276c784c6f9b?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "6", "7", "8", "9", "10" ], - "x-ms-client-request-id": [ "a9bf1bbf-a129-4749-bffe-2395063a195d", "a9bf1bbf-a129-4749-bffe-2395063a195d", "a9bf1bbf-a129-4749-bffe-2395063a195d", "a9bf1bbf-a129-4749-bffe-2395063a195d", "a9bf1bbf-a129-4749-bffe-2395063a195d" ], - "CommandName": [ "Az.Kusto.internal\\New-AzKustoDataConnection", "Az.Kusto.internal\\New-AzKustoDataConnection", "Az.Kusto.internal\\New-AzKustoDataConnection", "Az.Kusto.internal\\New-AzKustoDataConnection", "Az.Kusto.internal\\New-AzKustoDataConnection" ], - "FullCommandName": [ "New-AzKustoDataConnection_Create", "New-AzKustoDataConnection_Create", "New-AzKustoDataConnection_Create", "New-AzKustoDataConnection_Create", "New-AzKustoDataConnection_Create" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "349", "350" ], + "x-ms-client-request-id": [ "9ea5d9ee-3150-4118-a366-34dd670d517f", "9ea5d9ee-3150-4118-a366-34dd670d517f" ], + "CommandName": [ "Remove-AzKustoDataConnection", "Remove-AzKustoDataConnection" ], + "FullCommandName": [ "Remove-AzKustoDataConnection_Delete", "Remove-AzKustoDataConnection_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -313,84 +583,115 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "e07b0679-28d9-44f6-bf6e-e6e70cb7d1b9" ], - "x-ms-correlation-request-id": [ "6a1396dd-a6d5-4de3-a5c2-417e7af65509" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200407T122142Z:6a1396dd-a6d5-4de3-a5c2-417e7af65509" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "x-ms-request-id": [ "cd39e021-58a9-49cb-bb67-981b60b2073f" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "c663d643-af52-4b63-adf5-f51720576d77" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002151Z:c663d643-af52-4b63-adf5-f51720576d77" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 12:21:42 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=deac3c942b2a72b721942f97372cf2a3052effbe4aa0b896664f8887a4bd559d;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:21:51 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "895" ], + "Content-Length": [ "507" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectiong\",\"name\":\"sdkpsclustereu/sdkpowershelldb/sdkpsdataconnectiong\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventGrid\",\"tags\":{},\"properties\":{\"storageAccountResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.Storage/storageAccounts/sdkpsstorage\",\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.EventHub/namespaces/sdkpseventhubnsg/eventhubs/sdkpseventhubg\",\"consumerGroup\":\"$Default\",\"tableName\":\"Events\",\"mappingRuleName\":\"EventsMapping\",\"dataFormat\":\"JSON\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/52158415-4c7c-4b55-bc17-276c784c6f9b\",\"name\":\"52158415-4c7c-4b55-bc17-276c784c6f9b\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:21:21.6313703Z\",\"endTime\":\"2020-08-03T00:21:21.7407488Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DmServiceDataObtainerDrop\",\"RootActivityId\":\"ce6e9b89-ce9b-4a52-aa9f-d3ae32dfacea\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" } }, - "New-AzKustoDataConnection+[NoContext]+CreateExpandedIotHub+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectionh?api-version=2020-02-15+1": { + "New-AzKustoDataConnection+[NoContext]+CreateExpandedIotHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/52158415-4c7c-4b55-bc17-276c784c6f9b?api-version=2020-06-14\u0026operationResultResponseType=Location+3": { "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectionh?api-version=2020-02-15", - "Content": "{\r\n \"kind\": \"IotHub\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"consumerGroup\": \"$Default\",\r\n \"dataFormat\": \"JSON\",\r\n \"iotHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.Devices/IotHubs/sdkpsiothub\",\r\n \"mappingRuleName\": \"EventsMapping\",\r\n \"sharedAccessPolicyName\": \"iothubforread\",\r\n \"tableName\": \"Events\"\r\n }\r\n}", + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/52158415-4c7c-4b55-bc17-276c784c6f9b?api-version=2020-06-14\u0026operationResultResponseType=Location", + "Content": null, "Headers": { - "x-ms-unique-id": [ "12" ], - "x-ms-client-request-id": [ "36243d52-fcd1-414c-999f-004ef71af3e9" ], - "CommandName": [ "Az.Kusto.internal\\New-AzKustoDataConnection" ], - "FullCommandName": [ "New-AzKustoDataConnection_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "349", "350", "351" ], + "x-ms-client-request-id": [ "9ea5d9ee-3150-4118-a366-34dd670d517f", "9ea5d9ee-3150-4118-a366-34dd670d517f", "9ea5d9ee-3150-4118-a366-34dd670d517f" ], + "CommandName": [ "Remove-AzKustoDataConnection", "Remove-AzKustoDataConnection", "Remove-AzKustoDataConnection" ], + "FullCommandName": [ "Remove-AzKustoDataConnection_Delete", "Remove-AzKustoDataConnection_Delete", "Remove-AzKustoDataConnection_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "411" ] } }, "Response": { - "StatusCode": 201, + "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "9d0050a4-6f03-4e2e-a477-cba897f9d267" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/40ebd97b-2b27-4c40-b700-98aacdc62867?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "199" ], - "x-ms-correlation-request-id": [ "4fea6761-9d14-42b4-bdc3-72b4f584c980" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200407T124748Z:4fea6761-9d14-42b4-bdc3-72b4f584c980" ], + "x-ms-request-id": [ "90563b97-0935-4753-bf31-4ac2d27ddfc6" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-correlation-request-id": [ "3cd645ae-0b56-40d2-86ab-72b268709c77" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002152Z:3cd645ae-0b56-40d2-86ab-72b268709c77" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:21:51 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "New-AzKustoDataConnection+[NoContext]+CreateExpandedIotHub+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsh?api-version=2020-06-14+4": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsh?api-version=2020-06-14", + "Content": "{\r\n \"kind\": \"IotHub\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"consumerGroup\": \"$Default\",\r\n \"iotHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Devices/IotHubs/iothublbfexs\",\r\n \"sharedAccessPolicyName\": \"registryRead\"\r\n }\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "315" ] + } + }, + "Response": { + "StatusCode": 201, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 12:47:48 GMT" ], + "Pragma": [ "no-cache" ], "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "x-ms-request-id": [ "5ee3306e-d823-4251-a174-d759d30f4735" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/da3a3259-50e8-4052-8411-ba44a43cfa78?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "197" ], + "x-ms-correlation-request-id": [ "80026887-e161-466d-b568-7fd6c9de2cf3" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002153Z:80026887-e161-466d-b568-7fd6c9de2cf3" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:21:52 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "717" ], + "Content-Length": [ "664" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectionh\",\"name\":\"sdkpsclustereu/sdkpowershelldb/sdkpsdataconnectionh\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"IotHub\",\"properties\":{\"consumerGroup\":\"$Default\",\"dataFormat\":\"JSON\",\"iotHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.Devices/IotHubs/sdkpsiothub\",\"mappingRuleName\":\"EventsMapping\",\"sharedAccessPolicyName\":\"iothubforread\",\"tableName\":\"Events\",\"provisioningState\":\"Creating\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsh\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/testdataconnectionlbfexsh\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"IotHub\",\"properties\":{\"consumerGroup\":\"$Default\",\"iotHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Devices/IotHubs/iothublbfexs\",\"sharedAccessPolicyName\":\"registryRead\",\"provisioningState\":\"Creating\"}}" } }, - "New-AzKustoDataConnection+[NoContext]+CreateExpandedIotHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/40ebd97b-2b27-4c40-b700-98aacdc62867?api-version=2020-02-15+2": { + "New-AzKustoDataConnection+[NoContext]+CreateExpandedIotHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/da3a3259-50e8-4052-8411-ba44a43cfa78?api-version=2020-06-14+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/40ebd97b-2b27-4c40-b700-98aacdc62867?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/da3a3259-50e8-4052-8411-ba44a43cfa78?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "12", "13" ], - "x-ms-client-request-id": [ "36243d52-fcd1-414c-999f-004ef71af3e9", "36243d52-fcd1-414c-999f-004ef71af3e9" ], + "x-ms-unique-id": [ "352", "353" ], + "x-ms-client-request-id": [ "a68574e1-fc5d-43ea-aa8d-f8f691ca7a58", "a68574e1-fc5d-43ea-aa8d-f8f691ca7a58" ], "CommandName": [ "Az.Kusto.internal\\New-AzKustoDataConnection", "Az.Kusto.internal\\New-AzKustoDataConnection" ], "FullCommandName": [ "New-AzKustoDataConnection_Create", "New-AzKustoDataConnection_Create" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -399,39 +700,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "987a6c48-be38-4e85-a6db-abd9d15e3fdf" ], - "x-ms-correlation-request-id": [ "2707c969-2dfa-44d3-a2f3-95ded6e66048" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200407T124819Z:2707c969-2dfa-44d3-a2f3-95ded6e66048" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "x-ms-request-id": [ "5fc452f8-c64f-4b3d-a005-e824e51ad7f6" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "fb08d2ec-4f3b-4532-a5d0-8e6afe2f3bc7" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002223Z:fb08d2ec-4f3b-4532-a5d0-8e6afe2f3bc7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 12:48:18 GMT" ], - "Set-Cookie": [ "ARRAffinity=b3c2d4d5282ede81ed15f3f78d2ac82595f2901483fcb7962c29f71395856c9e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:22:23 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "481" ], + "Content-Length": [ "347" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/40ebd97b-2b27-4c40-b700-98aacdc62867\",\"name\":\"40ebd97b-2b27-4c40-b700-98aacdc62867\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-07T12:47:48.7102294Z\",\"endTime\":\"2020-04-07T12:47:49.9757891Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DmServiceEventHubObtainerAdd\",\"RootActivityId\":\"6e0d4f5d-4e61-4fdf-a1d7-5c911de59671\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/da3a3259-50e8-4052-8411-ba44a43cfa78\",\"name\":\"da3a3259-50e8-4052-8411-ba44a43cfa78\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:21:53.2510658Z\",\"endTime\":\"2020-08-03T00:21:54.3761568Z\",\"percentComplete\":1.0,\"properties\":{}}" } }, - "New-AzKustoDataConnection+[NoContext]+CreateExpandedIotHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectionh?api-version=2020-02-15+3": { + "New-AzKustoDataConnection+[NoContext]+CreateExpandedIotHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsh?api-version=2020-06-14+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectionh?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsh?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "12", "13", "14" ], - "x-ms-client-request-id": [ "36243d52-fcd1-414c-999f-004ef71af3e9", "36243d52-fcd1-414c-999f-004ef71af3e9", "36243d52-fcd1-414c-999f-004ef71af3e9" ], + "x-ms-unique-id": [ "352", "353", "354" ], + "x-ms-client-request-id": [ "a68574e1-fc5d-43ea-aa8d-f8f691ca7a58", "a68574e1-fc5d-43ea-aa8d-f8f691ca7a58", "a68574e1-fc5d-43ea-aa8d-f8f691ca7a58" ], "CommandName": [ "Az.Kusto.internal\\New-AzKustoDataConnection", "Az.Kusto.internal\\New-AzKustoDataConnection", "Az.Kusto.internal\\New-AzKustoDataConnection" ], "FullCommandName": [ "New-AzKustoDataConnection_Create", "New-AzKustoDataConnection_Create", "New-AzKustoDataConnection_Create" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -440,26 +741,26 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "c263bfec-a332-42a9-ab68-1b193f9ad65a" ], - "x-ms-correlation-request-id": [ "46eb5909-7e6f-4f9e-97f7-0b9a48ee0b0d" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200407T124819Z:46eb5909-7e6f-4f9e-97f7-0b9a48ee0b0d" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "297" ], + "x-ms-request-id": [ "63a954de-eaa0-4e11-93f3-ae5f06c8d0dd" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "3a1d5f78-9998-436e-9895-01d78e2f1cf5" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002224Z:3a1d5f78-9998-436e-9895-01d78e2f1cf5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 12:48:18 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=215f89ce1e3b7fe16702b151d790214d3e419a6068dd5b2f7cbbd791a4ac2087;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:22:24 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "755" ], + "Content-Length": [ "754" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectionh\",\"name\":\"sdkpsclustereu/sdkpowershelldb/sdkpsdataconnectionh\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"IotHub\",\"tags\":{},\"properties\":{\"iotHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.Devices/IotHubs/sdkpsiothub\",\"consumerGroup\":\"$Default\",\"tableName\":\"Events\",\"mappingRuleName\":\"EventsMapping\",\"dataFormat\":\"JSON\",\"eventSystemProperties\":[],\"sharedAccessPolicyName\":\"iothubforread\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsh\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/testdataconnectionlbfexsh\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"IotHub\",\"tags\":{},\"properties\":{\"iotHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Devices/IotHubs/iothublbfexs\",\"consumerGroup\":\"$Default\",\"tableName\":\"\",\"mappingRuleName\":\"\",\"dataFormat\":\"\",\"eventSystemProperties\":[],\"sharedAccessPolicyName\":\"registryRead\",\"provisioningState\":\"Succeeded\"}}" } } } \ No newline at end of file diff --git a/src/Kusto/test/New-AzKustoDataConnection.Tests.ps1 b/src/Kusto/test/New-AzKustoDataConnection.Tests.ps1 index 413c8005ea26..8e7a1b4a4f02 100644 --- a/src/Kusto/test/New-AzKustoDataConnection.Tests.ps1 +++ b/src/Kusto/test/New-AzKustoDataConnection.Tests.ps1 @@ -7,7 +7,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzKustoDataConnection.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -21,17 +21,15 @@ Describe 'New-AzKustoDataConnection' { $clusterName = $env.clusterName $databaseName = $env.databaseName $dataConnectionName = $env.dataConnectionName - $eventhubNS= $env.eventhubNSName - $eventhub= $env.eventhubName + $eventhubNS = $env.eventhubNSName + $eventhub = $env.eventhubName $eventHubResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.EventHub/namespaces/$eventhubNS/eventhubs/$eventhub" - $tableName = $env.tableName - $tableMappingName = $env.tableMappingName - $dataFormat = $env.dataFormat $kind = "EventHub" $dataConnectionFullName = "$clusterName/$databaseName/$dataConnectionName" - $dataConnectionCreated = New-AzKustoDataConnection -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -DataConnectionName $dataConnectionName -Location $location -Kind $kind -EventHubResourceId $eventHubResourceId -DataFormat $dataFormat -ConsumerGroup '$Default' -Compression "None" -TableName $tableName -MappingRuleName $tableMappingName - Validate_EventHubDataConnection $dataConnectionCreated $dataConnectionFullName $location $eventHubResourceId $tableName $tableMappingName $dataFormat $kind + { Remove-AzKustoDataConnection -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -DataConnectionName $dataConnectionName } | Should -Not -Throw + $dataConnectionCreated = New-AzKustoDataConnection -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -DataConnectionName $dataConnectionName -Location $location -Kind $kind -EventHubResourceId $eventHubResourceId -ConsumerGroup '$Default' -Compression "None" + Validate_EventHubDataConnection $dataConnectionCreated $dataConnectionFullName $location $eventHubResourceId $kind } It 'CreateExpandedEventGrid' { @@ -41,19 +39,17 @@ Describe 'New-AzKustoDataConnection' { $clusterName = $env.clusterName $databaseName = $env.databaseName $dataConnectionName = $env.dataConnectionName + "g" - $eventhubNS= $env.eventhubNSNameForEventGrid - $eventhub= $env.eventhubNameForEventGrid + $eventhubNS = $env.eventhubNSNameForEventGrid + $eventhub = $env.eventhubNameForEventGrid $eventHubResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.EventHub/namespaces/$eventhubNS/eventhubs/$eventhub" $storageAccountName = $env.storageName $storageAccountResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.Storage/storageAccounts/$storageAccountName" - $tableName = $env.tableName - $tableMappingName = $env.tableMappingName - $dataFormat = $env.dataFormat $kind = "EventGrid" $dataConnectionFullName = "$clusterName/$databaseName/$dataConnectionName" - $dataConnectionCreated = New-AzKustoDataConnection -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -DataConnectionName $dataConnectionName -location $location -Kind $kind -EventHubResourceId $eventHubResourceId -StorageAccountResourceId $storageAccountResourceId -DataFormat $dataFormat -ConsumerGroup '$Default' -TableName $tableName -MappingRuleName $tableMappingName - Validate_EventGridDataConnection $dataConnectionCreated $dataConnectionFullName $location $eventHubResourceId $storageAccountResourceId $tableName $tableMappingName $dataFormat $kind + { Remove-AzKustoDataConnection -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -DataConnectionName $dataConnectionName } | Should -Not -Throw + $dataConnectionCreated = New-AzKustoDataConnection -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -DataConnectionName $dataConnectionName -location $location -Kind $kind -EventHubResourceId $eventHubResourceId -StorageAccountResourceId $storageAccountResourceId -ConsumerGroup '$Default' + Validate_EventGridDataConnection $dataConnectionCreated $dataConnectionFullName $location $eventHubResourceId $storageAccountResourceId $kind } It 'CreateExpandedIotHub' { @@ -66,13 +62,11 @@ Describe 'New-AzKustoDataConnection' { $iothubName = $env.iothubName $iotHubResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.Devices/IotHubs/$iothubName" $sharedAccessPolicyName = $env.iothubSharedAccessPolicyName - $tableName = $env.tableName - $tableMappingName = $env.tableMappingName - $dataFormat = $env.dataFormat $kind = "IotHub" $dataConnectionFullName = "$clusterName/$databaseName/$dataConnectionName" - $dataConnectionCreated = New-AzKustoDataConnection -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -DataConnectionName $dataConnectionName -location $location -Kind $kind -IotHubResourceId $iotHubResourceId -SharedAccessPolicyName $sharedAccessPolicyName -DataFormat $dataFormat -ConsumerGroup '$Default' -TableName $tableName -MappingRuleName $tableMappingName - Validate_IotHubDataConnection $dataConnectionCreated $dataConnectionFullName $location $iotHubResourceId $sharedAccessPolicyName $tableName $tableMappingName $dataFormat $kind + { Remove-AzKustoDataConnection -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -DataConnectionName $dataConnectionName } | Should -Not -Throw + $dataConnectionCreated = New-AzKustoDataConnection -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -DataConnectionName $dataConnectionName -location $location -Kind $kind -IotHubResourceId $iotHubResourceId -SharedAccessPolicyName $sharedAccessPolicyName -ConsumerGroup '$Default' + Validate_IotHubDataConnection $dataConnectionCreated $dataConnectionFullName $location $iotHubResourceId $sharedAccessPolicyName $kind } } diff --git a/src/Kusto/test/New-AzKustoDatabase.Recording.json b/src/Kusto/test/New-AzKustoDatabase.Recording.json index 82de235d23c5..91de4ed0ea94 100644 --- a/src/Kusto/test/New-AzKustoDatabase.Recording.json +++ b/src/Kusto/test/New-AzKustoDatabase.Recording.json @@ -1,17 +1,10 @@ { - "New-AzKustoDatabase+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15+1": { + "New-AzKustoDatabase+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho?api-version=2020-06-14+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho?api-version=2020-06-14", "Content": "{\r\n \"kind\": \"ReadWrite\",\r\n \"location\": \"East US\"\r\n}", "Headers": { - "x-ms-unique-id": [ "129" ], - "x-ms-client-request-id": [ "b0b7932a-712b-4af7-af7f-866cbdb08697" ], - "CommandName": [ "New-AzKustoDatabase" ], - "FullCommandName": [ "New-AzKustoDatabase_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -21,40 +14,40 @@ "Response": { "StatusCode": 201, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "6082e92c-efd8-4f60-a918-8a4fb48e842e" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/afaa764e-528c-4ea0-9e76-244ffb4a2471?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "199" ], - "x-ms-correlation-request-id": [ "e92abbcd-64c0-4fdc-9b02-cab18994d435" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200401T134332Z:e92abbcd-64c0-4fdc-9b02-cab18994d435" ], + "ETag": [ "\"\"" ], + "x-ms-request-id": [ "f6defa48-fe53-4fa6-9a4e-e280f7faf20d" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/02f3b2c5-607d-4be9-a573-e1676fc0c0bf?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "196" ], + "x-ms-correlation-request-id": [ "3a6b8f9f-d4cf-492c-a2c9-996c6fdcca8c" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001400Z:3a6b8f9f-d4cf-492c-a2c9-996c6fdcca8c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Wed, 01 Apr 2020 13:43:31 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=1d5fb298951795712d54b2df0c89d185153c650eca2a3f79345b380a30442d23;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:13:59 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "351" ], + "Content-Length": [ "363" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb\",\"name\":\"sdkpsclustereu/sdkpowershelldb\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"properties\":{\"provisioningState\":\"Creating\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho\",\"name\":\"testclusterlbfexs/testdatabasesu8yho\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"properties\":{\"provisioningState\":\"Creating\"}}" } }, - "New-AzKustoDatabase+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/afaa764e-528c-4ea0-9e76-244ffb4a2471?api-version=2020-02-15+2": { + "New-AzKustoDatabase+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/02f3b2c5-607d-4be9-a573-e1676fc0c0bf?api-version=2020-06-14+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/afaa764e-528c-4ea0-9e76-244ffb4a2471?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/02f3b2c5-607d-4be9-a573-e1676fc0c0bf?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "129", "130" ], - "x-ms-client-request-id": [ "b0b7932a-712b-4af7-af7f-866cbdb08697", "b0b7932a-712b-4af7-af7f-866cbdb08697" ], - "CommandName": [ "New-AzKustoDatabase", "New-AzKustoDatabase" ], - "FullCommandName": [ "New-AzKustoDatabase_CreateExpanded", "New-AzKustoDatabase_CreateExpanded" ], + "x-ms-unique-id": [ "318", "319" ], + "x-ms-client-request-id": [ "89449b19-c2dc-4b24-942f-41ba6a99eb71", "89449b19-c2dc-4b24-942f-41ba6a99eb71" ], + "CommandName": [ "Az.Kusto.internal\\New-AzKustoDatabase", "Az.Kusto.internal\\New-AzKustoDatabase" ], + "FullCommandName": [ "New-AzKustoDatabase_Create", "New-AzKustoDatabase_Create" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -63,39 +56,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "b73306e6-56db-42dd-92a4-3a7b9dd56272" ], - "x-ms-correlation-request-id": [ "74d2b3a7-23c7-4d90-9952-853f464416e3" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200401T134402Z:74d2b3a7-23c7-4d90-9952-853f464416e3" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "x-ms-request-id": [ "ce5ab270-24e2-40af-8dc9-4a3b328b656c" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "f9f56ac5-6a6b-4da4-a27d-3f9b12d1d311" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001435Z:f9f56ac5-6a6b-4da4-a27d-3f9b12d1d311" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Wed, 01 Apr 2020 13:44:02 GMT" ], - "Set-Cookie": [ "ARRAffinity=9a838ce951ff4a4e588f47ec992dc9adcb73c9a40c27b5fc6f5d3195a90fb3f7;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:14:34 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "467" ], + "Content-Length": [ "496" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/afaa764e-528c-4ea0-9e76-244ffb4a2471\",\"name\":\"afaa764e-528c-4ea0-9e76-244ffb4a2471\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-01T13:43:32.3305393Z\",\"endTime\":\"2020-04-01T13:43:34.2211782Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DatabaseCreate\",\"RootActivityId\":\"429cf1dc-067b-4986-a9a1-5c9e41cf138c\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/02f3b2c5-607d-4be9-a573-e1676fc0c0bf\",\"name\":\"02f3b2c5-607d-4be9-a573-e1676fc0c0bf\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:14:00.4450235Z\",\"endTime\":\"2020-08-03T00:14:02.7108404Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DatabaseCreate\",\"RootActivityId\":\"5a0ed027-658a-4bc4-9089-5dd4f270bc5e\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" } }, - "New-AzKustoDatabase+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15+3": { + "New-AzKustoDatabase+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho?api-version=2020-06-14+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "129", "130", "131" ], - "x-ms-client-request-id": [ "b0b7932a-712b-4af7-af7f-866cbdb08697", "b0b7932a-712b-4af7-af7f-866cbdb08697", "b0b7932a-712b-4af7-af7f-866cbdb08697" ], - "CommandName": [ "New-AzKustoDatabase", "New-AzKustoDatabase", "New-AzKustoDatabase" ], - "FullCommandName": [ "New-AzKustoDatabase_CreateExpanded", "New-AzKustoDatabase_CreateExpanded", "New-AzKustoDatabase_CreateExpanded" ], + "x-ms-unique-id": [ "318", "319", "320" ], + "x-ms-client-request-id": [ "89449b19-c2dc-4b24-942f-41ba6a99eb71", "89449b19-c2dc-4b24-942f-41ba6a99eb71", "89449b19-c2dc-4b24-942f-41ba6a99eb71" ], + "CommandName": [ "Az.Kusto.internal\\New-AzKustoDatabase", "Az.Kusto.internal\\New-AzKustoDatabase", "Az.Kusto.internal\\New-AzKustoDatabase" ], + "FullCommandName": [ "New-AzKustoDatabase_Create", "New-AzKustoDatabase_Create", "New-AzKustoDatabase_Create" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -104,84 +97,198 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "b4e2d692-2d5f-42fd-b952-524490f62d87" ], - "x-ms-correlation-request-id": [ "7e36ab1d-0df0-4496-a84f-12e719720989" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200401T134403Z:7e36ab1d-0df0-4496-a84f-12e719720989" ], + "x-ms-request-id": [ "ca2a195d-382c-4aca-9f70-c307a676d4b8" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "c55d6d84-5398-48f4-8916-eb2148c88944" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001436Z:c55d6d84-5398-48f4-8916-eb2148c88944" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Wed, 01 Apr 2020 13:44:03 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=215f89ce1e3b7fe16702b151d790214d3e419a6068dd5b2f7cbbd791a4ac2087;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:14:36 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "505" ], + "Content-Length": [ "471" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb\",\"name\":\"sdkpsclustereu/sdkpowershelldb\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":false,\"softDeletePeriodInDays\":0,\"softDeletePeriod\":null,\"hotCachePeriodInDays\":0,\"hotCachePeriod\":null,\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho\",\"name\":\"testclusterlbfexs/testdatabasesu8yho\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":false,\"softDeletePeriodInDays\":0,\"hotCachePeriodInDays\":0,\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" } }, - "New-AzKustoDatabase+[NoContext]+Create+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15+1": { + "New-AzKustoDatabase+[NoContext]+CreateExpanded+$DELETE+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho?api-version=2020-06-14+4": { "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15", - "Content": "{\r\n \"kind\": \"ReadWrite\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"hotCachePeriod\": \"P2D\",\r\n \"softDeletePeriod\": \"P4D\"\r\n }\r\n}", + "Method": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho?api-version=2020-06-14", + "Content": null, "Headers": { - "x-ms-unique-id": [ "582" ], - "x-ms-client-request-id": [ "8adf3c4a-0fd6-44e1-b819-2125295642e7" ], - "CommandName": [ "New-AzKustoDatabase" ], - "FullCommandName": [ "New-AzKustoDatabase_Create" ], + "x-ms-unique-id": [ "321" ], + "x-ms-client-request-id": [ "7851eabc-56dc-4dc0-9d62-e30aa1bdd7a2" ], + "CommandName": [ "Remove-AzKustoDatabase" ], + "FullCommandName": [ "Remove-AzKustoDatabase_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "115" ] } }, "Response": { - "StatusCode": 201, + "StatusCode": 202, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/b6c004b0-aa7c-46bd-bfb6-a19184dc8d83?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/b6c004b0-aa7c-46bd-bfb6-a19184dc8d83?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14994" ], + "x-ms-request-id": [ "52920e81-f3dc-4ea7-bec9-4edc5cc5ed42" ], + "x-ms-correlation-request-id": [ "52920e81-f3dc-4ea7-bec9-4edc5cc5ed42" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001440Z:52920e81-f3dc-4ea7-bec9-4edc5cc5ed42" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:14:40 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "New-AzKustoDatabase+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/b6c004b0-aa7c-46bd-bfb6-a19184dc8d83?api-version=2020-06-14+5": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/b6c004b0-aa7c-46bd-bfb6-a19184dc8d83?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "321", "322" ], + "x-ms-client-request-id": [ "7851eabc-56dc-4dc0-9d62-e30aa1bdd7a2", "7851eabc-56dc-4dc0-9d62-e30aa1bdd7a2" ], + "CommandName": [ "Remove-AzKustoDatabase", "Remove-AzKustoDatabase" ], + "FullCommandName": [ "Remove-AzKustoDatabase_Delete", "Remove-AzKustoDatabase_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "d5c380e6-47f2-43e0-bd47-e072689a7943" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/a54811e6-343e-49b2-bed4-5f2ffe6bd6b4?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "199" ], - "x-ms-correlation-request-id": [ "2e658de8-3f63-42e8-9d93-122c0d80b31c" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T210411Z:2e658de8-3f63-42e8-9d93-122c0d80b31c" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], + "x-ms-request-id": [ "0c7f29b6-d114-4c22-b921-fd3764027942" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "1d021149-bc1b-43ee-af1b-db73a245fb85" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001515Z:1d021149-bc1b-43ee-af1b-db73a245fb85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:15:15 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "496" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/b6c004b0-aa7c-46bd-bfb6-a19184dc8d83\",\"name\":\"b6c004b0-aa7c-46bd-bfb6-a19184dc8d83\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:14:40.7608803Z\",\"endTime\":\"2020-08-03T00:14:47.6208264Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DatabaseDelete\",\"RootActivityId\":\"5d5ddf83-abc9-45a0-8082-4c6d4223836e\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "New-AzKustoDatabase+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/b6c004b0-aa7c-46bd-bfb6-a19184dc8d83?api-version=2020-06-14\u0026operationResultResponseType=Location+6": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/b6c004b0-aa7c-46bd-bfb6-a19184dc8d83?api-version=2020-06-14\u0026operationResultResponseType=Location", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "321", "322", "323" ], + "x-ms-client-request-id": [ "7851eabc-56dc-4dc0-9d62-e30aa1bdd7a2", "7851eabc-56dc-4dc0-9d62-e30aa1bdd7a2", "7851eabc-56dc-4dc0-9d62-e30aa1bdd7a2" ], + "CommandName": [ "Remove-AzKustoDatabase", "Remove-AzKustoDatabase", "Remove-AzKustoDatabase" ], + "FullCommandName": [ "Remove-AzKustoDatabase_Delete", "Remove-AzKustoDatabase_Delete", "Remove-AzKustoDatabase_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 21:04:11 GMT" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "5d444af8-f4f8-4944-bd47-a660bcd3a6cf" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], + "x-ms-correlation-request-id": [ "cbe2a541-b3a4-449d-a4f1-23b27de441fb" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001516Z:cbe2a541-b3a4-449d-a4f1-23b27de441fb" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:15:15 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "New-AzKustoDatabase+[NoContext]+Create+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaser4qwo8?api-version=2020-06-14+1": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaser4qwo8?api-version=2020-06-14", + "Content": "{\r\n \"kind\": \"ReadWrite\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"hotCachePeriod\": \"P2D\"\r\n }\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "107" ] + } + }, + "Response": { + "StatusCode": 201, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "x-ms-request-id": [ "f071868f-227d-4a28-a452-0e5b70f8cce0" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/d8e793a2-7410-4216-a60c-5720fde89135?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "195" ], + "x-ms-correlation-request-id": [ "5e1bc787-287a-4986-bb75-5630f9896391" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001518Z:5e1bc787-287a-4986-bb75-5630f9896391" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:15:17 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "399" ], + "Content-Length": [ "386" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb\",\"name\":\"sdkpsclustereu/sdkpowershelldb\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"properties\":{\"hotCachePeriod\":\"P2D\",\"softDeletePeriod\":\"P4D\",\"provisioningState\":\"Creating\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaser4qwo8\",\"name\":\"testclusterlbfexs/testdatabaser4qwo8\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"properties\":{\"hotCachePeriod\":\"P2D\",\"provisioningState\":\"Creating\"}}" } }, - "New-AzKustoDatabase+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/a54811e6-343e-49b2-bed4-5f2ffe6bd6b4?api-version=2020-02-15+2": { + "New-AzKustoDatabase+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/d8e793a2-7410-4216-a60c-5720fde89135?api-version=2020-06-14+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/a54811e6-343e-49b2-bed4-5f2ffe6bd6b4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/d8e793a2-7410-4216-a60c-5720fde89135?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "582", "583" ], - "x-ms-client-request-id": [ "8adf3c4a-0fd6-44e1-b819-2125295642e7", "8adf3c4a-0fd6-44e1-b819-2125295642e7" ], - "CommandName": [ "New-AzKustoDatabase", "New-AzKustoDatabase" ], + "x-ms-unique-id": [ "324", "325" ], + "x-ms-client-request-id": [ "a8e9571f-db3f-4b5c-ae28-5e32fc877f6a", "a8e9571f-db3f-4b5c-ae28-5e32fc877f6a" ], + "CommandName": [ "Az.Kusto.internal\\New-AzKustoDatabase", "Az.Kusto.internal\\New-AzKustoDatabase" ], "FullCommandName": [ "New-AzKustoDatabase_Create", "New-AzKustoDatabase_Create" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -190,39 +297,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "546c2e5a-59b6-408c-8d02-6cc441e7276d" ], - "x-ms-correlation-request-id": [ "3974feff-335b-45b8-aeca-c5d54220849f" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T210442Z:3974feff-335b-45b8-aeca-c5d54220849f" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "x-ms-request-id": [ "413877cd-caa6-4d46-b7eb-36c6870c1156" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "1a5983f0-4024-43c9-8651-a87869f8c25f" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001553Z:1a5983f0-4024-43c9-8651-a87869f8c25f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 21:04:41 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:15:53 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "467" ], + "Content-Length": [ "496" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/a54811e6-343e-49b2-bed4-5f2ffe6bd6b4\",\"name\":\"a54811e6-343e-49b2-bed4-5f2ffe6bd6b4\",\"status\":\"Succeeded\",\"startTime\":\"2020-03-29T21:04:11.8865911Z\",\"endTime\":\"2020-03-29T21:04:14.8256723Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DatabaseCreate\",\"RootActivityId\":\"e2d511b5-c4a5-4fd1-a064-6f28925e63a0\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/d8e793a2-7410-4216-a60c-5720fde89135\",\"name\":\"d8e793a2-7410-4216-a60c-5720fde89135\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:15:18.3265003Z\",\"endTime\":\"2020-08-03T00:15:20.4829274Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DatabaseCreate\",\"RootActivityId\":\"682813f3-73b8-4148-925a-75e011ac998b\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" } }, - "New-AzKustoDatabase+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15+3": { + "New-AzKustoDatabase+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaser4qwo8?api-version=2020-06-14+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaser4qwo8?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "582", "583", "584" ], - "x-ms-client-request-id": [ "8adf3c4a-0fd6-44e1-b819-2125295642e7", "8adf3c4a-0fd6-44e1-b819-2125295642e7", "8adf3c4a-0fd6-44e1-b819-2125295642e7" ], - "CommandName": [ "New-AzKustoDatabase", "New-AzKustoDatabase", "New-AzKustoDatabase" ], + "x-ms-unique-id": [ "324", "325", "326" ], + "x-ms-client-request-id": [ "a8e9571f-db3f-4b5c-ae28-5e32fc877f6a", "a8e9571f-db3f-4b5c-ae28-5e32fc877f6a", "a8e9571f-db3f-4b5c-ae28-5e32fc877f6a" ], + "CommandName": [ "Az.Kusto.internal\\New-AzKustoDatabase", "Az.Kusto.internal\\New-AzKustoDatabase", "Az.Kusto.internal\\New-AzKustoDatabase" ], "FullCommandName": [ "New-AzKustoDatabase_Create", "New-AzKustoDatabase_Create", "New-AzKustoDatabase_Create" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -231,26 +338,147 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "3d9a667a-1b7a-4124-a6bd-52d297d60f72" ], - "x-ms-correlation-request-id": [ "cf40b8db-b61d-4fdc-8aa2-1e07834d21c8" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T210443Z:cf40b8db-b61d-4fdc-8aa2-1e07834d21c8" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], + "x-ms-request-id": [ "bc824816-e2cd-4169-9501-8ff9d16568e1" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "7eb6389c-9e85-4c01-a552-6564acf2d2d8" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001556Z:7eb6389c-9e85-4c01-a552-6564acf2d2d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:15:56 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "494" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaser4qwo8\",\"name\":\"testclusterlbfexs/testdatabaser4qwo8\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":false,\"softDeletePeriodInDays\":0,\"hotCachePeriodInDays\":2,\"hotCachePeriod\":\"P2D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" + } + }, + "New-AzKustoDatabase+[NoContext]+Create+$DELETE+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaser4qwo8?api-version=2020-06-14+4": { + "Request": { + "Method": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaser4qwo8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "327" ], + "x-ms-client-request-id": [ "56bc73f5-0548-45c2-bd9a-5685a3320ec0" ], + "CommandName": [ "Remove-AzKustoDatabase" ], + "FullCommandName": [ "Remove-AzKustoDatabase_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 202, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 21:04:43 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/37342ceb-2132-4f1d-b9ca-1deb47b9e8ae?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/37342ceb-2132-4f1d-b9ca-1deb47b9e8ae?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14993" ], + "x-ms-request-id": [ "1618db07-3995-4c86-b1b1-94bc74336822" ], + "x-ms-correlation-request-id": [ "1618db07-3995-4c86-b1b1-94bc74336822" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001558Z:1618db07-3995-4c86-b1b1-94bc74336822" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:15:58 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "507" ], + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "New-AzKustoDatabase+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/37342ceb-2132-4f1d-b9ca-1deb47b9e8ae?api-version=2020-06-14+5": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/37342ceb-2132-4f1d-b9ca-1deb47b9e8ae?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "327", "328" ], + "x-ms-client-request-id": [ "56bc73f5-0548-45c2-bd9a-5685a3320ec0", "56bc73f5-0548-45c2-bd9a-5685a3320ec0" ], + "CommandName": [ "Remove-AzKustoDatabase", "Remove-AzKustoDatabase" ], + "FullCommandName": [ "Remove-AzKustoDatabase_Delete", "Remove-AzKustoDatabase_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-request-id": [ "5d836028-bc5e-4b32-9ee3-016c0fb5cc9a" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "7f4e054d-9cfe-4653-aba8-8c843717a686" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001633Z:7f4e054d-9cfe-4653-aba8-8c843717a686" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:16:32 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "495" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb\",\"name\":\"sdkpsclustereu/sdkpowershelldb\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":false,\"softDeletePeriodInDays\":4,\"softDeletePeriod\":\"P4D\",\"hotCachePeriodInDays\":2,\"hotCachePeriod\":\"P2D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/37342ceb-2132-4f1d-b9ca-1deb47b9e8ae\",\"name\":\"37342ceb-2132-4f1d-b9ca-1deb47b9e8ae\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:15:58.4548334Z\",\"endTime\":\"2020-08-03T00:16:01.095675Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DatabaseDelete\",\"RootActivityId\":\"6eb9317b-97cd-456f-8f02-4f5253c9df57\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "New-AzKustoDatabase+[NoContext]+Create+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/37342ceb-2132-4f1d-b9ca-1deb47b9e8ae?api-version=2020-06-14\u0026operationResultResponseType=Location+6": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/37342ceb-2132-4f1d-b9ca-1deb47b9e8ae?api-version=2020-06-14\u0026operationResultResponseType=Location", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "327", "328", "329" ], + "x-ms-client-request-id": [ "56bc73f5-0548-45c2-bd9a-5685a3320ec0", "56bc73f5-0548-45c2-bd9a-5685a3320ec0", "56bc73f5-0548-45c2-bd9a-5685a3320ec0" ], + "CommandName": [ "Remove-AzKustoDatabase", "Remove-AzKustoDatabase", "Remove-AzKustoDatabase" ], + "FullCommandName": [ "Remove-AzKustoDatabase_Delete", "Remove-AzKustoDatabase_Delete", "Remove-AzKustoDatabase_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "01b59261-f4c9-455e-ba0b-a61c955891c5" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-correlation-request-id": [ "5097f7d2-a28d-4564-9201-2391eb228ce8" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001634Z:5097f7d2-a28d-4564-9201-2391eb228ce8" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:16:34 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null } } } \ No newline at end of file diff --git a/src/Kusto/test/New-AzKustoDatabase.Tests.ps1 b/src/Kusto/test/New-AzKustoDatabase.Tests.ps1 index 7ed57e3cf9cb..ba174036a6ec 100644 --- a/src/Kusto/test/New-AzKustoDatabase.Tests.ps1 +++ b/src/Kusto/test/New-AzKustoDatabase.Tests.ps1 @@ -7,7 +7,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzKustoDatabase.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -15,18 +15,21 @@ while(-not $mockingPath) { Describe 'New-AzKustoDatabase' { It 'CreateExpanded' { - $databaseFullName = $env.clusterName + "/" + $env.databaseName + $name = "testdatabase" + $env.rstr4 + $databaseFullName = $env.clusterName + "/" + $name - $databaseCreated = New-AzKustoDatabase -ResourceGroupName $env.resourceGroupName -ClusterName $env.clusterName -Name $env.databaseName -Kind ReadWrite -Location $env.location + $databaseCreated = New-AzKustoDatabase -ResourceGroupName $env.resourceGroupName -ClusterName $env.clusterName -Name $name -Kind ReadWrite -Location $env.location Validate_Database $databaseCreated $databaseFullName $env.location $env.databaseType $null $null + { Remove-AzKustoDatabase -ResourceGroupName $env.resourceGroupName -ClusterName $env.clusterName -Name $name } | Should -Not -Throw } It 'Create' { - $softDeletePeriodInDays = Get-Soft-Delete-Period-In-Days - $hotCachePeriodInDays = Get-Hot-Cache-Period-In-Days - $databaseFullName = $env.clusterName + "/" + $env.databaseName + $hotCachePeriodInDays = Get-Hot-Cache-Period-In-Days + $name = "testdatabase" + $env.rstr5 + $databaseFullName = $env.clusterName + "/" + $name - $databaseCreated = New-AzKustoDatabase -ResourceGroupName $env.resourceGroupName -ClusterName $env.clusterName -Name $env.databaseName -Location $env.location -Kind "ReadOnly" -SoftDeletePeriod $softDeletePeriodInDays -HotCachePeriod $hotCachePeriodInDays - Validate_Database $databaseCreated $databaseFullName $env.location $env.databaseType $softDeletePeriodInDays $hotCachePeriodInDays + $databaseCreated = New-AzKustoDatabase -ResourceGroupName $env.resourceGroupName -ClusterName $env.clusterName -Name $name -Location $env.location -Kind ReadWrite -HotCachePeriod $hotCachePeriodInDays + Validate_Database $databaseCreated $databaseFullName $env.location $env.databaseType $null $hotCachePeriodInDays + { Remove-AzKustoDatabase -ResourceGroupName $env.resourceGroupName -ClusterName $env.clusterName -Name $name } | Should -Not -Throw } } diff --git a/src/Kusto/test/New-AzKustoDatabasePrincipalAssignment.Recording.json b/src/Kusto/test/New-AzKustoDatabasePrincipalAssignment.Recording.json index c6b57012b709..0005f1a90daa 100644 --- a/src/Kusto/test/New-AzKustoDatabasePrincipalAssignment.Recording.json +++ b/src/Kusto/test/New-AzKustoDatabasePrincipalAssignment.Recording.json @@ -1,17 +1,10 @@ { - "New-AzKustoDatabasePrincipalAssignment+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/PrincipalAssignments/principalassignment1?api-version=2020-02-15+1": { + "New-AzKustoDatabasePrincipalAssignment+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/PrincipalAssignments/principalassignment1?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14", "Content": "{\r\n \"properties\": {\r\n \"principalId\": \"e60fe5c8-d6a5-4dee-b382-fb4502588dd0\",\r\n \"principalType\": \"App\",\r\n \"role\": \"Viewer\"\r\n }\r\n}", "Headers": { - "x-ms-unique-id": [ "277" ], - "x-ms-client-request-id": [ "2a1813c6-7114-4f5b-9053-bd0384d5b82f" ], - "CommandName": [ "New-AzKustoDatabasePrincipalAssignment" ], - "FullCommandName": [ "New-AzKustoDatabasePrincipalAssignment_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -21,40 +14,40 @@ "Response": { "StatusCode": 201, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "927c34cc-0bf4-468f-b5ec-03d3fb49dabb" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/99f492bf-aab4-4868-a5f1-4b5a9921c5b8?api-version=2020-02-15" ], + "ETag": [ "\"\"" ], + "x-ms-request-id": [ "fa6a0d7f-9903-4291-838d-4848862bdbdc" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e1518e16-a307-4a69-b3b1-4edba1860479?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "199" ], - "x-ms-correlation-request-id": [ "e6c48339-8d94-44ed-9859-7c0fafceae40" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200402T155258Z:e6c48339-8d94-44ed-9859-7c0fafceae40" ], + "x-ms-correlation-request-id": [ "30b88dda-e35d-4b06-b5e0-5adfec1c95d8" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001645Z:30b88dda-e35d-4b06-b5e0-5adfec1c95d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 02 Apr 2020 15:52:58 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=9a838ce951ff4a4e588f47ec992dc9adcb73c9a40c27b5fc6f5d3195a90fb3f7;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:16:44 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "486" ], + "Content-Length": [ "498" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/PrincipalAssignments/principalassignment1\",\"name\":\"sdkpsclustereu/sdkpowershelldb/principalassignment1\",\"type\":\"Microsoft.Kusto/Clusters/Databases/PrincipalAssignments\",\"etag\":\"\\\"\\\"\",\"properties\":{\"principalId\":\"e60fe5c8-d6a5-4dee-b382-fb4502588dd0\",\"principalType\":\"App\",\"role\":\"Viewer\",\"provisioningState\":\"Creating\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/PrincipalAssignments/principalassignment1\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/principalassignment1\",\"type\":\"Microsoft.Kusto/Clusters/Databases/PrincipalAssignments\",\"etag\":\"\\\"\\\"\",\"properties\":{\"principalId\":\"e60fe5c8-d6a5-4dee-b382-fb4502588dd0\",\"principalType\":\"App\",\"role\":\"Viewer\",\"provisioningState\":\"Creating\"}}" } }, - "New-AzKustoDatabasePrincipalAssignment+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/99f492bf-aab4-4868-a5f1-4b5a9921c5b8?api-version=2020-02-15+2": { + "New-AzKustoDatabasePrincipalAssignment+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e1518e16-a307-4a69-b3b1-4edba1860479?api-version=2020-06-14+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/99f492bf-aab4-4868-a5f1-4b5a9921c5b8?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e1518e16-a307-4a69-b3b1-4edba1860479?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "277", "278" ], - "x-ms-client-request-id": [ "2a1813c6-7114-4f5b-9053-bd0384d5b82f", "2a1813c6-7114-4f5b-9053-bd0384d5b82f" ], + "x-ms-unique-id": [ "330", "331" ], + "x-ms-client-request-id": [ "7a8d5d46-fe04-4e76-ac0a-5ed7d8f352a4", "7a8d5d46-fe04-4e76-ac0a-5ed7d8f352a4" ], "CommandName": [ "New-AzKustoDatabasePrincipalAssignment", "New-AzKustoDatabasePrincipalAssignment" ], "FullCommandName": [ "New-AzKustoDatabasePrincipalAssignment_CreateExpanded", "New-AzKustoDatabasePrincipalAssignment_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -63,39 +56,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "42f03853-cec5-4aef-b56f-6be7fa6132cd" ], - "x-ms-correlation-request-id": [ "aab3c1e0-5c9b-4a27-8056-5220c2f63e14" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200402T155328Z:aab3c1e0-5c9b-4a27-8056-5220c2f63e14" ], + "x-ms-correlation-request-id": [ "1ff72e1f-b0eb-44d8-8d5d-f0f2209cf908" ], + "x-ms-request-id": [ "e5cc29da-e804-42ba-9156-d1b0522f2bd4" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001720Z:1ff72e1f-b0eb-44d8-8d5d-f0f2209cf908" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 02 Apr 2020 15:53:28 GMT" ], - "Set-Cookie": [ "ARRAffinity=ad966661f28345a7a82e0f5252ddeee3454342c1fc885732f7b3a5976e5da774;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:17:20 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "474" ], + "Content-Length": [ "503" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/99f492bf-aab4-4868-a5f1-4b5a9921c5b8\",\"name\":\"99f492bf-aab4-4868-a5f1-4b5a9921c5b8\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-02T15:52:57.9960113Z\",\"endTime\":\"2020-04-02T15:52:58.1209476Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DatabaseAddPrincipals\",\"RootActivityId\":\"9bff7d5e-5022-458c-b25a-70112cf0b746\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/e1518e16-a307-4a69-b3b1-4edba1860479\",\"name\":\"e1518e16-a307-4a69-b3b1-4edba1860479\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:16:45.3806086Z\",\"endTime\":\"2020-08-03T00:16:48.5371156Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DatabaseAddPrincipals\",\"RootActivityId\":\"760a8218-05fe-4ca1-b01b-7b3318f66776\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" } }, - "New-AzKustoDatabasePrincipalAssignment+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/PrincipalAssignments/principalassignment1?api-version=2020-02-15+3": { + "New-AzKustoDatabasePrincipalAssignment+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/PrincipalAssignments/principalassignment1?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "277", "278", "279" ], - "x-ms-client-request-id": [ "2a1813c6-7114-4f5b-9053-bd0384d5b82f", "2a1813c6-7114-4f5b-9053-bd0384d5b82f", "2a1813c6-7114-4f5b-9053-bd0384d5b82f" ], + "x-ms-unique-id": [ "330", "331", "332" ], + "x-ms-client-request-id": [ "7a8d5d46-fe04-4e76-ac0a-5ed7d8f352a4", "7a8d5d46-fe04-4e76-ac0a-5ed7d8f352a4", "7a8d5d46-fe04-4e76-ac0a-5ed7d8f352a4" ], "CommandName": [ "New-AzKustoDatabasePrincipalAssignment", "New-AzKustoDatabasePrincipalAssignment", "New-AzKustoDatabasePrincipalAssignment" ], "FullCommandName": [ "New-AzKustoDatabasePrincipalAssignment_CreateExpanded", "New-AzKustoDatabasePrincipalAssignment_CreateExpanded", "New-AzKustoDatabasePrincipalAssignment_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -104,26 +97,147 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "6f0b0d8b-68cd-48e8-b16b-dae5e756d9c4" ], - "x-ms-correlation-request-id": [ "d47baae6-4145-470e-9dd5-7cb19f61ed80" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200402T155328Z:d47baae6-4145-470e-9dd5-7cb19f61ed80" ], + "x-ms-request-id": [ "262a4dd6-556e-4d81-83aa-09019d239cf5" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "eb669370-5dcb-4e80-a98f-31f865edaac5" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001725Z:eb669370-5dcb-4e80-a98f-31f865edaac5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:17:24 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "616" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/PrincipalAssignments/principalassignment1\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/principalassignment1\",\"type\":\"Microsoft.Kusto/Clusters/Databases/PrincipalAssignments\",\"etag\":\"\\\"\\\"\",\"tags\":{},\"properties\":{\"principalId\":\"e60fe5c8-d6a5-4dee-b382-fb4502588dd0\",\"role\":\"Viewer\",\"principalType\":\"App\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"tenantName\":\"Microsoft\",\"principalName\":\"lugoldbekusto\",\"provisioningState\":\"Succeeded\"}}" + } + }, + "New-AzKustoDatabasePrincipalAssignment+[NoContext]+CreateExpanded+$DELETE+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14+4": { + "Request": { + "Method": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "333" ], + "x-ms-client-request-id": [ "9e1dbf52-1a63-4b1c-80fe-a84ad201bdc9" ], + "CommandName": [ "Remove-AzKustoDatabasePrincipalAssignment" ], + "FullCommandName": [ "Remove-AzKustoDatabasePrincipalAssignment_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 202, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 02 Apr 2020 15:53:28 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=4bb1416c4d9382a93b901692113c112c880e463b99069071d83beefe042ed576;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/3f57e98a-aee0-446c-b46d-ded653750419?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/3f57e98a-aee0-446c-b46d-ded653750419?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14992" ], + "x-ms-request-id": [ "9cee9e15-b9ae-4265-a1c8-a19f73ff2610" ], + "x-ms-correlation-request-id": [ "9cee9e15-b9ae-4265-a1c8-a19f73ff2610" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001728Z:9cee9e15-b9ae-4265-a1c8-a19f73ff2610" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:17:27 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "New-AzKustoDatabasePrincipalAssignment+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/3f57e98a-aee0-446c-b46d-ded653750419?api-version=2020-06-14+5": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/3f57e98a-aee0-446c-b46d-ded653750419?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "333", "334" ], + "x-ms-client-request-id": [ "9e1dbf52-1a63-4b1c-80fe-a84ad201bdc9", "9e1dbf52-1a63-4b1c-80fe-a84ad201bdc9" ], + "CommandName": [ "Remove-AzKustoDatabasePrincipalAssignment", "Remove-AzKustoDatabasePrincipalAssignment" ], + "FullCommandName": [ "Remove-AzKustoDatabasePrincipalAssignment_Delete", "Remove-AzKustoDatabasePrincipalAssignment_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-request-id": [ "39eb1f3d-21df-49ca-ac8f-e7f072225e69" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "94b0a4a9-f9e1-4723-b10e-d1efe439a5f4" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001801Z:94b0a4a9-f9e1-4723-b10e-d1efe439a5f4" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:18:00 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "604" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/PrincipalAssignments/principalassignment1\",\"name\":\"sdkpsclustereu/sdkpowershelldb/principalassignment1\",\"type\":\"Microsoft.Kusto/Clusters/Databases/PrincipalAssignments\",\"etag\":\"\\\"\\\"\",\"tags\":{},\"properties\":{\"principalId\":\"e60fe5c8-d6a5-4dee-b382-fb4502588dd0\",\"role\":\"Viewer\",\"principalType\":\"App\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"tenantName\":\"Microsoft\",\"principalName\":\"lugoldbekusto\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/3f57e98a-aee0-446c-b46d-ded653750419\",\"name\":\"3f57e98a-aee0-446c-b46d-ded653750419\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:17:28.0716782Z\",\"endTime\":\"2020-08-03T00:17:28.4623322Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DatabaseDropPrincipals\",\"RootActivityId\":\"585bd1c1-ee9c-4868-bf32-b38cf5f2d262\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "New-AzKustoDatabasePrincipalAssignment+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/3f57e98a-aee0-446c-b46d-ded653750419?api-version=2020-06-14\u0026operationResultResponseType=Location+6": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/3f57e98a-aee0-446c-b46d-ded653750419?api-version=2020-06-14\u0026operationResultResponseType=Location", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "333", "334", "335" ], + "x-ms-client-request-id": [ "9e1dbf52-1a63-4b1c-80fe-a84ad201bdc9", "9e1dbf52-1a63-4b1c-80fe-a84ad201bdc9", "9e1dbf52-1a63-4b1c-80fe-a84ad201bdc9" ], + "CommandName": [ "Remove-AzKustoDatabasePrincipalAssignment", "Remove-AzKustoDatabasePrincipalAssignment", "Remove-AzKustoDatabasePrincipalAssignment" ], + "FullCommandName": [ "Remove-AzKustoDatabasePrincipalAssignment_Delete", "Remove-AzKustoDatabasePrincipalAssignment_Delete", "Remove-AzKustoDatabasePrincipalAssignment_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "8a12d451-660b-499e-9fea-5dcdc5dd3029" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "x-ms-correlation-request-id": [ "2e747e78-472a-4d22-828a-d983a78af5c8" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T001801Z:2e747e78-472a-4d22-828a-d983a78af5c8" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:18:00 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null } } } \ No newline at end of file diff --git a/src/Kusto/test/New-AzKustoDatabasePrincipalAssignment.Tests.ps1 b/src/Kusto/test/New-AzKustoDatabasePrincipalAssignment.Tests.ps1 index 22d1a3763602..9fd89c1729f8 100644 --- a/src/Kusto/test/New-AzKustoDatabasePrincipalAssignment.Tests.ps1 +++ b/src/Kusto/test/New-AzKustoDatabasePrincipalAssignment.Tests.ps1 @@ -18,13 +18,14 @@ Describe 'New-AzKustoDatabasePrincipalAssignment' { $resourceGroupName = $env.resourceGroupName $clusterName = $env.clusterName $databaseName = $env.databaseName - $principalAssignmentName = $env.principalAssignmentName - $principalId = $env.principalId + $principalAssignmentName = $env.principalAssignmentName1 + $principalId = $env.principalId1 $role = $env.databasePrincipalRole $principalType = $env.principalType $principalAssignmentFullName = "$clusterName/$databaseName/$principalAssignmentName" $principalAssignment = New-AzKustoDatabasePrincipalAssignment -ResourceGroupName $resourceGroupName -ClusterName $clusterName -PrincipalAssignmentName $principalAssignmentName -DatabaseName $databaseName -PrincipalId $principalId -PrincipalType $principalType -Role $role Validate_PrincipalAssignment $principalAssignment $principalAssignmentFullName $principalId $principalType $role + { Remove-AzKustoDatabasePrincipalAssignment -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -PrincipalAssignmentName $principalAssignmentName } | Should -Not -Throw } } diff --git a/src/Kusto/test/Remove-AzKustoAttachedDatabaseConfiguration.Recording.json b/src/Kusto/test/Remove-AzKustoAttachedDatabaseConfiguration.Recording.json index 46ff0b870eb0..617278f2f8ce 100644 --- a/src/Kusto/test/Remove-AzKustoAttachedDatabaseConfiguration.Recording.json +++ b/src/Kusto/test/Remove-AzKustoAttachedDatabaseConfiguration.Recording.json @@ -1,16 +1,256 @@ { - "Remove-AzKustoAttachedDatabaseConfiguration+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf/AttachedDatabaseConfigurations/sdkpowershellfconfig?api-version=2020-02-15+1": { + "Remove-AzKustoAttachedDatabaseConfiguration+[NoContext]+Delete+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaser4qwo8?api-version=2020-06-14+1": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaser4qwo8?api-version=2020-06-14", + "Content": "{\r\n \"kind\": \"ReadWrite\",\r\n \"location\": \"East US\"\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "53" ] + } + }, + "Response": { + "StatusCode": 201, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], + "x-ms-request-id": [ "59ef56e2-3461-4ef5-ac3c-61eddc946b22" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/27b712cd-2530-4c6e-9f2a-18af0ca27c9f?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "194" ], + "x-ms-correlation-request-id": [ "fa2f390c-7cff-41ad-bb69-b08bfde7029d" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002225Z:fa2f390c-7cff-41ad-bb69-b08bfde7029d" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:22:25 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "363" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaser4qwo8\",\"name\":\"testclusterlbfexs/testdatabaser4qwo8\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"properties\":{\"provisioningState\":\"Creating\"}}" + } + }, + "Remove-AzKustoAttachedDatabaseConfiguration+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/27b712cd-2530-4c6e-9f2a-18af0ca27c9f?api-version=2020-06-14+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/27b712cd-2530-4c6e-9f2a-18af0ca27c9f?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "355", "356" ], + "x-ms-client-request-id": [ "1cea24f6-edaf-48eb-87da-ea66cbcdcc7b", "1cea24f6-edaf-48eb-87da-ea66cbcdcc7b" ], + "CommandName": [ "Az.Kusto.internal\\New-AzKustoDatabase", "Az.Kusto.internal\\New-AzKustoDatabase" ], + "FullCommandName": [ "New-AzKustoDatabase_Create", "New-AzKustoDatabase_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-correlation-request-id": [ "ce70867f-e7c2-4b0c-ad05-a4284a862333" ], + "x-ms-request-id": [ "13b9dd09-2a91-42e4-85f3-4cd7c0cdb1ca" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002256Z:ce70867f-e7c2-4b0c-ad05-a4284a862333" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:22:56 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "496" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/27b712cd-2530-4c6e-9f2a-18af0ca27c9f\",\"name\":\"27b712cd-2530-4c6e-9f2a-18af0ca27c9f\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:22:24.9006743Z\",\"endTime\":\"2020-08-03T00:22:26.3226758Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DatabaseCreate\",\"RootActivityId\":\"2bfc9b02-e327-493c-981d-0ca3aace71b1\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "Remove-AzKustoAttachedDatabaseConfiguration+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaser4qwo8?api-version=2020-06-14+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaser4qwo8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "355", "356", "357" ], + "x-ms-client-request-id": [ "1cea24f6-edaf-48eb-87da-ea66cbcdcc7b", "1cea24f6-edaf-48eb-87da-ea66cbcdcc7b", "1cea24f6-edaf-48eb-87da-ea66cbcdcc7b" ], + "CommandName": [ "Az.Kusto.internal\\New-AzKustoDatabase", "Az.Kusto.internal\\New-AzKustoDatabase", "Az.Kusto.internal\\New-AzKustoDatabase" ], + "FullCommandName": [ "New-AzKustoDatabase_Create", "New-AzKustoDatabase_Create", "New-AzKustoDatabase_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], + "x-ms-request-id": [ "229eb743-6b4e-4fc8-b0c6-42cf3dd5321d" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "a7bacef4-70e4-4961-9a3a-2aaf0e54d86a" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002257Z:a7bacef4-70e4-4961-9a3a-2aaf0e54d86a" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:22:56 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "471" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaser4qwo8\",\"name\":\"testclusterlbfexs/testdatabaser4qwo8\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":false,\"softDeletePeriodInDays\":0,\"hotCachePeriodInDays\":0,\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" + } + }, + "Remove-AzKustoAttachedDatabaseConfiguration+[NoContext]+Delete+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfr4qwo8?api-version=2020-06-14+4": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfr4qwo8?api-version=2020-06-14", + "Content": "{\r\n \"properties\": {\r\n \"clusterResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\r\n \"databaseName\": \"testdatabaser4qwo8\",\r\n \"defaultPrincipalsModificationKind\": \"Union\"\r\n },\r\n \"location\": \"East US\"\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "312" ] + } + }, + "Response": { + "StatusCode": 201, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], + "x-ms-request-id": [ "dcfc62e6-f572-412c-b4d8-d5a4e8fe8c30" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/007948af-6a79-439c-99fb-afa2053dfddd?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "196" ], + "x-ms-correlation-request-id": [ "686400f6-2308-40a8-af5e-66e701d26a29" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002258Z:686400f6-2308-40a8-af5e-66e701d26a29" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:22:57 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "622" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfr4qwo8\",\"name\":\"testfclusterbgiwc7/testdbconfr4qwo8\",\"type\":\"Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"properties\":{\"clusterResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\"databaseName\":\"testdatabaser4qwo8\",\"defaultPrincipalsModificationKind\":\"Union\",\"provisioningState\":\"Creating\"}}" + } + }, + "Remove-AzKustoAttachedDatabaseConfiguration+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/007948af-6a79-439c-99fb-afa2053dfddd?api-version=2020-06-14+5": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/007948af-6a79-439c-99fb-afa2053dfddd?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "358", "359" ], + "x-ms-client-request-id": [ "8ad33de8-dd08-44b5-a3fc-7b186f67807e", "8ad33de8-dd08-44b5-a3fc-7b186f67807e" ], + "CommandName": [ "New-AzKustoAttachedDatabaseConfiguration", "New-AzKustoAttachedDatabaseConfiguration" ], + "FullCommandName": [ "New-AzKustoAttachedDatabaseConfiguration_CreateExpanded", "New-AzKustoAttachedDatabaseConfiguration_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "x-ms-request-id": [ "1efab69a-ae47-4884-aed9-d19f37bef079" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "8450b079-d18c-48fa-b18c-751f3dda635c" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002328Z:8450b079-d18c-48fa-b18c-751f3dda635c" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:23:27 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "502" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/007948af-6a79-439c-99fb-afa2053dfddd\",\"name\":\"007948af-6a79-439c-99fb-afa2053dfddd\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:22:58.1915634Z\",\"endTime\":\"2020-08-03T00:23:00.70768Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"FollowerDatabaseCreate\",\"RootActivityId\":\"b6c3e91e-9005-451e-853d-1f6cbe5286fa\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "Remove-AzKustoAttachedDatabaseConfiguration+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfr4qwo8?api-version=2020-06-14+6": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfr4qwo8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "358", "359", "360" ], + "x-ms-client-request-id": [ "8ad33de8-dd08-44b5-a3fc-7b186f67807e", "8ad33de8-dd08-44b5-a3fc-7b186f67807e", "8ad33de8-dd08-44b5-a3fc-7b186f67807e" ], + "CommandName": [ "New-AzKustoAttachedDatabaseConfiguration", "New-AzKustoAttachedDatabaseConfiguration", "New-AzKustoAttachedDatabaseConfiguration" ], + "FullCommandName": [ "New-AzKustoAttachedDatabaseConfiguration_CreateExpanded", "New-AzKustoAttachedDatabaseConfiguration_CreateExpanded", "New-AzKustoAttachedDatabaseConfiguration_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], + "x-ms-request-id": [ "e07eddcd-510f-4534-8618-3aacccdc28be" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "cf7d4a47-d582-44a1-a051-6ae3f43c6c2f" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002328Z:cf7d4a47-d582-44a1-a051-6ae3f43c6c2f" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:23:28 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "680" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfr4qwo8\",\"name\":\"testfclusterbgiwc7/testdbconfr4qwo8\",\"type\":\"Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"tags\":{},\"properties\":{\"clusterResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\"databaseName\":\"testdatabaser4qwo8\",\"attachedDatabaseNames\":[\"testdatabaser4qwo8\"],\"defaultPrincipalsModificationKind\":\"Union\",\"provisioningState\":\"Succeeded\"}}" + } + }, + "Remove-AzKustoAttachedDatabaseConfiguration+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfr4qwo8?api-version=2020-06-14+7": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf/AttachedDatabaseConfigurations/sdkpowershellfconfig?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/AttachedDatabaseConfigurations/testdbconfr4qwo8?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "17" ], - "x-ms-client-request-id": [ "2775ba2b-16bd-41c2-ad16-bd5a3fd97cc0" ], + "x-ms-unique-id": [ "361" ], + "x-ms-client-request-id": [ "4eb8cde9-0b8f-4442-8672-86a244b30e84" ], "CommandName": [ "Remove-AzKustoAttachedDatabaseConfiguration" ], "FullCommandName": [ "Remove-AzKustoAttachedDatabaseConfiguration_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -19,39 +259,39 @@ "Response": { "StatusCode": 202, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/3a61a6c1-f083-4d37-9c86-c693ecfbd59d?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-request-id": [ "8ae7d217-57a3-4954-9a6a-861c24a3f414" ], - "x-ms-correlation-request-id": [ "8ae7d217-57a3-4954-9a6a-861c24a3f414" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T115609Z:8ae7d217-57a3-4954-9a6a-861c24a3f414" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/09b68c23-96d4-4419-89b8-1aceec664233?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/09b68c23-96d4-4419-89b8-1aceec664233?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14988" ], + "x-ms-request-id": [ "fa7ad8e6-df11-46f9-923e-3736cac7176c" ], + "x-ms-correlation-request-id": [ "fa7ad8e6-df11-46f9-923e-3736cac7176c" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002329Z:fa7ad8e6-df11-46f9-923e-3736cac7176c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 11:56:08 GMT" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/3a61a6c1-f083-4d37-9c86-c693ecfbd59d?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:23:28 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], - "Expires": [ "-1" ] + "Expires": [ "-1" ], + "Content-Length": [ "0" ] }, "Content": null } }, - "Remove-AzKustoAttachedDatabaseConfiguration+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/3a61a6c1-f083-4d37-9c86-c693ecfbd59d?api-version=2020-02-15+2": { + "Remove-AzKustoAttachedDatabaseConfiguration+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/09b68c23-96d4-4419-89b8-1aceec664233?api-version=2020-06-14+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/3a61a6c1-f083-4d37-9c86-c693ecfbd59d?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/09b68c23-96d4-4419-89b8-1aceec664233?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "17", "18" ], - "x-ms-client-request-id": [ "2775ba2b-16bd-41c2-ad16-bd5a3fd97cc0", "2775ba2b-16bd-41c2-ad16-bd5a3fd97cc0" ], + "x-ms-unique-id": [ "361", "362" ], + "x-ms-client-request-id": [ "4eb8cde9-0b8f-4442-8672-86a244b30e84", "4eb8cde9-0b8f-4442-8672-86a244b30e84" ], "CommandName": [ "Remove-AzKustoAttachedDatabaseConfiguration", "Remove-AzKustoAttachedDatabaseConfiguration" ], "FullCommandName": [ "Remove-AzKustoAttachedDatabaseConfiguration_Delete", "Remove-AzKustoAttachedDatabaseConfiguration_Delete" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -60,39 +300,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "0dd93432-deb6-42c9-8f64-f5431ab62c5b" ], - "x-ms-correlation-request-id": [ "33bbbe38-0249-40c8-add6-423fc576b7df" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T115639Z:33bbbe38-0249-40c8-add6-423fc576b7df" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "279" ], + "x-ms-request-id": [ "c728b8d2-29eb-418d-a87a-fff96eee605b" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "6fba33d2-9bca-4b72-b484-80aa135abd49" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002359Z:6fba33d2-9bca-4b72-b484-80aa135abd49" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 11:56:39 GMT" ], - "Set-Cookie": [ "ARRAffinity=1d5fb298951795712d54b2df0c89d185153c650eca2a3f79345b380a30442d23;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:23:59 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "474" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/3a61a6c1-f083-4d37-9c86-c693ecfbd59d\",\"name\":\"3a61a6c1-f083-4d37-9c86-c693ecfbd59d\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-05T11:56:09.503862Z\",\"endTime\":\"2020-04-05T11:56:12.2538173Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"FollowerDatabaseDetach\",\"RootActivityId\":\"48767016-d1e6-4b5c-97f6-68a84c8cd00d\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/09b68c23-96d4-4419-89b8-1aceec664233\",\"name\":\"09b68c23-96d4-4419-89b8-1aceec664233\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:23:29.3013363Z\",\"endTime\":\"2020-08-03T00:23:33.1866774Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"FollowerDatabaseDetach\",\"RootActivityId\":\"cf033952-5166-4dcf-94ba-831c7b666438\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" } }, - "Remove-AzKustoAttachedDatabaseConfiguration+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/3a61a6c1-f083-4d37-9c86-c693ecfbd59d?api-version=2020-02-15\u0026operationResultResponseType=Location+3": { + "Remove-AzKustoAttachedDatabaseConfiguration+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/09b68c23-96d4-4419-89b8-1aceec664233?api-version=2020-06-14\u0026operationResultResponseType=Location+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/3a61a6c1-f083-4d37-9c86-c693ecfbd59d?api-version=2020-02-15\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/09b68c23-96d4-4419-89b8-1aceec664233?api-version=2020-06-14\u0026operationResultResponseType=Location", "Content": null, "Headers": { - "x-ms-unique-id": [ "17", "18", "19" ], - "x-ms-client-request-id": [ "2775ba2b-16bd-41c2-ad16-bd5a3fd97cc0", "2775ba2b-16bd-41c2-ad16-bd5a3fd97cc0", "2775ba2b-16bd-41c2-ad16-bd5a3fd97cc0" ], + "x-ms-unique-id": [ "361", "362", "363" ], + "x-ms-client-request-id": [ "4eb8cde9-0b8f-4442-8672-86a244b30e84", "4eb8cde9-0b8f-4442-8672-86a244b30e84", "4eb8cde9-0b8f-4442-8672-86a244b30e84" ], "CommandName": [ "Remove-AzKustoAttachedDatabaseConfiguration", "Remove-AzKustoAttachedDatabaseConfiguration", "Remove-AzKustoAttachedDatabaseConfiguration" ], "FullCommandName": [ "Remove-AzKustoAttachedDatabaseConfiguration_Delete", "Remove-AzKustoAttachedDatabaseConfiguration_Delete", "Remove-AzKustoAttachedDatabaseConfiguration_Delete" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -101,22 +341,143 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "715642fe-7f2a-41d1-ae1a-6a5a68cc9a0d" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], - "x-ms-correlation-request-id": [ "4499d065-a231-4c7d-913e-19693cf2c5ad" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T115640Z:4499d065-a231-4c7d-913e-19693cf2c5ad" ], + "x-ms-request-id": [ "0c7be181-18fd-4ca6-b68f-3e64a92aa189" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "278" ], + "x-ms-correlation-request-id": [ "ca4e8c7b-8f74-4912-be44-be212c608d20" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002359Z:ca4e8c7b-8f74-4912-be44-be212c608d20" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:23:59 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "Remove-AzKustoAttachedDatabaseConfiguration+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaser4qwo8?api-version=2020-06-14+10": { + "Request": { + "Method": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaser4qwo8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "364" ], + "x-ms-client-request-id": [ "2429698d-c103-4fdc-bb87-d9e5db3e449e" ], + "CommandName": [ "Remove-AzKustoDatabase" ], + "FullCommandName": [ "Remove-AzKustoDatabase_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/98a278b1-5038-449f-bf79-feaeb20268c9?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/98a278b1-5038-449f-bf79-feaeb20268c9?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14987" ], + "x-ms-request-id": [ "6a344004-90bc-450d-93e6-47a49294948f" ], + "x-ms-correlation-request-id": [ "6a344004-90bc-450d-93e6-47a49294948f" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002400Z:6a344004-90bc-450d-93e6-47a49294948f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:23:59 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "Remove-AzKustoAttachedDatabaseConfiguration+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/98a278b1-5038-449f-bf79-feaeb20268c9?api-version=2020-06-14+11": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/98a278b1-5038-449f-bf79-feaeb20268c9?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "364", "365" ], + "x-ms-client-request-id": [ "2429698d-c103-4fdc-bb87-d9e5db3e449e", "2429698d-c103-4fdc-bb87-d9e5db3e449e" ], + "CommandName": [ "Remove-AzKustoDatabase", "Remove-AzKustoDatabase" ], + "FullCommandName": [ "Remove-AzKustoDatabase_Delete", "Remove-AzKustoDatabase_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 11:56:39 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "277" ], + "x-ms-request-id": [ "cf7b0050-ef7e-4a85-b648-9f8e3b7d665b" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "2aa336d6-c499-4f21-b3ba-3d07018c9117" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002430Z:2aa336d6-c499-4f21-b3ba-3d07018c9117" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:24:29 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], + "Content-Length": [ "496" ], + "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/98a278b1-5038-449f-bf79-feaeb20268c9\",\"name\":\"98a278b1-5038-449f-bf79-feaeb20268c9\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:24:00.1404211Z\",\"endTime\":\"2020-08-03T00:24:01.8281131Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DatabaseDelete\",\"RootActivityId\":\"ee550703-343d-4533-a847-6d62a91950d5\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "Remove-AzKustoAttachedDatabaseConfiguration+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/98a278b1-5038-449f-bf79-feaeb20268c9?api-version=2020-06-14\u0026operationResultResponseType=Location+12": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/98a278b1-5038-449f-bf79-feaeb20268c9?api-version=2020-06-14\u0026operationResultResponseType=Location", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "364", "365", "366" ], + "x-ms-client-request-id": [ "2429698d-c103-4fdc-bb87-d9e5db3e449e", "2429698d-c103-4fdc-bb87-d9e5db3e449e", "2429698d-c103-4fdc-bb87-d9e5db3e449e" ], + "CommandName": [ "Remove-AzKustoDatabase", "Remove-AzKustoDatabase", "Remove-AzKustoDatabase" ], + "FullCommandName": [ "Remove-AzKustoDatabase_Delete", "Remove-AzKustoDatabase_Delete", "Remove-AzKustoDatabase_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "7c27f7e8-62e6-417d-b5aa-b87492b10429" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "276" ], + "x-ms-correlation-request-id": [ "f5df4b64-8000-4cc3-8209-629c5ac3bef9" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002430Z:f5df4b64-8000-4cc3-8209-629c5ac3bef9" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:24:29 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, "Content": null } } diff --git a/src/Kusto/test/Remove-AzKustoAttachedDatabaseConfiguration.Tests.ps1 b/src/Kusto/test/Remove-AzKustoAttachedDatabaseConfiguration.Tests.ps1 index b0c912ad9738..d17c4e186671 100644 --- a/src/Kusto/test/Remove-AzKustoAttachedDatabaseConfiguration.Tests.ps1 +++ b/src/Kusto/test/Remove-AzKustoAttachedDatabaseConfiguration.Tests.ps1 @@ -7,7 +7,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzKustoAttachedDatabaseConfiguration.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -15,10 +15,19 @@ while(-not $mockingPath) { Describe 'Remove-AzKustoAttachedDatabaseConfiguration' { It 'Delete' { + $subscriptionId = $env.SubscriptionId + $location = $env.location $resourceGroupName = $env.resourceGroupName - $attachedDatabaseConfigurationName = $env.attachedDatabaseConfigurationName + $clusterName = $env.clusterName + $databaseName = "testdatabase" + $env.rstr5 + $attachedDatabaseConfigurationName = "testdbconf" + $env.rstr5 $followerClusterName = $env.followerClusterName - + $defaultPrincipalsModificationKind = $env.defaultPrincipalsModificationKind + $clusterResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.Kusto/Clusters/$clusterName" + + New-AzKustoDatabase -ResourceGroupName $resourceGroupName -ClusterName $clusterName -Name $databaseName -Kind ReadWrite -Location $location + New-AzKustoAttachedDatabaseConfiguration -ResourceGroupName $resourceGroupName -ClusterName $followerClusterName -Name $attachedDatabaseConfigurationName -Location $location -ClusterResourceId $clusterResourceId -DatabaseName $databaseName -DefaultPrincipalsModificationKind $defaultPrincipalsModificationKind { Remove-AzKustoAttachedDatabaseConfiguration -ResourceGroupName $resourceGroupName -ClusterName $followerClusterName -Name $attachedDatabaseConfigurationName } | Should -Not -Throw + Remove-AzKustoDatabase -ResourceGroupName $resourceGroupName -ClusterName $clusterName -Name $databaseName } } diff --git a/src/Kusto/test/Remove-AzKustoCluster.Recording.json b/src/Kusto/test/Remove-AzKustoCluster.Recording.json index 560e29974abb..c28e6976d3ea 100644 --- a/src/Kusto/test/Remove-AzKustoCluster.Recording.json +++ b/src/Kusto/test/Remove-AzKustoCluster.Recording.json @@ -1,57 +1,53 @@ { - "Remove-AzKustoCluster+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15+1": { + "Remove-AzKustoCluster+[NoContext]+Delete+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclustersu8yho?api-version=2020-06-14+1": { "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15", - "Content": null, + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclustersu8yho?api-version=2020-06-14", + "Content": "{\r\n \"location\": \"East US\",\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n }\r\n}", "Headers": { - "x-ms-unique-id": [ "124" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "103" ] } }, "Response": { - "StatusCode": 202, + "StatusCode": 201, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-request-id": [ "75daf77f-6427-4cc6-8ba2-222c91680f34" ], - "x-ms-correlation-request-id": [ "75daf77f-6427-4cc6-8ba2-222c91680f34" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T171014Z:75daf77f-6427-4cc6-8ba2-222c91680f34" ], + "ETag": [ "\"\"" ], + "x-ms-request-id": [ "341e30e3-d074-4b4e-93a8-4a34753d1767" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "198" ], + "x-ms-correlation-request-id": [ "01869c99-735b-4450-8fe8-a9f11cad39ac" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002434Z:01869c99-735b-4450-8fe8-a9f11cad39ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:10:13 GMT" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:24:33 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], + "Content-Length": [ "356" ], + "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": null + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclustersu8yho\",\"name\":\"testclustersu8yho\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\"},\"properties\":{\"state\":\"Creating\",\"provisioningState\":\"Creating\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15+2": { + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "124", "125" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "x-ms-unique-id": [ "367", "368" ], + "x-ms-client-request-id": [ "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28" ], + "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster" ], + "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -60,39 +56,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], - "x-ms-request-id": [ "b22f10bc-5fab-49af-96ea-28cebc370ed6" ], - "x-ms-correlation-request-id": [ "03991222-7e96-4216-b48d-35a746d09471" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T171044Z:03991222-7e96-4216-b48d-35a746d09471" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-request-id": [ "46858c6b-20dd-4d9e-92e3-b1bf2c461402" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "2d2838ca-4892-4e17-a945-9e29ce7cbddf" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002504Z:2d2838ca-4892-4e17-a945-9e29ce7cbddf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:10:44 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:25:03 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "461" ], + "Content-Length": [ "498" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"name\":\"6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:10:14.454269Z\",\"endTime\":\"2020-03-29T17:10:15.0324102Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"0cdde1f5-c58c-4def-9e5f-7a95e9739fe9\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"name\":\"73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:24:33.760584Z\",\"endTime\":\"2020-08-03T00:24:33.760584Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"cc50e5ba-29cc-4dc5-837c-64d6febf4ff0\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15+3": { + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "124", "125", "126" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "x-ms-unique-id": [ "367", "368", "369" ], + "x-ms-client-request-id": [ "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28" ], + "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], + "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -101,39 +97,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "8ae66e50-400a-4c72-b12f-fe3ce4bc5946" ], - "x-ms-request-id": [ "63fae9dc-ffcf-477a-9c0f-a6d3c48ffc74" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T171115Z:8ae66e50-400a-4c72-b12f-fe3ce4bc5946" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-request-id": [ "8dbcbf36-c11d-4b5f-b055-e6bb9ab6e8fe" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "b55515a7-da4b-4cb3-aacb-f393635431bf" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002534Z:b55515a7-da4b-4cb3-aacb-f393635431bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:11:15 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:25:34 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "461" ], + "Content-Length": [ "498" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"name\":\"6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:10:14.454269Z\",\"endTime\":\"2020-03-29T17:10:15.0324102Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"0cdde1f5-c58c-4def-9e5f-7a95e9739fe9\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"name\":\"73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:24:33.760584Z\",\"endTime\":\"2020-08-03T00:24:33.760584Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"cc50e5ba-29cc-4dc5-837c-64d6febf4ff0\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15+4": { + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "124", "125", "126", "127" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "x-ms-unique-id": [ "367", "368", "369", "370" ], + "x-ms-client-request-id": [ "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28" ], + "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], + "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -142,39 +138,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], - "x-ms-request-id": [ "544956a0-9554-4403-afd8-745676ee57bd" ], - "x-ms-correlation-request-id": [ "a2c8769a-ebf9-4aec-abf9-e125f27deb83" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T171145Z:a2c8769a-ebf9-4aec-abf9-e125f27deb83" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "x-ms-request-id": [ "c7d9dd77-21d9-4a2b-8a29-c04ccfdeae60" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "1fafc460-342c-4b8c-8e33-80a680125e70" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002605Z:1fafc460-342c-4b8c-8e33-80a680125e70" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:11:45 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:26:04 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "461" ], + "Content-Length": [ "498" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"name\":\"6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:10:14.454269Z\",\"endTime\":\"2020-03-29T17:10:15.0324102Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"0cdde1f5-c58c-4def-9e5f-7a95e9739fe9\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"name\":\"73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:24:33.760584Z\",\"endTime\":\"2020-08-03T00:24:33.760584Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"cc50e5ba-29cc-4dc5-837c-64d6febf4ff0\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15+5": { + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "124", "125", "126", "127", "128" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "x-ms-unique-id": [ "367", "368", "369", "370", "371" ], + "x-ms-client-request-id": [ "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28" ], + "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], + "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -183,39 +179,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], - "x-ms-request-id": [ "c5acd6c1-e164-4e57-ae2f-b0def0be8b83" ], - "x-ms-correlation-request-id": [ "8910c59e-79ad-43dd-a16f-0d6f64d91623" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T171216Z:8910c59e-79ad-43dd-a16f-0d6f64d91623" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-request-id": [ "d5c91dfd-ed42-4276-8f4e-2f472dc3b0d9" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "df35fd40-c4dd-42bc-86f9-0ff2712eae4b" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002635Z:df35fd40-c4dd-42bc-86f9-0ff2712eae4b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:12:15 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:26:34 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "461" ], + "Content-Length": [ "498" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"name\":\"6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:10:14.454269Z\",\"endTime\":\"2020-03-29T17:10:15.0324102Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"0cdde1f5-c58c-4def-9e5f-7a95e9739fe9\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"name\":\"73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:24:33.760584Z\",\"endTime\":\"2020-08-03T00:24:33.760584Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"cc50e5ba-29cc-4dc5-837c-64d6febf4ff0\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15+6": { + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "124", "125", "126", "127", "128", "129" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "x-ms-unique-id": [ "367", "368", "369", "370", "371", "372" ], + "x-ms-client-request-id": [ "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28" ], + "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], + "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -224,39 +220,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], - "x-ms-request-id": [ "a29acf95-40eb-401f-99a0-a83023e0f027" ], - "x-ms-correlation-request-id": [ "d6fec96f-d412-47c1-b71c-71ce96c8e36e" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T171246Z:d6fec96f-d412-47c1-b71c-71ce96c8e36e" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "x-ms-request-id": [ "d7591997-65ee-4dff-9fe2-79a87797388a" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "de46cf5f-7099-46f2-b779-6453c6ff5b65" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002705Z:de46cf5f-7099-46f2-b779-6453c6ff5b65" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:12:45 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:27:05 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "461" ], + "Content-Length": [ "498" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"name\":\"6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:10:14.454269Z\",\"endTime\":\"2020-03-29T17:10:15.0324102Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"0cdde1f5-c58c-4def-9e5f-7a95e9739fe9\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"name\":\"73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:24:33.760584Z\",\"endTime\":\"2020-08-03T00:24:33.760584Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"cc50e5ba-29cc-4dc5-837c-64d6febf4ff0\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15+7": { + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "124", "125", "126", "127", "128", "129", "130" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "x-ms-unique-id": [ "367", "368", "369", "370", "371", "372", "373" ], + "x-ms-client-request-id": [ "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28" ], + "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], + "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -265,39 +261,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "d73402f9-de4f-416d-b628-19acbc4f7820" ], - "x-ms-request-id": [ "fe8ce2ce-f654-4b3f-90d4-343399cfed96" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T171316Z:d73402f9-de4f-416d-b628-19acbc4f7820" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "x-ms-request-id": [ "68d50398-5b0e-45a7-84e9-963b24d4c514" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "e19b607a-e0c9-47aa-b54f-6d91f3195b43" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002735Z:e19b607a-e0c9-47aa-b54f-6d91f3195b43" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:13:16 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:27:35 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "461" ], + "Content-Length": [ "499" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"name\":\"6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:10:14.454269Z\",\"endTime\":\"2020-03-29T17:10:15.0324102Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"0cdde1f5-c58c-4def-9e5f-7a95e9739fe9\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"name\":\"73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:24:33.760584Z\",\"endTime\":\"2020-08-03T00:27:08.3607874Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"cc50e5ba-29cc-4dc5-837c-64d6febf4ff0\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15+8": { + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "124", "125", "126", "127", "128", "129", "130", "131" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "x-ms-unique-id": [ "367", "368", "369", "370", "371", "372", "373", "374" ], + "x-ms-client-request-id": [ "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28" ], + "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], + "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -306,39 +302,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], - "x-ms-request-id": [ "a6c6e7c7-e81d-4a75-947d-6885f37ddc50" ], - "x-ms-correlation-request-id": [ "69f79802-9e02-4539-8057-12eb70af1938" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T171347Z:69f79802-9e02-4539-8057-12eb70af1938" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "x-ms-request-id": [ "c639b6ed-5181-4cb5-8fd5-2da54cd56436" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "d2df675f-030c-4667-84d9-485a9c4e6763" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002806Z:d2df675f-030c-4667-84d9-485a9c4e6763" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:13:47 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:28:05 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "461" ], + "Content-Length": [ "499" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"name\":\"6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:10:14.454269Z\",\"endTime\":\"2020-03-29T17:10:15.0324102Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"0cdde1f5-c58c-4def-9e5f-7a95e9739fe9\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"name\":\"73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:24:33.760584Z\",\"endTime\":\"2020-08-03T00:27:08.3607874Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"cc50e5ba-29cc-4dc5-837c-64d6febf4ff0\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15+9": { + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "124", "125", "126", "127", "128", "129", "130", "131", "132" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "x-ms-unique-id": [ "367", "368", "369", "370", "371", "372", "373", "374", "375" ], + "x-ms-client-request-id": [ "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28" ], + "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], + "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -347,39 +343,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], - "x-ms-request-id": [ "838d77fe-2a58-4660-9517-3e95f182d0d4" ], - "x-ms-correlation-request-id": [ "9e5ceacc-4ec5-42b4-9a7a-b5d12bd0f4f3" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T171417Z:9e5ceacc-4ec5-42b4-9a7a-b5d12bd0f4f3" ], + "x-ms-correlation-request-id": [ "af2ba33d-a767-4d15-926d-4781c9f52fc9" ], + "x-ms-request-id": [ "8a311756-bf50-4156-a9be-98713b6f6b47" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "279" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002836Z:af2ba33d-a767-4d15-926d-4781c9f52fc9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:14:17 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:28:35 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "461" ], + "Content-Length": [ "499" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"name\":\"6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:10:14.454269Z\",\"endTime\":\"2020-03-29T17:10:15.0324102Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"0cdde1f5-c58c-4def-9e5f-7a95e9739fe9\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"name\":\"73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:24:33.760584Z\",\"endTime\":\"2020-08-03T00:27:08.3607874Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"cc50e5ba-29cc-4dc5-837c-64d6febf4ff0\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15+10": { + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "124", "125", "126", "127", "128", "129", "130", "131", "132", "133" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "x-ms-unique-id": [ "367", "368", "369", "370", "371", "372", "373", "374", "375", "376" ], + "x-ms-client-request-id": [ "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28" ], + "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], + "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -388,39 +384,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], - "x-ms-request-id": [ "a245e1ad-b2bd-4597-9715-30c7ee6e728c" ], - "x-ms-correlation-request-id": [ "601f11ee-f522-46f4-9943-a49cedb6fa2a" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T171448Z:601f11ee-f522-46f4-9943-a49cedb6fa2a" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "278" ], + "x-ms-request-id": [ "bf5cb260-8139-46b8-85da-ab4cda3a14b3" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "619a7459-84e0-47c3-be20-91dc9ed7cb63" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002906Z:619a7459-84e0-47c3-be20-91dc9ed7cb63" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:14:47 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:29:06 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "461" ], + "Content-Length": [ "499" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"name\":\"6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:10:14.454269Z\",\"endTime\":\"2020-03-29T17:10:15.0324102Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"0cdde1f5-c58c-4def-9e5f-7a95e9739fe9\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"name\":\"73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:24:33.760584Z\",\"endTime\":\"2020-08-03T00:27:08.3607874Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"cc50e5ba-29cc-4dc5-837c-64d6febf4ff0\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15+11": { + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14+11": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "x-ms-unique-id": [ "367", "368", "369", "370", "371", "372", "373", "374", "375", "376", "377" ], + "x-ms-client-request-id": [ "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28" ], + "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], + "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -429,39 +425,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "6dfe18e7-3b89-48d1-9b74-00a5a34a7ec9" ], - "x-ms-request-id": [ "2a59604c-d851-47d7-90a5-e4a81e35c5bb" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T171518Z:6dfe18e7-3b89-48d1-9b74-00a5a34a7ec9" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "277" ], + "x-ms-request-id": [ "70c80df9-50b2-4a8f-9012-797a19315227" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "8de742cb-dfe7-491b-8209-9d81570edb92" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T002937Z:8de742cb-dfe7-491b-8209-9d81570edb92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:15:17 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:29:36 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "461" ], + "Content-Length": [ "499" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"name\":\"6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:10:14.454269Z\",\"endTime\":\"2020-03-29T17:10:15.0324102Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"0cdde1f5-c58c-4def-9e5f-7a95e9739fe9\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"name\":\"73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:24:33.760584Z\",\"endTime\":\"2020-08-03T00:27:08.3607874Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"cc50e5ba-29cc-4dc5-837c-64d6febf4ff0\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15+12": { + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "x-ms-unique-id": [ "367", "368", "369", "370", "371", "372", "373", "374", "375", "376", "377", "378" ], + "x-ms-client-request-id": [ "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28" ], + "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], + "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -470,39 +466,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], - "x-ms-request-id": [ "18c100cc-8b67-4ee0-8c0a-64b843ef312c" ], - "x-ms-correlation-request-id": [ "64f00e91-1b53-4dd3-8069-8869d1007ffe" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T171549Z:64f00e91-1b53-4dd3-8069-8869d1007ffe" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], + "x-ms-request-id": [ "c1947971-46c3-4435-9809-4ca8b9c5fd3d" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "833ca7e6-4bb2-4ad1-98c1-6f4f7e52fd11" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T003007Z:833ca7e6-4bb2-4ad1-98c1-6f4f7e52fd11" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:15:49 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:30:06 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "461" ], + "Content-Length": [ "499" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"name\":\"6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:10:14.454269Z\",\"endTime\":\"2020-03-29T17:10:15.0324102Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"0cdde1f5-c58c-4def-9e5f-7a95e9739fe9\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"name\":\"73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:24:33.760584Z\",\"endTime\":\"2020-08-03T00:27:08.3607874Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"cc50e5ba-29cc-4dc5-837c-64d6febf4ff0\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15+13": { + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14+13": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "x-ms-unique-id": [ "367", "368", "369", "370", "371", "372", "373", "374", "375", "376", "377", "378", "379" ], + "x-ms-client-request-id": [ "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28" ], + "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], + "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -511,39 +507,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], - "x-ms-request-id": [ "caa9b0ce-1a19-4f01-af5c-f30af8bc3bcf" ], - "x-ms-correlation-request-id": [ "ad6b2423-047f-41ac-8ee5-d0a0001d7fd2" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T171619Z:ad6b2423-047f-41ac-8ee5-d0a0001d7fd2" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], + "x-ms-request-id": [ "f96169f7-cd1c-4ef3-b261-a04a4b8bb0ac" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "a03dcd48-3d8b-4c13-80a4-127ffe762065" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T003037Z:a03dcd48-3d8b-4c13-80a4-127ffe762065" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:16:19 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:30:36 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "461" ], + "Content-Length": [ "499" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"name\":\"6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:10:14.454269Z\",\"endTime\":\"2020-03-29T17:10:15.0324102Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"0cdde1f5-c58c-4def-9e5f-7a95e9739fe9\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"name\":\"73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:24:33.760584Z\",\"endTime\":\"2020-08-03T00:27:08.3607874Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"cc50e5ba-29cc-4dc5-837c-64d6febf4ff0\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15+14": { + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "x-ms-unique-id": [ "367", "368", "369", "370", "371", "372", "373", "374", "375", "376", "377", "378", "379", "380" ], + "x-ms-client-request-id": [ "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28" ], + "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], + "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -552,39 +548,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], - "x-ms-request-id": [ "54ff0114-83e4-40fe-9ba7-03504c285ca8" ], - "x-ms-correlation-request-id": [ "75794b13-fc78-471a-b70d-8051a3f17307" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T171649Z:75794b13-fc78-471a-b70d-8051a3f17307" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "x-ms-request-id": [ "f6fcebb9-79f5-483b-8483-931075687fb3" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "e2975dc5-baa9-4341-b08e-e04ca80a5627" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T003107Z:e2975dc5-baa9-4341-b08e-e04ca80a5627" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:16:49 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:31:07 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "461" ], + "Content-Length": [ "499" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"name\":\"6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:10:14.454269Z\",\"endTime\":\"2020-03-29T17:10:15.0324102Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"0cdde1f5-c58c-4def-9e5f-7a95e9739fe9\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"name\":\"73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:24:33.760584Z\",\"endTime\":\"2020-08-03T00:27:08.3607874Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"cc50e5ba-29cc-4dc5-837c-64d6febf4ff0\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15+15": { + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "x-ms-unique-id": [ "367", "368", "369", "370", "371", "372", "373", "374", "375", "376", "377", "378", "379", "380", "381" ], + "x-ms-client-request-id": [ "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28" ], + "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], + "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -593,39 +589,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "46408225-6f59-4d2f-99ee-830d5cd6e9a5" ], - "x-ms-request-id": [ "6e3cd824-6514-4491-a113-90fd63db8b28" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T171720Z:46408225-6f59-4d2f-99ee-830d5cd6e9a5" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-request-id": [ "ccb5ab9b-b665-4b97-8e2a-a6e0d89b2fd4" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "e97a255a-55d2-49fc-b3d7-c5f07e5cf11c" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T003137Z:e97a255a-55d2-49fc-b3d7-c5f07e5cf11c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:17:19 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:31:37 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "461" ], + "Content-Length": [ "499" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"name\":\"6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:10:14.454269Z\",\"endTime\":\"2020-03-29T17:10:15.0324102Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"0cdde1f5-c58c-4def-9e5f-7a95e9739fe9\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"name\":\"73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:24:33.760584Z\",\"endTime\":\"2020-08-03T00:27:08.3607874Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"cc50e5ba-29cc-4dc5-837c-64d6febf4ff0\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15+16": { + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14+16": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138", "139" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "x-ms-unique-id": [ "367", "368", "369", "370", "371", "372", "373", "374", "375", "376", "377", "378", "379", "380", "381", "382" ], + "x-ms-client-request-id": [ "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28" ], + "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], + "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -634,39 +630,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], - "x-ms-request-id": [ "232ac0f1-766f-42a7-87f7-240373b5de59" ], - "x-ms-correlation-request-id": [ "a92beab2-bd1b-441c-96d4-2bebf79f96a4" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T171750Z:a92beab2-bd1b-441c-96d4-2bebf79f96a4" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-request-id": [ "8eca0afa-cef1-47ea-91af-44fdbe679960" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "9aa08976-7974-4555-9daa-91e0b4ed0571" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T003208Z:9aa08976-7974-4555-9daa-91e0b4ed0571" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:17:50 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:32:07 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "461" ], + "Content-Length": [ "499" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"name\":\"6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:10:14.454269Z\",\"endTime\":\"2020-03-29T17:10:15.0324102Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"0cdde1f5-c58c-4def-9e5f-7a95e9739fe9\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"name\":\"73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:24:33.760584Z\",\"endTime\":\"2020-08-03T00:27:08.3607874Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"cc50e5ba-29cc-4dc5-837c-64d6febf4ff0\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15+17": { + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138", "139", "140" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "x-ms-unique-id": [ "367", "368", "369", "370", "371", "372", "373", "374", "375", "376", "377", "378", "379", "380", "381", "382", "383" ], + "x-ms-client-request-id": [ "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28" ], + "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], + "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -675,39 +671,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], - "x-ms-request-id": [ "dc4b905f-801b-468d-9f4f-c4dbed6f8ac5" ], - "x-ms-correlation-request-id": [ "af1f1303-97e3-4737-a6bb-ec6b4df3f86c" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T171821Z:af1f1303-97e3-4737-a6bb-ec6b4df3f86c" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "x-ms-request-id": [ "b62883a3-c5b3-4dd1-af7d-41137319db1e" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "7f026c24-de1c-4647-a4b0-780667a12088" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T003238Z:7f026c24-de1c-4647-a4b0-780667a12088" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:18:20 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:32:37 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "461" ], + "Content-Length": [ "499" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"name\":\"6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:10:14.454269Z\",\"endTime\":\"2020-03-29T17:10:15.0324102Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"0cdde1f5-c58c-4def-9e5f-7a95e9739fe9\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"name\":\"73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:24:33.760584Z\",\"endTime\":\"2020-08-03T00:27:08.3607874Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"cc50e5ba-29cc-4dc5-837c-64d6febf4ff0\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15+18": { + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14+18": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138", "139", "140", "141" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "x-ms-unique-id": [ "367", "368", "369", "370", "371", "372", "373", "374", "375", "376", "377", "378", "379", "380", "381", "382", "383", "384" ], + "x-ms-client-request-id": [ "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28" ], + "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], + "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -716,39 +712,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], - "x-ms-request-id": [ "1876cdbf-76ba-44dd-bc5f-f7d8b7f5cb8b" ], - "x-ms-correlation-request-id": [ "9f3a6bbf-2930-400b-9c02-ca8eb85a0329" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T171851Z:9f3a6bbf-2930-400b-9c02-ca8eb85a0329" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-request-id": [ "2566c804-d43a-4c97-85e4-891d453b91d1" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "b8ae40d6-c220-4732-813b-5f8880b56cab" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T003309Z:b8ae40d6-c220-4732-813b-5f8880b56cab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:18:50 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:33:08 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "461" ], + "Content-Length": [ "499" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"name\":\"6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:10:14.454269Z\",\"endTime\":\"2020-03-29T17:10:15.0324102Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"0cdde1f5-c58c-4def-9e5f-7a95e9739fe9\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"name\":\"73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:24:33.760584Z\",\"endTime\":\"2020-08-03T00:27:08.3607874Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"cc50e5ba-29cc-4dc5-837c-64d6febf4ff0\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15+19": { + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14+19": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138", "139", "140", "141", "142" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "x-ms-unique-id": [ "367", "368", "369", "370", "371", "372", "373", "374", "375", "376", "377", "378", "379", "380", "381", "382", "383", "384", "385" ], + "x-ms-client-request-id": [ "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28" ], + "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], + "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -757,39 +753,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "ede2aead-67e3-489e-bdf3-a3a974d93198" ], - "x-ms-request-id": [ "4d0319b6-8290-4d29-944a-493487194c3a" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T171921Z:ede2aead-67e3-489e-bdf3-a3a974d93198" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "x-ms-request-id": [ "8a8be003-5b22-4b4d-aacd-4f2d822e17e3" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "3e256f19-7607-4236-92cd-ba5b992616f7" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T003339Z:3e256f19-7607-4236-92cd-ba5b992616f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:19:20 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:33:38 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "461" ], + "Content-Length": [ "499" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"name\":\"6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:10:14.454269Z\",\"endTime\":\"2020-03-29T17:10:15.0324102Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"0cdde1f5-c58c-4def-9e5f-7a95e9739fe9\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"name\":\"73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:24:33.760584Z\",\"endTime\":\"2020-08-03T00:27:08.3607874Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"cc50e5ba-29cc-4dc5-837c-64d6febf4ff0\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15+20": { + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14+20": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138", "139", "140", "141", "142", "143" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "x-ms-unique-id": [ "367", "368", "369", "370", "371", "372", "373", "374", "375", "376", "377", "378", "379", "380", "381", "382", "383", "384", "385", "386" ], + "x-ms-client-request-id": [ "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28" ], + "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], + "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -798,39 +794,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], - "x-ms-request-id": [ "d553a5bb-49ac-4724-beca-bc72af8d22c0" ], - "x-ms-correlation-request-id": [ "87157742-baa3-4cc9-8a0b-993117d35e27" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T171952Z:87157742-baa3-4cc9-8a0b-993117d35e27" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "x-ms-request-id": [ "7689b2cc-10e2-4f29-953b-37ce8bebbbe0" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "eed98c3b-6c81-4a42-9f45-2126df88548a" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T003409Z:eed98c3b-6c81-4a42-9f45-2126df88548a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:19:52 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:34:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "461" ], + "Content-Length": [ "499" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"name\":\"6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:10:14.454269Z\",\"endTime\":\"2020-03-29T17:10:15.0324102Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"0cdde1f5-c58c-4def-9e5f-7a95e9739fe9\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"name\":\"73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:24:33.760584Z\",\"endTime\":\"2020-08-03T00:27:08.3607874Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"cc50e5ba-29cc-4dc5-837c-64d6febf4ff0\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15+21": { + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14+21": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138", "139", "140", "141", "142", "143", "144" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "x-ms-unique-id": [ "367", "368", "369", "370", "371", "372", "373", "374", "375", "376", "377", "378", "379", "380", "381", "382", "383", "384", "385", "386", "387" ], + "x-ms-client-request-id": [ "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28" ], + "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], + "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -839,39 +835,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], - "x-ms-request-id": [ "6427156d-1aca-4879-9a12-bd7df66f38ff" ], - "x-ms-correlation-request-id": [ "c88c1599-deca-4bd6-a387-0df34eda0d94" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T172022Z:c88c1599-deca-4bd6-a387-0df34eda0d94" ], + "x-ms-correlation-request-id": [ "5e921eda-71eb-4dba-a21f-d109f352aa3d" ], + "x-ms-request-id": [ "198993d5-0730-4af6-8754-a80b9d9420d7" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T003439Z:5e921eda-71eb-4dba-a21f-d109f352aa3d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:20:22 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:34:39 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "461" ], + "Content-Length": [ "499" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"name\":\"6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:10:14.454269Z\",\"endTime\":\"2020-03-29T17:10:15.0324102Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"0cdde1f5-c58c-4def-9e5f-7a95e9739fe9\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"name\":\"73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:24:33.760584Z\",\"endTime\":\"2020-08-03T00:27:08.3607874Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"cc50e5ba-29cc-4dc5-837c-64d6febf4ff0\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15+22": { + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14+22": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138", "139", "140", "141", "142", "143", "144", "145" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "x-ms-unique-id": [ "367", "368", "369", "370", "371", "372", "373", "374", "375", "376", "377", "378", "379", "380", "381", "382", "383", "384", "385", "386", "387", "388" ], + "x-ms-client-request-id": [ "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28" ], + "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], + "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -880,39 +876,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], - "x-ms-request-id": [ "72d2b84d-d29a-4f22-b288-2c391b60f536" ], - "x-ms-correlation-request-id": [ "58be63c3-f4ac-401f-825b-cf26496719f9" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T172053Z:58be63c3-f4ac-401f-825b-cf26496719f9" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], + "x-ms-request-id": [ "fdccf556-8318-46e4-8e2b-7a3fddaa68f2" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "e0a2cf41-399d-4824-9e51-f51a49728c1f" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T003510Z:e0a2cf41-399d-4824-9e51-f51a49728c1f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:20:52 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:35:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "461" ], + "Content-Length": [ "499" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"name\":\"6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:10:14.454269Z\",\"endTime\":\"2020-03-29T17:10:15.0324102Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"0cdde1f5-c58c-4def-9e5f-7a95e9739fe9\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"name\":\"73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:24:33.760584Z\",\"endTime\":\"2020-08-03T00:27:08.3607874Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"cc50e5ba-29cc-4dc5-837c-64d6febf4ff0\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15+23": { + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14+23": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138", "139", "140", "141", "142", "143", "144", "145", "146" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "x-ms-unique-id": [ "367", "368", "369", "370", "371", "372", "373", "374", "375", "376", "377", "378", "379", "380", "381", "382", "383", "384", "385", "386", "387", "388", "389" ], + "x-ms-client-request-id": [ "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28" ], + "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], + "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -921,39 +917,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "f46cc3ae-66a6-4165-a3bd-2e1a50efc7c4" ], - "x-ms-request-id": [ "a7f03423-30d7-4531-91bb-614fd1be37cb" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T172124Z:f46cc3ae-66a6-4165-a3bd-2e1a50efc7c4" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], + "x-ms-request-id": [ "170e393f-9e1c-458a-8868-924dbcf5257c" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "10ffe428-3db3-4d11-9448-cbfc31b2b436" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T003540Z:10ffe428-3db3-4d11-9448-cbfc31b2b436" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:21:23 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:35:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "461" ], + "Content-Length": [ "499" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"name\":\"6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:10:14.454269Z\",\"endTime\":\"2020-03-29T17:10:15.0324102Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"0cdde1f5-c58c-4def-9e5f-7a95e9739fe9\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"name\":\"73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:24:33.760584Z\",\"endTime\":\"2020-08-03T00:27:08.3607874Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"cc50e5ba-29cc-4dc5-837c-64d6febf4ff0\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15+24": { + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14+24": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138", "139", "140", "141", "142", "143", "144", "145", "146", "147" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "x-ms-unique-id": [ "367", "368", "369", "370", "371", "372", "373", "374", "375", "376", "377", "378", "379", "380", "381", "382", "383", "384", "385", "386", "387", "388", "389", "390" ], + "x-ms-client-request-id": [ "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28" ], + "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], + "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -962,39 +958,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], - "x-ms-request-id": [ "c6285638-f31a-442c-bc18-7080a617f88c" ], - "x-ms-correlation-request-id": [ "ffe46dd5-0610-46cb-8e27-280932907c1d" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T172155Z:ffe46dd5-0610-46cb-8e27-280932907c1d" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "x-ms-request-id": [ "193c5c1f-c3f5-4911-a5fc-63387006ceb7" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "2ecd617b-5ad3-4e0d-8d73-08b932f9ac3f" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T003610Z:2ecd617b-5ad3-4e0d-8d73-08b932f9ac3f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:21:54 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:36:10 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "461" ], + "Content-Length": [ "499" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"name\":\"6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:10:14.454269Z\",\"endTime\":\"2020-03-29T17:10:15.0324102Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"0cdde1f5-c58c-4def-9e5f-7a95e9739fe9\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"name\":\"73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:24:33.760584Z\",\"endTime\":\"2020-08-03T00:27:08.3607874Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"cc50e5ba-29cc-4dc5-837c-64d6febf4ff0\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15+25": { + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14+25": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138", "139", "140", "141", "142", "143", "144", "145", "146", "147", "148" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "x-ms-unique-id": [ "367", "368", "369", "370", "371", "372", "373", "374", "375", "376", "377", "378", "379", "380", "381", "382", "383", "384", "385", "386", "387", "388", "389", "390", "391" ], + "x-ms-client-request-id": [ "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28" ], + "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], + "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1003,39 +999,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], - "x-ms-request-id": [ "2248fde9-140b-474b-a613-fa1880125779" ], - "x-ms-correlation-request-id": [ "d3abee07-7731-4573-9258-6f2441ce96ad" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T172225Z:d3abee07-7731-4573-9258-6f2441ce96ad" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-request-id": [ "c1750f70-47cf-4dba-96a4-7998d35de871" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "311d2f97-788d-4e28-9b32-96f20d3ebef6" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T003640Z:311d2f97-788d-4e28-9b32-96f20d3ebef6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:22:25 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:36:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "461" ], + "Content-Length": [ "499" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"name\":\"6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:10:14.454269Z\",\"endTime\":\"2020-03-29T17:10:15.0324102Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"0cdde1f5-c58c-4def-9e5f-7a95e9739fe9\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"name\":\"73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:24:33.760584Z\",\"endTime\":\"2020-08-03T00:27:08.3607874Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"cc50e5ba-29cc-4dc5-837c-64d6febf4ff0\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15+26": { + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14+26": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138", "139", "140", "141", "142", "143", "144", "145", "146", "147", "148", "149" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "x-ms-unique-id": [ "367", "368", "369", "370", "371", "372", "373", "374", "375", "376", "377", "378", "379", "380", "381", "382", "383", "384", "385", "386", "387", "388", "389", "390", "391", "392" ], + "x-ms-client-request-id": [ "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28" ], + "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], + "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1044,39 +1040,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], - "x-ms-request-id": [ "f4770a15-6f62-454f-8e00-ade0e6da19e1" ], - "x-ms-correlation-request-id": [ "ad11f870-bbb0-4bec-81fe-7d9e9fca5a09" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T172255Z:ad11f870-bbb0-4bec-81fe-7d9e9fca5a09" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-request-id": [ "8012e8f3-2e84-48a0-b1d9-b144c0ccf251" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "b179a626-fcdd-4c3c-9a94-0433f113d6c0" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T003711Z:b179a626-fcdd-4c3c-9a94-0433f113d6c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:22:55 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:37:11 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "461" ], + "Content-Length": [ "499" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"name\":\"6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:10:14.454269Z\",\"endTime\":\"2020-03-29T17:10:15.0324102Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"0cdde1f5-c58c-4def-9e5f-7a95e9739fe9\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"name\":\"73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:24:33.760584Z\",\"endTime\":\"2020-08-03T00:27:08.3607874Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"cc50e5ba-29cc-4dc5-837c-64d6febf4ff0\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15+27": { + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14+27": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138", "139", "140", "141", "142", "143", "144", "145", "146", "147", "148", "149", "150" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "x-ms-unique-id": [ "367", "368", "369", "370", "371", "372", "373", "374", "375", "376", "377", "378", "379", "380", "381", "382", "383", "384", "385", "386", "387", "388", "389", "390", "391", "392", "393" ], + "x-ms-client-request-id": [ "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28" ], + "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], + "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1085,39 +1081,163 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "x-ms-request-id": [ "e9a6a602-5821-4795-a3d4-6c6be3ccbfd1" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "342e3d6b-7f14-4318-a56c-a24ed7939cda" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T003741Z:342e3d6b-7f14-4318-a56c-a24ed7939cda" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:37:40 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "499" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"name\":\"73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:24:33.760584Z\",\"endTime\":\"2020-08-03T00:27:08.3607874Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"cc50e5ba-29cc-4dc5-837c-64d6febf4ff0\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14+28": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "367", "368", "369", "370", "371", "372", "373", "374", "375", "376", "377", "378", "379", "380", "381", "382", "383", "384", "385", "386", "387", "388", "389", "390", "391", "392", "393", "394" ], + "x-ms-client-request-id": [ "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28" ], + "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], + "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "1f2572d7-41e3-4976-9c08-3f92af7005e6" ], - "x-ms-request-id": [ "fa53a79b-ac66-433d-baae-ba6c99f02733" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T172325Z:1f2572d7-41e3-4976-9c08-3f92af7005e6" ], + "x-ms-request-id": [ "ce7aab8f-c39a-4611-af5f-3832d97bf707" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "09d3b1d0-90a0-42c9-8d86-95d03d9ac18a" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T003811Z:09d3b1d0-90a0-42c9-8d86-95d03d9ac18a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:38:10 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "502" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"name\":\"73dbcf97-e0b1-43b9-97ba-7cf92585d9f3\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:24:33.760584Z\",\"endTime\":\"2020-08-03T00:37:55.6153145Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ClusterCreateExternal\",\"RootActivityId\":\"cc50e5ba-29cc-4dc5-837c-64d6febf4ff0\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclustersu8yho?api-version=2020-06-14+29": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclustersu8yho?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "367", "368", "369", "370", "371", "372", "373", "374", "375", "376", "377", "378", "379", "380", "381", "382", "383", "384", "385", "386", "387", "388", "389", "390", "391", "392", "393", "394", "395" ], + "x-ms-client-request-id": [ "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28", "f24e8d68-7ca8-4638-92a9-62794a5ccc28" ], + "CommandName": [ "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster", "New-AzKustoCluster" ], + "FullCommandName": [ "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded", "New-AzKustoCluster_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:23:25 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], + "x-ms-request-id": [ "a00e42d3-6fb6-4033-9593-18de3e0fb6c9" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "1c740779-e4c8-400b-bbd6-d2d58c6829a7" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T003811Z:1c740779-e4c8-400b-bbd6-d2d58c6829a7" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:38:11 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "461" ], + "Content-Length": [ "794" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"name\":\"6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:10:14.454269Z\",\"endTime\":\"2020-03-29T17:10:15.0324102Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"0cdde1f5-c58c-4def-9e5f-7a95e9739fe9\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclustersu8yho\",\"name\":\"testclustersu8yho\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://testclustersu8yho.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-testclustersu8yho.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[]},\"enablePurge\":null,\"enableDoubleEncryption\":false,\"provisioningState\":\"Succeeded\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15+28": { + "Remove-AzKustoCluster+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclustersu8yho?api-version=2020-06-14+30": { + "Request": { + "Method": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclustersu8yho?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "396" ], + "x-ms-client-request-id": [ "3405bed9-c05d-4543-ac07-f9521eb3f632" ], + "CommandName": [ "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14986" ], + "x-ms-request-id": [ "34bed749-6b77-41d2-99cf-0355db2ac0ca" ], + "x-ms-correlation-request-id": [ "34bed749-6b77-41d2-99cf-0355db2ac0ca" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T003812Z:34bed749-6b77-41d2-99cf-0355db2ac0ca" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:38:11 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a?api-version=2020-06-14+31": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138", "139", "140", "141", "142", "143", "144", "145", "146", "147", "148", "149", "150", "151" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "396", "397" ], + "x-ms-client-request-id": [ "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1126,39 +1246,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], - "x-ms-request-id": [ "0589060f-1017-4977-bcaa-3c707514a318" ], - "x-ms-correlation-request-id": [ "4cf058b3-02be-4d99-9ce2-d6c15502e9ac" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T172356Z:4cf058b3-02be-4d99-9ce2-d6c15502e9ac" ], + "x-ms-request-id": [ "3c45a638-9acc-4b98-9577-957c09d2e705" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "8eb7a4cd-c12b-473b-914c-42ff962c5351" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T003842Z:8eb7a4cd-c12b-473b-914c-42ff962c5351" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:23:55 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:38:42 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "461" ], + "Content-Length": [ "492" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"name\":\"6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:10:14.454269Z\",\"endTime\":\"2020-03-29T17:10:15.0324102Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"0cdde1f5-c58c-4def-9e5f-7a95e9739fe9\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a\",\"name\":\"87f489c2-c4dd-40cd-9abd-d89414bc8e8a\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:38:12.3775603Z\",\"endTime\":\"2020-08-03T00:38:13.2370013Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"2dc1fffb-e304-4d9b-9499-b72d2df6e0a7\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15+29": { + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a?api-version=2020-06-14+32": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138", "139", "140", "141", "142", "143", "144", "145", "146", "147", "148", "149", "150", "151", "152" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "396", "397", "398" ], + "x-ms-client-request-id": [ "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1167,39 +1287,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], - "x-ms-request-id": [ "b504d9ec-cf66-46e2-9fc8-b564ecfae4c0" ], - "x-ms-correlation-request-id": [ "a29e3f8c-5210-465a-aef5-fb5c2dc5be56" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T172427Z:a29e3f8c-5210-465a-aef5-fb5c2dc5be56" ], + "x-ms-request-id": [ "bc64d74a-ac8c-4d88-bc6a-1b8d14131c9b" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "4271a5b4-ec82-43a2-91f8-160355ae731a" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T003912Z:4271a5b4-ec82-43a2-91f8-160355ae731a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:24:26 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:39:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "465" ], + "Content-Length": [ "492" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"name\":\"6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c\",\"status\":\"Succeeded\",\"startTime\":\"2020-03-29T17:10:14.454269Z\",\"endTime\":\"2020-03-29T17:24:24.2226858Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"0cdde1f5-c58c-4def-9e5f-7a95e9739fe9\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a\",\"name\":\"87f489c2-c4dd-40cd-9abd-d89414bc8e8a\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:38:12.3775603Z\",\"endTime\":\"2020-08-03T00:38:13.2370013Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"2dc1fffb-e304-4d9b-9499-b72d2df6e0a7\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15\u0026operationResultResponseType=Location+30": { + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a?api-version=2020-06-14+33": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6418be54-ae7c-43c1-bfbd-6a1a9cf2a70c?api-version=2020-02-15\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138", "139", "140", "141", "142", "143", "144", "145", "146", "147", "148", "149", "150", "151", "152", "153" ], - "x-ms-client-request-id": [ "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03", "80088102-c0b8-4b74-b370-8dfe9446eb03" ], - "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], - "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "396", "397", "398", "399" ], + "x-ms-client-request-id": [ "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1208,63 +1328,433 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "871c67ce-29f5-4296-ac3c-9ea43463c416" ], + "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], - "x-ms-correlation-request-id": [ "8d8b6cba-5443-4d78-9c09-c2ca7d8bc60d" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T172427Z:8d8b6cba-5443-4d78-9c09-c2ca7d8bc60d" ], + "x-ms-request-id": [ "8f781c91-0b36-422e-8072-e31b02ca3d5d" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "4bce12e2-7969-44be-9eec-e1424cea7690" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T003943Z:4bce12e2-7969-44be-9eec-e1424cea7690" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:39:42 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a\",\"name\":\"87f489c2-c4dd-40cd-9abd-d89414bc8e8a\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:38:12.3775603Z\",\"endTime\":\"2020-08-03T00:38:13.2370013Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"2dc1fffb-e304-4d9b-9499-b72d2df6e0a7\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a?api-version=2020-06-14+34": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "396", "397", "398", "399", "400" ], + "x-ms-client-request-id": [ "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:24:27 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], + "x-ms-request-id": [ "69fbd3da-d1e6-418f-8e8b-b3ac91e69d33" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "655b7c1c-6ba2-4aa9-a990-efbcb918c662" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004013Z:655b7c1c-6ba2-4aa9-a990-efbcb918c662" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:40:13 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": null + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a\",\"name\":\"87f489c2-c4dd-40cd-9abd-d89414bc8e8a\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:38:12.3775603Z\",\"endTime\":\"2020-08-03T00:38:13.2370013Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"2dc1fffb-e304-4d9b-9499-b72d2df6e0a7\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15+32": { + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a?api-version=2020-06-14+35": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "154" ], - "x-ms-client-request-id": [ "c6c2ef44-df42-4cb1-8924-58b5e3b3eb92" ], - "CommandName": [ "Get-AzKustoCluster" ], - "FullCommandName": [ "Get-AzKustoCluster_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "396", "397", "398", "399", "400", "401" ], + "x-ms-client-request-id": [ "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 404, + "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "18ad477f-4454-4cd0-b4a9-8ece60fe88c3" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-correlation-request-id": [ "5e261880-afcb-4eea-a329-a562dbbb2c33" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T172427Z:5e261880-afcb-4eea-a329-a562dbbb2c33" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-correlation-request-id": [ "747db6eb-0408-474d-9b0c-8517755a9b18" ], + "x-ms-request-id": [ "59b13ea2-fb03-4d51-8f9f-1c9cb80e6e66" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004043Z:747db6eb-0408-474d-9b0c-8517755a9b18" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:40:43 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a\",\"name\":\"87f489c2-c4dd-40cd-9abd-d89414bc8e8a\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:38:12.3775603Z\",\"endTime\":\"2020-08-03T00:38:13.2370013Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"2dc1fffb-e304-4d9b-9499-b72d2df6e0a7\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a?api-version=2020-06-14+36": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "396", "397", "398", "399", "400", "401", "402" ], + "x-ms-client-request-id": [ "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "x-ms-request-id": [ "a67c716e-961a-4c95-9ce4-517562451032" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "58040b1c-6527-435f-a46a-e8ef84d806f9" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004114Z:58040b1c-6527-435f-a46a-e8ef84d806f9" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:41:13 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a\",\"name\":\"87f489c2-c4dd-40cd-9abd-d89414bc8e8a\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:38:12.3775603Z\",\"endTime\":\"2020-08-03T00:38:13.2370013Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"2dc1fffb-e304-4d9b-9499-b72d2df6e0a7\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a?api-version=2020-06-14+37": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "396", "397", "398", "399", "400", "401", "402", "403" ], + "x-ms-client-request-id": [ "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-request-id": [ "98fc3d1c-5f13-4f49-bbc7-f9dc1af063d2" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "a82ddc9e-eac6-4ad9-bd2e-d55ee1427f0e" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004144Z:a82ddc9e-eac6-4ad9-bd2e-d55ee1427f0e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:41:44 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a\",\"name\":\"87f489c2-c4dd-40cd-9abd-d89414bc8e8a\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:38:12.3775603Z\",\"endTime\":\"2020-08-03T00:38:13.2370013Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"2dc1fffb-e304-4d9b-9499-b72d2df6e0a7\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a?api-version=2020-06-14+38": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "396", "397", "398", "399", "400", "401", "402", "403", "404" ], + "x-ms-client-request-id": [ "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:24:27 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-request-id": [ "80edc479-ced3-4b58-bb6b-b3933abf007d" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "b4ab0a5b-3451-4b2c-b5ab-c47d46ccc357" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004214Z:b4ab0a5b-3451-4b2c-b5ab-c47d46ccc357" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:42:14 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "227" ], + "Content-Length": [ "492" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The resource with identifier \u0027/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu\u0027 is not found.\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a\",\"name\":\"87f489c2-c4dd-40cd-9abd-d89414bc8e8a\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:38:12.3775603Z\",\"endTime\":\"2020-08-03T00:38:13.2370013Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"2dc1fffb-e304-4d9b-9499-b72d2df6e0a7\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a?api-version=2020-06-14+39": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "396", "397", "398", "399", "400", "401", "402", "403", "404", "405" ], + "x-ms-client-request-id": [ "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "x-ms-request-id": [ "bdda0b51-3e98-4a6d-b185-2a11ab380dd6" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "f582c535-e391-48a4-84d4-418492ee8bcd" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004244Z:f582c535-e391-48a4-84d4-418492ee8bcd" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:42:44 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a\",\"name\":\"87f489c2-c4dd-40cd-9abd-d89414bc8e8a\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:38:12.3775603Z\",\"endTime\":\"2020-08-03T00:38:13.2370013Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"2dc1fffb-e304-4d9b-9499-b72d2df6e0a7\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a?api-version=2020-06-14+40": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "396", "397", "398", "399", "400", "401", "402", "403", "404", "405", "406" ], + "x-ms-client-request-id": [ "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-request-id": [ "3a3cb016-a9ea-4810-b5ea-a7f54ba5c152" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "7e21ee78-a467-4bef-a073-1fff023968a3" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004315Z:7e21ee78-a467-4bef-a073-1fff023968a3" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:43:14 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a\",\"name\":\"87f489c2-c4dd-40cd-9abd-d89414bc8e8a\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:38:12.3775603Z\",\"endTime\":\"2020-08-03T00:38:13.2370013Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"2dc1fffb-e304-4d9b-9499-b72d2df6e0a7\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a?api-version=2020-06-14+41": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "396", "397", "398", "399", "400", "401", "402", "403", "404", "405", "406", "407" ], + "x-ms-client-request-id": [ "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "x-ms-request-id": [ "4ec394d8-1f46-4688-8091-8a6de01dca0f" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "ed2a6870-b25d-44e5-94ef-5a6f3b948657" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004345Z:ed2a6870-b25d-44e5-94ef-5a6f3b948657" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:43:45 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a\",\"name\":\"87f489c2-c4dd-40cd-9abd-d89414bc8e8a\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:38:12.3775603Z\",\"endTime\":\"2020-08-03T00:38:13.2370013Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"2dc1fffb-e304-4d9b-9499-b72d2df6e0a7\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a?api-version=2020-06-14+42": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "396", "397", "398", "399", "400", "401", "402", "403", "404", "405", "406", "407", "408" ], + "x-ms-client-request-id": [ "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "x-ms-request-id": [ "983887cb-ac35-4435-a408-bc9528716ce2" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "81ad576d-3274-4a28-8b79-7c0e527a8e91" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004415Z:81ad576d-3274-4a28-8b79-7c0e527a8e91" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:44:14 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "495" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a\",\"name\":\"87f489c2-c4dd-40cd-9abd-d89414bc8e8a\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:38:12.3775603Z\",\"endTime\":\"2020-08-03T00:43:51.3724526Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ClusterDelete\",\"RootActivityId\":\"2dc1fffb-e304-4d9b-9499-b72d2df6e0a7\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "Remove-AzKustoCluster+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a?api-version=2020-06-14\u0026operationResultResponseType=Location+43": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/87f489c2-c4dd-40cd-9abd-d89414bc8e8a?api-version=2020-06-14\u0026operationResultResponseType=Location", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "396", "397", "398", "399", "400", "401", "402", "403", "404", "405", "406", "407", "408", "409" ], + "x-ms-client-request-id": [ "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632", "3405bed9-c05d-4543-ac07-f9521eb3f632" ], + "CommandName": [ "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster", "Remove-AzKustoCluster" ], + "FullCommandName": [ "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete", "Remove-AzKustoCluster_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "a7615ede-f54d-49ed-9b54-192138563f7c" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "x-ms-correlation-request-id": [ "a21929ab-aea0-456b-b869-ecdbc12e4a92" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004415Z:a21929ab-aea0-456b-b869-ecdbc12e4a92" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:44:15 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null } } } \ No newline at end of file diff --git a/src/Kusto/test/Remove-AzKustoCluster.Tests.ps1 b/src/Kusto/test/Remove-AzKustoCluster.Tests.ps1 index a4d195290c55..7f731290c73a 100644 --- a/src/Kusto/test/Remove-AzKustoCluster.Tests.ps1 +++ b/src/Kusto/test/Remove-AzKustoCluster.Tests.ps1 @@ -7,7 +7,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzKustoCluster.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -15,6 +15,8 @@ while(-not $mockingPath) { Describe 'Remove-AzKustoCluster' { It 'Delete' { - { Remove-AzKustoCluster -ResourceGroupName $env.resourceGroupName -Name $env.clusterName } | Should -Not -Throw + $name = "testcluster" + $env.rstr4 + New-AzKustoCluster -ResourceGroupName $env.resourceGroupName -Name $name -Location $env.location -SkuName $env.skuName -SkuTier $env.skuTier + { Remove-AzKustoCluster -ResourceGroupName $env.resourceGroupName -Name $name } | Should -Not -Throw } } diff --git a/src/Kusto/test/Remove-AzKustoClusterLanguageExtension.Recording.json b/src/Kusto/test/Remove-AzKustoClusterLanguageExtension.Recording.json index 125d35350e83..6847f4656a6d 100644 --- a/src/Kusto/test/Remove-AzKustoClusterLanguageExtension.Recording.json +++ b/src/Kusto/test/Remove-AzKustoClusterLanguageExtension.Recording.json @@ -1,17 +1,10 @@ { - "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/removeLanguageExtensions?api-version=2020-02-15+1": { + "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/removeLanguageExtensions?api-version=2020-06-14+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/removeLanguageExtensions?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/removeLanguageExtensions?api-version=2020-06-14", "Content": "{\r\n \"value\": [\r\n {\r\n \"languageExtensionName\": \"R\"\r\n }\r\n ]\r\n}", "Headers": { - "x-ms-unique-id": [ "50" ], - "x-ms-client-request-id": [ "ebab0e83-79e3-4e19-8d35-617b482ae1cc" ], - "CommandName": [ "Remove-AzKustoClusterLanguageExtension" ], - "FullCommandName": [ "Remove-AzKustoClusterLanguageExtension_RemoveExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -21,39 +14,39 @@ "Response": { "StatusCode": 202, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "b2276322-8b5b-4dd7-bef5-fd52d0f5c73e" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/d3790672-4dc0-41d4-b727-ad740f6c2816?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-correlation-request-id": [ "715d639c-0695-4cec-a1a2-ec5b597ff970" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T221241Z:715d639c-0695-4cec-a1a2-ec5b597ff970" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/55f8d844-7ff6-4485-a6ff-b286f9882e1a?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "x-ms-request-id": [ "eaa5dc2c-4ea1-425b-a98f-5961bde9b283" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/55f8d844-7ff6-4485-a6ff-b286f9882e1a?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], + "x-ms-correlation-request-id": [ "62cb9fee-79f6-449a-a664-8f030c9aae34" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004416Z:62cb9fee-79f6-449a-a664-8f030c9aae34" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:12:41 GMT" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/d3790672-4dc0-41d4-b727-ad740f6c2816?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=b3c2d4d5282ede81ed15f3f78d2ac82595f2901483fcb7962c29f71395856c9e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:44:15 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], - "Expires": [ "-1" ] + "Expires": [ "-1" ], + "Content-Length": [ "0" ] }, "Content": null } }, - "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/d3790672-4dc0-41d4-b727-ad740f6c2816?api-version=2020-02-15+2": { + "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/55f8d844-7ff6-4485-a6ff-b286f9882e1a?api-version=2020-06-14+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/d3790672-4dc0-41d4-b727-ad740f6c2816?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/55f8d844-7ff6-4485-a6ff-b286f9882e1a?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "50", "51" ], - "x-ms-client-request-id": [ "ebab0e83-79e3-4e19-8d35-617b482ae1cc", "ebab0e83-79e3-4e19-8d35-617b482ae1cc" ], + "x-ms-unique-id": [ "410", "411" ], + "x-ms-client-request-id": [ "4fe76127-3564-4715-84a9-38bd43047c05", "4fe76127-3564-4715-84a9-38bd43047c05" ], "CommandName": [ "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Remove-AzKustoClusterLanguageExtension_RemoveExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -62,39 +55,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "f74f52f0-3967-472f-a459-d7f587d29c21" ], - "x-ms-correlation-request-id": [ "161e1bbc-98c8-4702-bb82-e835bfd7a125" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T221311Z:161e1bbc-98c8-4702-bb82-e835bfd7a125" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "279" ], + "x-ms-request-id": [ "bbad3b27-aa78-46eb-8a83-6451823f0e93" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "4226fc81-8c50-47ba-8e6b-91316eb81e9d" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004446Z:4226fc81-8c50-47ba-8e6b-91316eb81e9d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:13:11 GMT" ], - "Set-Cookie": [ "ARRAffinity=5d8f46e797674adfa6f345dd92c7bb8ccffb7a39a253ecaf84bf8923217e3248;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:44:45 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "478" ], + "Content-Length": [ "507" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/d3790672-4dc0-41d4-b727-ad740f6c2816\",\"name\":\"d3790672-4dc0-41d4-b727-ad740f6c2816\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-07T22:12:41.0246302Z\",\"endTime\":\"2020-04-07T22:12:44.5090194Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"e2294001-1a40-4269-9310-57bcc66c37b4\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/55f8d844-7ff6-4485-a6ff-b286f9882e1a\",\"name\":\"55f8d844-7ff6-4485-a6ff-b286f9882e1a\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:44:16.2758443Z\",\"endTime\":\"2020-08-03T00:44:21.4794015Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"07687298-825e-44a1-86c8-ddd5112ba8b0\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" } }, - "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/d3790672-4dc0-41d4-b727-ad740f6c2816?api-version=2020-02-15\u0026operationResultResponseType=Location+3": { + "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/55f8d844-7ff6-4485-a6ff-b286f9882e1a?api-version=2020-06-14\u0026operationResultResponseType=Location+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/d3790672-4dc0-41d4-b727-ad740f6c2816?api-version=2020-02-15\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/55f8d844-7ff6-4485-a6ff-b286f9882e1a?api-version=2020-06-14\u0026operationResultResponseType=Location", "Content": null, "Headers": { - "x-ms-unique-id": [ "50", "51", "52" ], - "x-ms-client-request-id": [ "ebab0e83-79e3-4e19-8d35-617b482ae1cc", "ebab0e83-79e3-4e19-8d35-617b482ae1cc", "ebab0e83-79e3-4e19-8d35-617b482ae1cc" ], + "x-ms-unique-id": [ "410", "411", "412" ], + "x-ms-client-request-id": [ "4fe76127-3564-4715-84a9-38bd43047c05", "4fe76127-3564-4715-84a9-38bd43047c05", "4fe76127-3564-4715-84a9-38bd43047c05" ], "CommandName": [ "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Remove-AzKustoClusterLanguageExtension_RemoveExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -103,37 +96,37 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "12a530ec-1939-4dc2-8391-ad679add0468" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], - "x-ms-correlation-request-id": [ "941a8ef9-954f-4c48-93ae-9e2ba04f59ed" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T221311Z:941a8ef9-954f-4c48-93ae-9e2ba04f59ed" ], + "x-ms-request-id": [ "e7ad20cb-1c6f-4294-9922-46a1ae5ffb34" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "278" ], + "x-ms-correlation-request-id": [ "4de51b3e-c2e3-4a2a-8716-ac6870019675" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004446Z:4de51b3e-c2e3-4a2a-8716-ac6870019675" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:13:11 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:44:45 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], - "Expires": [ "-1" ] + "Expires": [ "-1" ], + "Content-Length": [ "0" ] }, "Content": null } }, - "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15+1": { + "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs?api-version=2020-06-14+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "53" ], - "x-ms-client-request-id": [ "68e05e27-d47f-44b0-89a4-2a77109236ec" ], + "x-ms-unique-id": [ "413" ], + "x-ms-client-request-id": [ "99dbc15d-1015-4786-b6ad-6876b491c843" ], "CommandName": [ "Get-AzKustoCluster" ], "FullCommandName": [ "Get-AzKustoCluster_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -142,41 +135,34 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "dcca6fb4-50ed-4d59-b189-1289a1733f7b" ], - "x-ms-correlation-request-id": [ "6adf727a-2239-4b7c-9d81-fe766ffcc36c" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T221312Z:6adf727a-2239-4b7c-9d81-fe766ffcc36c" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], + "x-ms-request-id": [ "d58ac893-8832-44d8-af3c-bfcfbf6bde8d" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "7a2ccecb-c50b-479b-b274-69b3d7c154c6" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004447Z:7a2ccecb-c50b-479b-b274-69b3d7c154c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:13:11 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=ef3de0f4cd17f8e9f7d2fa3d3db2dfb16b68de461929f7c4880cf75c0d094a4e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:44:47 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "785" ], + "Content-Length": [ "828" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu\",\"name\":\"sdkpsclustereu\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://sdkpsclustereu.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-sdkpsclustereu.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[{\"languageExtensionName\":\"PYTHON\"}]},\"enablePurge\":null,\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\"name\":\"testclusterlbfexs\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://testclusterlbfexs.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-testclusterlbfexs.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[{\"languageExtensionName\":\"PYTHON\"}]},\"enablePurge\":null,\"enableDoubleEncryption\":false,\"provisioningState\":\"Succeeded\"}}" } }, - "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveViaIdentityExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/removeLanguageExtensions?api-version=2020-02-15+2": { + "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveViaIdentityExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/removeLanguageExtensions?api-version=2020-06-14+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/removeLanguageExtensions?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/removeLanguageExtensions?api-version=2020-06-14", "Content": "{\r\n \"value\": [\r\n {\r\n \"languageExtensionName\": \"PYTHON\"\r\n }\r\n ]\r\n}", "Headers": { - "x-ms-unique-id": [ "54" ], - "x-ms-client-request-id": [ "dfcd390e-d11c-44d3-98a8-739797d2791b" ], - "CommandName": [ "Remove-AzKustoClusterLanguageExtension" ], - "FullCommandName": [ "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -186,39 +172,39 @@ "Response": { "StatusCode": 202, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "22709e44-3891-4a97-a610-13beb36abac7" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/660378d6-a946-41c6-bed1-2dec4046083a?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-correlation-request-id": [ "17284e92-6f89-4876-867f-d23dcb451872" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T221312Z:17284e92-6f89-4876-867f-d23dcb451872" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e8f9858a-a992-46b0-9985-6be3e082e31b?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "x-ms-request-id": [ "4972ffb6-46f4-4034-a683-834aa7cf4be8" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e8f9858a-a992-46b0-9985-6be3e082e31b?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], + "x-ms-correlation-request-id": [ "fcb88bfd-3ad5-4720-ac7c-35f8be39313e" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004447Z:fcb88bfd-3ad5-4720-ac7c-35f8be39313e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:13:12 GMT" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/660378d6-a946-41c6-bed1-2dec4046083a?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=7e1ae2d9d6ffff3dfc0a49ef14149354611612ab62434b1ba4813a66a18e1335;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:44:47 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], - "Expires": [ "-1" ] + "Expires": [ "-1" ], + "Content-Length": [ "0" ] }, "Content": null } }, - "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/660378d6-a946-41c6-bed1-2dec4046083a?api-version=2020-02-15+3": { + "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e8f9858a-a992-46b0-9985-6be3e082e31b?api-version=2020-06-14+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/660378d6-a946-41c6-bed1-2dec4046083a?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e8f9858a-a992-46b0-9985-6be3e082e31b?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "54", "55" ], - "x-ms-client-request-id": [ "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b" ], + "x-ms-unique-id": [ "414", "415" ], + "x-ms-client-request-id": [ "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35" ], "CommandName": [ "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -227,39 +213,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "297" ], - "x-ms-request-id": [ "ec63ca85-2644-4def-8218-01f7a4fc097a" ], - "x-ms-correlation-request-id": [ "b503cfec-194a-4879-80c6-fc3b4dfab2a3" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T221342Z:b503cfec-194a-4879-80c6-fc3b4dfab2a3" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "x-ms-request-id": [ "ba7e4358-37b6-4c01-93ce-8bfa0d117b00" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "c6b89bd6-7f02-4dc0-9057-50104852fae7" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004517Z:c6b89bd6-7f02-4dc0-9057-50104852fae7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:13:42 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:45:17 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "474" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/660378d6-a946-41c6-bed1-2dec4046083a\",\"name\":\"660378d6-a946-41c6-bed1-2dec4046083a\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:13:12.5557704Z\",\"endTime\":\"2020-04-07T22:13:13.8526907Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"94f33a8d-75c1-455c-8528-fbe49c580ffa\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/e8f9858a-a992-46b0-9985-6be3e082e31b\",\"name\":\"e8f9858a-a992-46b0-9985-6be3e082e31b\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:44:47.4590405Z\",\"endTime\":\"2020-08-03T00:44:50.4863226Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"9eaf42c6-77b8-4c84-8d50-02a56596a878\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/660378d6-a946-41c6-bed1-2dec4046083a?api-version=2020-02-15+4": { + "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e8f9858a-a992-46b0-9985-6be3e082e31b?api-version=2020-06-14+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/660378d6-a946-41c6-bed1-2dec4046083a?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e8f9858a-a992-46b0-9985-6be3e082e31b?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "54", "55", "56" ], - "x-ms-client-request-id": [ "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b" ], + "x-ms-unique-id": [ "414", "415", "416" ], + "x-ms-client-request-id": [ "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35" ], "CommandName": [ "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -268,39 +254,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "3b047cf2-0cab-480d-adb7-2eb133fd4311" ], - "x-ms-request-id": [ "ecdfac40-bbb7-4878-8972-31b4603d4c5e" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "296" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T221413Z:3b047cf2-0cab-480d-adb7-2eb133fd4311" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-request-id": [ "d7f15482-8a5f-4dae-9c05-39cbdfff1d85" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "9349ce9a-08a3-412c-b681-c05b8cfad888" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004547Z:9349ce9a-08a3-412c-b681-c05b8cfad888" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:14:12 GMT" ], - "Set-Cookie": [ "ARRAffinity=ef3de0f4cd17f8e9f7d2fa3d3db2dfb16b68de461929f7c4880cf75c0d094a4e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:45:47 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "474" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/660378d6-a946-41c6-bed1-2dec4046083a\",\"name\":\"660378d6-a946-41c6-bed1-2dec4046083a\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:13:12.5557704Z\",\"endTime\":\"2020-04-07T22:13:13.8526907Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"94f33a8d-75c1-455c-8528-fbe49c580ffa\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/e8f9858a-a992-46b0-9985-6be3e082e31b\",\"name\":\"e8f9858a-a992-46b0-9985-6be3e082e31b\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:44:47.4590405Z\",\"endTime\":\"2020-08-03T00:44:50.4863226Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"9eaf42c6-77b8-4c84-8d50-02a56596a878\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/660378d6-a946-41c6-bed1-2dec4046083a?api-version=2020-02-15+5": { + "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e8f9858a-a992-46b0-9985-6be3e082e31b?api-version=2020-06-14+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/660378d6-a946-41c6-bed1-2dec4046083a?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e8f9858a-a992-46b0-9985-6be3e082e31b?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "54", "55", "56", "57" ], - "x-ms-client-request-id": [ "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b" ], + "x-ms-unique-id": [ "414", "415", "416", "417" ], + "x-ms-client-request-id": [ "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35" ], "CommandName": [ "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -309,39 +295,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "295" ], - "x-ms-request-id": [ "3b992104-c04a-47e6-8ebb-279cd9728020" ], - "x-ms-correlation-request-id": [ "53d8c2a7-5e3f-4f13-b638-197dea5140e1" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T221443Z:53d8c2a7-5e3f-4f13-b638-197dea5140e1" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-request-id": [ "e09e558b-a668-4930-a73a-57265aea6e4c" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "a9351316-e2ee-4720-b7d3-0105147be6c4" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004618Z:a9351316-e2ee-4720-b7d3-0105147be6c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:14:42 GMT" ], - "Set-Cookie": [ "ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:46:17 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "474" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/660378d6-a946-41c6-bed1-2dec4046083a\",\"name\":\"660378d6-a946-41c6-bed1-2dec4046083a\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:13:12.5557704Z\",\"endTime\":\"2020-04-07T22:13:13.8526907Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"94f33a8d-75c1-455c-8528-fbe49c580ffa\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/e8f9858a-a992-46b0-9985-6be3e082e31b\",\"name\":\"e8f9858a-a992-46b0-9985-6be3e082e31b\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:44:47.4590405Z\",\"endTime\":\"2020-08-03T00:44:50.4863226Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"9eaf42c6-77b8-4c84-8d50-02a56596a878\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/660378d6-a946-41c6-bed1-2dec4046083a?api-version=2020-02-15+6": { + "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e8f9858a-a992-46b0-9985-6be3e082e31b?api-version=2020-06-14+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/660378d6-a946-41c6-bed1-2dec4046083a?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e8f9858a-a992-46b0-9985-6be3e082e31b?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "54", "55", "56", "57", "58" ], - "x-ms-client-request-id": [ "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b" ], + "x-ms-unique-id": [ "414", "415", "416", "417", "418" ], + "x-ms-client-request-id": [ "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35" ], "CommandName": [ "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -350,39 +336,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "294" ], - "x-ms-request-id": [ "f95b8cb7-2f1d-4295-90fa-83a74ba62455" ], - "x-ms-correlation-request-id": [ "ca7bd493-6dd1-4ab5-8aec-cdb615e3fea3" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T221514Z:ca7bd493-6dd1-4ab5-8aec-cdb615e3fea3" ], + "x-ms-correlation-request-id": [ "5b2bbfd8-9a57-4f29-84d2-c89cc1fa2a9d" ], + "x-ms-request-id": [ "f962103b-bd26-48b0-a26f-4e3d94cb20ef" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004648Z:5b2bbfd8-9a57-4f29-84d2-c89cc1fa2a9d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:15:14 GMT" ], - "Set-Cookie": [ "ARRAffinity=deac3c942b2a72b721942f97372cf2a3052effbe4aa0b896664f8887a4bd559d;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:46:47 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "474" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/660378d6-a946-41c6-bed1-2dec4046083a\",\"name\":\"660378d6-a946-41c6-bed1-2dec4046083a\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:13:12.5557704Z\",\"endTime\":\"2020-04-07T22:13:13.8526907Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"94f33a8d-75c1-455c-8528-fbe49c580ffa\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/e8f9858a-a992-46b0-9985-6be3e082e31b\",\"name\":\"e8f9858a-a992-46b0-9985-6be3e082e31b\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:44:47.4590405Z\",\"endTime\":\"2020-08-03T00:44:50.4863226Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"9eaf42c6-77b8-4c84-8d50-02a56596a878\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/660378d6-a946-41c6-bed1-2dec4046083a?api-version=2020-02-15+7": { + "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e8f9858a-a992-46b0-9985-6be3e082e31b?api-version=2020-06-14+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/660378d6-a946-41c6-bed1-2dec4046083a?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e8f9858a-a992-46b0-9985-6be3e082e31b?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "54", "55", "56", "57", "58", "59" ], - "x-ms-client-request-id": [ "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b" ], + "x-ms-unique-id": [ "414", "415", "416", "417", "418", "419" ], + "x-ms-client-request-id": [ "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35" ], "CommandName": [ "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -391,39 +377,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "293" ], - "x-ms-request-id": [ "0c6c6883-c53a-44d5-8c43-3775d2c44a74" ], - "x-ms-correlation-request-id": [ "13ed80d0-0daf-49ed-9452-162feebe7926" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T221544Z:13ed80d0-0daf-49ed-9452-162feebe7926" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-request-id": [ "f6e5c388-cbad-4760-89b6-0f08a0943369" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "a8e875e2-ebc9-462f-bbcc-696d7151fd30" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004719Z:a8e875e2-ebc9-462f-bbcc-696d7151fd30" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:15:44 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:47:18 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "474" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/660378d6-a946-41c6-bed1-2dec4046083a\",\"name\":\"660378d6-a946-41c6-bed1-2dec4046083a\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:13:12.5557704Z\",\"endTime\":\"2020-04-07T22:13:13.8526907Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"94f33a8d-75c1-455c-8528-fbe49c580ffa\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/e8f9858a-a992-46b0-9985-6be3e082e31b\",\"name\":\"e8f9858a-a992-46b0-9985-6be3e082e31b\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:44:47.4590405Z\",\"endTime\":\"2020-08-03T00:44:50.4863226Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"9eaf42c6-77b8-4c84-8d50-02a56596a878\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/660378d6-a946-41c6-bed1-2dec4046083a?api-version=2020-02-15+8": { + "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e8f9858a-a992-46b0-9985-6be3e082e31b?api-version=2020-06-14+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/660378d6-a946-41c6-bed1-2dec4046083a?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e8f9858a-a992-46b0-9985-6be3e082e31b?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "54", "55", "56", "57", "58", "59", "60" ], - "x-ms-client-request-id": [ "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b" ], + "x-ms-unique-id": [ "414", "415", "416", "417", "418", "419", "420" ], + "x-ms-client-request-id": [ "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35" ], "CommandName": [ "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -432,39 +418,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "1b2e0446-aa46-4a66-88fa-f5fb0d3884e6" ], - "x-ms-request-id": [ "3faf970e-2c1e-48fb-926c-4c9dfbaa0607" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "292" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T221614Z:1b2e0446-aa46-4a66-88fa-f5fb0d3884e6" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "x-ms-request-id": [ "626a4c91-b47a-4179-855a-d01bdf10da78" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "0e568e90-927c-4b01-83d4-e21cd610cc1c" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004749Z:0e568e90-927c-4b01-83d4-e21cd610cc1c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:16:13 GMT" ], - "Set-Cookie": [ "ARRAffinity=ef3de0f4cd17f8e9f7d2fa3d3db2dfb16b68de461929f7c4880cf75c0d094a4e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:47:49 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "474" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/660378d6-a946-41c6-bed1-2dec4046083a\",\"name\":\"660378d6-a946-41c6-bed1-2dec4046083a\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:13:12.5557704Z\",\"endTime\":\"2020-04-07T22:13:13.8526907Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"94f33a8d-75c1-455c-8528-fbe49c580ffa\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/e8f9858a-a992-46b0-9985-6be3e082e31b\",\"name\":\"e8f9858a-a992-46b0-9985-6be3e082e31b\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:44:47.4590405Z\",\"endTime\":\"2020-08-03T00:44:50.4863226Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"9eaf42c6-77b8-4c84-8d50-02a56596a878\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/660378d6-a946-41c6-bed1-2dec4046083a?api-version=2020-02-15+9": { + "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e8f9858a-a992-46b0-9985-6be3e082e31b?api-version=2020-06-14+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/660378d6-a946-41c6-bed1-2dec4046083a?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e8f9858a-a992-46b0-9985-6be3e082e31b?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "54", "55", "56", "57", "58", "59", "60", "61" ], - "x-ms-client-request-id": [ "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b" ], + "x-ms-unique-id": [ "414", "415", "416", "417", "418", "419", "420", "421" ], + "x-ms-client-request-id": [ "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35" ], "CommandName": [ "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -473,162 +459,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "291" ], - "x-ms-request-id": [ "23e2b6b3-baa7-4f8f-a2d0-9693c751ba5c" ], - "x-ms-correlation-request-id": [ "0c3f4b69-ff34-4827-896e-d0b768b07db0" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T221645Z:0c3f4b69-ff34-4827-896e-d0b768b07db0" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "x-ms-request-id": [ "3e61e190-5113-4d8f-931e-a7960592c296" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "22f1fd1d-0058-49ed-9e77-fdfa672478bb" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004819Z:22f1fd1d-0058-49ed-9e77-fdfa672478bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:16:44 GMT" ], - "Set-Cookie": [ "ARRAffinity=231057e07a83c4308bf983e7dc86c3ea07391dfcb2e933d9998a48444064ed8d;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:48:18 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "474" ], + "Content-Length": [ "507" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/660378d6-a946-41c6-bed1-2dec4046083a\",\"name\":\"660378d6-a946-41c6-bed1-2dec4046083a\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:13:12.5557704Z\",\"endTime\":\"2020-04-07T22:13:13.8526907Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"94f33a8d-75c1-455c-8528-fbe49c580ffa\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/e8f9858a-a992-46b0-9985-6be3e082e31b\",\"name\":\"e8f9858a-a992-46b0-9985-6be3e082e31b\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:44:47.4590405Z\",\"endTime\":\"2020-08-03T00:48:11.1534208Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"9eaf42c6-77b8-4c84-8d50-02a56596a878\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" } }, - "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/660378d6-a946-41c6-bed1-2dec4046083a?api-version=2020-02-15+10": { + "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e8f9858a-a992-46b0-9985-6be3e082e31b?api-version=2020-06-14\u0026operationResultResponseType=Location+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/660378d6-a946-41c6-bed1-2dec4046083a?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e8f9858a-a992-46b0-9985-6be3e082e31b?api-version=2020-06-14\u0026operationResultResponseType=Location", "Content": null, "Headers": { - "x-ms-unique-id": [ "54", "55", "56", "57", "58", "59", "60", "61", "62" ], - "x-ms-client-request-id": [ "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b" ], + "x-ms-unique-id": [ "414", "415", "416", "417", "418", "419", "420", "421", "422" ], + "x-ms-client-request-id": [ "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35", "f78d9934-2e41-4bc2-a2ff-dda54e4bee35" ], "CommandName": [ "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension" ], "FullCommandName": [ "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Pragma": [ "no-cache" ], - "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "290" ], - "x-ms-request-id": [ "3ed730ec-e2ef-4645-b043-22cd37f3a916" ], - "x-ms-correlation-request-id": [ "8d5c6ac6-03c0-43f8-89a1-f96088ed9745" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T221715Z:8d5c6ac6-03c0-43f8-89a1-f96088ed9745" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:17:14 GMT" ], - "Set-Cookie": [ "ARRAffinity=deac3c942b2a72b721942f97372cf2a3052effbe4aa0b896664f8887a4bd559d;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] - }, - "ContentHeaders": { - "Content-Length": [ "474" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/660378d6-a946-41c6-bed1-2dec4046083a\",\"name\":\"660378d6-a946-41c6-bed1-2dec4046083a\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:13:12.5557704Z\",\"endTime\":\"2020-04-07T22:13:13.8526907Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"94f33a8d-75c1-455c-8528-fbe49c580ffa\",\"provisioningState\":\"Running\"}}" - } - }, - "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/660378d6-a946-41c6-bed1-2dec4046083a?api-version=2020-02-15+11": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/660378d6-a946-41c6-bed1-2dec4046083a?api-version=2020-02-15", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "54", "55", "56", "57", "58", "59", "60", "61", "62", "63" ], - "x-ms-client-request-id": [ "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b" ], - "CommandName": [ "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension" ], - "FullCommandName": [ "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Pragma": [ "no-cache" ], - "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], - "x-ms-request-id": [ "c13e37f4-fd08-4215-ac49-c617c4c339d5" ], - "x-ms-correlation-request-id": [ "00403ef4-93be-4531-ac76-9a001378adc2" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T221745Z:00403ef4-93be-4531-ac76-9a001378adc2" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:17:45 GMT" ], - "Set-Cookie": [ "ARRAffinity=231057e07a83c4308bf983e7dc86c3ea07391dfcb2e933d9998a48444064ed8d;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] - }, - "ContentHeaders": { - "Content-Length": [ "474" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/660378d6-a946-41c6-bed1-2dec4046083a\",\"name\":\"660378d6-a946-41c6-bed1-2dec4046083a\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:13:12.5557704Z\",\"endTime\":\"2020-04-07T22:13:13.8526907Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"94f33a8d-75c1-455c-8528-fbe49c580ffa\",\"provisioningState\":\"Running\"}}" - } - }, - "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/660378d6-a946-41c6-bed1-2dec4046083a?api-version=2020-02-15+12": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/660378d6-a946-41c6-bed1-2dec4046083a?api-version=2020-02-15", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64" ], - "x-ms-client-request-id": [ "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b" ], - "CommandName": [ "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension" ], - "FullCommandName": [ "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Pragma": [ "no-cache" ], - "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "29283470-af00-4eec-b7ae-29b786887ff9" ], - "x-ms-request-id": [ "c971f24a-704a-47a2-9d93-f42f42386f15" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T221816Z:29283470-af00-4eec-b7ae-29b786887ff9" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:18:15 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] - }, - "ContentHeaders": { - "Content-Length": [ "474" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/660378d6-a946-41c6-bed1-2dec4046083a\",\"name\":\"660378d6-a946-41c6-bed1-2dec4046083a\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:13:12.5557704Z\",\"endTime\":\"2020-04-07T22:13:13.8526907Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"94f33a8d-75c1-455c-8528-fbe49c580ffa\",\"provisioningState\":\"Running\"}}" - } - }, - "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/660378d6-a946-41c6-bed1-2dec4046083a?api-version=2020-02-15+13": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/660378d6-a946-41c6-bed1-2dec4046083a?api-version=2020-02-15", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64", "65" ], - "x-ms-client-request-id": [ "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b" ], - "CommandName": [ "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension" ], - "FullCommandName": [ "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -637,62 +500,21 @@ "Response": { "StatusCode": 200, "Headers": { - "Pragma": [ "no-cache" ], - "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], - "x-ms-request-id": [ "2d5ff8c1-0f13-4676-8c0a-eb7df0cba7b0" ], - "x-ms-correlation-request-id": [ "93571120-c9de-4420-9ff6-5b9a92299a09" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T221846Z:93571120-c9de-4420-9ff6-5b9a92299a09" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:18:46 GMT" ], - "Set-Cookie": [ "ARRAffinity=5d8f46e797674adfa6f345dd92c7bb8ccffb7a39a253ecaf84bf8923217e3248;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] - }, - "ContentHeaders": { - "Content-Length": [ "478" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/660378d6-a946-41c6-bed1-2dec4046083a\",\"name\":\"660378d6-a946-41c6-bed1-2dec4046083a\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-07T22:13:12.5557704Z\",\"endTime\":\"2020-04-07T22:18:41.1694803Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"94f33a8d-75c1-455c-8528-fbe49c580ffa\",\"provisioningState\":\"Succeeded\"}}" - } - }, - "Remove-AzKustoClusterLanguageExtension+[NoContext]+RemoveViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/660378d6-a946-41c6-bed1-2dec4046083a?api-version=2020-02-15\u0026operationResultResponseType=Location+14": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/660378d6-a946-41c6-bed1-2dec4046083a?api-version=2020-02-15\u0026operationResultResponseType=Location", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66" ], - "x-ms-client-request-id": [ "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b", "dfcd390e-d11c-44d3-98a8-739797d2791b" ], - "CommandName": [ "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension", "Remove-AzKustoClusterLanguageExtension" ], - "FullCommandName": [ "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded", "Remove-AzKustoClusterLanguageExtension_RemoveViaIdentityExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "4e1030c3-88f1-4d55-acf1-f30af02a16d5" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], - "x-ms-correlation-request-id": [ "23e87e93-9f1f-46db-8377-b9a88f91db57" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T221847Z:23e87e93-9f1f-46db-8377-b9a88f91db57" ], + "x-ms-request-id": [ "dfd630ca-c864-48d3-aa2c-94a3dc628383" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "x-ms-correlation-request-id": [ "cb0ac1da-fe14-4216-88a4-671b6ec55801" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004819Z:cb0ac1da-fe14-4216-88a4-671b6ec55801" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:18:46 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:48:19 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], - "Expires": [ "-1" ] + "Expires": [ "-1" ], + "Content-Length": [ "0" ] }, "Content": null } diff --git a/src/Kusto/test/Remove-AzKustoClusterLanguageExtension.Tests.ps1 b/src/Kusto/test/Remove-AzKustoClusterLanguageExtension.Tests.ps1 index 1811fd422b58..e3623fcbe324 100644 --- a/src/Kusto/test/Remove-AzKustoClusterLanguageExtension.Tests.ps1 +++ b/src/Kusto/test/Remove-AzKustoClusterLanguageExtension.Tests.ps1 @@ -5,7 +5,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzKustoClusterLanguageExtension.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -16,7 +16,7 @@ Describe 'Remove-AzKustoClusterLanguageExtension' { $resourceGroupName = $env.resourceGroupName $clusterName = $env.clusterName - { Remove-AzKustoClusterLanguageExtension -ResourceGroupName $resourceGroupName -ClusterName $clusterName -Value (@{Name=$env.langExt1}) } | Should -Not -Throw + { Remove-AzKustoClusterLanguageExtension -ResourceGroupName $resourceGroupName -ClusterName $clusterName -Value (@{Name = $env.langExt1 }) } | Should -Not -Throw } It 'RemoveViaIdentityExpanded' { @@ -25,6 +25,6 @@ Describe 'Remove-AzKustoClusterLanguageExtension' { $clusterGetItem = Get-AzKustoCluster -ResourceGroupName $resourceGroupName -Name $clusterName - { Remove-AzKustoClusterLanguageExtension -InputObject $clusterGetItem -Value (@{Name=$env.langExt2}) } | Should -Not -Throw + { Remove-AzKustoClusterLanguageExtension -InputObject $clusterGetItem -Value (@{Name = $env.langExt2 }) } | Should -Not -Throw } } diff --git a/src/Kusto/test/Remove-AzKustoClusterPrincipalAssignment.Recording.json b/src/Kusto/test/Remove-AzKustoClusterPrincipalAssignment.Recording.json index d0146037222f..0bedcea028bf 100644 --- a/src/Kusto/test/Remove-AzKustoClusterPrincipalAssignment.Recording.json +++ b/src/Kusto/test/Remove-AzKustoClusterPrincipalAssignment.Recording.json @@ -1,16 +1,136 @@ { - "Remove-AzKustoClusterPrincipalAssignment+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/PrincipalAssignments/principalassignment1?api-version=2020-02-15+1": { + "Remove-AzKustoClusterPrincipalAssignment+[NoContext]+Delete+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14+1": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14", + "Content": "{\r\n \"properties\": {\r\n \"principalId\": \"e60fe5c8-d6a5-4dee-b382-fb4502588dd0\",\r\n \"principalType\": \"App\",\r\n \"role\": \"AllDatabasesViewer\"\r\n }\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "151" ] + } + }, + "Response": { + "StatusCode": 201, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], + "x-ms-request-id": [ "61e11ce9-b6c2-40b6-88fc-4cfa07c0cbe6" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6e38876a-876b-4f47-82e8-0b33af6c5e46?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "198" ], + "x-ms-correlation-request-id": [ "d0edc4f7-93eb-4b23-bcc1-690f28634aaf" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004822Z:d0edc4f7-93eb-4b23-bcc1-690f28634aaf" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:48:21 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "452" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/PrincipalAssignments/principalassignment1\",\"name\":\"testclusterlbfexs/principalassignment1\",\"type\":\"Microsoft.Kusto/Clusters/PrincipalAssignments\",\"etag\":\"\\\"\\\"\",\"properties\":{\"principalId\":\"e60fe5c8-d6a5-4dee-b382-fb4502588dd0\",\"principalType\":\"App\",\"role\":\"AllDatabasesViewer\",\"provisioningState\":\"Creating\"}}" + } + }, + "Remove-AzKustoClusterPrincipalAssignment+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/6e38876a-876b-4f47-82e8-0b33af6c5e46?api-version=2020-06-14+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/6e38876a-876b-4f47-82e8-0b33af6c5e46?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "423", "424" ], + "x-ms-client-request-id": [ "f720decb-d3ef-49ae-92f4-758494d0baa9", "f720decb-d3ef-49ae-92f4-758494d0baa9" ], + "CommandName": [ "New-AzKustoClusterPrincipalAssignment", "New-AzKustoClusterPrincipalAssignment" ], + "FullCommandName": [ "New-AzKustoClusterPrincipalAssignment_CreateExpanded", "New-AzKustoClusterPrincipalAssignment_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "279" ], + "x-ms-request-id": [ "ecde5864-f2d0-4354-9537-9820d8613227" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "ac76570d-8021-44be-a2d6-b2fa6b410c0b" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004852Z:ac76570d-8021-44be-a2d6-b2fa6b410c0b" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:48:52 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "512" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/6e38876a-876b-4f47-82e8-0b33af6c5e46\",\"name\":\"6e38876a-876b-4f47-82e8-0b33af6c5e46\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:48:22.3676076Z\",\"endTime\":\"2020-08-03T00:48:24.5395848Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ServicePrincipalAssignmentsAdd\",\"RootActivityId\":\"929e64d0-b217-4159-82c3-f80ec125742a\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "Remove-AzKustoClusterPrincipalAssignment+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "423", "424", "425" ], + "x-ms-client-request-id": [ "f720decb-d3ef-49ae-92f4-758494d0baa9", "f720decb-d3ef-49ae-92f4-758494d0baa9", "f720decb-d3ef-49ae-92f4-758494d0baa9" ], + "CommandName": [ "New-AzKustoClusterPrincipalAssignment", "New-AzKustoClusterPrincipalAssignment", "New-AzKustoClusterPrincipalAssignment" ], + "FullCommandName": [ "New-AzKustoClusterPrincipalAssignment_CreateExpanded", "New-AzKustoClusterPrincipalAssignment_CreateExpanded", "New-AzKustoClusterPrincipalAssignment_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], + "x-ms-request-id": [ "efec9c35-271e-4537-850a-89224636914e" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "dd588fbc-5cc5-47ae-9511-cae636de5595" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004853Z:dd588fbc-5cc5-47ae-9511-cae636de5595" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:48:52 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "570" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/PrincipalAssignments/principalassignment1\",\"name\":\"testclusterlbfexs/principalassignment1\",\"type\":\"Microsoft.Kusto/Clusters/PrincipalAssignments\",\"etag\":\"\\\"\\\"\",\"tags\":{},\"properties\":{\"principalId\":\"e60fe5c8-d6a5-4dee-b382-fb4502588dd0\",\"role\":\"AllDatabasesViewer\",\"principalType\":\"App\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"tenantName\":\"Microsoft\",\"principalName\":\"lugoldbekusto\",\"provisioningState\":\"Succeeded\"}}" + } + }, + "Remove-AzKustoClusterPrincipalAssignment+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14+4": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/PrincipalAssignments/principalassignment1?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "271" ], - "x-ms-client-request-id": [ "7f08db39-2275-43ff-b13a-c217fdbd0302" ], + "x-ms-unique-id": [ "426" ], + "x-ms-client-request-id": [ "13f3bdfe-1a79-414d-a62a-74f4a672a5cf" ], "CommandName": [ "Remove-AzKustoClusterPrincipalAssignment" ], "FullCommandName": [ "Remove-AzKustoClusterPrincipalAssignment_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -19,39 +139,39 @@ "Response": { "StatusCode": 202, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/f3c94394-e6f0-47c5-84c5-987bd6998c20?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-request-id": [ "524df65e-d3cb-4ca6-926e-5bdf47a453c5" ], - "x-ms-correlation-request-id": [ "524df65e-d3cb-4ca6-926e-5bdf47a453c5" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200402T152816Z:524df65e-d3cb-4ca6-926e-5bdf47a453c5" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/bc119d3f-6e1d-4b67-8b90-ea56228ffb65?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/bc119d3f-6e1d-4b67-8b90-ea56228ffb65?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14987" ], + "x-ms-request-id": [ "7fc72e42-2428-4ee1-9696-10fdaea8d941" ], + "x-ms-correlation-request-id": [ "7fc72e42-2428-4ee1-9696-10fdaea8d941" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004853Z:7fc72e42-2428-4ee1-9696-10fdaea8d941" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 02 Apr 2020 15:28:16 GMT" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/f3c94394-e6f0-47c5-84c5-987bd6998c20?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=4bb1416c4d9382a93b901692113c112c880e463b99069071d83beefe042ed576;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:48:53 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], - "Expires": [ "-1" ] + "Expires": [ "-1" ], + "Content-Length": [ "0" ] }, "Content": null } }, - "Remove-AzKustoClusterPrincipalAssignment+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/f3c94394-e6f0-47c5-84c5-987bd6998c20?api-version=2020-02-15+2": { + "Remove-AzKustoClusterPrincipalAssignment+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/bc119d3f-6e1d-4b67-8b90-ea56228ffb65?api-version=2020-06-14+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/f3c94394-e6f0-47c5-84c5-987bd6998c20?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/bc119d3f-6e1d-4b67-8b90-ea56228ffb65?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "271", "272" ], - "x-ms-client-request-id": [ "7f08db39-2275-43ff-b13a-c217fdbd0302", "7f08db39-2275-43ff-b13a-c217fdbd0302" ], + "x-ms-unique-id": [ "426", "427" ], + "x-ms-client-request-id": [ "13f3bdfe-1a79-414d-a62a-74f4a672a5cf", "13f3bdfe-1a79-414d-a62a-74f4a672a5cf" ], "CommandName": [ "Remove-AzKustoClusterPrincipalAssignment", "Remove-AzKustoClusterPrincipalAssignment" ], "FullCommandName": [ "Remove-AzKustoClusterPrincipalAssignment_Delete", "Remove-AzKustoClusterPrincipalAssignment_Delete" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -60,39 +180,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "40895027-ed1f-4cdc-b3d6-79e8d268b8b6" ], - "x-ms-correlation-request-id": [ "0e952713-a4f7-4a04-ad43-79a7ac95164c" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200402T152847Z:0e952713-a4f7-4a04-ad43-79a7ac95164c" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "278" ], + "x-ms-request-id": [ "59d26781-e856-4cbe-953a-ba49104bf633" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "4e5f839d-e612-45c4-b5bc-1961bded5a47" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004923Z:4e5f839d-e612-45c4-b5bc-1961bded5a47" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 02 Apr 2020 15:28:46 GMT" ], - "Set-Cookie": [ "ARRAffinity=215f89ce1e3b7fe16702b151d790214d3e419a6068dd5b2f7cbbd791a4ac2087;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:49:23 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "484" ], + "Content-Length": [ "513" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/f3c94394-e6f0-47c5-84c5-987bd6998c20\",\"name\":\"f3c94394-e6f0-47c5-84c5-987bd6998c20\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-02T15:28:16.7853544Z\",\"endTime\":\"2020-04-02T15:28:18.6759881Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ServicePrincipalAssignmentsDrop\",\"RootActivityId\":\"6e612e77-fc89-483d-8b48-98d0247d9329\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/bc119d3f-6e1d-4b67-8b90-ea56228ffb65\",\"name\":\"bc119d3f-6e1d-4b67-8b90-ea56228ffb65\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:48:53.5204371Z\",\"endTime\":\"2020-08-03T00:48:56.0519014Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ServicePrincipalAssignmentsDrop\",\"RootActivityId\":\"136845d6-5862-4616-a22f-74c8713da161\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" } }, - "Remove-AzKustoClusterPrincipalAssignment+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/f3c94394-e6f0-47c5-84c5-987bd6998c20?api-version=2020-02-15\u0026operationResultResponseType=Location+3": { + "Remove-AzKustoClusterPrincipalAssignment+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/bc119d3f-6e1d-4b67-8b90-ea56228ffb65?api-version=2020-06-14\u0026operationResultResponseType=Location+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/f3c94394-e6f0-47c5-84c5-987bd6998c20?api-version=2020-02-15\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/bc119d3f-6e1d-4b67-8b90-ea56228ffb65?api-version=2020-06-14\u0026operationResultResponseType=Location", "Content": null, "Headers": { - "x-ms-unique-id": [ "271", "272", "273" ], - "x-ms-client-request-id": [ "7f08db39-2275-43ff-b13a-c217fdbd0302", "7f08db39-2275-43ff-b13a-c217fdbd0302", "7f08db39-2275-43ff-b13a-c217fdbd0302" ], + "x-ms-unique-id": [ "426", "427", "428" ], + "x-ms-client-request-id": [ "13f3bdfe-1a79-414d-a62a-74f4a672a5cf", "13f3bdfe-1a79-414d-a62a-74f4a672a5cf", "13f3bdfe-1a79-414d-a62a-74f4a672a5cf" ], "CommandName": [ "Remove-AzKustoClusterPrincipalAssignment", "Remove-AzKustoClusterPrincipalAssignment", "Remove-AzKustoClusterPrincipalAssignment" ], "FullCommandName": [ "Remove-AzKustoClusterPrincipalAssignment_Delete", "Remove-AzKustoClusterPrincipalAssignment_Delete", "Remove-AzKustoClusterPrincipalAssignment_Delete" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -101,21 +221,21 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "3143cb53-6ac0-4635-9920-a7f3a0ea2f0e" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], - "x-ms-correlation-request-id": [ "6f5d8883-3b82-4c3d-b510-f9f09f23ff1a" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200402T152847Z:6f5d8883-3b82-4c3d-b510-f9f09f23ff1a" ], + "x-ms-request-id": [ "83f6e2c8-8ff1-43cb-9ef5-78a7d9157e92" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "277" ], + "x-ms-correlation-request-id": [ "d95168a5-98f5-4f70-902f-0511d19c6106" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004924Z:d95168a5-98f5-4f70-902f-0511d19c6106" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 02 Apr 2020 15:28:46 GMT" ], - "Set-Cookie": [ "ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:49:23 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], - "Expires": [ "-1" ] + "Expires": [ "-1" ], + "Content-Length": [ "0" ] }, "Content": null } diff --git a/src/Kusto/test/Remove-AzKustoClusterPrincipalAssignment.Tests.ps1 b/src/Kusto/test/Remove-AzKustoClusterPrincipalAssignment.Tests.ps1 index 49694729c930..e5140d0e2732 100644 --- a/src/Kusto/test/Remove-AzKustoClusterPrincipalAssignment.Tests.ps1 +++ b/src/Kusto/test/Remove-AzKustoClusterPrincipalAssignment.Tests.ps1 @@ -7,7 +7,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzKustoClusterPrincipalAssignment.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -17,8 +17,12 @@ Describe 'Remove-AzKustoClusterPrincipalAssignment' { It 'Delete' { $resourceGroupName = $env.resourceGroupName $clusterName = $env.clusterName - $principalAssignmentName = $env.principalAssignmentName + $principalAssignmentName = $env.principalAssignmentName1 + $principalId = $env.principalId1 + $role = $env.principalRole + $principalType = $env.principalType + New-AzKustoClusterPrincipalAssignment -ResourceGroupName $resourceGroupName -ClusterName $clusterName -PrincipalAssignmentName $principalAssignmentName -PrincipalId $principalId -PrincipalType $principalType -Role $role { Remove-AzKustoClusterPrincipalAssignment -ResourceGroupName $resourceGroupName -ClusterName $clusterName -PrincipalAssignmentName $principalAssignmentName } | Should -Not -Throw } } diff --git a/src/Kusto/test/Remove-AzKustoDataConnection.Recording.json b/src/Kusto/test/Remove-AzKustoDataConnection.Recording.json index c3e1d7636af1..00de68cd9418 100644 --- a/src/Kusto/test/Remove-AzKustoDataConnection.Recording.json +++ b/src/Kusto/test/Remove-AzKustoDataConnection.Recording.json @@ -1,16 +1,16 @@ { - "Remove-AzKustoDataConnection+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnection?api-version=2020-02-15+1": { + "Remove-AzKustoDataConnection+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs?api-version=2020-06-14+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnection?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "20" ], - "x-ms-client-request-id": [ "b9845209-6490-4867-9318-76fd82e0ce48" ], + "x-ms-unique-id": [ "444" ], + "x-ms-client-request-id": [ "e97309bd-05c2-45de-92af-51e894464c81" ], "CommandName": [ "Remove-AzKustoDataConnection" ], "FullCommandName": [ "Remove-AzKustoDataConnection_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -19,39 +19,39 @@ "Response": { "StatusCode": 202, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/b4fa587a-623d-4bef-ba6c-6313445f5204?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-request-id": [ "a38c1e0e-fb58-4311-87fe-96ba0235cb95" ], - "x-ms-correlation-request-id": [ "a38c1e0e-fb58-4311-87fe-96ba0235cb95" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T084653Z:a38c1e0e-fb58-4311-87fe-96ba0235cb95" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/cd111729-9837-424f-b549-290e5e14b438?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/cd111729-9837-424f-b549-290e5e14b438?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14985" ], + "x-ms-request-id": [ "a110894f-f965-4a2d-885e-3e9830a44d0e" ], + "x-ms-correlation-request-id": [ "a110894f-f965-4a2d-885e-3e9830a44d0e" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005131Z:a110894f-f965-4a2d-885e-3e9830a44d0e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 08:46:53 GMT" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/b4fa587a-623d-4bef-ba6c-6313445f5204?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:51:31 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], - "Expires": [ "-1" ] + "Expires": [ "-1" ], + "Content-Length": [ "0" ] }, "Content": null } }, - "Remove-AzKustoDataConnection+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/b4fa587a-623d-4bef-ba6c-6313445f5204?api-version=2020-02-15+2": { + "Remove-AzKustoDataConnection+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/cd111729-9837-424f-b549-290e5e14b438?api-version=2020-06-14+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/b4fa587a-623d-4bef-ba6c-6313445f5204?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/cd111729-9837-424f-b549-290e5e14b438?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "20", "21" ], - "x-ms-client-request-id": [ "b9845209-6490-4867-9318-76fd82e0ce48", "b9845209-6490-4867-9318-76fd82e0ce48" ], + "x-ms-unique-id": [ "444", "445" ], + "x-ms-client-request-id": [ "e97309bd-05c2-45de-92af-51e894464c81", "e97309bd-05c2-45de-92af-51e894464c81" ], "CommandName": [ "Remove-AzKustoDataConnection", "Remove-AzKustoDataConnection" ], "FullCommandName": [ "Remove-AzKustoDataConnection_Delete", "Remove-AzKustoDataConnection_Delete" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -60,39 +60,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "a4bd2cee-67a1-48dd-9ab7-c87e8e96998f" ], - "x-ms-correlation-request-id": [ "62ee204a-c836-482d-a4d2-d11b6e188405" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T084723Z:62ee204a-c836-482d-a4d2-d11b6e188405" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "x-ms-request-id": [ "899abd8a-f956-4568-81e0-b4ac6000678d" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "a7b5026d-c5d7-499a-8f30-1bd2a250aebf" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005201Z:a7b5026d-c5d7-499a-8f30-1bd2a250aebf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 08:47:23 GMT" ], - "Set-Cookie": [ "ARRAffinity=de41295b4360a9ab17ddc0530c031200492ec580fe649e0e2606c200e0b6cb04;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:52:01 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "478" ], + "Content-Length": [ "507" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/b4fa587a-623d-4bef-ba6c-6313445f5204\",\"name\":\"b4fa587a-623d-4bef-ba6c-6313445f5204\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-05T08:46:53.5701799Z\",\"endTime\":\"2020-04-05T08:46:54.3670094Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DmServiceDataObtainerDrop\",\"RootActivityId\":\"a6b01118-440d-42a6-87ad-42b074288c36\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/cd111729-9837-424f-b549-290e5e14b438\",\"name\":\"cd111729-9837-424f-b549-290e5e14b438\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:51:31.5937439Z\",\"endTime\":\"2020-08-03T00:51:32.5625918Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DmServiceDataObtainerDrop\",\"RootActivityId\":\"5248fafd-d11e-4476-bbda-bc9a1e75ea72\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" } }, - "Remove-AzKustoDataConnection+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/b4fa587a-623d-4bef-ba6c-6313445f5204?api-version=2020-02-15\u0026operationResultResponseType=Location+3": { + "Remove-AzKustoDataConnection+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/cd111729-9837-424f-b549-290e5e14b438?api-version=2020-06-14\u0026operationResultResponseType=Location+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/b4fa587a-623d-4bef-ba6c-6313445f5204?api-version=2020-02-15\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/cd111729-9837-424f-b549-290e5e14b438?api-version=2020-06-14\u0026operationResultResponseType=Location", "Content": null, "Headers": { - "x-ms-unique-id": [ "20", "21", "22" ], - "x-ms-client-request-id": [ "b9845209-6490-4867-9318-76fd82e0ce48", "b9845209-6490-4867-9318-76fd82e0ce48", "b9845209-6490-4867-9318-76fd82e0ce48" ], + "x-ms-unique-id": [ "444", "445", "446" ], + "x-ms-client-request-id": [ "e97309bd-05c2-45de-92af-51e894464c81", "e97309bd-05c2-45de-92af-51e894464c81", "e97309bd-05c2-45de-92af-51e894464c81" ], "CommandName": [ "Remove-AzKustoDataConnection", "Remove-AzKustoDataConnection", "Remove-AzKustoDataConnection" ], "FullCommandName": [ "Remove-AzKustoDataConnection_Delete", "Remove-AzKustoDataConnection_Delete", "Remove-AzKustoDataConnection_Delete" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -101,23 +101,143 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "50c85ba8-f9f4-4f1b-8630-a77c71afac9a" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], - "x-ms-correlation-request-id": [ "3520ed46-d388-41ae-8022-af07e1e8ee67" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T084724Z:3520ed46-d388-41ae-8022-af07e1e8ee67" ], + "x-ms-request-id": [ "87fc5818-a425-4fb5-9c47-5a4bf8a21b6e" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "x-ms-correlation-request-id": [ "4a6a9ae0-e531-42d9-8a5b-9d6772cf753f" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005202Z:4a6a9ae0-e531-42d9-8a5b-9d6772cf753f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:52:01 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "Remove-AzKustoDataConnection+[NoContext]+Delete+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs?api-version=2020-06-14+4": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs?api-version=2020-06-14", + "Content": "{\r\n \"kind\": \"EventHub\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"compression\": \"None\",\r\n \"consumerGroup\": \"$Default\",\r\n \"eventHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnslbfexs/eventhubs/eventhublbfexs\"\r\n }\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "333" ] + } + }, + "Response": { + "StatusCode": 201, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 08:47:23 GMT" ], - "Set-Cookie": [ "ARRAffinity=215f89ce1e3b7fe16702b151d790214d3e419a6068dd5b2f7cbbd791a4ac2087;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], + "x-ms-request-id": [ "3d46eb10-2fde-434a-81c7-e2c4593c29bf" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/d007877c-5bc8-4f3c-833d-69ead6ab3328?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "196" ], + "x-ms-correlation-request-id": [ "2576feed-1ba1-4ccf-9935-ce5289c4c676" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005203Z:2576feed-1ba1-4ccf-9935-ce5289c4c676" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:52:02 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], + "Content-Length": [ "680" ], + "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": null + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/testdataconnectionlbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventHub\",\"properties\":{\"compression\":\"None\",\"consumerGroup\":\"$Default\",\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnslbfexs/eventhubs/eventhublbfexs\",\"provisioningState\":\"Creating\"}}" + } + }, + "Remove-AzKustoDataConnection+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/d007877c-5bc8-4f3c-833d-69ead6ab3328?api-version=2020-06-14+5": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/d007877c-5bc8-4f3c-833d-69ead6ab3328?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "447", "448" ], + "x-ms-client-request-id": [ "f2ff3709-c637-423d-ab96-eb034aef014e", "f2ff3709-c637-423d-ab96-eb034aef014e" ], + "CommandName": [ "Az.Kusto.internal\\New-AzKustoDataConnection", "Az.Kusto.internal\\New-AzKustoDataConnection" ], + "FullCommandName": [ "New-AzKustoDataConnection_Create", "New-AzKustoDataConnection_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "x-ms-request-id": [ "ecc81881-bfde-4732-85ff-1fd8632e9682" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "6791ceab-c9d3-44bb-98e9-729f1918ed33" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005233Z:6791ceab-c9d3-44bb-98e9-729f1918ed33" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:52:33 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "347" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/d007877c-5bc8-4f3c-833d-69ead6ab3328\",\"name\":\"d007877c-5bc8-4f3c-833d-69ead6ab3328\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:52:03.1534208Z\",\"endTime\":\"2020-08-03T00:52:07.4992841Z\",\"percentComplete\":1.0,\"properties\":{}}" + } + }, + "Remove-AzKustoDataConnection+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs?api-version=2020-06-14+6": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "447", "448", "449" ], + "x-ms-client-request-id": [ "f2ff3709-c637-423d-ab96-eb034aef014e", "f2ff3709-c637-423d-ab96-eb034aef014e", "f2ff3709-c637-423d-ab96-eb034aef014e" ], + "CommandName": [ "Az.Kusto.internal\\New-AzKustoDataConnection", "Az.Kusto.internal\\New-AzKustoDataConnection", "Az.Kusto.internal\\New-AzKustoDataConnection" ], + "FullCommandName": [ "New-AzKustoDataConnection_Create", "New-AzKustoDataConnection_Create", "New-AzKustoDataConnection_Create" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], + "x-ms-request-id": [ "54911dba-b049-42bf-8ef2-5ebc2dc8d3f0" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "fc08a06c-556a-48a0-86e7-0f51ef6dde92" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005233Z:fc08a06c-556a-48a0-86e7-0f51ef6dde92" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:52:33 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "770" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/testdataconnectionlbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventHub\",\"tags\":{},\"properties\":{\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnslbfexs/eventhubs/eventhublbfexs\",\"consumerGroup\":\"$Default\",\"tableName\":\"\",\"mappingRuleName\":\"\",\"dataFormat\":\"\",\"eventSystemProperties\":[],\"compression\":\"None\",\"provisioningState\":\"Succeeded\"}}" } } } \ No newline at end of file diff --git a/src/Kusto/test/Remove-AzKustoDataConnection.Tests.ps1 b/src/Kusto/test/Remove-AzKustoDataConnection.Tests.ps1 index 3487bac3d2fb..93c4c16e5569 100644 --- a/src/Kusto/test/Remove-AzKustoDataConnection.Tests.ps1 +++ b/src/Kusto/test/Remove-AzKustoDataConnection.Tests.ps1 @@ -7,7 +7,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzKustoDataConnection.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -15,11 +15,18 @@ while(-not $mockingPath) { Describe 'Remove-AzKustoDataConnection' { It 'Delete' { + $subscriptionId = $env.SubscriptionId + $location = $env.location $resourceGroupName = $env.resourceGroupName $clusterName = $env.clusterName $databaseName = $env.databaseName $dataConnectionName = $env.dataConnectionName + $eventhubNS = $env.eventhubNSName + $eventhub = $env.eventhubName + $eventHubResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.EventHub/namespaces/$eventhubNS/eventhubs/$eventhub" + $kind = "EventHub" - { Remove-AzKustoDataConnection -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -DataConnectionName $dataConnectionName } | Should -Not -Throw + Remove-AzKustoDataConnection -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -DataConnectionName $dataConnectionName + { New-AzKustoDataConnection -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -DataConnectionName $dataConnectionName -Location $location -Kind $kind -EventHubResourceId $eventHubResourceId -ConsumerGroup '$Default' -Compression "None" } | Should -Not -Throw } } diff --git a/src/Kusto/test/Remove-AzKustoDatabase.Recording.json b/src/Kusto/test/Remove-AzKustoDatabase.Recording.json index 3da8fec554fd..c8bb10b7080e 100644 --- a/src/Kusto/test/Remove-AzKustoDatabase.Recording.json +++ b/src/Kusto/test/Remove-AzKustoDatabase.Recording.json @@ -1,57 +1,53 @@ { - "Remove-AzKustoDatabase+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15+1": { + "Remove-AzKustoDatabase+[NoContext]+Delete+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho?api-version=2020-06-14+1": { "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15", - "Content": null, + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho?api-version=2020-06-14", + "Content": "{\r\n \"kind\": \"ReadWrite\",\r\n \"location\": \"East US\"\r\n}", "Headers": { - "x-ms-unique-id": [ "708" ], - "x-ms-client-request-id": [ "2d4a9f78-2290-461f-882d-7c0a693cf684" ], - "CommandName": [ "Remove-AzKustoDatabase" ], - "FullCommandName": [ "Remove-AzKustoDatabase_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "53" ] } }, "Response": { - "StatusCode": 202, + "StatusCode": 201, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/c8642c28-891a-4dcf-8a89-f7c3f6fd2cc4?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-request-id": [ "91ccb1d8-c213-49b0-b68e-87812f779519" ], - "x-ms-correlation-request-id": [ "91ccb1d8-c213-49b0-b68e-87812f779519" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T211449Z:91ccb1d8-c213-49b0-b68e-87812f779519" ], + "ETag": [ "\"\"" ], + "x-ms-request-id": [ "d7d09824-6a6e-43b9-8dde-ac433f2b3ce4" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/f0006420-84e2-473a-874f-6982a68136a2?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "195" ], + "x-ms-correlation-request-id": [ "b396d522-e0ee-41da-a1d3-4b22d2dd4dbd" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004924Z:b396d522-e0ee-41da-a1d3-4b22d2dd4dbd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 21:14:49 GMT" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/c8642c28-891a-4dcf-8a89-f7c3f6fd2cc4?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:49:24 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], + "Content-Length": [ "363" ], + "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": null + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho\",\"name\":\"testclusterlbfexs/testdatabasesu8yho\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"properties\":{\"provisioningState\":\"Creating\"}}" } }, - "Remove-AzKustoDatabase+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/c8642c28-891a-4dcf-8a89-f7c3f6fd2cc4?api-version=2020-02-15+2": { + "Remove-AzKustoDatabase+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/f0006420-84e2-473a-874f-6982a68136a2?api-version=2020-06-14+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/c8642c28-891a-4dcf-8a89-f7c3f6fd2cc4?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/f0006420-84e2-473a-874f-6982a68136a2?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "708", "709" ], - "x-ms-client-request-id": [ "2d4a9f78-2290-461f-882d-7c0a693cf684", "2d4a9f78-2290-461f-882d-7c0a693cf684" ], - "CommandName": [ "Remove-AzKustoDatabase", "Remove-AzKustoDatabase" ], - "FullCommandName": [ "Remove-AzKustoDatabase_Delete", "Remove-AzKustoDatabase_Delete" ], + "x-ms-unique-id": [ "429", "430" ], + "x-ms-client-request-id": [ "3d048442-773c-40f5-b297-a230a4ca0df6", "3d048442-773c-40f5-b297-a230a4ca0df6" ], + "CommandName": [ "Az.Kusto.internal\\New-AzKustoDatabase", "Az.Kusto.internal\\New-AzKustoDatabase" ], + "FullCommandName": [ "New-AzKustoDatabase_Create", "New-AzKustoDatabase_Create" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -60,39 +56,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "db528dbc-0c5f-48a1-8785-92d5457ff66f" ], - "x-ms-request-id": [ "7fd4a05c-e594-4c10-80df-a0df5cb9f643" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T211519Z:db528dbc-0c5f-48a1-8785-92d5457ff66f" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "276" ], + "x-ms-request-id": [ "b4f1f3f3-66a4-4abd-ab05-faded48893c9" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "c7b4b58e-1316-4d1c-8d69-49ed437af735" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004955Z:c7b4b58e-1316-4d1c-8d69-49ed437af735" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 21:15:19 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:49:54 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "467" ], + "Content-Length": [ "496" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/c8642c28-891a-4dcf-8a89-f7c3f6fd2cc4\",\"name\":\"c8642c28-891a-4dcf-8a89-f7c3f6fd2cc4\",\"status\":\"Succeeded\",\"startTime\":\"2020-03-29T21:14:49.4411043Z\",\"endTime\":\"2020-03-29T21:14:52.7692652Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DatabaseDelete\",\"RootActivityId\":\"ec3e782f-c733-4cf5-8f15-5a3f3f5b6976\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/f0006420-84e2-473a-874f-6982a68136a2\",\"name\":\"f0006420-84e2-473a-874f-6982a68136a2\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:49:24.8594456Z\",\"endTime\":\"2020-08-03T00:49:26.5002911Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DatabaseCreate\",\"RootActivityId\":\"14f5ebe6-c64c-4379-8833-878ed8a83231\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" } }, - "Remove-AzKustoDatabase+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/c8642c28-891a-4dcf-8a89-f7c3f6fd2cc4?api-version=2020-02-15\u0026operationResultResponseType=Location+3": { + "Remove-AzKustoDatabase+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho?api-version=2020-06-14+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/c8642c28-891a-4dcf-8a89-f7c3f6fd2cc4?api-version=2020-02-15\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "708", "709", "710" ], - "x-ms-client-request-id": [ "2d4a9f78-2290-461f-882d-7c0a693cf684", "2d4a9f78-2290-461f-882d-7c0a693cf684", "2d4a9f78-2290-461f-882d-7c0a693cf684" ], - "CommandName": [ "Remove-AzKustoDatabase", "Remove-AzKustoDatabase", "Remove-AzKustoDatabase" ], - "FullCommandName": [ "Remove-AzKustoDatabase_Delete", "Remove-AzKustoDatabase_Delete", "Remove-AzKustoDatabase_Delete" ], + "x-ms-unique-id": [ "429", "430", "431" ], + "x-ms-client-request-id": [ "3d048442-773c-40f5-b297-a230a4ca0df6", "3d048442-773c-40f5-b297-a230a4ca0df6", "3d048442-773c-40f5-b297-a230a4ca0df6" ], + "CommandName": [ "Az.Kusto.internal\\New-AzKustoDatabase", "Az.Kusto.internal\\New-AzKustoDatabase", "Az.Kusto.internal\\New-AzKustoDatabase" ], + "FullCommandName": [ "New-AzKustoDatabase_Create", "New-AzKustoDatabase_Create", "New-AzKustoDatabase_Create" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -101,63 +97,147 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "ad078592-0a11-4267-9cb0-529805127ba8" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "297" ], - "x-ms-correlation-request-id": [ "fee55f7d-d629-4542-a6b2-a68eddc75eaa" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T211520Z:fee55f7d-d629-4542-a6b2-a68eddc75eaa" ], + "ETag": [ "\"\"" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], + "x-ms-request-id": [ "8e2165b8-fa75-49d0-8f4a-2347cd3002fe" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "fca842af-0d15-4405-ad88-d1ba794fb6c8" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004955Z:fca842af-0d15-4405-ad88-d1ba794fb6c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 21:15:20 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:49:54 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], + "Content-Length": [ "471" ], + "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": null + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho\",\"name\":\"testclusterlbfexs/testdatabasesu8yho\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":false,\"softDeletePeriodInDays\":0,\"hotCachePeriodInDays\":0,\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" } }, - "Remove-AzKustoDatabase+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15+4": { + "Remove-AzKustoDatabase+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho?api-version=2020-06-14+4": { "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15", + "Method": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabasesu8yho?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "711" ], - "x-ms-client-request-id": [ "e437bac0-685f-448a-aed2-752ec73b8a9c" ], - "CommandName": [ "Get-AzKustoDatabase" ], - "FullCommandName": [ "Get-AzKustoDatabase_Get" ], + "x-ms-unique-id": [ "432" ], + "x-ms-client-request-id": [ "9b592192-c1c3-441f-9c9c-854dada9323f" ], + "CommandName": [ "Remove-AzKustoDatabase" ], + "FullCommandName": [ "Remove-AzKustoDatabase_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 404, + "StatusCode": 202, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "a86cf3f9-06cb-466c-9b6e-2c24ea1d74bc" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "297" ], - "x-ms-correlation-request-id": [ "f9b2c11c-27d2-4e8c-9f7e-c9bbb2b35cae" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T211520Z:f9b2c11c-27d2-4e8c-9f7e-c9bbb2b35cae" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5418be2e-eed1-4b2f-8982-a37a662cca3f?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5418be2e-eed1-4b2f-8982-a37a662cca3f?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14986" ], + "x-ms-request-id": [ "2d96de10-2439-46d1-aa22-27388e5cb058" ], + "x-ms-correlation-request-id": [ "2d96de10-2439-46d1-aa22-27388e5cb058" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T004956Z:2d96de10-2439-46d1-aa22-27388e5cb058" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:49:55 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "Remove-AzKustoDatabase+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5418be2e-eed1-4b2f-8982-a37a662cca3f?api-version=2020-06-14+5": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5418be2e-eed1-4b2f-8982-a37a662cca3f?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "432", "433" ], + "x-ms-client-request-id": [ "9b592192-c1c3-441f-9c9c-854dada9323f", "9b592192-c1c3-441f-9c9c-854dada9323f" ], + "CommandName": [ "Remove-AzKustoDatabase", "Remove-AzKustoDatabase" ], + "FullCommandName": [ "Remove-AzKustoDatabase_Delete", "Remove-AzKustoDatabase_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 21:15:20 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "x-ms-request-id": [ "0799a2c6-98a3-403e-9caa-94cb269463e5" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "ec1d283d-3f14-4ca4-b78e-615ed7275556" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005026Z:ec1d283d-3f14-4ca4-b78e-615ed7275556" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:50:25 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "253" ], + "Content-Length": [ "496" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The resource with identifier \u0027/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb\u0027 is not found.\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5418be2e-eed1-4b2f-8982-a37a662cca3f\",\"name\":\"5418be2e-eed1-4b2f-8982-a37a662cca3f\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:49:55.9311373Z\",\"endTime\":\"2020-08-03T00:49:57.9938282Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DatabaseDelete\",\"RootActivityId\":\"585e3c65-aede-41c8-9f81-8d86518ddd1b\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "Remove-AzKustoDatabase+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5418be2e-eed1-4b2f-8982-a37a662cca3f?api-version=2020-06-14\u0026operationResultResponseType=Location+6": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5418be2e-eed1-4b2f-8982-a37a662cca3f?api-version=2020-06-14\u0026operationResultResponseType=Location", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "432", "433", "434" ], + "x-ms-client-request-id": [ "9b592192-c1c3-441f-9c9c-854dada9323f", "9b592192-c1c3-441f-9c9c-854dada9323f", "9b592192-c1c3-441f-9c9c-854dada9323f" ], + "CommandName": [ "Remove-AzKustoDatabase", "Remove-AzKustoDatabase", "Remove-AzKustoDatabase" ], + "FullCommandName": [ "Remove-AzKustoDatabase_Delete", "Remove-AzKustoDatabase_Delete", "Remove-AzKustoDatabase_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "37f64202-010c-4d7a-8130-7bad242b830a" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-correlation-request-id": [ "d28b3fc5-0e84-4874-b915-af6a1629aee7" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005026Z:d28b3fc5-0e84-4874-b915-af6a1629aee7" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:50:26 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null } } } \ No newline at end of file diff --git a/src/Kusto/test/Remove-AzKustoDatabase.Tests.ps1 b/src/Kusto/test/Remove-AzKustoDatabase.Tests.ps1 index 55f7df8ae5db..d9cea24c7d40 100644 --- a/src/Kusto/test/Remove-AzKustoDatabase.Tests.ps1 +++ b/src/Kusto/test/Remove-AzKustoDatabase.Tests.ps1 @@ -7,7 +7,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzKustoDatabase.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -15,6 +15,8 @@ while(-not $mockingPath) { Describe 'Remove-AzKustoDatabase' { It 'Delete' { - { Remove-AzKustoDatabase -ResourceGroupName $env.resourceGroupName -ClusterName $env.clusterName -Name $env.databaseName } | Should -Not -Throw + $name = "testdatabase" + $env.rstr4 + New-AzKustoDatabase -ResourceGroupName $env.resourceGroupName -ClusterName $env.clusterName -Name $name -Kind ReadWrite -Location $env.location + { Remove-AzKustoDatabase -ResourceGroupName $env.resourceGroupName -ClusterName $env.clusterName -Name $name } | Should -Not -Throw } } diff --git a/src/Kusto/test/Remove-AzKustoDatabasePrincipal.Recording.json b/src/Kusto/test/Remove-AzKustoDatabasePrincipal.Recording.json index 860015c34753..643dffcf8692 100644 --- a/src/Kusto/test/Remove-AzKustoDatabasePrincipal.Recording.json +++ b/src/Kusto/test/Remove-AzKustoDatabasePrincipal.Recording.json @@ -1,16 +1,16 @@ { - "Remove-AzKustoDatabasePrincipal+[NoContext]+RemoveExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/listPrincipals?api-version=2020-02-15+1": { + "Remove-AzKustoDatabasePrincipal+[NoContext]+RemoveExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/listPrincipals?api-version=2020-06-14+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/listPrincipals?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/listPrincipals?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "6" ], - "x-ms-client-request-id": [ "921f86b5-34a5-4842-b403-d78ee67ebd0d" ], + "x-ms-unique-id": [ "435" ], + "x-ms-client-request-id": [ "2bdd699a-d853-4336-a8a5-877143eba8ce" ], "CommandName": [ "Get-AzKustoDatabasePrincipal" ], "FullCommandName": [ "Get-AzKustoDatabasePrincipal_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -19,68 +19,97 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1194" ], - "x-ms-request-id": [ "e59a8e59-80d1-4561-a67e-2c5e556f0fa3" ], - "x-ms-correlation-request-id": [ "a42d9ce8-4d1f-4b90-a8f2-3a7738d19669" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200408T001651Z:a42d9ce8-4d1f-4b90-a8f2-3a7738d19669" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], + "x-ms-request-id": [ "bd86f11d-6eef-4bd6-be3c-ec892c89da98" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "22dbd6e8-fa58-4945-b8bb-358a0defa5b4" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005027Z:22dbd6e8-fa58-4945-b8bb-358a0defa5b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Wed, 08 Apr 2020 00:16:50 GMT" ], - "Set-Cookie": [ "ARRAffinity=ef3de0f4cd17f8e9f7d2fa3d3db2dfb16b68de461929f7c4880cf75c0d094a4e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:50:26 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "661" ], + "Content-Length": [ "459" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"name\":\"Royi Shauli\",\"role\":\"Admin\",\"type\":\"User\",\"fqn\":\"aaduser=c526e8b3-ad30-4963-bdd2-a75a2757e7e3;72f988bf-86f1-41af-91ab-2d7cd011db47\",\"email\":\"roshauli@microsoft.com\",\"appId\":\"\",\"tenantName\":\"Microsoft\"},{\"name\":\"lugoldbekusto\",\"role\":\"Viewer\",\"type\":\"App\",\"fqn\":\"aadapp=e60fe5c8-d6a5-4dee-b382-fb4502588dd0;72f988bf-86f1-41af-91ab-2d7cd011db47\",\"email\":\"\",\"appId\":\"e60fe5c8-d6a5-4dee-b382-fb4502588dd0\",\"tenantName\":\"Microsoft\"},{\"name\":\"Lucy Goldberg\",\"role\":\"Admin\",\"type\":\"User\",\"fqn\":\"aaduser=4140ca90-d0db-4781-ab7a-099ece50e2fa;72f988bf-86f1-41af-91ab-2d7cd011db47\",\"email\":\"lugoldbe@microsoft.com\",\"appId\":\"\",\"tenantName\":\"Microsoft\"}]}" + "Content": "{\"value\":[{\"name\":\"Royi Shauli\",\"role\":\"Admin\",\"type\":\"User\",\"fqn\":\"aaduser=c526e8b3-ad30-4963-bdd2-a75a2757e7e3;72f988bf-86f1-41af-91ab-2d7cd011db47\",\"email\":\"roshauli@microsoft.com\",\"appId\":\"\",\"tenantName\":\"Microsoft\"},{\"name\":\"KustoClientsScenarioTest\",\"role\":\"Viewer\",\"type\":\"App\",\"fqn\":\"aadapp=713c3475-5021-4f3b-a650-eaa9a83f25a4;72f988bf-86f1-41af-91ab-2d7cd011db47\",\"email\":\"\",\"appId\":\"713c3475-5021-4f3b-a650-eaa9a83f25a4\",\"tenantName\":\"Microsoft\"}]}" } }, - "Remove-AzKustoDatabasePrincipal+[NoContext]+RemoveExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/removePrincipals?api-version=2020-02-15+2": { + "Remove-AzKustoDatabasePrincipal+[NoContext]+RemoveExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/removePrincipals?api-version=2020-06-14+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/removePrincipals?api-version=2020-02-15", - "Content": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Royi Shauli\",\r\n \"type\": \"User\",\r\n \"email\": \"roshauli@microsoft.com\",\r\n \"role\": \"Admin\"\r\n }\r\n ]\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/removePrincipals?api-version=2020-06-14", + "Content": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Royi Shauli\",\r\n \"type\": \"User\",\r\n \"appId\": \"\",\r\n \"email\": \"roshauli@microsoft.com\",\r\n \"role\": \"Admin\"\r\n }\r\n ]\r\n}", "Headers": { - "x-ms-unique-id": [ "7" ], - "x-ms-client-request-id": [ "c7f36394-6282-43cf-b82c-c0355c7f3ef2" ], - "CommandName": [ "Remove-AzKustoDatabasePrincipal" ], - "FullCommandName": [ "Remove-AzKustoDatabasePrincipal_RemoveExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "155" ] + "Content-Length": [ "175" ] } }, "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1193" ], - "x-ms-request-id": [ "4d1476d7-c5e0-4185-b91c-c94e59ec2416" ], - "x-ms-correlation-request-id": [ "85624ca0-deb1-4c30-99f8-905d2ed6fa62" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200408T001652Z:85624ca0-deb1-4c30-99f8-905d2ed6fa62" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], + "x-ms-request-id": [ "24470b30-088e-4381-bf97-b0aa63d7734b" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "04e95b3a-c559-4048-9e92-1ce83d4b6e0e" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005027Z:04e95b3a-c559-4048-9e92-1ce83d4b6e0e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:50:27 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "248" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"value\":[{\"name\":\"KustoClientsScenarioTest\",\"role\":\"Viewer\",\"type\":\"App\",\"fqn\":\"aadapp=713c3475-5021-4f3b-a650-eaa9a83f25a4;72f988bf-86f1-41af-91ab-2d7cd011db47\",\"email\":\"\",\"appId\":\"713c3475-5021-4f3b-a650-eaa9a83f25a4\",\"tenantName\":\"Microsoft\"}]}" + } + }, + "Remove-AzKustoDatabasePrincipal+[NoContext]+RemoveExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/addPrincipals?api-version=2020-06-14+3": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/addPrincipals?api-version=2020-06-14", + "Content": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Royi Shauli\",\r\n \"type\": \"User\",\r\n \"appId\": \"\",\r\n \"email\": \"roshauli@microsoft.com\",\r\n \"role\": \"Admin\"\r\n }\r\n ]\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "175" ] + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Wed, 08 Apr 2020 00:16:51 GMT" ], - "Set-Cookie": [ "ARRAffinity=231057e07a83c4308bf983e7dc86c3ea07391dfcb2e933d9998a48444064ed8d;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], + "x-ms-request-id": [ "63162916-4add-45c7-aac6-83f3c2300588" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "41e5db61-8d73-4ddf-a653-9cc49a61496b" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005028Z:41e5db61-8d73-4ddf-a653-9cc49a61496b" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:50:27 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "450" ], + "Content-Length": [ "459" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"name\":\"lugoldbekusto\",\"role\":\"Viewer\",\"type\":\"App\",\"fqn\":\"aadapp=e60fe5c8-d6a5-4dee-b382-fb4502588dd0;72f988bf-86f1-41af-91ab-2d7cd011db47\",\"email\":\"\",\"appId\":\"e60fe5c8-d6a5-4dee-b382-fb4502588dd0\",\"tenantName\":\"Microsoft\"},{\"name\":\"Lucy Goldberg\",\"role\":\"Admin\",\"type\":\"User\",\"fqn\":\"aaduser=4140ca90-d0db-4781-ab7a-099ece50e2fa;72f988bf-86f1-41af-91ab-2d7cd011db47\",\"email\":\"lugoldbe@microsoft.com\",\"appId\":\"\",\"tenantName\":\"Microsoft\"}]}" + "Content": "{\"value\":[{\"name\":\"Royi Shauli\",\"role\":\"Admin\",\"type\":\"User\",\"fqn\":\"aaduser=c526e8b3-ad30-4963-bdd2-a75a2757e7e3;72f988bf-86f1-41af-91ab-2d7cd011db47\",\"email\":\"roshauli@microsoft.com\",\"appId\":\"\",\"tenantName\":\"Microsoft\"},{\"name\":\"KustoClientsScenarioTest\",\"role\":\"Viewer\",\"type\":\"App\",\"fqn\":\"aadapp=713c3475-5021-4f3b-a650-eaa9a83f25a4;72f988bf-86f1-41af-91ab-2d7cd011db47\",\"email\":\"\",\"appId\":\"713c3475-5021-4f3b-a650-eaa9a83f25a4\",\"tenantName\":\"Microsoft\"}]}" } } } \ No newline at end of file diff --git a/src/Kusto/test/Remove-AzKustoDatabasePrincipal.Tests.ps1 b/src/Kusto/test/Remove-AzKustoDatabasePrincipal.Tests.ps1 index 156acb225eca..695735c6f45e 100644 --- a/src/Kusto/test/Remove-AzKustoDatabasePrincipal.Tests.ps1 +++ b/src/Kusto/test/Remove-AzKustoDatabasePrincipal.Tests.ps1 @@ -5,7 +5,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzKustoDatabasePrincipal.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -20,6 +20,7 @@ Describe 'Remove-AzKustoDatabasePrincipal' { [array]$databasePrincipals = Get-AzKustoDatabasePrincipal -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName $databasePrincipal = $databasePrincipals[0] - { Remove-AzKustoDatabasePrincipal -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -Value (@{Name=$databasePrincipal.Name; Role=$databasePrincipal.Role; Type=$databasePrincipal.Type; Email=$databasePrincipal.Email}) } | Should -Not -Throw + { Remove-AzKustoDatabasePrincipal -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -Value (@{Name = $databasePrincipal.Name; Role = $databasePrincipal.Role; Type = $databasePrincipal.Type; Email = $databasePrincipal.Email; AppId = $databasePrincipal.AppId }) } | Should -Not -Throw + { Add-AzKustoDatabasePrincipal -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -Value (@{Name = $databasePrincipal.Name; Role = $databasePrincipal.Role; Type = $databasePrincipal.Type; Email = $databasePrincipal.Email; AppId = $databasePrincipal.AppId }) } | Should -Not -Throw } } diff --git a/src/Kusto/test/Remove-AzKustoDatabasePrincipalAssignment.Recording.json b/src/Kusto/test/Remove-AzKustoDatabasePrincipalAssignment.Recording.json index 9f7207cd42d0..5e6304f8b7fd 100644 --- a/src/Kusto/test/Remove-AzKustoDatabasePrincipalAssignment.Recording.json +++ b/src/Kusto/test/Remove-AzKustoDatabasePrincipalAssignment.Recording.json @@ -1,16 +1,136 @@ { - "Remove-AzKustoDatabasePrincipalAssignment+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/PrincipalAssignments/principalassignment1?api-version=2020-02-15+1": { + "Remove-AzKustoDatabasePrincipalAssignment+[NoContext]+Delete+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14+1": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14", + "Content": "{\r\n \"properties\": {\r\n \"principalId\": \"e60fe5c8-d6a5-4dee-b382-fb4502588dd0\",\r\n \"principalType\": \"App\",\r\n \"role\": \"Viewer\"\r\n }\r\n}", + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "139" ] + } + }, + "Response": { + "StatusCode": 201, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], + "x-ms-request-id": [ "ee5b1782-870d-408f-917c-2b618337de85" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/d7401f19-8480-4325-ad8f-8ef42695b483?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "198" ], + "x-ms-correlation-request-id": [ "7b9d3f65-5c48-43b4-a53e-150e920a92d9" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005029Z:7b9d3f65-5c48-43b4-a53e-150e920a92d9" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:50:28 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "498" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/PrincipalAssignments/principalassignment1\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/principalassignment1\",\"type\":\"Microsoft.Kusto/Clusters/Databases/PrincipalAssignments\",\"etag\":\"\\\"\\\"\",\"properties\":{\"principalId\":\"e60fe5c8-d6a5-4dee-b382-fb4502588dd0\",\"principalType\":\"App\",\"role\":\"Viewer\",\"provisioningState\":\"Creating\"}}" + } + }, + "Remove-AzKustoDatabasePrincipalAssignment+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/d7401f19-8480-4325-ad8f-8ef42695b483?api-version=2020-06-14+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/d7401f19-8480-4325-ad8f-8ef42695b483?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "438", "439" ], + "x-ms-client-request-id": [ "6dc40018-ddda-4bd3-ae91-f343070041c4", "6dc40018-ddda-4bd3-ae91-f343070041c4" ], + "CommandName": [ "New-AzKustoDatabasePrincipalAssignment", "New-AzKustoDatabasePrincipalAssignment" ], + "FullCommandName": [ "New-AzKustoDatabasePrincipalAssignment_CreateExpanded", "New-AzKustoDatabasePrincipalAssignment_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-request-id": [ "862e8901-8f08-4c52-b54b-185c55001ee1" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "f1efdff8-fde6-4459-b971-1462392260ac" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005059Z:f1efdff8-fde6-4459-b971-1462392260ac" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:50:59 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "502" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/d7401f19-8480-4325-ad8f-8ef42695b483\",\"name\":\"d7401f19-8480-4325-ad8f-8ef42695b483\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:50:29.090262Z\",\"endTime\":\"2020-08-03T00:50:29.1995938Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DatabaseAddPrincipals\",\"RootActivityId\":\"16069e8b-c746-42d5-9067-a0abcf3a3825\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "Remove-AzKustoDatabasePrincipalAssignment+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "438", "439", "440" ], + "x-ms-client-request-id": [ "6dc40018-ddda-4bd3-ae91-f343070041c4", "6dc40018-ddda-4bd3-ae91-f343070041c4", "6dc40018-ddda-4bd3-ae91-f343070041c4" ], + "CommandName": [ "New-AzKustoDatabasePrincipalAssignment", "New-AzKustoDatabasePrincipalAssignment", "New-AzKustoDatabasePrincipalAssignment" ], + "FullCommandName": [ "New-AzKustoDatabasePrincipalAssignment_CreateExpanded", "New-AzKustoDatabasePrincipalAssignment_CreateExpanded", "New-AzKustoDatabasePrincipalAssignment_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], + "x-ms-request-id": [ "b339ebe2-8fdf-4980-aa08-dc1ab8685a88" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "b5df284c-66c3-4196-bcc0-3a1f3e0d38a5" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005059Z:b5df284c-66c3-4196-bcc0-3a1f3e0d38a5" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:50:59 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "616" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/PrincipalAssignments/principalassignment1\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/principalassignment1\",\"type\":\"Microsoft.Kusto/Clusters/Databases/PrincipalAssignments\",\"etag\":\"\\\"\\\"\",\"tags\":{},\"properties\":{\"principalId\":\"e60fe5c8-d6a5-4dee-b382-fb4502588dd0\",\"role\":\"Viewer\",\"principalType\":\"App\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"tenantName\":\"Microsoft\",\"principalName\":\"lugoldbekusto\",\"provisioningState\":\"Succeeded\"}}" + } + }, + "Remove-AzKustoDatabasePrincipalAssignment+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14+4": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/PrincipalAssignments/principalassignment1?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "284" ], - "x-ms-client-request-id": [ "f02a49b6-da00-4e31-8276-8ee6017e60ec" ], + "x-ms-unique-id": [ "441" ], + "x-ms-client-request-id": [ "866f7e34-7092-4085-bbed-19329fc71338" ], "CommandName": [ "Remove-AzKustoDatabasePrincipalAssignment" ], "FullCommandName": [ "Remove-AzKustoDatabasePrincipalAssignment_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -19,39 +139,39 @@ "Response": { "StatusCode": 202, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/7d34a802-a789-4085-9d1b-60284c98fe57?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], - "x-ms-request-id": [ "4f114718-af79-48f4-a589-c8f8e77deef9" ], - "x-ms-correlation-request-id": [ "4f114718-af79-48f4-a589-c8f8e77deef9" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200402T155613Z:4f114718-af79-48f4-a589-c8f8e77deef9" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/2e7a7c0d-c333-4706-926d-1c75efb7979f?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/2e7a7c0d-c333-4706-926d-1c75efb7979f?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14986" ], + "x-ms-request-id": [ "fdcb1f8b-f110-457f-a79e-052db7bc9e2f" ], + "x-ms-correlation-request-id": [ "fdcb1f8b-f110-457f-a79e-052db7bc9e2f" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005100Z:fdcb1f8b-f110-457f-a79e-052db7bc9e2f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 02 Apr 2020 15:56:12 GMT" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/7d34a802-a789-4085-9d1b-60284c98fe57?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=ad966661f28345a7a82e0f5252ddeee3454342c1fc885732f7b3a5976e5da774;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:51:00 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], - "Expires": [ "-1" ] + "Expires": [ "-1" ], + "Content-Length": [ "0" ] }, "Content": null } }, - "Remove-AzKustoDatabasePrincipalAssignment+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/7d34a802-a789-4085-9d1b-60284c98fe57?api-version=2020-02-15+2": { + "Remove-AzKustoDatabasePrincipalAssignment+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/2e7a7c0d-c333-4706-926d-1c75efb7979f?api-version=2020-06-14+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/7d34a802-a789-4085-9d1b-60284c98fe57?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/2e7a7c0d-c333-4706-926d-1c75efb7979f?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "284", "285" ], - "x-ms-client-request-id": [ "f02a49b6-da00-4e31-8276-8ee6017e60ec", "f02a49b6-da00-4e31-8276-8ee6017e60ec" ], + "x-ms-unique-id": [ "441", "442" ], + "x-ms-client-request-id": [ "866f7e34-7092-4085-bbed-19329fc71338", "866f7e34-7092-4085-bbed-19329fc71338" ], "CommandName": [ "Remove-AzKustoDatabasePrincipalAssignment", "Remove-AzKustoDatabasePrincipalAssignment" ], "FullCommandName": [ "Remove-AzKustoDatabasePrincipalAssignment_Delete", "Remove-AzKustoDatabasePrincipalAssignment_Delete" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -60,39 +180,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "7a7ca6ee-b958-42b0-9b20-0a966ff31a79" ], - "x-ms-correlation-request-id": [ "c37f87de-f1cc-41cb-a6b6-4a14a34815de" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200402T155643Z:c37f87de-f1cc-41cb-a6b6-4a14a34815de" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "x-ms-request-id": [ "5dc242fe-079c-4956-addf-b534c7c003c9" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "50357723-1408-4062-a9cc-d32864255ea6" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005130Z:50357723-1408-4062-a9cc-d32864255ea6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 02 Apr 2020 15:56:43 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:51:30 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "475" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/7d34a802-a789-4085-9d1b-60284c98fe57\",\"name\":\"7d34a802-a789-4085-9d1b-60284c98fe57\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-02T15:56:12.9019807Z\",\"endTime\":\"2020-04-02T15:56:13.0113497Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DatabaseDropPrincipals\",\"RootActivityId\":\"ce05de59-4c82-44b1-883d-56a58a85053b\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/2e7a7c0d-c333-4706-926d-1c75efb7979f\",\"name\":\"2e7a7c0d-c333-4706-926d-1c75efb7979f\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:51:00.4269949Z\",\"endTime\":\"2020-08-03T00:51:00.5051673Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DatabaseDropPrincipals\",\"RootActivityId\":\"93e6368d-7881-4739-bfa3-d341be8582fd\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" } }, - "Remove-AzKustoDatabasePrincipalAssignment+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/7d34a802-a789-4085-9d1b-60284c98fe57?api-version=2020-02-15\u0026operationResultResponseType=Location+3": { + "Remove-AzKustoDatabasePrincipalAssignment+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/2e7a7c0d-c333-4706-926d-1c75efb7979f?api-version=2020-06-14\u0026operationResultResponseType=Location+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/7d34a802-a789-4085-9d1b-60284c98fe57?api-version=2020-02-15\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/2e7a7c0d-c333-4706-926d-1c75efb7979f?api-version=2020-06-14\u0026operationResultResponseType=Location", "Content": null, "Headers": { - "x-ms-unique-id": [ "284", "285", "286" ], - "x-ms-client-request-id": [ "f02a49b6-da00-4e31-8276-8ee6017e60ec", "f02a49b6-da00-4e31-8276-8ee6017e60ec", "f02a49b6-da00-4e31-8276-8ee6017e60ec" ], + "x-ms-unique-id": [ "441", "442", "443" ], + "x-ms-client-request-id": [ "866f7e34-7092-4085-bbed-19329fc71338", "866f7e34-7092-4085-bbed-19329fc71338", "866f7e34-7092-4085-bbed-19329fc71338" ], "CommandName": [ "Remove-AzKustoDatabasePrincipalAssignment", "Remove-AzKustoDatabasePrincipalAssignment", "Remove-AzKustoDatabasePrincipalAssignment" ], "FullCommandName": [ "Remove-AzKustoDatabasePrincipalAssignment_Delete", "Remove-AzKustoDatabasePrincipalAssignment_Delete", "Remove-AzKustoDatabasePrincipalAssignment_Delete" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -101,21 +221,21 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "0a056690-f9e3-4856-a0af-cf06033a613f" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], - "x-ms-correlation-request-id": [ "17ea2160-706a-423d-9dc8-eb44eaf68424" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200402T155643Z:17ea2160-706a-423d-9dc8-eb44eaf68424" ], + "x-ms-request-id": [ "7f0c82bc-bcf7-4460-9d21-a057ef24606f" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-correlation-request-id": [ "73943f99-0aa1-4277-925b-2c77836afdff" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005130Z:73943f99-0aa1-4277-925b-2c77836afdff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 02 Apr 2020 15:56:43 GMT" ], - "Set-Cookie": [ "ARRAffinity=ad966661f28345a7a82e0f5252ddeee3454342c1fc885732f7b3a5976e5da774;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 00:51:30 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], - "Expires": [ "-1" ] + "Expires": [ "-1" ], + "Content-Length": [ "0" ] }, "Content": null } diff --git a/src/Kusto/test/Remove-AzKustoDatabasePrincipalAssignment.Tests.ps1 b/src/Kusto/test/Remove-AzKustoDatabasePrincipalAssignment.Tests.ps1 index 8c66e2414242..13604cafc87b 100644 --- a/src/Kusto/test/Remove-AzKustoDatabasePrincipalAssignment.Tests.ps1 +++ b/src/Kusto/test/Remove-AzKustoDatabasePrincipalAssignment.Tests.ps1 @@ -7,7 +7,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzKustoDatabasePrincipalAssignment.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -18,8 +18,12 @@ Describe 'Remove-AzKustoDatabasePrincipalAssignment' { $resourceGroupName = $env.resourceGroupName $clusterName = $env.clusterName $databaseName = $env.databaseName - $principalAssignmentName = $env.principalAssignmentName + $principalAssignmentName = $env.principalAssignmentName1 + $principalId = $env.principalId1 + $role = $env.databasePrincipalRole + $principalType = $env.principalType - { Remove-AzKustoDatabasePrincipalAssignment -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -PrincipalAssignmentName $principalAssignmentName} | Should -Not -Throw + New-AzKustoDatabasePrincipalAssignment -ResourceGroupName $resourceGroupName -ClusterName $clusterName -PrincipalAssignmentName $principalAssignmentName -DatabaseName $databaseName -PrincipalId $principalId -PrincipalType $principalType -Role $role + { Remove-AzKustoDatabasePrincipalAssignment -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -PrincipalAssignmentName $principalAssignmentName } | Should -Not -Throw } } diff --git a/src/Kusto/test/Start-AzKustoCluster.Recording.json b/src/Kusto/test/Start-AzKustoCluster.Recording.json index 08a0d6675652..f47d4f0ccb22 100644 --- a/src/Kusto/test/Start-AzKustoCluster.Recording.json +++ b/src/Kusto/test/Start-AzKustoCluster.Recording.json @@ -1,16 +1,2102 @@ { - "Start-AzKustoCluster+[NoContext]+Start+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/start?api-version=2020-02-15+1": { + "Start-AzKustoCluster+[NoContext]+Start+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterv76dg4/stop?api-version=2020-06-14+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/start?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterv76dg4/stop?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "39" ], - "x-ms-client-request-id": [ "94632f79-497e-409c-be5a-4816d5378dea" ], + "x-ms-unique-id": [ "450" ], + "x-ms-client-request-id": [ "b7c1f216-c26a-432a-aaea-9c15f339c328" ], + "CommandName": [ "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "x-ms-request-id": [ "5ca4b91e-0417-46eb-999c-316b274e187f" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1194" ], + "x-ms-correlation-request-id": [ "64e5a5a3-d398-4a38-bc5c-26142a33807b" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005234Z:64e5a5a3-d398-4a38-bc5c-26142a33807b" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:52:34 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "450", "451" ], + "x-ms-client-request-id": [ "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-correlation-request-id": [ "da136720-ecfb-40ae-b93d-58cb2673dcf1" ], + "x-ms-request-id": [ "1f5275f5-8277-49dd-a4b6-887976ca82a0" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "279" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005304Z:da136720-ecfb-40ae-b93d-58cb2673dcf1" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:53:04 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"name\":\"16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:52:34.4882116Z\",\"endTime\":\"2020-08-03T00:52:35.3476637Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"e3fb9310-2cfd-499a-97c7-e91aeb081abf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "450", "451", "452" ], + "x-ms-client-request-id": [ "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "278" ], + "x-ms-request-id": [ "46453579-2052-4c49-927d-9b0dd2a2d758" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "86d7b9dc-fe52-4c52-808c-2f87a3e94a46" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005335Z:86d7b9dc-fe52-4c52-808c-2f87a3e94a46" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:53:35 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"name\":\"16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:52:34.4882116Z\",\"endTime\":\"2020-08-03T00:52:35.3476637Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"e3fb9310-2cfd-499a-97c7-e91aeb081abf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14+4": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "450", "451", "452", "453" ], + "x-ms-client-request-id": [ "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "277" ], + "x-ms-request-id": [ "4bb0ebcf-a48d-45cc-9b41-c4fdcfaf3324" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "b6d49283-851f-49e4-ae93-dee35862a73c" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005405Z:b6d49283-851f-49e4-ae93-dee35862a73c" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:54:05 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"name\":\"16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:52:34.4882116Z\",\"endTime\":\"2020-08-03T00:52:35.3476637Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"e3fb9310-2cfd-499a-97c7-e91aeb081abf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14+5": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "450", "451", "452", "453", "454" ], + "x-ms-client-request-id": [ "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "276" ], + "x-ms-request-id": [ "81285c49-dd26-4b81-ab6e-23fc5a1f525e" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "4a34a4a7-01b4-48cb-9407-4c3dbb8c8111" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005435Z:4a34a4a7-01b4-48cb-9407-4c3dbb8c8111" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:54:35 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"name\":\"16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:52:34.4882116Z\",\"endTime\":\"2020-08-03T00:52:35.3476637Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"e3fb9310-2cfd-499a-97c7-e91aeb081abf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14+6": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "450", "451", "452", "453", "454", "455" ], + "x-ms-client-request-id": [ "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "x-ms-request-id": [ "a3471662-9a25-4ba6-a839-318fc03c8e06" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "f6afb7af-b6eb-4843-bf15-650cf23ca046" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005506Z:f6afb7af-b6eb-4843-bf15-650cf23ca046" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:55:05 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"name\":\"16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:52:34.4882116Z\",\"endTime\":\"2020-08-03T00:52:35.3476637Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"e3fb9310-2cfd-499a-97c7-e91aeb081abf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14+7": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "450", "451", "452", "453", "454", "455", "456" ], + "x-ms-client-request-id": [ "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-request-id": [ "0353e65d-d4c3-486e-8841-35f4b03b0d1c" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "ad9d65bd-b5d6-430d-84b1-35e4bb0da297" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005536Z:ad9d65bd-b5d6-430d-84b1-35e4bb0da297" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:55:36 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"name\":\"16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:52:34.4882116Z\",\"endTime\":\"2020-08-03T00:52:35.3476637Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"e3fb9310-2cfd-499a-97c7-e91aeb081abf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14+8": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "450", "451", "452", "453", "454", "455", "456", "457" ], + "x-ms-client-request-id": [ "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-request-id": [ "dc969d3e-bae7-4140-994c-4ca675674b28" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "adf8eb10-deae-44e8-9e8e-e101b2785a88" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005606Z:adf8eb10-deae-44e8-9e8e-e101b2785a88" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:56:06 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"name\":\"16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:52:34.4882116Z\",\"endTime\":\"2020-08-03T00:52:35.3476637Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"e3fb9310-2cfd-499a-97c7-e91aeb081abf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14+9": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "450", "451", "452", "453", "454", "455", "456", "457", "458" ], + "x-ms-client-request-id": [ "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "x-ms-request-id": [ "47aa578b-02a2-4e91-8d7e-6abef8c38dd0" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "2e6f780d-37ea-4df8-96aa-9751d73f2beb" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005636Z:2e6f780d-37ea-4df8-96aa-9751d73f2beb" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:56:36 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"name\":\"16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:52:34.4882116Z\",\"endTime\":\"2020-08-03T00:52:35.3476637Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"e3fb9310-2cfd-499a-97c7-e91aeb081abf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14+10": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "450", "451", "452", "453", "454", "455", "456", "457", "458", "459" ], + "x-ms-client-request-id": [ "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-request-id": [ "5844ca8d-ede7-4687-a198-de53b48cc399" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "b7a1985b-8085-447d-b511-a96e3f57c922" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005707Z:b7a1985b-8085-447d-b511-a96e3f57c922" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:57:07 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"name\":\"16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:52:34.4882116Z\",\"endTime\":\"2020-08-03T00:52:35.3476637Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"e3fb9310-2cfd-499a-97c7-e91aeb081abf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14+11": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "450", "451", "452", "453", "454", "455", "456", "457", "458", "459", "460" ], + "x-ms-client-request-id": [ "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "x-ms-request-id": [ "de55661c-d874-4a31-a7d9-ad33cf139e19" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "1816558a-5b45-416c-b8ba-3638bbb3ffb8" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005737Z:1816558a-5b45-416c-b8ba-3638bbb3ffb8" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:57:37 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"name\":\"16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:52:34.4882116Z\",\"endTime\":\"2020-08-03T00:52:35.3476637Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"e3fb9310-2cfd-499a-97c7-e91aeb081abf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14+12": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "450", "451", "452", "453", "454", "455", "456", "457", "458", "459", "460", "461" ], + "x-ms-client-request-id": [ "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "x-ms-request-id": [ "c3be0dc1-7d4e-472c-b957-1bf9da560a03" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "90d5d48a-8ee1-4cee-b5f0-b27f14555693" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005807Z:90d5d48a-8ee1-4cee-b5f0-b27f14555693" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:58:07 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"name\":\"16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:52:34.4882116Z\",\"endTime\":\"2020-08-03T00:52:35.3476637Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"e3fb9310-2cfd-499a-97c7-e91aeb081abf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14+13": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "450", "451", "452", "453", "454", "455", "456", "457", "458", "459", "460", "461", "462" ], + "x-ms-client-request-id": [ "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "x-ms-request-id": [ "2d174e9d-4120-4491-bc4d-2b794832bf22" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "d655192d-1a12-4e92-95d3-fdd473d2a25b" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005837Z:d655192d-1a12-4e92-95d3-fdd473d2a25b" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:58:36 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"name\":\"16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:52:34.4882116Z\",\"endTime\":\"2020-08-03T00:52:35.3476637Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"e3fb9310-2cfd-499a-97c7-e91aeb081abf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14+14": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "450", "451", "452", "453", "454", "455", "456", "457", "458", "459", "460", "461", "462", "463" ], + "x-ms-client-request-id": [ "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-correlation-request-id": [ "844416ed-edaa-44cc-9654-5e18a4a642d6" ], + "x-ms-request-id": [ "d438a03a-d14a-473a-8aab-e103332498dc" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "279" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005908Z:844416ed-edaa-44cc-9654-5e18a4a642d6" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:59:07 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"name\":\"16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:52:34.4882116Z\",\"endTime\":\"2020-08-03T00:52:35.3476637Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"e3fb9310-2cfd-499a-97c7-e91aeb081abf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14+15": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "450", "451", "452", "453", "454", "455", "456", "457", "458", "459", "460", "461", "462", "463", "464" ], + "x-ms-client-request-id": [ "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "278" ], + "x-ms-request-id": [ "a9f4ce69-bd64-4264-8599-26e335cb20a1" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "b35d7796-909b-45d2-93dc-8c3363494580" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T005938Z:b35d7796-909b-45d2-93dc-8c3363494580" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 00:59:38 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"name\":\"16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:52:34.4882116Z\",\"endTime\":\"2020-08-03T00:52:35.3476637Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"e3fb9310-2cfd-499a-97c7-e91aeb081abf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14+16": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "450", "451", "452", "453", "454", "455", "456", "457", "458", "459", "460", "461", "462", "463", "464", "465" ], + "x-ms-client-request-id": [ "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], + "x-ms-request-id": [ "5d400a69-c89c-40e1-83e6-7e4d15ed7fd2" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "9eb9fb11-136f-4ddb-bbd4-dd4e9532ab87" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T010008Z:9eb9fb11-136f-4ddb-bbd4-dd4e9532ab87" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:00:08 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"name\":\"16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"status\":\"Running\",\"startTime\":\"2020-08-03T00:52:34.4882116Z\",\"endTime\":\"2020-08-03T00:52:35.3476637Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"e3fb9310-2cfd-499a-97c7-e91aeb081abf\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14+17": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "450", "451", "452", "453", "454", "455", "456", "457", "458", "459", "460", "461", "462", "463", "464", "465", "466" ], + "x-ms-client-request-id": [ "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], + "x-ms-request-id": [ "778dcb0d-bc15-4ee6-ad8b-0d4afc4d1fe9" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "b240eaf3-97b8-45a6-89b1-3af64051dc70" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T010039Z:b240eaf3-97b8-45a6-89b1-3af64051dc70" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:00:38 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "496" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"name\":\"16ee235d-fb70-46fe-9f51-6e104dd17c48\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T00:52:34.4882116Z\",\"endTime\":\"2020-08-03T01:00:23.5794083Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"e3fb9310-2cfd-499a-97c7-e91aeb081abf\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14\u0026operationResultResponseType=Location+18": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/16ee235d-fb70-46fe-9f51-6e104dd17c48?api-version=2020-06-14\u0026operationResultResponseType=Location", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "450", "451", "452", "453", "454", "455", "456", "457", "458", "459", "460", "461", "462", "463", "464", "465", "466", "467" ], + "x-ms-client-request-id": [ "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328", "b7c1f216-c26a-432a-aaea-9c15f339c328" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "4914685e-96f8-4f54-bb77-f141f8536451" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "x-ms-correlation-request-id": [ "ef0fd667-5a15-47be-948e-2c587d535c35" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T010039Z:ef0fd667-5a15-47be-948e-2c587d535c35" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:00:39 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterv76dg4/start?api-version=2020-06-14+19": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterv76dg4/start?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "468" ], + "x-ms-client-request-id": [ "9fff9fae-68f3-4af6-8a33-ad483d8f378f" ], + "CommandName": [ "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "x-ms-request-id": [ "08d57916-0b1c-4b2e-8629-c65b9c10d196" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1193" ], + "x-ms-correlation-request-id": [ "0bfae240-209c-4c26-a357-ba5cfb3fad6d" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T010039Z:0bfae240-209c-4c26-a357-ba5cfb3fad6d" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:00:39 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14+20": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "468", "469" ], + "x-ms-client-request-id": [ "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-request-id": [ "17902427-7eb2-4030-961c-c266f46a26d8" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "003c5f25-86be-4177-a0f3-a424fc4ad492" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T010110Z:003c5f25-86be-4177-a0f3-a424fc4ad492" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:01:09 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"name\":\"21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:00:39.7120042Z\",\"endTime\":\"2020-08-03T01:00:40.9620405Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"0e233a93-c333-4954-bb5a-6e95bf6f3875\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14+21": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "468", "469", "470" ], + "x-ms-client-request-id": [ "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-request-id": [ "ae8b880e-bb39-4575-bdb8-743a7db7c07d" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "5662048e-327a-48a2-83b3-0980321c6de3" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T010140Z:5662048e-327a-48a2-83b3-0980321c6de3" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:01:40 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"name\":\"21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:00:39.7120042Z\",\"endTime\":\"2020-08-03T01:00:40.9620405Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"0e233a93-c333-4954-bb5a-6e95bf6f3875\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14+22": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "468", "469", "470", "471" ], + "x-ms-client-request-id": [ "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "x-ms-request-id": [ "799a84c9-d05e-4f67-8251-389ae5d5aaf2" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "cd99a655-1950-4df3-b271-96b3ecafe5d4" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T010210Z:cd99a655-1950-4df3-b271-96b3ecafe5d4" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:02:09 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"name\":\"21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:00:39.7120042Z\",\"endTime\":\"2020-08-03T01:00:40.9620405Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"0e233a93-c333-4954-bb5a-6e95bf6f3875\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14+23": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "468", "469", "470", "471", "472" ], + "x-ms-client-request-id": [ "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-request-id": [ "7ee2b9bf-0c7a-4c98-8143-13bb4853b621" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "8dc78690-cb43-4a9c-bacb-0b94c8e82d09" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T010240Z:8dc78690-cb43-4a9c-bacb-0b94c8e82d09" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:02:39 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"name\":\"21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:00:39.7120042Z\",\"endTime\":\"2020-08-03T01:00:40.9620405Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"0e233a93-c333-4954-bb5a-6e95bf6f3875\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14+24": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "468", "469", "470", "471", "472", "473" ], + "x-ms-client-request-id": [ "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "x-ms-request-id": [ "fdad1d9a-56c9-40ef-962d-2b3c106e85de" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "e34f8b02-1e24-4975-aeb8-e6e61198a6ab" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T010310Z:e34f8b02-1e24-4975-aeb8-e6e61198a6ab" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:03:10 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"name\":\"21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:00:39.7120042Z\",\"endTime\":\"2020-08-03T01:00:40.9620405Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"0e233a93-c333-4954-bb5a-6e95bf6f3875\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14+25": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "468", "469", "470", "471", "472", "473", "474" ], + "x-ms-client-request-id": [ "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "x-ms-request-id": [ "9c63eb62-8ffd-4d2f-b417-8db281b7d543" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "50e7ef8d-adc1-46d4-8912-688584e1c64a" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T010341Z:50e7ef8d-adc1-46d4-8912-688584e1c64a" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:03:40 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"name\":\"21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:00:39.7120042Z\",\"endTime\":\"2020-08-03T01:00:40.9620405Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"0e233a93-c333-4954-bb5a-6e95bf6f3875\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14+26": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "468", "469", "470", "471", "472", "473", "474", "475" ], + "x-ms-client-request-id": [ "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "x-ms-request-id": [ "3d6d46dd-c042-44f8-9c81-d653fa20d804" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "771e38fe-bb97-400d-8eb4-7731caf573b7" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T010411Z:771e38fe-bb97-400d-8eb4-7731caf573b7" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:04:11 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"name\":\"21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:00:39.7120042Z\",\"endTime\":\"2020-08-03T01:00:40.9620405Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"0e233a93-c333-4954-bb5a-6e95bf6f3875\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14+27": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "468", "469", "470", "471", "472", "473", "474", "475", "476" ], + "x-ms-client-request-id": [ "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "279" ], + "x-ms-request-id": [ "faab927b-60c6-4206-9160-435469c219af" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "7872da36-36cb-4de0-9233-fd9eadc5b897" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T010441Z:7872da36-36cb-4de0-9233-fd9eadc5b897" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:04:41 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"name\":\"21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:00:39.7120042Z\",\"endTime\":\"2020-08-03T01:00:40.9620405Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"0e233a93-c333-4954-bb5a-6e95bf6f3875\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14+28": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "468", "469", "470", "471", "472", "473", "474", "475", "476", "477" ], + "x-ms-client-request-id": [ "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-correlation-request-id": [ "69219df3-7b1a-49e8-8c14-e5e553cc9e00" ], + "x-ms-request-id": [ "7c5f6ea8-c94e-4e51-8794-ec471cbdb9bb" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T010511Z:69219df3-7b1a-49e8-8c14-e5e553cc9e00" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:05:11 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"name\":\"21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:00:39.7120042Z\",\"endTime\":\"2020-08-03T01:00:40.9620405Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"0e233a93-c333-4954-bb5a-6e95bf6f3875\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14+29": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "468", "469", "470", "471", "472", "473", "474", "475", "476", "477", "478" ], + "x-ms-client-request-id": [ "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "x-ms-request-id": [ "7fa3346b-df13-4abd-968e-1c3b46fc6e6c" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "a03b1bed-4e96-48f2-b691-4ee57600980b" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T010542Z:a03b1bed-4e96-48f2-b691-4ee57600980b" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:05:42 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"name\":\"21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:00:39.7120042Z\",\"endTime\":\"2020-08-03T01:00:40.9620405Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"0e233a93-c333-4954-bb5a-6e95bf6f3875\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14+30": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "468", "469", "470", "471", "472", "473", "474", "475", "476", "477", "478", "479" ], + "x-ms-client-request-id": [ "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-request-id": [ "8b030629-8109-4732-a4c4-b2e2fa9bb93e" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "9d85f8c1-c1fa-4728-87b7-1fe928d95af4" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T010612Z:9d85f8c1-c1fa-4728-87b7-1fe928d95af4" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:06:12 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"name\":\"21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:00:39.7120042Z\",\"endTime\":\"2020-08-03T01:00:40.9620405Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"0e233a93-c333-4954-bb5a-6e95bf6f3875\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14+31": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "468", "469", "470", "471", "472", "473", "474", "475", "476", "477", "478", "479", "480" ], + "x-ms-client-request-id": [ "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-request-id": [ "740d75a0-2f5e-4974-be0e-ea725384baeb" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "ba8b44d4-45b9-43a3-904f-5607b479628d" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T010642Z:ba8b44d4-45b9-43a3-904f-5607b479628d" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:06:42 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"name\":\"21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:00:39.7120042Z\",\"endTime\":\"2020-08-03T01:00:40.9620405Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"0e233a93-c333-4954-bb5a-6e95bf6f3875\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14+32": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "468", "469", "470", "471", "472", "473", "474", "475", "476", "477", "478", "479", "480", "481" ], + "x-ms-client-request-id": [ "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "x-ms-request-id": [ "a7fb257e-c63f-4a2e-a637-4d39bb0c4411" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "5e740642-a60e-4030-b22e-a8a1dec979fa" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T010713Z:5e740642-a60e-4030-b22e-a8a1dec979fa" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:07:13 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"name\":\"21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:00:39.7120042Z\",\"endTime\":\"2020-08-03T01:00:40.9620405Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"0e233a93-c333-4954-bb5a-6e95bf6f3875\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14+33": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "468", "469", "470", "471", "472", "473", "474", "475", "476", "477", "478", "479", "480", "481", "482" ], + "x-ms-client-request-id": [ "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-request-id": [ "af81a98a-8e53-4ea5-8b1a-2bccc9c7e688" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "2441a603-4336-4dea-ac17-edcade135634" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T010743Z:2441a603-4336-4dea-ac17-edcade135634" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:07:42 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"name\":\"21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:00:39.7120042Z\",\"endTime\":\"2020-08-03T01:00:40.9620405Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"0e233a93-c333-4954-bb5a-6e95bf6f3875\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14+34": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "468", "469", "470", "471", "472", "473", "474", "475", "476", "477", "478", "479", "480", "481", "482", "483" ], + "x-ms-client-request-id": [ "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "x-ms-request-id": [ "9b209b94-0227-4674-9fe0-0518f96bac48" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "86f25d6e-93f7-48d0-bdd8-b7f37b331afc" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T010813Z:86f25d6e-93f7-48d0-bdd8-b7f37b331afc" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:08:12 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"name\":\"21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:00:39.7120042Z\",\"endTime\":\"2020-08-03T01:00:40.9620405Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"0e233a93-c333-4954-bb5a-6e95bf6f3875\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14+35": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "468", "469", "470", "471", "472", "473", "474", "475", "476", "477", "478", "479", "480", "481", "482", "483", "484" ], + "x-ms-client-request-id": [ "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "x-ms-request-id": [ "849dddcb-f9d5-4327-b63d-2ab72edf7341" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "74d46fba-fdeb-4f40-9185-254364004cae" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T010844Z:74d46fba-fdeb-4f40-9185-254364004cae" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:08:44 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "494" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"name\":\"21368fed-e3ca-42e8-a793-69bdbc6310a0\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T01:00:39.7120042Z\",\"endTime\":\"2020-08-03T01:08:36.322055Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"0e233a93-c333-4954-bb5a-6e95bf6f3875\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14\u0026operationResultResponseType=Location+36": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/21368fed-e3ca-42e8-a793-69bdbc6310a0?api-version=2020-06-14\u0026operationResultResponseType=Location", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "468", "469", "470", "471", "472", "473", "474", "475", "476", "477", "478", "479", "480", "481", "482", "483", "484", "485" ], + "x-ms-client-request-id": [ "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f", "9fff9fae-68f3-4af6-8a33-ad483d8f378f" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "0479efee-5602-4a89-a28e-5fa9851b8239" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "x-ms-correlation-request-id": [ "2c7c39d3-58d4-49f8-9788-9bf8b095c5cf" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T010844Z:2c7c39d3-58d4-49f8-9788-9bf8b095c5cf" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:08:44 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterv76dg4?api-version=2020-06-14+1": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterv76dg4?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "486" ], + "x-ms-client-request-id": [ "3ed1d881-f349-403e-86a1-141f422cd18c" ], + "CommandName": [ "Get-AzKustoCluster" ], + "FullCommandName": [ "Get-AzKustoCluster_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], + "x-ms-request-id": [ "2315b5f9-f7cd-46b7-a113-40647fd05980" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "c16de3f4-6a83-4e62-97e5-03d68155f106" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T010844Z:c16de3f4-6a83-4e62-97e5-03d68155f106" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:08:44 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "794" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterv76dg4\",\"name\":\"testclusterv76dg4\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://testclusterv76dg4.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-testclusterv76dg4.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[]},\"enablePurge\":null,\"enableDoubleEncryption\":false,\"provisioningState\":\"Succeeded\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterv76dg4/stop?api-version=2020-06-14+2": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterv76dg4/stop?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "487" ], + "x-ms-client-request-id": [ "924bb347-09df-4f93-9899-cf267a21dc41" ], + "CommandName": [ "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8e5aa865-92f9-4254-a19b-ce5db62c81c8?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "x-ms-request-id": [ "b35f0ec6-e137-4db6-ae45-cfe47c5d43ba" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8e5aa865-92f9-4254-a19b-ce5db62c81c8?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1192" ], + "x-ms-correlation-request-id": [ "9637ccbb-d0ee-4094-af8f-6e10f6b31599" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T010845Z:9637ccbb-d0ee-4094-af8f-6e10f6b31599" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:08:45 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8e5aa865-92f9-4254-a19b-ce5db62c81c8?api-version=2020-06-14+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8e5aa865-92f9-4254-a19b-ce5db62c81c8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "487", "488" ], + "x-ms-client-request-id": [ "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "279" ], + "x-ms-request-id": [ "d90fb1f1-d657-436b-9f2f-4b118661feba" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "15eb5c0e-c51f-40f5-9312-83c1ec04a70e" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T010915Z:15eb5c0e-c51f-40f5-9312-83c1ec04a70e" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:09:15 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8e5aa865-92f9-4254-a19b-ce5db62c81c8\",\"name\":\"8e5aa865-92f9-4254-a19b-ce5db62c81c8\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:08:45.1117039Z\",\"endTime\":\"2020-08-03T01:08:45.9242118Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"3fe50d01-9f93-4703-9f54-b7843206c83e\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8e5aa865-92f9-4254-a19b-ce5db62c81c8?api-version=2020-06-14+4": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8e5aa865-92f9-4254-a19b-ce5db62c81c8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "487", "488", "489" ], + "x-ms-client-request-id": [ "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "278" ], + "x-ms-request-id": [ "46b00337-a6de-426c-b8ad-36f5921bcd24" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "b58b1ad5-774e-48cd-b7b2-c630ea3782df" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T010945Z:b58b1ad5-774e-48cd-b7b2-c630ea3782df" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:09:44 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8e5aa865-92f9-4254-a19b-ce5db62c81c8\",\"name\":\"8e5aa865-92f9-4254-a19b-ce5db62c81c8\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:08:45.1117039Z\",\"endTime\":\"2020-08-03T01:08:45.9242118Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"3fe50d01-9f93-4703-9f54-b7843206c83e\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8e5aa865-92f9-4254-a19b-ce5db62c81c8?api-version=2020-06-14+5": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8e5aa865-92f9-4254-a19b-ce5db62c81c8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "487", "488", "489", "490" ], + "x-ms-client-request-id": [ "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], + "x-ms-request-id": [ "64e461f6-f123-44e7-b2a3-6565b36d7c43" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "74f9b106-ed17-4923-88a8-6d599c39a12b" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T011015Z:74f9b106-ed17-4923-88a8-6d599c39a12b" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:10:15 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8e5aa865-92f9-4254-a19b-ce5db62c81c8\",\"name\":\"8e5aa865-92f9-4254-a19b-ce5db62c81c8\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:08:45.1117039Z\",\"endTime\":\"2020-08-03T01:08:45.9242118Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"3fe50d01-9f93-4703-9f54-b7843206c83e\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8e5aa865-92f9-4254-a19b-ce5db62c81c8?api-version=2020-06-14+6": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8e5aa865-92f9-4254-a19b-ce5db62c81c8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "487", "488", "489", "490", "491" ], + "x-ms-client-request-id": [ "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "x-ms-request-id": [ "a78984df-79ea-486f-bb91-d70f1011f065" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "e18b26bd-4b24-4e85-8837-1f4f79b21669" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T011046Z:e18b26bd-4b24-4e85-8837-1f4f79b21669" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:10:45 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8e5aa865-92f9-4254-a19b-ce5db62c81c8\",\"name\":\"8e5aa865-92f9-4254-a19b-ce5db62c81c8\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:08:45.1117039Z\",\"endTime\":\"2020-08-03T01:08:45.9242118Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"3fe50d01-9f93-4703-9f54-b7843206c83e\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8e5aa865-92f9-4254-a19b-ce5db62c81c8?api-version=2020-06-14+7": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8e5aa865-92f9-4254-a19b-ce5db62c81c8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "487", "488", "489", "490", "491", "492" ], + "x-ms-client-request-id": [ "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-correlation-request-id": [ "c8e7f7e8-5b1d-4102-8a0e-5698f69cf60f" ], + "x-ms-request-id": [ "7e5d58d9-457a-4fd3-8da7-ccef6521eefa" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T011116Z:c8e7f7e8-5b1d-4102-8a0e-5698f69cf60f" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:11:15 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8e5aa865-92f9-4254-a19b-ce5db62c81c8\",\"name\":\"8e5aa865-92f9-4254-a19b-ce5db62c81c8\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:08:45.1117039Z\",\"endTime\":\"2020-08-03T01:08:45.9242118Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"3fe50d01-9f93-4703-9f54-b7843206c83e\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8e5aa865-92f9-4254-a19b-ce5db62c81c8?api-version=2020-06-14+8": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8e5aa865-92f9-4254-a19b-ce5db62c81c8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "487", "488", "489", "490", "491", "492", "493" ], + "x-ms-client-request-id": [ "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-request-id": [ "119f6584-53fc-4e37-a1aa-a582cb9a1f33" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "96a17990-f2b0-426f-8fd7-e3a2ef6a612a" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T011146Z:96a17990-f2b0-426f-8fd7-e3a2ef6a612a" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:11:46 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8e5aa865-92f9-4254-a19b-ce5db62c81c8\",\"name\":\"8e5aa865-92f9-4254-a19b-ce5db62c81c8\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:08:45.1117039Z\",\"endTime\":\"2020-08-03T01:08:45.9242118Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"3fe50d01-9f93-4703-9f54-b7843206c83e\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8e5aa865-92f9-4254-a19b-ce5db62c81c8?api-version=2020-06-14+9": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8e5aa865-92f9-4254-a19b-ce5db62c81c8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "487", "488", "489", "490", "491", "492", "493", "494" ], + "x-ms-client-request-id": [ "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "x-ms-request-id": [ "b28b6aeb-563c-4263-9c90-15bcf71f8340" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "2b69466e-952b-44b6-9b6d-ae041bc8e505" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T011217Z:2b69466e-952b-44b6-9b6d-ae041bc8e505" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:12:17 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8e5aa865-92f9-4254-a19b-ce5db62c81c8\",\"name\":\"8e5aa865-92f9-4254-a19b-ce5db62c81c8\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:08:45.1117039Z\",\"endTime\":\"2020-08-03T01:08:45.9242118Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"3fe50d01-9f93-4703-9f54-b7843206c83e\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8e5aa865-92f9-4254-a19b-ce5db62c81c8?api-version=2020-06-14+10": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8e5aa865-92f9-4254-a19b-ce5db62c81c8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "487", "488", "489", "490", "491", "492", "493", "494", "495" ], + "x-ms-client-request-id": [ "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-request-id": [ "51aa19a9-7e25-4dee-8aa6-fcc32657d4e4" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "3ffdbdc4-816c-4b3a-a2d5-f8419e206fc8" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T011247Z:3ffdbdc4-816c-4b3a-a2d5-f8419e206fc8" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:12:46 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8e5aa865-92f9-4254-a19b-ce5db62c81c8\",\"name\":\"8e5aa865-92f9-4254-a19b-ce5db62c81c8\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:08:45.1117039Z\",\"endTime\":\"2020-08-03T01:08:45.9242118Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"3fe50d01-9f93-4703-9f54-b7843206c83e\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8e5aa865-92f9-4254-a19b-ce5db62c81c8?api-version=2020-06-14+11": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8e5aa865-92f9-4254-a19b-ce5db62c81c8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "487", "488", "489", "490", "491", "492", "493", "494", "495", "496" ], + "x-ms-client-request-id": [ "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "x-ms-request-id": [ "72ea18e3-874a-4d13-9cf9-849660c331c3" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "e8e99bef-2a34-4a6d-8a2b-ab705e0db24f" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T011317Z:e8e99bef-2a34-4a6d-8a2b-ab705e0db24f" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:13:16 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8e5aa865-92f9-4254-a19b-ce5db62c81c8\",\"name\":\"8e5aa865-92f9-4254-a19b-ce5db62c81c8\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:08:45.1117039Z\",\"endTime\":\"2020-08-03T01:08:45.9242118Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"3fe50d01-9f93-4703-9f54-b7843206c83e\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8e5aa865-92f9-4254-a19b-ce5db62c81c8?api-version=2020-06-14+12": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8e5aa865-92f9-4254-a19b-ce5db62c81c8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "487", "488", "489", "490", "491", "492", "493", "494", "495", "496", "497" ], + "x-ms-client-request-id": [ "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "x-ms-request-id": [ "7bf8b3b8-4bff-455c-abdb-718636a56b7e" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "17e57860-3e8c-40c9-8a9e-6566acb12cd1" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T011347Z:17e57860-3e8c-40c9-8a9e-6566acb12cd1" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:13:47 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8e5aa865-92f9-4254-a19b-ce5db62c81c8\",\"name\":\"8e5aa865-92f9-4254-a19b-ce5db62c81c8\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:08:45.1117039Z\",\"endTime\":\"2020-08-03T01:08:45.9242118Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"3fe50d01-9f93-4703-9f54-b7843206c83e\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8e5aa865-92f9-4254-a19b-ce5db62c81c8?api-version=2020-06-14+13": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8e5aa865-92f9-4254-a19b-ce5db62c81c8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "487", "488", "489", "490", "491", "492", "493", "494", "495", "496", "497", "498" ], + "x-ms-client-request-id": [ "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "x-ms-request-id": [ "12a0a0aa-a07c-4e03-85ba-8ba51f2af62e" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "f8a47c19-5a8f-4830-a6c9-e5eedd5686cd" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T011418Z:f8a47c19-5a8f-4830-a6c9-e5eedd5686cd" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:14:17 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8e5aa865-92f9-4254-a19b-ce5db62c81c8\",\"name\":\"8e5aa865-92f9-4254-a19b-ce5db62c81c8\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:08:45.1117039Z\",\"endTime\":\"2020-08-03T01:08:45.9242118Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"3fe50d01-9f93-4703-9f54-b7843206c83e\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8e5aa865-92f9-4254-a19b-ce5db62c81c8?api-version=2020-06-14+14": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8e5aa865-92f9-4254-a19b-ce5db62c81c8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "487", "488", "489", "490", "491", "492", "493", "494", "495", "496", "497", "498", "499" ], + "x-ms-client-request-id": [ "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "279" ], + "x-ms-request-id": [ "d5ed0e6d-377a-420d-84b0-2794cb9b7141" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "f1d61144-7a84-4554-b6b5-3b563fc68c95" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T011448Z:f1d61144-7a84-4554-b6b5-3b563fc68c95" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:14:48 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "496" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8e5aa865-92f9-4254-a19b-ce5db62c81c8\",\"name\":\"8e5aa865-92f9-4254-a19b-ce5db62c81c8\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T01:08:45.1117039Z\",\"endTime\":\"2020-08-03T01:14:38.0210259Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"3fe50d01-9f93-4703-9f54-b7843206c83e\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8e5aa865-92f9-4254-a19b-ce5db62c81c8?api-version=2020-06-14\u0026operationResultResponseType=Location+15": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8e5aa865-92f9-4254-a19b-ce5db62c81c8?api-version=2020-06-14\u0026operationResultResponseType=Location", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "487", "488", "489", "490", "491", "492", "493", "494", "495", "496", "497", "498", "499", "500" ], + "x-ms-client-request-id": [ "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41", "924bb347-09df-4f93-9899-cf267a21dc41" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "fdcc181a-dbc9-4d3b-831a-03bcea662fdb" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "278" ], + "x-ms-correlation-request-id": [ "fe656c37-3ac4-4a71-ac4b-00c367fcd771" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T011448Z:fe656c37-3ac4-4a71-ac4b-00c367fcd771" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:14:48 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterv76dg4/start?api-version=2020-06-14+16": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterv76dg4/start?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "501" ], + "x-ms-client-request-id": [ "40ff78e3-bfcf-4810-8d69-ceb26b1589a1" ], "CommandName": [ "Start-AzKustoCluster" ], - "FullCommandName": [ "Start-AzKustoCluster_Start" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -19,39 +2105,39 @@ "Response": { "StatusCode": 202, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "3ebfa1e7-0355-4e42-ab7c-c5c38a3f4728" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/0d799d4b-4fe0-488d-87a5-d19382ec9003?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-correlation-request-id": [ "ef158a92-44bd-4a23-9597-9107a99dc9ee" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T220504Z:ef158a92-44bd-4a23-9597-9107a99dc9ee" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "x-ms-request-id": [ "51e861d7-8297-4285-9dcf-8da1c8420c5e" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1191" ], + "x-ms-correlation-request-id": [ "1a452c18-d7d6-4f6b-bf3a-9a0eaf1b11c6" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T011448Z:1a452c18-d7d6-4f6b-bf3a-9a0eaf1b11c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:05:03 GMT" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/0d799d4b-4fe0-488d-87a5-d19382ec9003?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=b3c2d4d5282ede81ed15f3f78d2ac82595f2901483fcb7962c29f71395856c9e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:14:48 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], - "Expires": [ "-1" ] + "Expires": [ "-1" ], + "Content-Length": [ "0" ] }, "Content": null } }, - "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/0d799d4b-4fe0-488d-87a5-d19382ec9003?api-version=2020-02-15+2": { + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/0d799d4b-4fe0-488d-87a5-d19382ec9003?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "39", "40" ], - "x-ms-client-request-id": [ "94632f79-497e-409c-be5a-4816d5378dea", "94632f79-497e-409c-be5a-4816d5378dea" ], + "x-ms-unique-id": [ "501", "502" ], + "x-ms-client-request-id": [ "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1" ], "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster" ], - "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -60,39 +2146,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "bacea889-dca9-4371-a3bf-073ba4f2c30f" ], - "x-ms-correlation-request-id": [ "5ee7510c-7efc-4e63-a3df-75cf1a444a20" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T220534Z:5ee7510c-7efc-4e63-a3df-75cf1a444a20" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], + "x-ms-request-id": [ "d0bc808c-e064-4cf3-90c3-8519e48e5ba9" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "675175b6-54bd-4713-b1f0-77a800e5cd59" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T011519Z:675175b6-54bd-4713-b1f0-77a800e5cd59" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:05:33 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:15:18 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "462" ], + "Content-Length": [ "492" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/0d799d4b-4fe0-488d-87a5-d19382ec9003\",\"name\":\"0d799d4b-4fe0-488d-87a5-d19382ec9003\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:05:04.0392904Z\",\"endTime\":\"2020-04-07T22:05:04.6955542Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"c424ff76-6aa2-4556-843b-8b45f9999b31\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"name\":\"04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:14:48.8859081Z\",\"endTime\":\"2020-08-03T01:14:49.9953796Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"566b5a16-6430-46f4-8b12-71e429662f3a\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/0d799d4b-4fe0-488d-87a5-d19382ec9003?api-version=2020-02-15+3": { + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14+18": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/0d799d4b-4fe0-488d-87a5-d19382ec9003?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "39", "40", "41" ], - "x-ms-client-request-id": [ "94632f79-497e-409c-be5a-4816d5378dea", "94632f79-497e-409c-be5a-4816d5378dea", "94632f79-497e-409c-be5a-4816d5378dea" ], + "x-ms-unique-id": [ "501", "502", "503" ], + "x-ms-client-request-id": [ "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1" ], "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], - "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -101,39 +2187,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], - "x-ms-request-id": [ "0becf177-b0ec-408a-af27-b1172f19bf88" ], - "x-ms-correlation-request-id": [ "44fadfe8-5275-4bd3-9cbc-f356aa2a107d" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T220604Z:44fadfe8-5275-4bd3-9cbc-f356aa2a107d" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "x-ms-request-id": [ "133adb60-f1f1-422b-b2aa-acb80d12a53a" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "497f3852-1695-4fa4-bdbd-54ddb75c4983" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T011549Z:497f3852-1695-4fa4-bdbd-54ddb75c4983" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:06:04 GMT" ], - "Set-Cookie": [ "ARRAffinity=7e1ae2d9d6ffff3dfc0a49ef14149354611612ab62434b1ba4813a66a18e1335;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:15:49 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "465" ], + "Content-Length": [ "492" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/0d799d4b-4fe0-488d-87a5-d19382ec9003\",\"name\":\"0d799d4b-4fe0-488d-87a5-d19382ec9003\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-07T22:05:04.0392904Z\",\"endTime\":\"2020-04-07T22:05:38.452378Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"c424ff76-6aa2-4556-843b-8b45f9999b31\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"name\":\"04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:14:48.8859081Z\",\"endTime\":\"2020-08-03T01:14:49.9953796Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"566b5a16-6430-46f4-8b12-71e429662f3a\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Start-AzKustoCluster+[NoContext]+Start+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/0d799d4b-4fe0-488d-87a5-d19382ec9003?api-version=2020-02-15\u0026operationResultResponseType=Location+4": { + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14+19": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/0d799d4b-4fe0-488d-87a5-d19382ec9003?api-version=2020-02-15\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "39", "40", "41", "42" ], - "x-ms-client-request-id": [ "94632f79-497e-409c-be5a-4816d5378dea", "94632f79-497e-409c-be5a-4816d5378dea", "94632f79-497e-409c-be5a-4816d5378dea", "94632f79-497e-409c-be5a-4816d5378dea" ], + "x-ms-unique-id": [ "501", "502", "503", "504" ], + "x-ms-client-request-id": [ "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1" ], "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], - "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -142,37 +2228,80 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "de9d3096-9ebd-4015-be11-c6541197a998" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "297" ], - "x-ms-correlation-request-id": [ "d3005a65-046b-437b-886f-ad98b26b752a" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T220604Z:d3005a65-046b-437b-886f-ad98b26b752a" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-request-id": [ "c482def2-c4e7-4e6f-8d7a-91215d39efc9" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "448202e3-4949-4594-914e-fd27942ce5f9" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T011619Z:448202e3-4949-4594-914e-fd27942ce5f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:16:18 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"name\":\"04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:14:48.8859081Z\",\"endTime\":\"2020-08-03T01:14:49.9953796Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"566b5a16-6430-46f4-8b12-71e429662f3a\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14+20": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "501", "502", "503", "504", "505" ], + "x-ms-client-request-id": [ "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:06:04 GMT" ], - "Set-Cookie": [ "ARRAffinity=231057e07a83c4308bf983e7dc86c3ea07391dfcb2e933d9998a48444064ed8d;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-request-id": [ "808e41a1-c836-46dd-9d22-f69e382e776f" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "3bc081a9-289f-4c49-89f1-256718919a41" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T011649Z:3bc081a9-289f-4c49-89f1-256718919a41" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:16:49 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": null + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"name\":\"04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:14:48.8859081Z\",\"endTime\":\"2020-08-03T01:14:49.9953796Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"566b5a16-6430-46f4-8b12-71e429662f3a\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15+1": { + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14+21": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "43" ], - "x-ms-client-request-id": [ "ba062ed9-4787-4a30-811a-acc4e392d672" ], - "CommandName": [ "Get-AzKustoCluster" ], - "FullCommandName": [ "Get-AzKustoCluster_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "501", "502", "503", "504", "505", "506" ], + "x-ms-client-request-id": [ "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -181,81 +2310,203 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "8198110b-eec2-4585-93a5-88a336182b71" ], - "x-ms-correlation-request-id": [ "d35dbae6-3511-4015-b5e4-aab0c97f5ad4" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T220605Z:d35dbae6-3511-4015-b5e4-aab0c97f5ad4" ], + "x-ms-correlation-request-id": [ "34a5f6c8-23b5-43a7-b874-f22813c76e82" ], + "x-ms-request-id": [ "135ec318-bc8e-43ae-aad0-91bb958d2e50" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T011720Z:34a5f6c8-23b5-43a7-b874-f22813c76e82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:17:19 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"name\":\"04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:14:48.8859081Z\",\"endTime\":\"2020-08-03T01:14:49.9953796Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"566b5a16-6430-46f4-8b12-71e429662f3a\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14+22": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "501", "502", "503", "504", "505", "506", "507" ], + "x-ms-client-request-id": [ "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:06:05 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=7e1ae2d9d6ffff3dfc0a49ef14149354611612ab62434b1ba4813a66a18e1335;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-request-id": [ "1225e2ee-5ab8-49ac-8258-9dd2f99c07af" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "a4aff1d8-fde4-4b1c-aedb-648c5dc98256" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T011750Z:a4aff1d8-fde4-4b1c-aedb-648c5dc98256" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:17:50 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "815" ], + "Content-Length": [ "492" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu\",\"name\":\"sdkpsclustereu\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://sdkpsclustereu.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-sdkpsclustereu.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[{\"languageExtensionName\":\"R\"},{\"languageExtensionName\":\"PYTHON\"}]},\"enablePurge\":null,\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"name\":\"04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:14:48.8859081Z\",\"endTime\":\"2020-08-03T01:14:49.9953796Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"566b5a16-6430-46f4-8b12-71e429662f3a\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/start?api-version=2020-02-15+2": { + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14+23": { "Request": { - "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/start?api-version=2020-02-15", + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "44" ], - "x-ms-client-request-id": [ "4c4b7bd4-f999-4ee7-98ac-93eb0bdd2742" ], - "CommandName": [ "Start-AzKustoCluster" ], - "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "501", "502", "503", "504", "505", "506", "507", "508" ], + "x-ms-client-request-id": [ "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 202, + "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "5a4e5cb3-e71e-4dd8-8a6c-fc818bc00400" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/0f36a0eb-beb3-471a-83d5-ac71dcada2b6?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-correlation-request-id": [ "95fdb2c2-09c8-4b7f-8565-857885413d57" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T220605Z:95fdb2c2-09c8-4b7f-8565-857885413d57" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "x-ms-request-id": [ "a19346d6-6da0-4fac-b609-42df418bf1a3" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "3c4697a5-933e-4782-83e5-bc78fa73d5d0" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T011822Z:3c4697a5-933e-4782-83e5-bc78fa73d5d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:18:22 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"name\":\"04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:14:48.8859081Z\",\"endTime\":\"2020-08-03T01:14:49.9953796Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"566b5a16-6430-46f4-8b12-71e429662f3a\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14+24": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "501", "502", "503", "504", "505", "506", "507", "508", "509" ], + "x-ms-client-request-id": [ "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:06:05 GMT" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/0f36a0eb-beb3-471a-83d5-ac71dcada2b6?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=ef3de0f4cd17f8e9f7d2fa3d3db2dfb16b68de461929f7c4880cf75c0d094a4e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "x-ms-request-id": [ "a8c24108-fa9e-4025-a94e-e42642a01ebf" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "f5db84e0-ba0d-488b-ad8b-a01af514928d" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T011852Z:f5db84e0-ba0d-488b-ad8b-a01af514928d" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:18:51 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": null + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"name\":\"04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:14:48.8859081Z\",\"endTime\":\"2020-08-03T01:14:49.9953796Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"566b5a16-6430-46f4-8b12-71e429662f3a\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/0f36a0eb-beb3-471a-83d5-ac71dcada2b6?api-version=2020-02-15+3": { + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14+25": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/0f36a0eb-beb3-471a-83d5-ac71dcada2b6?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "44", "45" ], - "x-ms-client-request-id": [ "4c4b7bd4-f999-4ee7-98ac-93eb0bdd2742", "4c4b7bd4-f999-4ee7-98ac-93eb0bdd2742" ], - "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster" ], - "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "501", "502", "503", "504", "505", "506", "507", "508", "509", "510" ], + "x-ms-client-request-id": [ "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "x-ms-request-id": [ "6e0bb862-c3cd-4d39-8457-dec11e9fddb0" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "2820fc85-2fc2-4845-8017-eef94f06a76e" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T011922Z:2820fc85-2fc2-4845-8017-eef94f06a76e" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:19:22 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"name\":\"04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:14:48.8859081Z\",\"endTime\":\"2020-08-03T01:14:49.9953796Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"566b5a16-6430-46f4-8b12-71e429662f3a\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14+26": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "501", "502", "503", "504", "505", "506", "507", "508", "509", "510", "511" ], + "x-ms-client-request-id": [ "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -264,39 +2515,80 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "2f328ae0-549e-4111-95ae-c73413a6eaab" ], - "x-ms-request-id": [ "4f3482cf-72f8-4128-a5ca-7106ba562728" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "296" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T220635Z:2f328ae0-549e-4111-95ae-c73413a6eaab" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "279" ], + "x-ms-request-id": [ "b1890118-e824-4481-bc89-36388569135d" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "fd0eab42-02a1-4e79-a297-9e44c1ecb1b1" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T011953Z:fd0eab42-02a1-4e79-a297-9e44c1ecb1b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:19:52 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"name\":\"04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:14:48.8859081Z\",\"endTime\":\"2020-08-03T01:14:49.9953796Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"566b5a16-6430-46f4-8b12-71e429662f3a\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14+27": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "501", "502", "503", "504", "505", "506", "507", "508", "509", "510", "511", "512" ], + "x-ms-client-request-id": [ "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:06:35 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], + "x-ms-request-id": [ "580c5d23-60be-4b0a-8601-68f8856d7023" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "9c63c1a1-df69-4067-a130-c7a5a40c25ea" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T012023Z:9c63c1a1-df69-4067-a130-c7a5a40c25ea" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:20:23 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "462" ], + "Content-Length": [ "492" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/0f36a0eb-beb3-471a-83d5-ac71dcada2b6\",\"name\":\"0f36a0eb-beb3-471a-83d5-ac71dcada2b6\",\"status\":\"Running\",\"startTime\":\"2020-04-07T22:06:05.6099842Z\",\"endTime\":\"2020-04-07T22:06:06.3600001Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"81bbff09-ad93-4f2d-a06c-decb4b6f182f\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"name\":\"04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:14:48.8859081Z\",\"endTime\":\"2020-08-03T01:14:49.9953796Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"566b5a16-6430-46f4-8b12-71e429662f3a\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/0f36a0eb-beb3-471a-83d5-ac71dcada2b6?api-version=2020-02-15+4": { + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14+28": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/0f36a0eb-beb3-471a-83d5-ac71dcada2b6?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "44", "45", "46" ], - "x-ms-client-request-id": [ "4c4b7bd4-f999-4ee7-98ac-93eb0bdd2742", "4c4b7bd4-f999-4ee7-98ac-93eb0bdd2742", "4c4b7bd4-f999-4ee7-98ac-93eb0bdd2742" ], - "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], - "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "501", "502", "503", "504", "505", "506", "507", "508", "509", "510", "511", "512", "513" ], + "x-ms-client-request-id": [ "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -305,39 +2597,121 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "295" ], - "x-ms-request-id": [ "98b3d83b-3000-4e06-a907-6dbce134a7cf" ], - "x-ms-correlation-request-id": [ "4ec19c79-a73c-48fa-aaa9-02a9546c66d4" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T220706Z:4ec19c79-a73c-48fa-aaa9-02a9546c66d4" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], + "x-ms-request-id": [ "5110be49-ecef-40c8-b241-e474934aa011" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "e291273d-f2ee-472d-aa7f-88937af06209" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T012053Z:e291273d-f2ee-472d-aa7f-88937af06209" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:20:53 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"name\":\"04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:14:48.8859081Z\",\"endTime\":\"2020-08-03T01:14:49.9953796Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"566b5a16-6430-46f4-8b12-71e429662f3a\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14+29": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "501", "502", "503", "504", "505", "506", "507", "508", "509", "510", "511", "512", "513", "514" ], + "x-ms-client-request-id": [ "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:07:05 GMT" ], - "Set-Cookie": [ "ARRAffinity=231057e07a83c4308bf983e7dc86c3ea07391dfcb2e933d9998a48444064ed8d;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "x-ms-request-id": [ "18a35242-52b3-494a-9818-10eb8f5bd3ea" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "4dd3ec6e-0f7d-4b4b-9480-c1f3c4a4fa57" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T012130Z:4dd3ec6e-0f7d-4b4b-9480-c1f3c4a4fa57" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:21:29 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "466" ], + "Content-Length": [ "492" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/0f36a0eb-beb3-471a-83d5-ac71dcada2b6\",\"name\":\"0f36a0eb-beb3-471a-83d5-ac71dcada2b6\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-07T22:06:05.6099842Z\",\"endTime\":\"2020-04-07T22:06:39.3700492Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"81bbff09-ad93-4f2d-a06c-decb4b6f182f\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"name\":\"04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:14:48.8859081Z\",\"endTime\":\"2020-08-03T01:14:49.9953796Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"566b5a16-6430-46f4-8b12-71e429662f3a\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/0f36a0eb-beb3-471a-83d5-ac71dcada2b6?api-version=2020-02-15\u0026operationResultResponseType=Location+5": { + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14+30": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/0f36a0eb-beb3-471a-83d5-ac71dcada2b6?api-version=2020-02-15\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "44", "45", "46", "47" ], - "x-ms-client-request-id": [ "4c4b7bd4-f999-4ee7-98ac-93eb0bdd2742", "4c4b7bd4-f999-4ee7-98ac-93eb0bdd2742", "4c4b7bd4-f999-4ee7-98ac-93eb0bdd2742", "4c4b7bd4-f999-4ee7-98ac-93eb0bdd2742" ], - "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], - "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "501", "502", "503", "504", "505", "506", "507", "508", "509", "510", "511", "512", "513", "514", "515" ], + "x-ms-client-request-id": [ "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-request-id": [ "8e047eaa-1682-4f5c-a260-858d75748631" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "c041e08b-bc52-4ca0-b950-a7d13aa6c2f2" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T012201Z:c041e08b-bc52-4ca0-b950-a7d13aa6c2f2" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:22:01 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"name\":\"04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:14:48.8859081Z\",\"endTime\":\"2020-08-03T01:14:49.9953796Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"566b5a16-6430-46f4-8b12-71e429662f3a\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14+31": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "501", "502", "503", "504", "505", "506", "507", "508", "509", "510", "511", "512", "513", "514", "515", "516" ], + "x-ms-client-request-id": [ "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -346,22 +2720,104 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "9fb26ef6-f913-4494-9269-e6523a63e230" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "294" ], - "x-ms-correlation-request-id": [ "04a19b78-022f-4d0b-ab8b-0380e396498e" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T220706Z:04a19b78-022f-4d0b-ab8b-0380e396498e" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-request-id": [ "8d90978f-bf8d-4ef6-919e-3ca67f0c2ef1" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "ababe9f3-223c-451b-ba7f-06860b9561d9" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T012231Z:ababe9f3-223c-451b-ba7f-06860b9561d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:22:31 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"name\":\"04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:14:48.8859081Z\",\"endTime\":\"2020-08-03T01:14:49.9953796Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"566b5a16-6430-46f4-8b12-71e429662f3a\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14+32": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "501", "502", "503", "504", "505", "506", "507", "508", "509", "510", "511", "512", "513", "514", "515", "516", "517" ], + "x-ms-client-request-id": [ "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 22:07:06 GMT" ], - "Set-Cookie": [ "ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "x-ms-request-id": [ "8652d322-69fe-4d80-b554-c19c6e0442d0" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "43798d61-0aad-426a-98e7-14c911f6b7f5" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T012304Z:43798d61-0aad-426a-98e7-14c911f6b7f5" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:23:04 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], + "Content-Length": [ "495" ], + "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"name\":\"04011708-d8f8-4518-a54a-3c0fd53ffd20\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T01:14:48.8859081Z\",\"endTime\":\"2020-08-03T01:22:47.8690612Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"566b5a16-6430-46f4-8b12-71e429662f3a\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "Start-AzKustoCluster+[NoContext]+StartViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14\u0026operationResultResponseType=Location+33": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/04011708-d8f8-4518-a54a-3c0fd53ffd20?api-version=2020-06-14\u0026operationResultResponseType=Location", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "501", "502", "503", "504", "505", "506", "507", "508", "509", "510", "511", "512", "513", "514", "515", "516", "517", "518" ], + "x-ms-client-request-id": [ "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1", "40ff78e3-bfcf-4810-8d69-ceb26b1589a1" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "190da742-6682-4498-95e2-33b01dc59a8a" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-correlation-request-id": [ "ef7b46f0-e147-4ce7-9a91-c146399ea1ce" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T012305Z:ef7b46f0-e147-4ce7-9a91-c146399ea1ce" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:23:04 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, "Content": null } } diff --git a/src/Kusto/test/Start-AzKustoCluster.Tests.ps1 b/src/Kusto/test/Start-AzKustoCluster.Tests.ps1 index 56886dd756b6..e809964b618d 100644 --- a/src/Kusto/test/Start-AzKustoCluster.Tests.ps1 +++ b/src/Kusto/test/Start-AzKustoCluster.Tests.ps1 @@ -5,7 +5,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Start-AzKustoCluster.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -14,17 +14,19 @@ while(-not $mockingPath) { Describe 'Start-AzKustoCluster' { It 'Start' { $resourceGroupName = $env.resourceGroupName - $clusterName = $env.clusterName + $clusterName = $env.PlainClusterName + Stop-AzKustoCluster -ResourceGroupName $resourceGroupName -Name $clusterName { Start-AzKustoCluster -ResourceGroupName $resourceGroupName -Name $clusterName } | Should -Not -Throw } It 'StartViaIdentity' { $resourceGroupName = $env.resourceGroupName - $clusterName = $env.clusterName + $clusterName = $env.PlainClusterName $clusterGetItem = Get-AzKustoCluster -ResourceGroupName $resourceGroupName -Name $clusterName + Stop-AzKustoCluster -ResourceGroupName $resourceGroupName -Name $clusterName { Start-AzKustoCluster -InputObject $clusterGetItem } | Should -Not -Throw } } diff --git a/src/Kusto/test/Stop-AzKustoCluster.Recording.json b/src/Kusto/test/Stop-AzKustoCluster.Recording.json index 91ed44091054..4501e8ae936c 100644 --- a/src/Kusto/test/Stop-AzKustoCluster.Recording.json +++ b/src/Kusto/test/Stop-AzKustoCluster.Recording.json @@ -1,16 +1,16 @@ { - "Stop-AzKustoCluster+[NoContext]+Stop+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereua/stop?api-version=2020-02-15+1": { + "Stop-AzKustoCluster+[NoContext]+Stop+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterv76dg4/stop?api-version=2020-06-14+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereua/stop?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterv76dg4/stop?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "133" ], - "x-ms-client-request-id": [ "df64a35f-8880-4590-b40f-1bc14565b9cb" ], + "x-ms-unique-id": [ "519" ], + "x-ms-client-request-id": [ "893b9598-92e1-4aad-9a58-51ecf722bb50" ], "CommandName": [ "Stop-AzKustoCluster" ], "FullCommandName": [ "Stop-AzKustoCluster_Stop" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -19,39 +19,39 @@ "Response": { "StatusCode": 202, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "d99209f2-6d7f-4f5f-a458-d799871dadb3" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/b30cb5e7-397b-457e-bf9f-256768eff50d?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], - "x-ms-correlation-request-id": [ "d4bc16bf-8daa-4db1-88a2-24b2d484787b" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T231441Z:d4bc16bf-8daa-4db1-88a2-24b2d484787b" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/2e68f614-2f2d-4604-bfab-5e0387b3ca40?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "x-ms-request-id": [ "f06127b0-5c6f-4d8f-977b-c53362b7448e" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/2e68f614-2f2d-4604-bfab-5e0387b3ca40?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1190" ], + "x-ms-correlation-request-id": [ "ef981698-b06f-4ecc-986e-0b94e1d34fe1" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T012308Z:ef981698-b06f-4ecc-986e-0b94e1d34fe1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 23:14:40 GMT" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/b30cb5e7-397b-457e-bf9f-256768eff50d?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=215f89ce1e3b7fe16702b151d790214d3e419a6068dd5b2f7cbbd791a4ac2087;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:23:07 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], - "Expires": [ "-1" ] + "Expires": [ "-1" ], + "Content-Length": [ "0" ] }, "Content": null } }, - "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/b30cb5e7-397b-457e-bf9f-256768eff50d?api-version=2020-02-15+2": { + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/2e68f614-2f2d-4604-bfab-5e0387b3ca40?api-version=2020-06-14+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/b30cb5e7-397b-457e-bf9f-256768eff50d?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/2e68f614-2f2d-4604-bfab-5e0387b3ca40?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "133", "134" ], - "x-ms-client-request-id": [ "df64a35f-8880-4590-b40f-1bc14565b9cb", "df64a35f-8880-4590-b40f-1bc14565b9cb" ], + "x-ms-unique-id": [ "519", "520" ], + "x-ms-client-request-id": [ "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50" ], "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -60,39 +60,121 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "4ac28d9d-514c-4e97-8b9d-b247d8e4a9a4" ], - "x-ms-request-id": [ "fb86089b-b143-469d-aba0-bc8582672cf7" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "290" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T231511Z:4ac28d9d-514c-4e97-8b9d-b247d8e4a9a4" ], + "x-ms-correlation-request-id": [ "04ab48ef-eecc-4b59-91f3-a02770e74256" ], + "x-ms-request-id": [ "5d392dc4-a444-484c-8298-9a05a90573de" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T012344Z:04ab48ef-eecc-4b59-91f3-a02770e74256" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 23:15:10 GMT" ], - "Set-Cookie": [ "ARRAffinity=ef3de0f4cd17f8e9f7d2fa3d3db2dfb16b68de461929f7c4880cf75c0d094a4e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:23:43 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "467" ], + "Content-Length": [ "492" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/b30cb5e7-397b-457e-bf9f-256768eff50d\",\"name\":\"b30cb5e7-397b-457e-bf9f-256768eff50d\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-07T23:14:40.9702769Z\",\"endTime\":\"2020-04-07T23:14:40.9859448Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"79740a92-849b-4aa1-b7f7-9e7e4a05bc2d\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/2e68f614-2f2d-4604-bfab-5e0387b3ca40\",\"name\":\"2e68f614-2f2d-4604-bfab-5e0387b3ca40\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:23:07.716703Z\",\"endTime\":\"2020-08-03T01:23:12.0273265Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"c0204ca2-7306-4e4a-8042-fc8a4e9b9358\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/b30cb5e7-397b-457e-bf9f-256768eff50d?api-version=2020-02-15\u0026operationResultResponseType=Location+3": { + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/2e68f614-2f2d-4604-bfab-5e0387b3ca40?api-version=2020-06-14+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/b30cb5e7-397b-457e-bf9f-256768eff50d?api-version=2020-02-15\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/2e68f614-2f2d-4604-bfab-5e0387b3ca40?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "133", "134", "135" ], - "x-ms-client-request-id": [ "df64a35f-8880-4590-b40f-1bc14565b9cb", "df64a35f-8880-4590-b40f-1bc14565b9cb", "df64a35f-8880-4590-b40f-1bc14565b9cb" ], + "x-ms-unique-id": [ "519", "520", "521" ], + "x-ms-client-request-id": [ "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50" ], "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "x-ms-request-id": [ "56b557c0-d7f5-4fc2-862b-e04332993f03" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "1b0ac572-d13d-487b-8511-a64075ae3213" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T012416Z:1b0ac572-d13d-487b-8511-a64075ae3213" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:24:15 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/2e68f614-2f2d-4604-bfab-5e0387b3ca40\",\"name\":\"2e68f614-2f2d-4604-bfab-5e0387b3ca40\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:23:07.716703Z\",\"endTime\":\"2020-08-03T01:23:12.0273265Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"c0204ca2-7306-4e4a-8042-fc8a4e9b9358\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/2e68f614-2f2d-4604-bfab-5e0387b3ca40?api-version=2020-06-14+4": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/2e68f614-2f2d-4604-bfab-5e0387b3ca40?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "519", "520", "521", "522" ], + "x-ms-client-request-id": [ "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "x-ms-request-id": [ "d8eb93b4-c332-41d9-8351-9e104589bc6e" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "9d973054-902d-4155-ac54-523d90fe81cd" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T012447Z:9d973054-902d-4155-ac54-523d90fe81cd" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:24:46 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/2e68f614-2f2d-4604-bfab-5e0387b3ca40\",\"name\":\"2e68f614-2f2d-4604-bfab-5e0387b3ca40\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:23:07.716703Z\",\"endTime\":\"2020-08-03T01:23:12.0273265Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"c0204ca2-7306-4e4a-8042-fc8a4e9b9358\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/2e68f614-2f2d-4604-bfab-5e0387b3ca40?api-version=2020-06-14+5": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/2e68f614-2f2d-4604-bfab-5e0387b3ca40?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "519", "520", "521", "522", "523" ], + "x-ms-client-request-id": [ "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -101,37 +183,80 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "ac64dd4b-67fd-4ff5-abda-4bd4fe8cd0f5" ], + "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], - "x-ms-correlation-request-id": [ "62b33cee-e4aa-4d84-a931-adde28411d91" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T231512Z:62b33cee-e4aa-4d84-a931-adde28411d91" ], + "x-ms-request-id": [ "baa07dc7-5f92-468f-980e-171d3cf816e1" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "ba42947b-a868-496b-bf19-b693924aae48" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T012517Z:ba42947b-a868-496b-bf19-b693924aae48" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:25:17 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/2e68f614-2f2d-4604-bfab-5e0387b3ca40\",\"name\":\"2e68f614-2f2d-4604-bfab-5e0387b3ca40\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:23:07.716703Z\",\"endTime\":\"2020-08-03T01:23:12.0273265Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"c0204ca2-7306-4e4a-8042-fc8a4e9b9358\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/2e68f614-2f2d-4604-bfab-5e0387b3ca40?api-version=2020-06-14+6": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/2e68f614-2f2d-4604-bfab-5e0387b3ca40?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "519", "520", "521", "522", "523", "524" ], + "x-ms-client-request-id": [ "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 23:15:11 GMT" ], - "Set-Cookie": [ "ARRAffinity=215f89ce1e3b7fe16702b151d790214d3e419a6068dd5b2f7cbbd791a4ac2087;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], + "x-ms-request-id": [ "ab552906-59db-4e6d-a91d-7f2be3d03c78" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "57d68bec-0d5e-4697-88d9-1731ed919767" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T012548Z:57d68bec-0d5e-4697-88d9-1731ed919767" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:25:47 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": null + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/2e68f614-2f2d-4604-bfab-5e0387b3ca40\",\"name\":\"2e68f614-2f2d-4604-bfab-5e0387b3ca40\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:23:07.716703Z\",\"endTime\":\"2020-08-03T01:23:12.0273265Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"c0204ca2-7306-4e4a-8042-fc8a4e9b9358\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereua?api-version=2020-02-15+1": { + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/2e68f614-2f2d-4604-bfab-5e0387b3ca40?api-version=2020-06-14+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereua?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/2e68f614-2f2d-4604-bfab-5e0387b3ca40?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "136" ], - "x-ms-client-request-id": [ "09f384a4-47e2-4c4b-b439-fbcc918405e4" ], - "CommandName": [ "Get-AzKustoCluster" ], - "FullCommandName": [ "Get-AzKustoCluster_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "519", "520", "521", "522", "523", "524", "525" ], + "x-ms-client-request-id": [ "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -140,40 +265,283 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "e6feea0f-aad0-497a-b6aa-bdbf9d16c5bf" ], - "x-ms-correlation-request-id": [ "0689bc47-e626-4401-b915-afbbc48cb5ed" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T231512Z:0689bc47-e626-4401-b915-afbbc48cb5ed" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "x-ms-request-id": [ "37c5ccdc-ea72-4f0f-8b41-e577b8784cf7" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "f608cde0-8997-4381-b6ba-19dbf4991086" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T012618Z:f608cde0-8997-4381-b6ba-19dbf4991086" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:26:18 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/2e68f614-2f2d-4604-bfab-5e0387b3ca40\",\"name\":\"2e68f614-2f2d-4604-bfab-5e0387b3ca40\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:23:07.716703Z\",\"endTime\":\"2020-08-03T01:23:12.0273265Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"c0204ca2-7306-4e4a-8042-fc8a4e9b9358\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/2e68f614-2f2d-4604-bfab-5e0387b3ca40?api-version=2020-06-14+8": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/2e68f614-2f2d-4604-bfab-5e0387b3ca40?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "519", "520", "521", "522", "523", "524", "525", "526" ], + "x-ms-client-request-id": [ "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 23:15:11 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=deac3c942b2a72b721942f97372cf2a3052effbe4aa0b896664f8887a4bd559d;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-request-id": [ "304166fa-af34-460a-a5ad-e21437f66524" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "c866d2d6-05c4-4df9-9a30-1048967cebf5" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T012649Z:c866d2d6-05c4-4df9-9a30-1048967cebf5" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:26:48 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/2e68f614-2f2d-4604-bfab-5e0387b3ca40\",\"name\":\"2e68f614-2f2d-4604-bfab-5e0387b3ca40\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:23:07.716703Z\",\"endTime\":\"2020-08-03T01:23:12.0273265Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"c0204ca2-7306-4e4a-8042-fc8a4e9b9358\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/2e68f614-2f2d-4604-bfab-5e0387b3ca40?api-version=2020-06-14+9": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/2e68f614-2f2d-4604-bfab-5e0387b3ca40?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "519", "520", "521", "522", "523", "524", "525", "526", "527" ], + "x-ms-client-request-id": [ "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-request-id": [ "b9665cb9-4078-48df-bc1a-002121ae6933" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "eeb6e351-2ab5-4a66-9647-470da7cfbc48" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T012720Z:eeb6e351-2ab5-4a66-9647-470da7cfbc48" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:27:20 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/2e68f614-2f2d-4604-bfab-5e0387b3ca40\",\"name\":\"2e68f614-2f2d-4604-bfab-5e0387b3ca40\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:23:07.716703Z\",\"endTime\":\"2020-08-03T01:23:12.0273265Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"c0204ca2-7306-4e4a-8042-fc8a4e9b9358\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/2e68f614-2f2d-4604-bfab-5e0387b3ca40?api-version=2020-06-14+10": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/2e68f614-2f2d-4604-bfab-5e0387b3ca40?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "519", "520", "521", "522", "523", "524", "525", "526", "527", "528" ], + "x-ms-client-request-id": [ "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "x-ms-request-id": [ "0d39ae05-6e69-46df-81d9-f55f8747d8f1" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "f2a7b0f2-c873-4ce0-b80d-f9e900235fd5" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T012754Z:f2a7b0f2-c873-4ce0-b80d-f9e900235fd5" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:27:53 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/2e68f614-2f2d-4604-bfab-5e0387b3ca40\",\"name\":\"2e68f614-2f2d-4604-bfab-5e0387b3ca40\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:23:07.716703Z\",\"endTime\":\"2020-08-03T01:23:12.0273265Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"c0204ca2-7306-4e4a-8042-fc8a4e9b9358\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/2e68f614-2f2d-4604-bfab-5e0387b3ca40?api-version=2020-06-14+11": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/2e68f614-2f2d-4604-bfab-5e0387b3ca40?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "519", "520", "521", "522", "523", "524", "525", "526", "527", "528", "529" ], + "x-ms-client-request-id": [ "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-request-id": [ "25c2f96e-1bd9-40cf-a2f2-69c8e357d149" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "958fdafb-27db-47bf-a7fb-d36f64946b4b" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T012824Z:958fdafb-27db-47bf-a7fb-d36f64946b4b" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:28:23 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/2e68f614-2f2d-4604-bfab-5e0387b3ca40\",\"name\":\"2e68f614-2f2d-4604-bfab-5e0387b3ca40\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:23:07.716703Z\",\"endTime\":\"2020-08-03T01:23:12.0273265Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"c0204ca2-7306-4e4a-8042-fc8a4e9b9358\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/2e68f614-2f2d-4604-bfab-5e0387b3ca40?api-version=2020-06-14+12": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/2e68f614-2f2d-4604-bfab-5e0387b3ca40?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "519", "520", "521", "522", "523", "524", "525", "526", "527", "528", "529", "530" ], + "x-ms-client-request-id": [ "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "x-ms-request-id": [ "5290f58a-958a-45ee-9c79-2b7210f93c6d" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "39445035-49f3-480d-8514-b8b0b509b2dc" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T012857Z:39445035-49f3-480d-8514-b8b0b509b2dc" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:28:57 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "786" ], + "Content-Length": [ "495" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereua\",\"name\":\"sdkpsclustereua\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Stopped\",\"stateReason\":\"Suspended at 4/7/2020 11:03:37 PM\",\"uri\":\"https://sdkpsclustereua.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-sdkpsclustereua.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[]},\"enablePurge\":null,\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/2e68f614-2f2d-4604-bfab-5e0387b3ca40\",\"name\":\"2e68f614-2f2d-4604-bfab-5e0387b3ca40\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T01:23:07.716703Z\",\"endTime\":\"2020-08-03T01:28:55.8059228Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"c0204ca2-7306-4e4a-8042-fc8a4e9b9358\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/2e68f614-2f2d-4604-bfab-5e0387b3ca40?api-version=2020-06-14\u0026operationResultResponseType=Location+13": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/2e68f614-2f2d-4604-bfab-5e0387b3ca40?api-version=2020-06-14\u0026operationResultResponseType=Location", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "519", "520", "521", "522", "523", "524", "525", "526", "527", "528", "529", "530", "531" ], + "x-ms-client-request-id": [ "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50", "893b9598-92e1-4aad-9a58-51ecf722bb50" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop", "Stop-AzKustoCluster_Stop" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "dc600be3-72ac-4586-bf4a-11d13206abd7" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "x-ms-correlation-request-id": [ "19de46f4-9cca-4505-bb31-575295d7817b" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T012858Z:19de46f4-9cca-4505-bb31-575295d7817b" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:28:57 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null } }, - "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereua/stop?api-version=2020-02-15+2": { + "Stop-AzKustoCluster+[NoContext]+Stop+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterv76dg4/start?api-version=2020-06-14+14": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereua/stop?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterv76dg4/start?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "137" ], - "x-ms-client-request-id": [ "f6f95690-bd1f-412b-85e8-417adaae171b" ], - "CommandName": [ "Stop-AzKustoCluster" ], - "FullCommandName": [ "Stop-AzKustoCluster_StopViaIdentity" ], + "x-ms-unique-id": [ "532" ], + "x-ms-client-request-id": [ "24eb41ac-237d-4c7b-a898-ae4fd0a29afd" ], + "CommandName": [ "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -182,39 +550,39 @@ "Response": { "StatusCode": 202, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "b2cc6b4e-aee6-4df4-8259-d1b9a5c87130" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/d3a90805-0dd0-4c82-b054-d66d3e664929?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], - "x-ms-correlation-request-id": [ "4d6b889c-1a2c-4701-af9f-aa744a223414" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T231512Z:4d6b889c-1a2c-4701-af9f-aa744a223414" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "x-ms-request-id": [ "8af0cfd8-f069-444d-85e2-20100204053b" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1189" ], + "x-ms-correlation-request-id": [ "f9760624-50e6-490f-badc-f552b41bba28" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T012858Z:f9760624-50e6-490f-badc-f552b41bba28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 23:15:12 GMT" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/d3a90805-0dd0-4c82-b054-d66d3e664929?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:28:58 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], - "Expires": [ "-1" ] + "Expires": [ "-1" ], + "Content-Length": [ "0" ] }, "Content": null } }, - "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/d3a90805-0dd0-4c82-b054-d66d3e664929?api-version=2020-02-15+3": { + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/d3a90805-0dd0-4c82-b054-d66d3e664929?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "137", "138" ], - "x-ms-client-request-id": [ "f6f95690-bd1f-412b-85e8-417adaae171b", "f6f95690-bd1f-412b-85e8-417adaae171b" ], - "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], - "FullCommandName": [ "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity" ], + "x-ms-unique-id": [ "532", "533" ], + "x-ms-client-request-id": [ "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -223,39 +591,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], - "x-ms-request-id": [ "481e862a-9989-4014-84e4-f3212a075f06" ], - "x-ms-correlation-request-id": [ "12913d3a-7167-4b81-9928-6489e1c659a7" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T231543Z:12913d3a-7167-4b81-9928-6489e1c659a7" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "x-ms-request-id": [ "6b9f34cc-1caa-4f70-82e9-056e975e00ce" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "b9d505a1-e8c0-4b3e-82a2-ecd9201e73cc" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T012929Z:b9d505a1-e8c0-4b3e-82a2-ecd9201e73cc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 23:15:42 GMT" ], - "Set-Cookie": [ "ARRAffinity=231057e07a83c4308bf983e7dc86c3ea07391dfcb2e933d9998a48444064ed8d;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:29:28 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "466" ], + "Content-Length": [ "492" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/d3a90805-0dd0-4c82-b054-d66d3e664929\",\"name\":\"d3a90805-0dd0-4c82-b054-d66d3e664929\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-07T23:15:12.7309384Z\",\"endTime\":\"2020-04-07T23:15:12.746573Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"c0bdc9c6-4208-42de-a7c4-0a76eaec1ef0\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"name\":\"ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:28:58.8374221Z\",\"endTime\":\"2020-08-03T01:29:08.4319654Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"694b388c-8ff1-49b5-a636-7ebd6b311f6b\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/d3a90805-0dd0-4c82-b054-d66d3e664929?api-version=2020-02-15\u0026operationResultResponseType=Location+4": { + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14+16": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/d3a90805-0dd0-4c82-b054-d66d3e664929?api-version=2020-02-15\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "137", "138", "139" ], - "x-ms-client-request-id": [ "f6f95690-bd1f-412b-85e8-417adaae171b", "f6f95690-bd1f-412b-85e8-417adaae171b", "f6f95690-bd1f-412b-85e8-417adaae171b" ], - "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], - "FullCommandName": [ "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity" ], + "x-ms-unique-id": [ "532", "533", "534" ], + "x-ms-client-request-id": [ "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -264,22 +632,2069 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "28be1424-593e-471d-85bd-3cd9843ff40f" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], - "x-ms-correlation-request-id": [ "fac22afd-3340-4869-a838-c99871d5c9ec" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T231543Z:fac22afd-3340-4869-a838-c99871d5c9ec" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-correlation-request-id": [ "c1f8064c-0b5f-4e3f-a718-cf06da9f7cf1" ], + "x-ms-request-id": [ "fad7659b-86e9-4734-91b8-1e42aa81df47" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T013001Z:c1f8064c-0b5f-4e3f-a718-cf06da9f7cf1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 23:15:42 GMT" ], - "Set-Cookie": [ "ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:30:01 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "0" ], + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"name\":\"ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:28:58.8374221Z\",\"endTime\":\"2020-08-03T01:29:08.4319654Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"694b388c-8ff1-49b5-a636-7ebd6b311f6b\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14+17": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "532", "533", "534", "535" ], + "x-ms-client-request-id": [ "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], + "x-ms-request-id": [ "c815e2e9-2f32-4814-9eb4-c09e198ae520" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "99364189-242d-4cad-b593-f531d8c67694" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T013032Z:99364189-242d-4cad-b593-f531d8c67694" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:30:32 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"name\":\"ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:28:58.8374221Z\",\"endTime\":\"2020-08-03T01:29:08.4319654Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"694b388c-8ff1-49b5-a636-7ebd6b311f6b\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14+18": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "532", "533", "534", "535", "536" ], + "x-ms-client-request-id": [ "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "x-ms-request-id": [ "6ba40a61-acd2-4e69-a1b4-578a6cc8f2f5" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "bb766234-f329-4e32-a2c0-376de1c871cf" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T013102Z:bb766234-f329-4e32-a2c0-376de1c871cf" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:31:02 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"name\":\"ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:28:58.8374221Z\",\"endTime\":\"2020-08-03T01:29:08.4319654Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"694b388c-8ff1-49b5-a636-7ebd6b311f6b\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14+19": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "532", "533", "534", "535", "536", "537" ], + "x-ms-client-request-id": [ "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-request-id": [ "dbc14c71-5136-4881-85fa-72de86f4a842" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "5d63d826-051e-4b8e-92ab-1db0faebd396" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T013133Z:5d63d826-051e-4b8e-92ab-1db0faebd396" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:31:32 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"name\":\"ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:28:58.8374221Z\",\"endTime\":\"2020-08-03T01:29:08.4319654Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"694b388c-8ff1-49b5-a636-7ebd6b311f6b\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14+20": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "532", "533", "534", "535", "536", "537", "538" ], + "x-ms-client-request-id": [ "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-request-id": [ "33035f7e-970a-48c5-a56e-13a5289361b1" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "0f06e659-91a8-4979-be5e-deb7a122f861" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T013203Z:0f06e659-91a8-4979-be5e-deb7a122f861" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:32:03 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"name\":\"ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:28:58.8374221Z\",\"endTime\":\"2020-08-03T01:29:08.4319654Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"694b388c-8ff1-49b5-a636-7ebd6b311f6b\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14+21": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "532", "533", "534", "535", "536", "537", "538", "539" ], + "x-ms-client-request-id": [ "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "x-ms-request-id": [ "8dff5c16-8b59-4573-b58a-e65d32b44482" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "7631827c-1916-4c71-bf9f-20c4163cbac2" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T013233Z:7631827c-1916-4c71-bf9f-20c4163cbac2" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:32:33 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"name\":\"ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:28:58.8374221Z\",\"endTime\":\"2020-08-03T01:29:08.4319654Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"694b388c-8ff1-49b5-a636-7ebd6b311f6b\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14+22": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "532", "533", "534", "535", "536", "537", "538", "539", "540" ], + "x-ms-client-request-id": [ "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-request-id": [ "110f20aa-a5a6-47d9-9d32-c68730eac7bd" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "67324ff9-bf70-432d-b18c-ee1dd3e303d5" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T013303Z:67324ff9-bf70-432d-b18c-ee1dd3e303d5" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:33:02 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"name\":\"ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:28:58.8374221Z\",\"endTime\":\"2020-08-03T01:29:08.4319654Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"694b388c-8ff1-49b5-a636-7ebd6b311f6b\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14+23": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "532", "533", "534", "535", "536", "537", "538", "539", "540", "541" ], + "x-ms-client-request-id": [ "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "x-ms-request-id": [ "49c5e289-9a40-4d02-80e6-721bc47161a8" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "eae9faef-5fba-4fa8-90f2-153b222dfc80" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T013334Z:eae9faef-5fba-4fa8-90f2-153b222dfc80" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:33:33 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"name\":\"ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:28:58.8374221Z\",\"endTime\":\"2020-08-03T01:29:08.4319654Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"694b388c-8ff1-49b5-a636-7ebd6b311f6b\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14+24": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "532", "533", "534", "535", "536", "537", "538", "539", "540", "541", "542" ], + "x-ms-client-request-id": [ "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "x-ms-request-id": [ "7d2fb2f9-5e94-47a4-b654-ce6680019c01" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "ef492258-7990-44e9-99d2-934be0cf7a08" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T013404Z:ef492258-7990-44e9-99d2-934be0cf7a08" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:34:03 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"name\":\"ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:28:58.8374221Z\",\"endTime\":\"2020-08-03T01:29:08.4319654Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"694b388c-8ff1-49b5-a636-7ebd6b311f6b\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14+25": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "532", "533", "534", "535", "536", "537", "538", "539", "540", "541", "542", "543" ], + "x-ms-client-request-id": [ "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "x-ms-request-id": [ "3528bfeb-0f71-40f7-880c-57c671ea9f00" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "c355197b-a53c-4286-83af-b241144ba2a3" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T013434Z:c355197b-a53c-4286-83af-b241144ba2a3" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:34:33 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"name\":\"ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:28:58.8374221Z\",\"endTime\":\"2020-08-03T01:29:08.4319654Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"694b388c-8ff1-49b5-a636-7ebd6b311f6b\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14+26": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "532", "533", "534", "535", "536", "537", "538", "539", "540", "541", "542", "543", "544" ], + "x-ms-client-request-id": [ "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "290" ], + "x-ms-request-id": [ "74a30784-4659-4e42-ba3f-54d7e142a6e4" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "9e7c58f9-e51a-425d-b850-5612e7893e69" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T013505Z:9e7c58f9-e51a-425d-b850-5612e7893e69" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:35:04 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"name\":\"ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:28:58.8374221Z\",\"endTime\":\"2020-08-03T01:29:08.4319654Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"694b388c-8ff1-49b5-a636-7ebd6b311f6b\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14+27": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "532", "533", "534", "535", "536", "537", "538", "539", "540", "541", "542", "543", "544", "545" ], + "x-ms-client-request-id": [ "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], + "x-ms-request-id": [ "064bd980-26ea-43df-bc72-efbea9859d90" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "d953e21e-a413-43c3-ab24-e3aa63b7f24f" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T013535Z:d953e21e-a413-43c3-ab24-e3aa63b7f24f" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:35:34 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"name\":\"ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:28:58.8374221Z\",\"endTime\":\"2020-08-03T01:29:08.4319654Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"694b388c-8ff1-49b5-a636-7ebd6b311f6b\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14+28": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "532", "533", "534", "535", "536", "537", "538", "539", "540", "541", "542", "543", "544", "545", "546" ], + "x-ms-client-request-id": [ "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-correlation-request-id": [ "ab07ecdd-4812-48ee-834e-4ccc7aba1fcf" ], + "x-ms-request-id": [ "27c9ff9f-4f28-484f-9bd5-deb1dd681d79" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T013605Z:ab07ecdd-4812-48ee-834e-4ccc7aba1fcf" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:36:04 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"name\":\"ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:28:58.8374221Z\",\"endTime\":\"2020-08-03T01:29:08.4319654Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"694b388c-8ff1-49b5-a636-7ebd6b311f6b\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14+29": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "532", "533", "534", "535", "536", "537", "538", "539", "540", "541", "542", "543", "544", "545", "546", "547" ], + "x-ms-client-request-id": [ "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "x-ms-request-id": [ "66501f01-e684-4fa4-a291-4582eef13845" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "d23ef8a2-5894-4618-92b0-927a5f18a7d4" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T013636Z:d23ef8a2-5894-4618-92b0-927a5f18a7d4" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:36:35 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"name\":\"ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:28:58.8374221Z\",\"endTime\":\"2020-08-03T01:29:08.4319654Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"694b388c-8ff1-49b5-a636-7ebd6b311f6b\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14+30": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "532", "533", "534", "535", "536", "537", "538", "539", "540", "541", "542", "543", "544", "545", "546", "547", "548" ], + "x-ms-client-request-id": [ "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-request-id": [ "2a4f1f41-b0fe-45b7-aa49-ae7c8eeb3628" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "07cb9e1e-f45f-4046-9b46-55225f1a32d7" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T013706Z:07cb9e1e-f45f-4046-9b46-55225f1a32d7" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:37:05 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"name\":\"ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:28:58.8374221Z\",\"endTime\":\"2020-08-03T01:29:08.4319654Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"694b388c-8ff1-49b5-a636-7ebd6b311f6b\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14+31": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "532", "533", "534", "535", "536", "537", "538", "539", "540", "541", "542", "543", "544", "545", "546", "547", "548", "549" ], + "x-ms-client-request-id": [ "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-request-id": [ "e55a4b81-1b85-403d-9dce-11afa5b1a48e" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "8490d160-a492-4678-bc61-484f24bf5b0a" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T013736Z:8490d160-a492-4678-bc61-484f24bf5b0a" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:37:35 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "495" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"name\":\"ee519fed-e3b7-4134-ada0-c9810b4d127c\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T01:28:58.8374221Z\",\"endTime\":\"2020-08-03T01:37:31.6324355Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"694b388c-8ff1-49b5-a636-7ebd6b311f6b\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+Stop+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14\u0026operationResultResponseType=Location+32": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/ee519fed-e3b7-4134-ada0-c9810b4d127c?api-version=2020-06-14\u0026operationResultResponseType=Location", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "532", "533", "534", "535", "536", "537", "538", "539", "540", "541", "542", "543", "544", "545", "546", "547", "548", "549", "550" ], + "x-ms-client-request-id": [ "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd", "24eb41ac-237d-4c7b-a898-ae4fd0a29afd" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start", "Start-AzKustoCluster_Start" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "40f1d119-9c4d-4a49-8647-4fd3731e1106" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "x-ms-correlation-request-id": [ "a96786b4-dc0a-4708-a483-a8e754e72483" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T013736Z:a96786b4-dc0a-4708-a483-a8e754e72483" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:37:35 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterv76dg4?api-version=2020-06-14+1": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterv76dg4?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "551" ], + "x-ms-client-request-id": [ "050608c9-5267-4f96-a2a6-b01fc927e09a" ], + "CommandName": [ "Get-AzKustoCluster" ], + "FullCommandName": [ "Get-AzKustoCluster_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], + "x-ms-request-id": [ "040f7687-15d4-4bec-9521-2c4ee2ff5ee3" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "aac328c4-db04-4663-9cc3-e5ee48114249" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T013737Z:aac328c4-db04-4663-9cc3-e5ee48114249" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:37:36 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "794" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterv76dg4\",\"name\":\"testclusterv76dg4\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://testclusterv76dg4.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-testclusterv76dg4.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[]},\"enablePurge\":null,\"enableDoubleEncryption\":false,\"provisioningState\":\"Succeeded\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterv76dg4/stop?api-version=2020-06-14+2": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterv76dg4/stop?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "552" ], + "x-ms-client-request-id": [ "dfd7f6fa-798a-4de7-956d-5af35080878a" ], + "CommandName": [ "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_StopViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/7129b573-2f7c-44d3-b5d1-f5baecd612b8?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "x-ms-request-id": [ "9dbfb588-3b80-4081-918b-f9a5d709d8f3" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/7129b573-2f7c-44d3-b5d1-f5baecd612b8?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1188" ], + "x-ms-correlation-request-id": [ "a2b43804-afb6-4ec0-b639-9622a86ba08d" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T013737Z:a2b43804-afb6-4ec0-b639-9622a86ba08d" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:37:36 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/7129b573-2f7c-44d3-b5d1-f5baecd612b8?api-version=2020-06-14+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/7129b573-2f7c-44d3-b5d1-f5baecd612b8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "552", "553" ], + "x-ms-client-request-id": [ "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-request-id": [ "8eb7c083-8305-463f-ae20-1a47f319ea91" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "abc6d3f6-e051-46dd-ae4b-180ca36ae97d" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T013807Z:abc6d3f6-e051-46dd-ae4b-180ca36ae97d" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:38:07 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/7129b573-2f7c-44d3-b5d1-f5baecd612b8\",\"name\":\"7129b573-2f7c-44d3-b5d1-f5baecd612b8\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:37:37.4049712Z\",\"endTime\":\"2020-08-03T01:37:38.2487887Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"9df1008f-4708-40f6-9730-627474b2c143\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/7129b573-2f7c-44d3-b5d1-f5baecd612b8?api-version=2020-06-14+4": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/7129b573-2f7c-44d3-b5d1-f5baecd612b8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "552", "553", "554" ], + "x-ms-client-request-id": [ "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "x-ms-request-id": [ "42d72047-d882-482d-a1ec-4ec85cdcf8ca" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "35035958-f922-4e22-a152-38b11a65fadb" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T013837Z:35035958-f922-4e22-a152-38b11a65fadb" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:38:37 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/7129b573-2f7c-44d3-b5d1-f5baecd612b8\",\"name\":\"7129b573-2f7c-44d3-b5d1-f5baecd612b8\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:37:37.4049712Z\",\"endTime\":\"2020-08-03T01:37:38.2487887Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"9df1008f-4708-40f6-9730-627474b2c143\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/7129b573-2f7c-44d3-b5d1-f5baecd612b8?api-version=2020-06-14+5": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/7129b573-2f7c-44d3-b5d1-f5baecd612b8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "552", "553", "554", "555" ], + "x-ms-client-request-id": [ "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "x-ms-request-id": [ "1a97dadf-de4c-48b4-9e8e-c636db5ab7cc" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "3e04e87a-fe92-4821-b4b8-94f9e9336c84" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T013908Z:3e04e87a-fe92-4821-b4b8-94f9e9336c84" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:39:07 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/7129b573-2f7c-44d3-b5d1-f5baecd612b8\",\"name\":\"7129b573-2f7c-44d3-b5d1-f5baecd612b8\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:37:37.4049712Z\",\"endTime\":\"2020-08-03T01:37:38.2487887Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"9df1008f-4708-40f6-9730-627474b2c143\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/7129b573-2f7c-44d3-b5d1-f5baecd612b8?api-version=2020-06-14+6": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/7129b573-2f7c-44d3-b5d1-f5baecd612b8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "552", "553", "554", "555", "556" ], + "x-ms-client-request-id": [ "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "x-ms-request-id": [ "bab1cee7-da03-42ae-ba43-843e040914de" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "f720082c-0d64-4a8f-88de-c9084a182f84" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T013938Z:f720082c-0d64-4a8f-88de-c9084a182f84" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:39:37 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/7129b573-2f7c-44d3-b5d1-f5baecd612b8\",\"name\":\"7129b573-2f7c-44d3-b5d1-f5baecd612b8\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:37:37.4049712Z\",\"endTime\":\"2020-08-03T01:37:38.2487887Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"9df1008f-4708-40f6-9730-627474b2c143\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/7129b573-2f7c-44d3-b5d1-f5baecd612b8?api-version=2020-06-14+7": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/7129b573-2f7c-44d3-b5d1-f5baecd612b8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "552", "553", "554", "555", "556", "557" ], + "x-ms-client-request-id": [ "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], + "x-ms-request-id": [ "86ff3d87-862a-4d55-a61d-c9225d61debc" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "88bc2946-791b-4426-aa3c-5bec66f6f333" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T014008Z:88bc2946-791b-4426-aa3c-5bec66f6f333" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:40:08 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/7129b573-2f7c-44d3-b5d1-f5baecd612b8\",\"name\":\"7129b573-2f7c-44d3-b5d1-f5baecd612b8\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:37:37.4049712Z\",\"endTime\":\"2020-08-03T01:37:38.2487887Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"9df1008f-4708-40f6-9730-627474b2c143\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/7129b573-2f7c-44d3-b5d1-f5baecd612b8?api-version=2020-06-14+8": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/7129b573-2f7c-44d3-b5d1-f5baecd612b8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "552", "553", "554", "555", "556", "557", "558" ], + "x-ms-client-request-id": [ "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "x-ms-request-id": [ "f15f924b-eab8-49af-b93a-f858c9275a23" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "7b048d82-512a-473e-b93a-35a14905b7f6" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T014038Z:7b048d82-512a-473e-b93a-35a14905b7f6" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:40:38 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/7129b573-2f7c-44d3-b5d1-f5baecd612b8\",\"name\":\"7129b573-2f7c-44d3-b5d1-f5baecd612b8\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:37:37.4049712Z\",\"endTime\":\"2020-08-03T01:37:38.2487887Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"9df1008f-4708-40f6-9730-627474b2c143\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/7129b573-2f7c-44d3-b5d1-f5baecd612b8?api-version=2020-06-14+9": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/7129b573-2f7c-44d3-b5d1-f5baecd612b8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "552", "553", "554", "555", "556", "557", "558", "559" ], + "x-ms-client-request-id": [ "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-request-id": [ "a1fc154b-8cbb-4644-b348-e76ebf8c6338" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "d9066149-4d3b-4a7a-b44c-74c495040084" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T014109Z:d9066149-4d3b-4a7a-b44c-74c495040084" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:41:08 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/7129b573-2f7c-44d3-b5d1-f5baecd612b8\",\"name\":\"7129b573-2f7c-44d3-b5d1-f5baecd612b8\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:37:37.4049712Z\",\"endTime\":\"2020-08-03T01:37:38.2487887Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"9df1008f-4708-40f6-9730-627474b2c143\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/7129b573-2f7c-44d3-b5d1-f5baecd612b8?api-version=2020-06-14+10": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/7129b573-2f7c-44d3-b5d1-f5baecd612b8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "552", "553", "554", "555", "556", "557", "558", "559", "560" ], + "x-ms-client-request-id": [ "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-request-id": [ "7dda5210-1e6a-4ccd-917a-3d3955ec8449" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "3ae9612d-075c-45ec-b330-3fec5dcd96c3" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T014139Z:3ae9612d-075c-45ec-b330-3fec5dcd96c3" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:41:39 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/7129b573-2f7c-44d3-b5d1-f5baecd612b8\",\"name\":\"7129b573-2f7c-44d3-b5d1-f5baecd612b8\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:37:37.4049712Z\",\"endTime\":\"2020-08-03T01:37:38.2487887Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"9df1008f-4708-40f6-9730-627474b2c143\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/7129b573-2f7c-44d3-b5d1-f5baecd612b8?api-version=2020-06-14+11": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/7129b573-2f7c-44d3-b5d1-f5baecd612b8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "552", "553", "554", "555", "556", "557", "558", "559", "560", "561" ], + "x-ms-client-request-id": [ "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-correlation-request-id": [ "faf7fde2-a934-4772-9e9e-2926a5757ebb" ], + "x-ms-request-id": [ "334f55e9-5dbd-41b4-8791-8f6e7753589e" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T014209Z:faf7fde2-a934-4772-9e9e-2926a5757ebb" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:42:08 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/7129b573-2f7c-44d3-b5d1-f5baecd612b8\",\"name\":\"7129b573-2f7c-44d3-b5d1-f5baecd612b8\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:37:37.4049712Z\",\"endTime\":\"2020-08-03T01:37:38.2487887Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"9df1008f-4708-40f6-9730-627474b2c143\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/7129b573-2f7c-44d3-b5d1-f5baecd612b8?api-version=2020-06-14+12": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/7129b573-2f7c-44d3-b5d1-f5baecd612b8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "552", "553", "554", "555", "556", "557", "558", "559", "560", "561", "562" ], + "x-ms-client-request-id": [ "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-request-id": [ "4188d24d-a474-4318-964d-f22c9e613f99" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "e0ac1c09-d9b6-4248-890c-e018d9e3f26c" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T014240Z:e0ac1c09-d9b6-4248-890c-e018d9e3f26c" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:42:40 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/7129b573-2f7c-44d3-b5d1-f5baecd612b8\",\"name\":\"7129b573-2f7c-44d3-b5d1-f5baecd612b8\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:37:37.4049712Z\",\"endTime\":\"2020-08-03T01:37:38.2487887Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"9df1008f-4708-40f6-9730-627474b2c143\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/7129b573-2f7c-44d3-b5d1-f5baecd612b8?api-version=2020-06-14+13": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/7129b573-2f7c-44d3-b5d1-f5baecd612b8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "552", "553", "554", "555", "556", "557", "558", "559", "560", "561", "562", "563" ], + "x-ms-client-request-id": [ "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "x-ms-request-id": [ "834caae1-9fb9-45f2-90a0-a9bc30b4ffd1" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "17a9cd2a-cb31-4c2b-a893-fe1d3f6430c6" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T014310Z:17a9cd2a-cb31-4c2b-a893-fe1d3f6430c6" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:43:09 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "493" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/7129b573-2f7c-44d3-b5d1-f5baecd612b8\",\"name\":\"7129b573-2f7c-44d3-b5d1-f5baecd612b8\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:37:37.4049712Z\",\"endTime\":\"2020-08-03T01:37:38.2487887Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"9df1008f-4708-40f6-9730-627474b2c143\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/7129b573-2f7c-44d3-b5d1-f5baecd612b8?api-version=2020-06-14+14": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/7129b573-2f7c-44d3-b5d1-f5baecd612b8?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "552", "553", "554", "555", "556", "557", "558", "559", "560", "561", "562", "563", "564" ], + "x-ms-client-request-id": [ "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "x-ms-request-id": [ "c60093c3-10d5-4db4-9e89-9c131b54ce5c" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "314c6afa-cd5a-4a15-b993-a06c0e1528f7" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T014340Z:314c6afa-cd5a-4a15-b993-a06c0e1528f7" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:43:39 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "496" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/7129b573-2f7c-44d3-b5d1-f5baecd612b8\",\"name\":\"7129b573-2f7c-44d3-b5d1-f5baecd612b8\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T01:37:37.4049712Z\",\"endTime\":\"2020-08-03T01:43:30.2288136Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ClusterSuspend\",\"RootActivityId\":\"9df1008f-4708-40f6-9730-627474b2c143\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/7129b573-2f7c-44d3-b5d1-f5baecd612b8?api-version=2020-06-14\u0026operationResultResponseType=Location+15": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/7129b573-2f7c-44d3-b5d1-f5baecd612b8?api-version=2020-06-14\u0026operationResultResponseType=Location", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "552", "553", "554", "555", "556", "557", "558", "559", "560", "561", "562", "563", "564", "565" ], + "x-ms-client-request-id": [ "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a", "dfd7f6fa-798a-4de7-956d-5af35080878a" ], + "CommandName": [ "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster", "Stop-AzKustoCluster" ], + "FullCommandName": [ "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity", "Stop-AzKustoCluster_StopViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "b19bd949-6327-4c3d-9cd3-e4ca59c68097" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "x-ms-correlation-request-id": [ "cdf1dee5-5cdd-4fb6-9c17-55bd82fbe80c" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T014340Z:cdf1dee5-5cdd-4fb6-9c17-55bd82fbe80c" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:43:40 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterv76dg4/start?api-version=2020-06-14+16": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterv76dg4/start?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "566" ], + "x-ms-client-request-id": [ "3d7443ab-92dc-4327-802c-e765bfbb1d4d" ], + "CommandName": [ "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "x-ms-request-id": [ "fcf791c5-abf4-4e7d-b1c0-2dc243a28a10" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1187" ], + "x-ms-correlation-request-id": [ "e0d716b6-e992-46fb-b8f4-cda4deb64eaf" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T014341Z:e0d716b6-e992-46fb-b8f4-cda4deb64eaf" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:43:40 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14+17": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "566", "567" ], + "x-ms-client-request-id": [ "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "279" ], + "x-ms-request-id": [ "cf61c2a2-0ff7-4c7c-9ca0-3ca9f9edee80" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "86b071ca-cbc9-4f9b-8a30-f01b0b3d48a2" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T014411Z:86b071ca-cbc9-4f9b-8a30-f01b0b3d48a2" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:44:11 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"name\":\"5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:43:41.4722166Z\",\"endTime\":\"2020-08-03T01:43:42.6910009Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"1d6a3641-c61c-4802-b793-a25b28d02292\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14+18": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "566", "567", "568" ], + "x-ms-client-request-id": [ "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "278" ], + "x-ms-request-id": [ "69026614-dafb-402e-bf2b-fffe263d7d9d" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "08630638-05b8-4f49-9ff3-945f02fe85ce" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T014442Z:08630638-05b8-4f49-9ff3-945f02fe85ce" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:44:41 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"name\":\"5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:43:41.4722166Z\",\"endTime\":\"2020-08-03T01:43:42.6910009Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"1d6a3641-c61c-4802-b793-a25b28d02292\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14+19": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "566", "567", "568", "569" ], + "x-ms-client-request-id": [ "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], + "x-ms-request-id": [ "ab027cd3-99d4-4ebe-bec3-64b7189bc21e" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "b513e9c6-d64f-488a-8419-5be371dfcf54" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T014512Z:b513e9c6-d64f-488a-8419-5be371dfcf54" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:45:11 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"name\":\"5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:43:41.4722166Z\",\"endTime\":\"2020-08-03T01:43:42.6910009Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"1d6a3641-c61c-4802-b793-a25b28d02292\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14+20": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "566", "567", "568", "569", "570" ], + "x-ms-client-request-id": [ "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "x-ms-request-id": [ "69614cd5-4a0b-48ea-a6d3-60b8679cb042" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "4f21113a-5d0a-495d-831e-3f16b273ab0f" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T014542Z:4f21113a-5d0a-495d-831e-3f16b273ab0f" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:45:41 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"name\":\"5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:43:41.4722166Z\",\"endTime\":\"2020-08-03T01:43:42.6910009Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"1d6a3641-c61c-4802-b793-a25b28d02292\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14+21": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "566", "567", "568", "569", "570", "571" ], + "x-ms-client-request-id": [ "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-request-id": [ "71d183f4-8742-4dc7-bd91-1d5f45f3f2bc" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "06c3d3b6-6482-4af6-acfd-26bf3fb411ea" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T014612Z:06c3d3b6-6482-4af6-acfd-26bf3fb411ea" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:46:12 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"name\":\"5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:43:41.4722166Z\",\"endTime\":\"2020-08-03T01:43:42.6910009Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"1d6a3641-c61c-4802-b793-a25b28d02292\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14+22": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "566", "567", "568", "569", "570", "571", "572" ], + "x-ms-client-request-id": [ "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-request-id": [ "f100fd8f-1274-4e01-851a-8414ede0da63" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "d95a5dfb-a562-467a-9d9b-1a478a7670f9" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T014643Z:d95a5dfb-a562-467a-9d9b-1a478a7670f9" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:46:42 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"name\":\"5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:43:41.4722166Z\",\"endTime\":\"2020-08-03T01:43:42.6910009Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"1d6a3641-c61c-4802-b793-a25b28d02292\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14+23": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "566", "567", "568", "569", "570", "571", "572", "573" ], + "x-ms-client-request-id": [ "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "x-ms-request-id": [ "7eb169e7-ceaf-4817-a744-37782229337e" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "888eba2b-287b-40af-9d44-dc095ea78986" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T014713Z:888eba2b-287b-40af-9d44-dc095ea78986" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:47:12 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"name\":\"5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:43:41.4722166Z\",\"endTime\":\"2020-08-03T01:43:42.6910009Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"1d6a3641-c61c-4802-b793-a25b28d02292\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14+24": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "566", "567", "568", "569", "570", "571", "572", "573", "574" ], + "x-ms-client-request-id": [ "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-request-id": [ "53e20a59-0587-48ce-af42-276991f97f80" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "1e394c92-3c15-43a8-938a-3a77e37b2b49" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T014743Z:1e394c92-3c15-43a8-938a-3a77e37b2b49" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:47:43 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"name\":\"5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:43:41.4722166Z\",\"endTime\":\"2020-08-03T01:43:42.6910009Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"1d6a3641-c61c-4802-b793-a25b28d02292\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14+25": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "566", "567", "568", "569", "570", "571", "572", "573", "574", "575" ], + "x-ms-client-request-id": [ "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-correlation-request-id": [ "fa9c9e05-ff00-4fe7-b727-12377b46a251" ], + "x-ms-request-id": [ "45d8438c-c40e-4380-868c-36dbc76797c1" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T014813Z:fa9c9e05-ff00-4fe7-b727-12377b46a251" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:48:12 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"name\":\"5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:43:41.4722166Z\",\"endTime\":\"2020-08-03T01:43:42.6910009Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"1d6a3641-c61c-4802-b793-a25b28d02292\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14+26": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "566", "567", "568", "569", "570", "571", "572", "573", "574", "575", "576" ], + "x-ms-client-request-id": [ "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "x-ms-request-id": [ "57dce44a-7251-421d-90cd-6f5170f1fd7d" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "5323d4b7-9368-4b63-af10-e98017e57ece" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T014844Z:5323d4b7-9368-4b63-af10-e98017e57ece" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:48:44 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"name\":\"5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:43:41.4722166Z\",\"endTime\":\"2020-08-03T01:43:42.6910009Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"1d6a3641-c61c-4802-b793-a25b28d02292\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14+27": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "566", "567", "568", "569", "570", "571", "572", "573", "574", "575", "576", "577" ], + "x-ms-client-request-id": [ "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "x-ms-request-id": [ "59be367b-1fff-4945-bd23-911c7d9c49dc" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "9ad918f3-18ab-40e5-9033-0fd36e00cae5" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T014914Z:9ad918f3-18ab-40e5-9033-0fd36e00cae5" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:49:13 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"name\":\"5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:43:41.4722166Z\",\"endTime\":\"2020-08-03T01:43:42.6910009Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"1d6a3641-c61c-4802-b793-a25b28d02292\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14+28": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "566", "567", "568", "569", "570", "571", "572", "573", "574", "575", "576", "577", "578" ], + "x-ms-client-request-id": [ "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "279" ], + "x-ms-request-id": [ "ac1d05c4-4df2-40e2-a8a3-4f208958c4d1" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "685f8592-d0c8-4f95-ac00-d48d1d8099c9" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T014944Z:685f8592-d0c8-4f95-ac00-d48d1d8099c9" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:49:44 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"name\":\"5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:43:41.4722166Z\",\"endTime\":\"2020-08-03T01:43:42.6910009Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"1d6a3641-c61c-4802-b793-a25b28d02292\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14+29": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "566", "567", "568", "569", "570", "571", "572", "573", "574", "575", "576", "577", "578", "579" ], + "x-ms-client-request-id": [ "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], + "x-ms-request-id": [ "060b5cf0-1d87-46cc-8583-01d1af105563" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "d1ccce5d-842e-472d-842d-2cc7d64f8293" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015015Z:d1ccce5d-842e-472d-842d-2cc7d64f8293" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:50:14 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"name\":\"5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:43:41.4722166Z\",\"endTime\":\"2020-08-03T01:43:42.6910009Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"1d6a3641-c61c-4802-b793-a25b28d02292\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14+30": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "566", "567", "568", "569", "570", "571", "572", "573", "574", "575", "576", "577", "578", "579", "580" ], + "x-ms-client-request-id": [ "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], + "x-ms-request-id": [ "f594b0d9-84cb-483f-ad11-a093415feafd" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "21502dd3-5248-4507-b4a7-5029f150b10a" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015045Z:21502dd3-5248-4507-b4a7-5029f150b10a" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:50:45 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"name\":\"5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:43:41.4722166Z\",\"endTime\":\"2020-08-03T01:43:42.6910009Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"1d6a3641-c61c-4802-b793-a25b28d02292\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14+31": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "566", "567", "568", "569", "570", "571", "572", "573", "574", "575", "576", "577", "578", "579", "580", "581" ], + "x-ms-client-request-id": [ "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "x-ms-request-id": [ "8244f73c-f531-4d0b-9239-1ad72bef7236" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "31609133-1946-4603-b103-d6d7e21493cc" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015115Z:31609133-1946-4603-b103-d6d7e21493cc" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:51:14 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"name\":\"5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:43:41.4722166Z\",\"endTime\":\"2020-08-03T01:43:42.6910009Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"1d6a3641-c61c-4802-b793-a25b28d02292\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14+32": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "566", "567", "568", "569", "570", "571", "572", "573", "574", "575", "576", "577", "578", "579", "580", "581", "582" ], + "x-ms-client-request-id": [ "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-request-id": [ "9d2b0dcf-e568-4b83-adf9-4aa9a0884965" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "dd35ea5a-cc2b-439e-8493-5e13d2f5236b" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015145Z:dd35ea5a-cc2b-439e-8493-5e13d2f5236b" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:51:45 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "492" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"name\":\"5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:43:41.4722166Z\",\"endTime\":\"2020-08-03T01:43:42.6910009Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"1d6a3641-c61c-4802-b793-a25b28d02292\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14+33": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "566", "567", "568", "569", "570", "571", "572", "573", "574", "575", "576", "577", "578", "579", "580", "581", "582", "583" ], + "x-ms-client-request-id": [ "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-request-id": [ "abe0b598-1cc7-4c6a-8a8b-86138119f10b" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "676c8b85-9eab-4e21-9b00-60bfa21f9fa8" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015215Z:676c8b85-9eab-4e21-9b00-60bfa21f9fa8" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:52:15 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "495" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"name\":\"5bbdbb08-7f36-4a34-bd71-4f43ca015ab2\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T01:43:41.4722166Z\",\"endTime\":\"2020-08-03T01:51:51.9639103Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ClusterResume\",\"RootActivityId\":\"1d6a3641-c61c-4802-b793-a25b28d02292\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "Stop-AzKustoCluster+[NoContext]+StopViaIdentity+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14\u0026operationResultResponseType=Location+34": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5bbdbb08-7f36-4a34-bd71-4f43ca015ab2?api-version=2020-06-14\u0026operationResultResponseType=Location", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "566", "567", "568", "569", "570", "571", "572", "573", "574", "575", "576", "577", "578", "579", "580", "581", "582", "583", "584" ], + "x-ms-client-request-id": [ "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d", "3d7443ab-92dc-4327-802c-e765bfbb1d4d" ], + "CommandName": [ "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster", "Start-AzKustoCluster" ], + "FullCommandName": [ "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity", "Start-AzKustoCluster_StartViaIdentity" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "7b822f5d-91f1-46a6-b39c-8720635645ae" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "x-ms-correlation-request-id": [ "b2971801-9a89-4b35-8e49-3b88b0b9e2b9" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015216Z:b2971801-9a89-4b35-8e49-3b88b0b9e2b9" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:52:16 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, "Content": null } } diff --git a/src/Kusto/test/Stop-AzKustoCluster.Tests.ps1 b/src/Kusto/test/Stop-AzKustoCluster.Tests.ps1 index 12eef46ffa90..84c97057eb49 100644 --- a/src/Kusto/test/Stop-AzKustoCluster.Tests.ps1 +++ b/src/Kusto/test/Stop-AzKustoCluster.Tests.ps1 @@ -5,7 +5,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Stop-AzKustoCluster.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -14,17 +14,19 @@ while(-not $mockingPath) { Describe 'Stop-AzKustoCluster' { It 'Stop' { $resourceGroupName = $env.resourceGroupName - $clusterName = $env.clusterName + "a" + $clusterName = $env.PlainClusterName { Stop-AzKustoCluster -ResourceGroupName $resourceGroupName -Name $clusterName } | Should -Not -Throw + Start-AzKustoCluster -ResourceGroupName $resourceGroupName -Name $clusterName } It 'StopViaIdentity' { $resourceGroupName = $env.resourceGroupName - $clusterName = $env.clusterName + "a" + $clusterName = $env.PlainClusterName $clusterGetItem = Get-AzKustoCluster -ResourceGroupName $resourceGroupName -Name $clusterName { Stop-AzKustoCluster -InputObject $clusterGetItem } | Should -Not -Throw + Start-AzKustoCluster -InputObject $clusterGetItem } } diff --git a/src/Kusto/test/Test-AzKustoClusterNameAvailability.Recording.json b/src/Kusto/test/Test-AzKustoClusterNameAvailability.Recording.json index 1c37c5585b56..a3cf68075962 100644 --- a/src/Kusto/test/Test-AzKustoClusterNameAvailability.Recording.json +++ b/src/Kusto/test/Test-AzKustoClusterNameAvailability.Recording.json @@ -1,45 +1,38 @@ { - "Test-AzKustoClusterNameAvailability+[NoContext]+CheckExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/checkNameAvailability?api-version=2020-02-15+1": { + "Test-AzKustoClusterNameAvailability+[NoContext]+CheckExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/checkNameAvailability?api-version=2020-06-14+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/checkNameAvailability?api-version=2020-02-15", - "Content": "{\r\n \"name\": \"sdkpsclustereu\",\r\n \"type\": \"Microsoft.Kusto/Clusters\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/checkNameAvailability?api-version=2020-06-14", + "Content": "{\r\n \"name\": \"testclusterlbfexs\",\r\n \"type\": \"Microsoft.Kusto/Clusters\"\r\n}", "Headers": { - "x-ms-unique-id": [ "28" ], - "x-ms-client-request-id": [ "c158a448-85a6-4108-afa0-b016ada54806" ], - "CommandName": [ "Test-AzKustoClusterNameAvailability" ], - "FullCommandName": [ "Test-AzKustoClusterNameAvailability_CheckExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "71" ] + "Content-Length": [ "74" ] } }, "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "8a8435fe-a9d8-4599-a526-5765e73effaa" ], - "x-ms-request-id": [ "b177ad6d-4802-4139-9d4b-c9aa90ec3a62" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], - "x-ms-routing-request-id": [ "FRANCESOUTH:20200407T215154Z:8a8435fe-a9d8-4599-a526-5765e73effaa" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1188" ], + "x-ms-request-id": [ "b11bd8e4-e85b-4447-a15f-02bf78fd7d7f" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "aa6a4346-207d-437d-a63b-9aa0a9c91277" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015217Z:aa6a4346-207d-437d-a63b-9aa0a9c91277" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 21:51:54 GMT" ], - "Set-Cookie": [ "ARRAffinity=215f89ce1e3b7fe16702b151d790214d3e419a6068dd5b2f7cbbd791a4ac2087;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:52:17 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "148" ], + "Content-Length": [ "154" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"sdkpsclustereu\",\"nameAvailable\":false,\"message\":\"Name \u0027sdkpsclustereu\u0027 with type Engine is already taken. Please specify a different name\"}" + "Content": "{\"name\":\"testclusterlbfexs\",\"nameAvailable\":false,\"message\":\"Name \u0027testclusterlbfexs\u0027 with type Engine is already taken. Please specify a different name\"}" } } } \ No newline at end of file diff --git a/src/Kusto/test/Test-AzKustoClusterNameAvailability.Tests.ps1 b/src/Kusto/test/Test-AzKustoClusterNameAvailability.Tests.ps1 index abb9073c9cb7..07d7995a4103 100644 --- a/src/Kusto/test/Test-AzKustoClusterNameAvailability.Tests.ps1 +++ b/src/Kusto/test/Test-AzKustoClusterNameAvailability.Tests.ps1 @@ -5,7 +5,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Test-AzKustoClusterNameAvailability.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } diff --git a/src/Kusto/test/Test-AzKustoClusterPrincipalAssignmentNameAvailability.Recording.json b/src/Kusto/test/Test-AzKustoClusterPrincipalAssignmentNameAvailability.Recording.json index 2efd0e62bdda..d6d02d5ad59e 100644 --- a/src/Kusto/test/Test-AzKustoClusterPrincipalAssignmentNameAvailability.Recording.json +++ b/src/Kusto/test/Test-AzKustoClusterPrincipalAssignmentNameAvailability.Recording.json @@ -1,58 +1,52 @@ { - "Test-AzKustoClusterPrincipalAssignmentNameAvailability+[NoContext]+CheckExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/checkPrincipalAssignmentNameAvailability?api-version=2020-02-15+1": { + "Test-AzKustoClusterPrincipalAssignmentNameAvailability+[NoContext]+CheckExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/checkPrincipalAssignmentNameAvailability?api-version=2020-06-14+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/checkPrincipalAssignmentNameAvailability?api-version=2020-02-15", - "Content": "{\r\n \"name\": \"principalassignment1\",\r\n \"type\": \"Microsoft.Kusto/Clusters/principalAssignments\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/checkPrincipalAssignmentNameAvailability?api-version=2020-06-14", + "Content": "{\r\n \"name\": \"KustoClientsScenarioTest\",\r\n \"type\": \"Microsoft.Kusto/clusters/principalAssignments\"\r\n}", "Headers": { - "x-ms-unique-id": [ "7" ], - "x-ms-client-request-id": [ "d80b3220-e92d-4225-b201-c6e0e8aaf73a" ], - "CommandName": [ "Test-AzKustoClusterPrincipalAssignmentNameAvailability" ], - "FullCommandName": [ "Test-AzKustoClusterPrincipalAssignmentNameAvailability_CheckExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "98" ] + "Content-Length": [ "102" ] } }, "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "5fcb28b9-efc9-43d9-a36f-8d034d1fdfe9" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-correlation-request-id": [ "a4053c2f-c980-4fde-bc7c-e58c34068ed2" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200406T143954Z:a4053c2f-c980-4fde-bc7c-e58c34068ed2" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1187" ], + "x-ms-request-id": [ "bad448ee-c29f-485b-81f3-71cfea0589aa" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "03c96b23-afba-43c7-b9c1-967652d87d81" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015217Z:03c96b23-afba-43c7-b9c1-967652d87d81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 06 Apr 2020 14:39:53 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:52:17 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], + "Content-Length": [ "221" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"principalassignment1\",\"nameAvailable\":true,\"message\":\"\"}" + "Content": "{\"name\":\"KustoClientsScenarioTest\",\"nameAvailable\":false,\"message\":\"Cluster principal assignment KustoClientsScenarioTest already exists in cluster testclusterlbfexs. Please select a different principal assignment name.\"}" } }, - "Test-AzKustoClusterPrincipalAssignmentNameAvailability+[NoContext]+CheckViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15+1": { + "Test-AzKustoClusterPrincipalAssignmentNameAvailability+[NoContext]+CheckViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs?api-version=2020-06-14+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "8" ], - "x-ms-client-request-id": [ "3c162507-c2b7-4a70-beb8-9fa042daa34f" ], + "x-ms-unique-id": [ "587" ], + "x-ms-client-request-id": [ "e494a9b2-9d0a-454f-bd41-dfde05c0f15e" ], "CommandName": [ "Get-AzKustoCluster" ], "FullCommandName": [ "Get-AzKustoCluster_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -61,41 +55,34 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "7535675e-3413-4836-8532-aa1edc0d0484" ], - "x-ms-correlation-request-id": [ "0e05041b-0645-484e-9b17-a5dca079deb3" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200406T143955Z:0e05041b-0645-484e-9b17-a5dca079deb3" ], + "x-ms-request-id": [ "83aa5770-d569-4f5e-9b05-7a4403400529" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "0ad56816-6fdb-4b77-8179-c2f77aa2cfee" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015218Z:0ad56816-6fdb-4b77-8179-c2f77aa2cfee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 06 Apr 2020 14:39:54 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=04bed633f23e09623dac6b627accce6240efa1e9739ec9328a5f0adccfa09faa;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:52:18 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "751" ], + "Content-Length": [ "794" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu\",\"name\":\"sdkpsclustereu\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://sdkpsclustereu.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-sdkpsclustereu.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[]},\"enablePurge\":null,\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\"name\":\"testclusterlbfexs\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://testclusterlbfexs.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-testclusterlbfexs.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[]},\"enablePurge\":null,\"enableDoubleEncryption\":false,\"provisioningState\":\"Succeeded\"}}" } }, - "Test-AzKustoClusterPrincipalAssignmentNameAvailability+[NoContext]+CheckViaIdentityExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/checkPrincipalAssignmentNameAvailability?api-version=2020-02-15+2": { + "Test-AzKustoClusterPrincipalAssignmentNameAvailability+[NoContext]+CheckViaIdentityExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/checkPrincipalAssignmentNameAvailability?api-version=2020-06-14+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/checkPrincipalAssignmentNameAvailability?api-version=2020-02-15", - "Content": "{\r\n \"name\": \"principalassignment1\",\r\n \"type\": \"Microsoft.Kusto/Clusters/principalAssignments\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/checkPrincipalAssignmentNameAvailability?api-version=2020-06-14", + "Content": "{\r\n \"name\": \"principalassignment1\",\r\n \"type\": \"Microsoft.Kusto/clusters/principalAssignments\"\r\n}", "Headers": { - "x-ms-unique-id": [ "9" ], - "x-ms-client-request-id": [ "afe51899-ac02-482c-bdae-5c99de81cb61" ], - "CommandName": [ "Test-AzKustoClusterPrincipalAssignmentNameAvailability" ], - "FullCommandName": [ "Test-AzKustoClusterPrincipalAssignmentNameAvailability_CheckViaIdentityExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -105,20 +92,21 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "190a7a4a-8885-40ac-abf0-9c3c16800d35" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-correlation-request-id": [ "c9c4ff54-676b-4101-9d4d-7a7152d348bc" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200406T143956Z:c9c4ff54-676b-4101-9d4d-7a7152d348bc" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1186" ], + "x-ms-request-id": [ "0dae84dd-55ef-4021-8070-6a638d9bb8a6" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "2393feea-439a-4042-a1fe-d37de18e4937" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015218Z:2393feea-439a-4042-a1fe-d37de18e4937" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 06 Apr 2020 14:39:55 GMT" ], - "Set-Cookie": [ "ARRAffinity=deac3c942b2a72b721942f97372cf2a3052effbe4aa0b896664f8887a4bd559d;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:52:18 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], + "Content-Length": [ "65" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, diff --git a/src/Kusto/test/Test-AzKustoClusterPrincipalAssignmentNameAvailability.Tests.ps1 b/src/Kusto/test/Test-AzKustoClusterPrincipalAssignmentNameAvailability.Tests.ps1 index e7bafd6bf861..ea3d5c65386c 100644 --- a/src/Kusto/test/Test-AzKustoClusterPrincipalAssignmentNameAvailability.Tests.ps1 +++ b/src/Kusto/test/Test-AzKustoClusterPrincipalAssignmentNameAvailability.Tests.ps1 @@ -5,7 +5,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Test-AzKustoClusterPrincipalAssignmentNameAvailability.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -19,14 +19,14 @@ Describe 'Test-AzKustoClusterPrincipalAssignmentNameAvailability' { $principalAssignmentResourceType = $env.clusterPrincipalAssignmentResourceType $availability = Test-AzKustoClusterPrincipalAssignmentNameAvailability -ResourceGroupName $resourceGroupName -ClusterName $clusterName -Name $principalAssignmentName -Type $principalAssignmentResourceType - $availability.NameAvailable | Should Be $true + $availability.NameAvailable | Should Be $false $availability.Name | Should Be $principalAssignmentName } It 'CheckViaIdentityExpanded' { $resourceGroupName = $env.resourceGroupName $clusterName = $env.clusterName - $principalAssignmentName = $env.principalAssignmentName + $principalAssignmentName = $env.principalAssignmentName1 $principalAssignmentResourceType = $env.clusterPrincipalAssignmentResourceType $cluster = Get-AzKustoCluster -ResourceGroupName $resourceGroupName -ClusterName $clusterName diff --git a/src/Kusto/test/Test-AzKustoDataConnectionNameAvailability.Recording.json b/src/Kusto/test/Test-AzKustoDataConnectionNameAvailability.Recording.json index 7435e4fb7f30..edea4f2aed4a 100644 --- a/src/Kusto/test/Test-AzKustoDataConnectionNameAvailability.Recording.json +++ b/src/Kusto/test/Test-AzKustoDataConnectionNameAvailability.Recording.json @@ -1,59 +1,52 @@ { - "Test-AzKustoDataConnectionNameAvailability+[NoContext]+CheckExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/checkNameAvailability?api-version=2020-02-15+1": { + "Test-AzKustoDataConnectionNameAvailability+[NoContext]+CheckExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/checkNameAvailability?api-version=2020-06-14+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/checkNameAvailability?api-version=2020-02-15", - "Content": "{\r\n \"name\": \"sdkpsdataconnection\",\r\n \"type\": \"Microsoft.Kusto/Clusters/Database/dataConnections\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/checkNameAvailability?api-version=2020-06-14", + "Content": "{\r\n \"name\": \"testdataconnectionlbfexs\",\r\n \"type\": \"Microsoft.Kusto/Clusters/Databases/dataConnections\"\r\n}", "Headers": { - "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "28ac18ee-7315-44b2-ae3b-8fc5b30233d2" ], - "CommandName": [ "Test-AzKustoDataConnectionNameAvailability" ], - "FullCommandName": [ "Test-AzKustoDataConnectionNameAvailability_CheckExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "101" ] + "Content-Length": [ "107" ] } }, "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-request-id": [ "7fbdae1b-e896-4ee4-b621-df6a9d3987a4" ], - "x-ms-correlation-request-id": [ "3d959091-f579-44bf-8fb8-74f6d6cff9cb" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200406T143658Z:3d959091-f579-44bf-8fb8-74f6d6cff9cb" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1181" ], + "x-ms-request-id": [ "c324b3ba-eace-4636-bae8-f45aaa1dad4b" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "2823f45f-2d3c-46e4-8b69-03116f189d6b" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015324Z:2823f45f-2d3c-46e4-8b69-03116f189d6b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 06 Apr 2020 14:36:57 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:53:24 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "243" ], + "Content-Length": [ "259" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"sdkpsdataconnection\",\"nameAvailable\":false,\"message\":\"Data Connection sdkpsdataconnection already exists in database sdkpowershelldb in cluster sdkpsclustereu. Please select a different data connection name.\",\"reason\":\"AlreadyExists\"}" + "Content": "{\"name\":\"testdataconnectionlbfexs\",\"nameAvailable\":false,\"message\":\"Data Connection testdataconnectionlbfexs already exists in database testdatabaselbfexs in cluster testclusterlbfexs. Please select a different data connection name.\",\"reason\":\"AlreadyExists\"}" } }, - "Test-AzKustoDataConnectionNameAvailability+[NoContext]+CheckViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15+1": { + "Test-AzKustoDataConnectionNameAvailability+[NoContext]+CheckViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs?api-version=2020-06-14+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "3a2e78ac-ce80-4f74-a984-c2ff49c9e7b7" ], + "x-ms-unique-id": [ "602" ], + "x-ms-client-request-id": [ "6bd98bf9-61b5-4ff8-8c0c-45ab662e4c9d" ], "CommandName": [ "Get-AzKustoDatabase" ], "FullCommandName": [ "Get-AzKustoDatabase_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -62,69 +55,62 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "39f2b6ef-eddd-4875-a83e-a87cec55e2b2" ], - "x-ms-correlation-request-id": [ "dafb8c90-fff4-41f7-b536-1f662c36a0d1" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200406T143701Z:dafb8c90-fff4-41f7-b536-1f662c36a0d1" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], + "x-ms-request-id": [ "046a3574-5a5f-4924-a3ca-27fe02f88729" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "946f41a3-9600-477a-af38-c19c0eb63525" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015324Z:946f41a3-9600-477a-af38-c19c0eb63525" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 06 Apr 2020 14:37:00 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=5d8f46e797674adfa6f345dd92c7bb8ccffb7a39a253ecaf84bf8923217e3248;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:53:24 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "506" ], + "Content-Length": [ "518" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb\",\"name\":\"sdkpsclustereu/sdkpowershelldb\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":true,\"softDeletePeriodInDays\":6,\"softDeletePeriod\":\"P6D\",\"hotCachePeriodInDays\":3,\"hotCachePeriod\":\"P3D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs\",\"name\":\"testclusterlbfexs/testdatabaselbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":true,\"softDeletePeriodInDays\":4,\"softDeletePeriod\":\"P4D\",\"hotCachePeriodInDays\":2,\"hotCachePeriod\":\"P2D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" } }, - "Test-AzKustoDataConnectionNameAvailability+[NoContext]+CheckViaIdentityExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/checkNameAvailability?api-version=2020-02-15+2": { + "Test-AzKustoDataConnectionNameAvailability+[NoContext]+CheckViaIdentityExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/checkNameAvailability?api-version=2020-06-14+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/checkNameAvailability?api-version=2020-02-15", - "Content": "{\r\n \"name\": \"sdkpsdataconnectiona\",\r\n \"type\": \"Microsoft.Kusto/Clusters/Database/dataConnections\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/checkNameAvailability?api-version=2020-06-14", + "Content": "{\r\n \"name\": \"testdataconnectionlbfexssu8yho\",\r\n \"type\": \"Microsoft.Kusto/Clusters/Databases/dataConnections\"\r\n}", "Headers": { - "x-ms-unique-id": [ "6" ], - "x-ms-client-request-id": [ "e214b0de-7b03-4fef-b19d-2baff2e51a40" ], - "CommandName": [ "Test-AzKustoDataConnectionNameAvailability" ], - "FullCommandName": [ "Test-AzKustoDataConnectionNameAvailability_CheckViaIdentityExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "102" ] + "Content-Length": [ "113" ] } }, "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-request-id": [ "df5c7c53-1288-4c71-acc0-b0ee0a9424c9" ], - "x-ms-correlation-request-id": [ "9f461bab-414b-421a-bf11-65aeaf553dab" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200406T143702Z:9f461bab-414b-421a-bf11-65aeaf553dab" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1180" ], + "x-ms-request-id": [ "c465bcec-b580-4c02-b2e9-5bcd355b2318" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "e7c31ffb-ebb7-466a-af51-70ef01fa7bcb" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015325Z:e7c31ffb-ebb7-466a-af51-70ef01fa7bcb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 06 Apr 2020 14:37:01 GMT" ], - "Set-Cookie": [ "ARRAffinity=4bb1416c4d9382a93b901692113c112c880e463b99069071d83beefe042ed576;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:53:25 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "65" ], + "Content-Length": [ "75" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"sdkpsdataconnectiona\",\"nameAvailable\":true,\"message\":\"\"}" + "Content": "{\"name\":\"testdataconnectionlbfexssu8yho\",\"nameAvailable\":true,\"message\":\"\"}" } } } \ No newline at end of file diff --git a/src/Kusto/test/Test-AzKustoDataConnectionNameAvailability.Tests.ps1 b/src/Kusto/test/Test-AzKustoDataConnectionNameAvailability.Tests.ps1 index f32edd37b144..11faf7a85996 100644 --- a/src/Kusto/test/Test-AzKustoDataConnectionNameAvailability.Tests.ps1 +++ b/src/Kusto/test/Test-AzKustoDataConnectionNameAvailability.Tests.ps1 @@ -5,7 +5,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Test-AzKustoDataConnectionNameAvailability.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -27,7 +27,7 @@ Describe 'Test-AzKustoDataConnectionNameAvailability' { $resourceGroupName = $env.resourceGroupName $clusterName = $env.clusterName $databaseName = $env.databaseName - $dataConnectionName = $env.dataConnectionName + "a" + $dataConnectionName = $env.dataConnectionName + $env.rstr4 $dataConnectionResourceType = $env.dataConnectionResourceType $database = Get-AzKustoDatabase -ResourceGroupName $resourceGroupName -ClusterName $clusterName -Name $databaseName diff --git a/src/Kusto/test/Test-AzKustoDatabaseNameAvailability.Recording.json b/src/Kusto/test/Test-AzKustoDatabaseNameAvailability.Recording.json index f485721ea27b..acca3518fefd 100644 --- a/src/Kusto/test/Test-AzKustoDatabaseNameAvailability.Recording.json +++ b/src/Kusto/test/Test-AzKustoDatabaseNameAvailability.Recording.json @@ -1,59 +1,52 @@ { - "Test-AzKustoDatabaseNameAvailability+[NoContext]+CheckExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/checkNameAvailability?api-version=2020-02-15+1": { + "Test-AzKustoDatabaseNameAvailability+[NoContext]+CheckExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/checkNameAvailability?api-version=2020-06-14+1": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/checkNameAvailability?api-version=2020-02-15", - "Content": "{\r\n \"name\": \"sdkpowershelldb\",\r\n \"type\": \"Microsoft.Kusto/Clusters/Databases\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/checkNameAvailability?api-version=2020-06-14", + "Content": "{\r\n \"name\": \"testdatabaselbfexs\",\r\n \"type\": \"Microsoft.Kusto/Clusters/Databases\"\r\n}", "Headers": { - "x-ms-unique-id": [ "25" ], - "x-ms-client-request-id": [ "9f8974ce-e4cc-4469-89d2-a2cd4ad1c7f5" ], - "CommandName": [ "Test-AzKustoDatabaseNameAvailability" ], - "FullCommandName": [ "Test-AzKustoDatabaseNameAvailability_CheckExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "82" ] + "Content-Length": [ "85" ] } }, "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], - "x-ms-request-id": [ "7e809801-61b1-44fb-8b79-6642fb8a8fc9" ], - "x-ms-correlation-request-id": [ "53e2c667-3c5f-4941-b735-a18f35770009" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200406T144919Z:53e2c667-3c5f-4941-b735-a18f35770009" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1185" ], + "x-ms-request-id": [ "a462586d-0296-41cc-b524-f5fdcfb1e9c1" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "b30547ce-411d-4723-9958-380a96f2ecbe" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015219Z:b30547ce-411d-4723-9958-380a96f2ecbe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 06 Apr 2020 14:49:18 GMT" ], - "Set-Cookie": [ "ARRAffinity=4c87a3fd2d13fe8deabf01a0da1890a3564e836c7c9f153e312617237a9297d0;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:52:19 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "168" ], + "Content-Length": [ "177" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"sdkpowershelldb\",\"nameAvailable\":false,\"message\":\"Database sdkpowershelldb already exists in cluster sdkpsclustereu. Please select a different database name.\"}" + "Content": "{\"name\":\"testdatabaselbfexs\",\"nameAvailable\":false,\"message\":\"Database testdatabaselbfexs already exists in cluster testclusterlbfexs. Please select a different database name.\"}" } }, - "Test-AzKustoDatabaseNameAvailability+[NoContext]+CheckViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15+1": { + "Test-AzKustoDatabaseNameAvailability+[NoContext]+CheckViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs?api-version=2020-06-14+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "26" ], - "x-ms-client-request-id": [ "c4957a28-2299-4b88-8578-01a769ca521f" ], + "x-ms-unique-id": [ "590" ], + "x-ms-client-request-id": [ "0a4f0636-0882-46bf-9427-7b14c8dea020" ], "CommandName": [ "Get-AzKustoCluster" ], "FullCommandName": [ "Get-AzKustoCluster_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -62,69 +55,62 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], - "x-ms-request-id": [ "67e436aa-a9da-4830-ab64-050cc4f1d4bd" ], - "x-ms-correlation-request-id": [ "efcb69c8-c24b-4b85-9845-785abab8fc33" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200406T144919Z:efcb69c8-c24b-4b85-9845-785abab8fc33" ], + "x-ms-request-id": [ "110af42f-cd5c-42d7-b840-4029f156944c" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "ef2ec0ef-caec-48ba-bd4d-55326b0b39bb" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015219Z:ef2ec0ef-caec-48ba-bd4d-55326b0b39bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 06 Apr 2020 14:49:19 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=b3c2d4d5282ede81ed15f3f78d2ac82595f2901483fcb7962c29f71395856c9e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:52:19 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "751" ], + "Content-Length": [ "794" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu\",\"name\":\"sdkpsclustereu\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://sdkpsclustereu.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-sdkpsclustereu.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[]},\"enablePurge\":null,\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\"name\":\"testclusterlbfexs\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://testclusterlbfexs.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-testclusterlbfexs.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[]},\"enablePurge\":null,\"enableDoubleEncryption\":false,\"provisioningState\":\"Succeeded\"}}" } }, - "Test-AzKustoDatabaseNameAvailability+[NoContext]+CheckViaIdentityExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/checkNameAvailability?api-version=2020-02-15+2": { + "Test-AzKustoDatabaseNameAvailability+[NoContext]+CheckViaIdentityExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/checkNameAvailability?api-version=2020-06-14+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/checkNameAvailability?api-version=2020-02-15", - "Content": "{\r\n \"name\": \"sdkpowershelldbb\",\r\n \"type\": \"Microsoft.Kusto/Clusters/Databases\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/checkNameAvailability?api-version=2020-06-14", + "Content": "{\r\n \"name\": \"testdatabaselbfexswmcyao\",\r\n \"type\": \"Microsoft.Kusto/Clusters/Databases\"\r\n}", "Headers": { - "x-ms-unique-id": [ "27" ], - "x-ms-client-request-id": [ "bad3bf5e-9aa9-40df-bb4e-c3bb6eaba17d" ], - "CommandName": [ "Test-AzKustoDatabaseNameAvailability" ], - "FullCommandName": [ "Test-AzKustoDatabaseNameAvailability_CheckViaIdentityExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "83" ] + "Content-Length": [ "91" ] } }, "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1194" ], - "x-ms-request-id": [ "8288ac9c-89f9-49dc-8aa8-7f2703eadd9b" ], - "x-ms-correlation-request-id": [ "560a7be8-5c09-4d85-93ca-486a65d0bcbb" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200406T144920Z:560a7be8-5c09-4d85-93ca-486a65d0bcbb" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1184" ], + "x-ms-request-id": [ "ae7cf1b6-e0c9-462f-9a73-05675a050fef" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "10567a03-cbb8-4dcf-ad97-8b1fe301f198" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015219Z:10567a03-cbb8-4dcf-ad97-8b1fe301f198" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 06 Apr 2020 14:49:20 GMT" ], - "Set-Cookie": [ "ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:52:19 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "61" ], + "Content-Length": [ "69" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"sdkpowershelldbb\",\"nameAvailable\":true,\"message\":\"\"}" + "Content": "{\"name\":\"testdatabaselbfexswmcyao\",\"nameAvailable\":true,\"message\":\"\"}" } } } \ No newline at end of file diff --git a/src/Kusto/test/Test-AzKustoDatabaseNameAvailability.Tests.ps1 b/src/Kusto/test/Test-AzKustoDatabaseNameAvailability.Tests.ps1 index 98b01673c932..1b8c11bb328c 100644 --- a/src/Kusto/test/Test-AzKustoDatabaseNameAvailability.Tests.ps1 +++ b/src/Kusto/test/Test-AzKustoDatabaseNameAvailability.Tests.ps1 @@ -5,7 +5,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Test-AzKustoDatabaseNameAvailability.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -26,7 +26,7 @@ Describe 'Test-AzKustoDatabaseNameAvailability' { It 'CheckViaIdentityExpanded' { $resourceGroupName = $env.resourceGroupName $clusterName = $env.clusterName - $databaseName = $env.databaseName + "b" + $databaseName = $env.databaseName + $env.rstr6 $databaseResourceType = $env.databaseType $cluster = Get-AzKustoCluster -ResourceGroupName $resourceGroupName -ClusterName $clusterName diff --git a/src/Kusto/test/Test-AzKustoDatabasePrincipalAssignmentNameAvailability.Recording.json b/src/Kusto/test/Test-AzKustoDatabasePrincipalAssignmentNameAvailability.Recording.json index 55425be541c6..d5ff15aa4004 100644 --- a/src/Kusto/test/Test-AzKustoDatabasePrincipalAssignmentNameAvailability.Recording.json +++ b/src/Kusto/test/Test-AzKustoDatabasePrincipalAssignmentNameAvailability.Recording.json @@ -1,58 +1,293 @@ { - "Test-AzKustoDatabasePrincipalAssignmentNameAvailability+[NoContext]+CheckExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/checkPrincipalAssignmentNameAvailability?api-version=2020-02-15+1": { + "Test-AzKustoDatabasePrincipalAssignmentNameAvailability+[NoContext]+CheckExpanded+$PUT+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14+1": { "Request": { - "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/checkPrincipalAssignmentNameAvailability?api-version=2020-02-15", - "Content": "{\r\n \"name\": \"principalassignment1\",\r\n \"type\": \"Microsoft.Kusto/Clusters/principalAssignments\"\r\n}", + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14", + "Content": "{\r\n \"properties\": {\r\n \"principalId\": \"e60fe5c8-d6a5-4dee-b382-fb4502588dd0\",\r\n \"principalType\": \"App\",\r\n \"role\": \"Viewer\"\r\n }\r\n}", "Headers": { - "x-ms-unique-id": [ "10" ], - "x-ms-client-request-id": [ "089cd0ed-dffe-4891-85f0-b66d1395b234" ], - "CommandName": [ "Test-AzKustoDatabasePrincipalAssignmentNameAvailability" ], - "FullCommandName": [ "Test-AzKustoDatabasePrincipalAssignmentNameAvailability_CheckExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "139" ] + } + }, + "Response": { + "StatusCode": 201, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], + "x-ms-request-id": [ "b2739b0b-2b09-4886-9b81-30936267a9cf" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e1d21d05-b618-4c06-a324-10434c520525?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "198" ], + "x-ms-correlation-request-id": [ "d7922a4a-e505-462a-8044-0e91cc4f4d12" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015220Z:d7922a4a-e505-462a-8044-0e91cc4f4d12" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:52:20 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "498" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/PrincipalAssignments/principalassignment1\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/principalassignment1\",\"type\":\"Microsoft.Kusto/Clusters/Databases/PrincipalAssignments\",\"etag\":\"\\\"\\\"\",\"properties\":{\"principalId\":\"e60fe5c8-d6a5-4dee-b382-fb4502588dd0\",\"principalType\":\"App\",\"role\":\"Viewer\",\"provisioningState\":\"Creating\"}}" + } + }, + "Test-AzKustoDatabasePrincipalAssignmentNameAvailability+[NoContext]+CheckExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e1d21d05-b618-4c06-a324-10434c520525?api-version=2020-06-14+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e1d21d05-b618-4c06-a324-10434c520525?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "592", "593" ], + "x-ms-client-request-id": [ "0a0e7ef5-d93b-4153-9c52-fa710f062b66", "0a0e7ef5-d93b-4153-9c52-fa710f062b66" ], + "CommandName": [ "New-AzKustoDatabasePrincipalAssignment", "New-AzKustoDatabasePrincipalAssignment" ], + "FullCommandName": [ "New-AzKustoDatabasePrincipalAssignment_CreateExpanded", "New-AzKustoDatabasePrincipalAssignment_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-request-id": [ "480184f9-622b-43cb-9c9d-ee1b1988aec7" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "dbae6460-3a07-4439-9400-2f59b1081fc6" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015251Z:dbae6460-3a07-4439-9400-2f59b1081fc6" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:52:50 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "503" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/e1d21d05-b618-4c06-a324-10434c520525\",\"name\":\"e1d21d05-b618-4c06-a324-10434c520525\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T01:52:20.7196516Z\",\"endTime\":\"2020-08-03T01:52:20.8445885Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DatabaseAddPrincipals\",\"RootActivityId\":\"8bd9b75e-796d-416d-b9e2-59083f26ee51\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" + } + }, + "Test-AzKustoDatabasePrincipalAssignmentNameAvailability+[NoContext]+CheckExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "592", "593", "594" ], + "x-ms-client-request-id": [ "0a0e7ef5-d93b-4153-9c52-fa710f062b66", "0a0e7ef5-d93b-4153-9c52-fa710f062b66", "0a0e7ef5-d93b-4153-9c52-fa710f062b66" ], + "CommandName": [ "New-AzKustoDatabasePrincipalAssignment", "New-AzKustoDatabasePrincipalAssignment", "New-AzKustoDatabasePrincipalAssignment" ], + "FullCommandName": [ "New-AzKustoDatabasePrincipalAssignment_CreateExpanded", "New-AzKustoDatabasePrincipalAssignment_CreateExpanded", "New-AzKustoDatabasePrincipalAssignment_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], + "x-ms-request-id": [ "d61b3dc9-c3fe-489a-b654-0b2f3f33b901" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "55c44b63-bd20-4d3d-b8bd-cc439534cb38" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015251Z:55c44b63-bd20-4d3d-b8bd-cc439534cb38" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:52:50 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "616" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/PrincipalAssignments/principalassignment1\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/principalassignment1\",\"type\":\"Microsoft.Kusto/Clusters/Databases/PrincipalAssignments\",\"etag\":\"\\\"\\\"\",\"tags\":{},\"properties\":{\"principalId\":\"e60fe5c8-d6a5-4dee-b382-fb4502588dd0\",\"role\":\"Viewer\",\"principalType\":\"App\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"tenantName\":\"Microsoft\",\"principalName\":\"lugoldbekusto\",\"provisioningState\":\"Succeeded\"}}" + } + }, + "Test-AzKustoDatabasePrincipalAssignmentNameAvailability+[NoContext]+CheckExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/checkPrincipalAssignmentNameAvailability?api-version=2020-06-14+4": { + "Request": { + "Method": "POST", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/checkPrincipalAssignmentNameAvailability?api-version=2020-06-14", + "Content": "{\r\n \"name\": \"principalassignment1\",\r\n \"type\": \"Microsoft.Kusto/Clusters/Databases/principalAssignments\"\r\n}", + "Headers": { + }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "98" ] + "Content-Length": [ "108" ] } }, "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "84d4d847-bd05-4703-8f54-4d768762108c" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-correlation-request-id": [ "09fcce9b-75e0-401a-aa8b-64fe74f3d670" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200406T144314Z:09fcce9b-75e0-401a-aa8b-64fe74f3d670" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1183" ], + "x-ms-request-id": [ "d1dee352-3400-4a25-9bd4-53ab93fe6594" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "5d53fd35-7bb6-45aa-9391-974f2781b189" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015251Z:5d53fd35-7bb6-45aa-9391-974f2781b189" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:52:51 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "216" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"name\":\"principalassignment1\",\"nameAvailable\":false,\"message\":\"Database principal assignment principalassignment1 already exists in database testdatabaselbfexs. Please select a different principal assignment name.\"}" + } + }, + "Test-AzKustoDatabasePrincipalAssignmentNameAvailability+[NoContext]+CheckExpanded+$DELETE+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14+5": { + "Request": { + "Method": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/PrincipalAssignments/principalassignment1?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "596" ], + "x-ms-client-request-id": [ "2e500792-fba4-4eac-be62-dc6734a81d63" ], + "CommandName": [ "Remove-AzKustoDatabasePrincipalAssignment" ], + "FullCommandName": [ "Remove-AzKustoDatabasePrincipalAssignment_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e9cbf4ad-c91d-49da-a754-800514b55226?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e9cbf4ad-c91d-49da-a754-800514b55226?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14997" ], + "x-ms-request-id": [ "d53d7d46-a5f7-4d73-90b8-a2c66885ae09" ], + "x-ms-correlation-request-id": [ "d53d7d46-a5f7-4d73-90b8-a2c66885ae09" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015252Z:d53d7d46-a5f7-4d73-90b8-a2c66885ae09" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:52:51 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "Test-AzKustoDatabasePrincipalAssignmentNameAvailability+[NoContext]+CheckExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e9cbf4ad-c91d-49da-a754-800514b55226?api-version=2020-06-14+6": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e9cbf4ad-c91d-49da-a754-800514b55226?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "596", "597" ], + "x-ms-client-request-id": [ "2e500792-fba4-4eac-be62-dc6734a81d63", "2e500792-fba4-4eac-be62-dc6734a81d63" ], + "CommandName": [ "Remove-AzKustoDatabasePrincipalAssignment", "Remove-AzKustoDatabasePrincipalAssignment" ], + "FullCommandName": [ "Remove-AzKustoDatabasePrincipalAssignment_Delete", "Remove-AzKustoDatabasePrincipalAssignment_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 06 Apr 2020 14:43:13 GMT" ], - "Set-Cookie": [ "ARRAffinity=4c87a3fd2d13fe8deabf01a0da1890a3564e836c7c9f153e312617237a9297d0;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Pragma": [ "no-cache" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "x-ms-request-id": [ "79c03079-5745-4c47-a2f3-f32f188a9e7f" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "2138012d-d88c-44c9-9a4b-424e34bf01dd" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015322Z:2138012d-d88c-44c9-9a4b-424e34bf01dd" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:53:22 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"name\":\"principalassignment1\",\"nameAvailable\":true,\"message\":\"\"}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/e9cbf4ad-c91d-49da-a754-800514b55226\",\"name\":\"e9cbf4ad-c91d-49da-a754-800514b55226\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T01:52:52.4208731Z\",\"endTime\":\"2020-08-03T01:52:52.4833874Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DatabaseDropPrincipals\",\"RootActivityId\":\"01dcf110-f609-4b34-9042-0569d38d24af\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" } }, - "Test-AzKustoDatabasePrincipalAssignmentNameAvailability+[NoContext]+CheckViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15+1": { + "Test-AzKustoDatabasePrincipalAssignmentNameAvailability+[NoContext]+CheckExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e9cbf4ad-c91d-49da-a754-800514b55226?api-version=2020-06-14\u0026operationResultResponseType=Location+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e9cbf4ad-c91d-49da-a754-800514b55226?api-version=2020-06-14\u0026operationResultResponseType=Location", "Content": null, "Headers": { - "x-ms-unique-id": [ "11" ], - "x-ms-client-request-id": [ "20e71199-b2f7-4871-90fc-24468eb02501" ], + "x-ms-unique-id": [ "596", "597", "598" ], + "x-ms-client-request-id": [ "2e500792-fba4-4eac-be62-dc6734a81d63", "2e500792-fba4-4eac-be62-dc6734a81d63", "2e500792-fba4-4eac-be62-dc6734a81d63" ], + "CommandName": [ "Remove-AzKustoDatabasePrincipalAssignment", "Remove-AzKustoDatabasePrincipalAssignment", "Remove-AzKustoDatabasePrincipalAssignment" ], + "FullCommandName": [ "Remove-AzKustoDatabasePrincipalAssignment_Delete", "Remove-AzKustoDatabasePrincipalAssignment_Delete", "Remove-AzKustoDatabasePrincipalAssignment_Delete" ], + "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-request-id": [ "691926b7-5b7b-48d9-bd33-ebac324804a5" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "x-ms-correlation-request-id": [ "eed5bc7d-47e2-4774-a4cb-197acf15045a" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015322Z:eed5bc7d-47e2-4774-a4cb-197acf15045a" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 01:53:22 GMT" ] + }, + "ContentHeaders": { + "Expires": [ "-1" ], + "Content-Length": [ "0" ] + }, + "Content": null + } + }, + "Test-AzKustoDatabasePrincipalAssignmentNameAvailability+[NoContext]+CheckViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs?api-version=2020-06-14+1": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "599" ], + "x-ms-client-request-id": [ "5c779f6a-d361-4a68-8982-d8588c557510" ], "CommandName": [ "Get-AzKustoDatabase" ], "FullCommandName": [ "Get-AzKustoDatabase_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -61,64 +296,58 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "3af9d758-504a-4fe7-be4b-518de91065b7" ], - "x-ms-correlation-request-id": [ "a8166a10-cf32-4327-bea2-345b196ae5ff" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200406T144314Z:a8166a10-cf32-4327-bea2-345b196ae5ff" ], + "x-ms-request-id": [ "85dd84d7-6eec-4803-8fc2-1001db8b5e8b" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "79821fd9-94c0-41e9-aea3-bf5b97351c0d" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015323Z:79821fd9-94c0-41e9-aea3-bf5b97351c0d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 06 Apr 2020 14:43:14 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=b3c2d4d5282ede81ed15f3f78d2ac82595f2901483fcb7962c29f71395856c9e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:53:23 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "506" ], + "Content-Length": [ "518" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb\",\"name\":\"sdkpsclustereu/sdkpowershelldb\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":true,\"softDeletePeriodInDays\":6,\"softDeletePeriod\":\"P6D\",\"hotCachePeriodInDays\":3,\"hotCachePeriod\":\"P3D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs\",\"name\":\"testclusterlbfexs/testdatabaselbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":true,\"softDeletePeriodInDays\":4,\"softDeletePeriod\":\"P4D\",\"hotCachePeriodInDays\":2,\"hotCachePeriod\":\"P2D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" } }, - "Test-AzKustoDatabasePrincipalAssignmentNameAvailability+[NoContext]+CheckViaIdentityExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/checkPrincipalAssignmentNameAvailability?api-version=2020-02-15+2": { + "Test-AzKustoDatabasePrincipalAssignmentNameAvailability+[NoContext]+CheckViaIdentityExpanded+$POST+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/checkPrincipalAssignmentNameAvailability?api-version=2020-06-14+2": { "Request": { "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/checkPrincipalAssignmentNameAvailability?api-version=2020-02-15", - "Content": "{\r\n \"name\": \"principalassignment1\",\r\n \"type\": \"Microsoft.Kusto/Clusters/principalAssignments\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/checkPrincipalAssignmentNameAvailability?api-version=2020-06-14", + "Content": "{\r\n \"name\": \"principalassignment1\",\r\n \"type\": \"Microsoft.Kusto/Clusters/Databases/principalAssignments\"\r\n}", "Headers": { - "x-ms-unique-id": [ "12" ], - "x-ms-client-request-id": [ "20304b2d-e066-4247-947d-a86a67e032ca" ], - "CommandName": [ "Test-AzKustoDatabasePrincipalAssignmentNameAvailability" ], - "FullCommandName": [ "Test-AzKustoDatabasePrincipalAssignmentNameAvailability_CheckViaIdentityExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "98" ] + "Content-Length": [ "108" ] } }, "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "0a683080-245e-4e10-8c2a-23de2c4dfe1c" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-correlation-request-id": [ "e7ee492f-c6db-472f-ac63-65685b346bab" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200406T144315Z:e7ee492f-c6db-472f-ac63-65685b346bab" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1182" ], + "x-ms-request-id": [ "c54198d2-13ab-488c-8b81-e8b9ea4b0dce" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "45d18282-f252-4370-8fdb-19ae14e02b53" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015323Z:45d18282-f252-4370-8fdb-19ae14e02b53" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 06 Apr 2020 14:43:15 GMT" ], - "Set-Cookie": [ "ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:53:23 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "67" ], + "Content-Length": [ "65" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, diff --git a/src/Kusto/test/Test-AzKustoDatabasePrincipalAssignmentNameAvailability.Tests.ps1 b/src/Kusto/test/Test-AzKustoDatabasePrincipalAssignmentNameAvailability.Tests.ps1 index 182ed5a2924c..7f6ccf293045 100644 --- a/src/Kusto/test/Test-AzKustoDatabasePrincipalAssignmentNameAvailability.Tests.ps1 +++ b/src/Kusto/test/Test-AzKustoDatabasePrincipalAssignmentNameAvailability.Tests.ps1 @@ -5,7 +5,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Test-AzKustoDatabasePrincipalAssignmentNameAvailability.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -16,19 +16,24 @@ Describe 'Test-AzKustoDatabasePrincipalAssignmentNameAvailability' { $resourceGroupName = $env.resourceGroupName $clusterName = $env.clusterName $databaseName = $env.databaseName - $principalAssignmentName = $env.principalAssignmentName + $principalAssignmentName = $env.principalAssignmentName1 + $principalId = $env.principalId1 $principalAssignmentResourceType = $env.databasePrincipalAssignmentResourceType + $role = $env.databasePrincipalRole + $principalType = $env.principalType + New-AzKustoDatabasePrincipalAssignment -ResourceGroupName $resourceGroupName -ClusterName $clusterName -PrincipalAssignmentName $principalAssignmentName -DatabaseName $databaseName -PrincipalId $principalId -PrincipalType $principalType -Role $role $availability = Test-AzKustoDatabasePrincipalAssignmentNameAvailability -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -Name $principalAssignmentName -Type $principalAssignmentResourceType - $availability.NameAvailable | Should Be $true + $availability.NameAvailable | Should Be $false $availability.Name | Should Be $principalAssignmentName + { Remove-AzKustoDatabasePrincipalAssignment -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -PrincipalAssignmentName $principalAssignmentName } | Should -Not -Throw } It 'CheckViaIdentityExpanded' { $resourceGroupName = $env.resourceGroupName $clusterName = $env.clusterName $databaseName = $env.databaseName - $principalAssignmentName = $env.principalAssignmentName + $principalAssignmentName = $env.principalAssignmentName1 $principalAssignmentResourceType = $env.databasePrincipalAssignmentResourceType $cluster = Get-AzKustoDatabase -ResourceGroupName $resourceGroupName -ClusterName $clusterName -Name $databaseName diff --git a/src/Kusto/test/Update-AzKustoCluster.Recording.json b/src/Kusto/test/Update-AzKustoCluster.Recording.json index 56064ea3d61b..873500a71e65 100644 --- a/src/Kusto/test/Update-AzKustoCluster.Recording.json +++ b/src/Kusto/test/Update-AzKustoCluster.Recording.json @@ -1,17 +1,10 @@ { - "Update-AzKustoCluster+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15+1": { + "Update-AzKustoCluster+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs?api-version=2020-06-14+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs?api-version=2020-06-14", "Content": "{\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n }\r\n}", "Headers": { - "x-ms-unique-id": [ "109" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f" ], - "CommandName": [ "Update-AzKustoCluster" ], - "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -21,41 +14,41 @@ "Response": { "StatusCode": 202, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "e933e5f8-5826-4230-b900-04fd34a0f8f9" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "198" ], - "x-ms-correlation-request-id": [ "73b4ad5d-7a4e-438e-b29d-364f2b868769" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170338Z:73b4ad5d-7a4e-438e-b29d-364f2b868769" ], + "ETag": [ "\"\"" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/2d3bbc05-333c-43ea-be8a-f661d66d939e?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "x-ms-request-id": [ "79eeb5c1-755b-47cf-ab04-7baa4dc6e6f7" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/2d3bbc05-333c-43ea-be8a-f661d66d939e?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "199" ], + "x-ms-correlation-request-id": [ "58b8b9bf-5f20-47c8-aaca-c94799adbaef" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015326Z:58b8b9bf-5f20-47c8-aaca-c94799adbaef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:03:37 GMT" ], - "ETag": [ "\"\"" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:53:26 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "750" ], + "Content-Length": [ "793" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu\",\"name\":\"sdkpsclustereu\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://sdkpsclustereu.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-sdkpsclustereu.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[]},\"enablePurge\":null,\"provisioningState\":\"Accepted\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\"name\":\"testclusterlbfexs\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://testclusterlbfexs.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-testclusterlbfexs.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[]},\"enablePurge\":null,\"enableDoubleEncryption\":false,\"provisioningState\":\"Accepted\"}}" } }, - "Update-AzKustoCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15+2": { + "Update-AzKustoCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/2d3bbc05-333c-43ea-be8a-f661d66d939e?api-version=2020-06-14+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/2d3bbc05-333c-43ea-be8a-f661d66d939e?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "109", "110" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f" ], + "x-ms-unique-id": [ "604", "605" ], + "x-ms-client-request-id": [ "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637" ], "CommandName": [ "Update-AzKustoCluster", "Update-AzKustoCluster" ], "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -64,39 +57,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], - "x-ms-request-id": [ "26cf212e-d490-4376-bb3d-658d691bf650" ], - "x-ms-correlation-request-id": [ "e6168bd7-a557-4a72-a555-bedae9d2a293" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170408Z:e6168bd7-a557-4a72-a555-bedae9d2a293" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "x-ms-request-id": [ "72a205a4-1ac6-44b7-bd93-64493dc924bc" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "321e13d2-4eb2-4607-b9af-413b58a72035" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015356Z:321e13d2-4eb2-4607-b9af-413b58a72035" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:04:07 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:53:56 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "473" ], + "Content-Length": [ "503" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"name\":\"8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:03:37.938131Z\",\"endTime\":\"2020-03-29T17:03:39.0943648Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"acbf7fc4-e245-4ecb-b996-dd6990e484e8\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/2d3bbc05-333c-43ea-be8a-f661d66d939e\",\"name\":\"2d3bbc05-333c-43ea-be8a-f661d66d939e\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:53:26.3848604Z\",\"endTime\":\"2020-08-03T01:53:29.166343Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"6b3a9a20-aa20-453c-b012-19ce5e378258\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Update-AzKustoCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15+3": { + "Update-AzKustoCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/2d3bbc05-333c-43ea-be8a-f661d66d939e?api-version=2020-06-14+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/2d3bbc05-333c-43ea-be8a-f661d66d939e?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "109", "110", "111" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f" ], + "x-ms-unique-id": [ "604", "605", "606" ], + "x-ms-client-request-id": [ "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637" ], "CommandName": [ "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster" ], "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -105,39 +98,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], - "x-ms-request-id": [ "659a98eb-3c6a-46fe-a7d1-a3833f0ff532" ], - "x-ms-correlation-request-id": [ "de753d7d-d0fa-423b-9a3a-0b091e84f2c5" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170438Z:de753d7d-d0fa-423b-9a3a-0b091e84f2c5" ], + "x-ms-correlation-request-id": [ "d99859f1-8ff8-4cee-b967-d26f042e4552" ], + "x-ms-request-id": [ "8da1ea3c-612f-4d29-a5f3-044d0e36a50f" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "279" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015427Z:d99859f1-8ff8-4cee-b967-d26f042e4552" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:04:38 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:54:26 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "473" ], + "Content-Length": [ "503" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"name\":\"8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:03:37.938131Z\",\"endTime\":\"2020-03-29T17:03:39.0943648Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"acbf7fc4-e245-4ecb-b996-dd6990e484e8\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/2d3bbc05-333c-43ea-be8a-f661d66d939e\",\"name\":\"2d3bbc05-333c-43ea-be8a-f661d66d939e\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:53:26.3848604Z\",\"endTime\":\"2020-08-03T01:53:29.166343Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"6b3a9a20-aa20-453c-b012-19ce5e378258\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Update-AzKustoCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15+4": { + "Update-AzKustoCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/2d3bbc05-333c-43ea-be8a-f661d66d939e?api-version=2020-06-14+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/2d3bbc05-333c-43ea-be8a-f661d66d939e?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "109", "110", "111", "112" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f" ], + "x-ms-unique-id": [ "604", "605", "606", "607" ], + "x-ms-client-request-id": [ "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637" ], "CommandName": [ "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster" ], "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -146,39 +139,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "38314b2e-4c02-4c8e-b9bc-9cdb97e0dc4b" ], - "x-ms-request-id": [ "ce8d0366-0f92-4281-a9c0-d8d2ebcd8de6" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170508Z:38314b2e-4c02-4c8e-b9bc-9cdb97e0dc4b" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "278" ], + "x-ms-request-id": [ "c51df454-89b2-49e0-8581-9bf5decf167c" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "a1c2ea43-824f-4781-b122-28d05e8138dc" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015457Z:a1c2ea43-824f-4781-b122-28d05e8138dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:05:08 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:54:57 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "473" ], + "Content-Length": [ "503" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"name\":\"8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:03:37.938131Z\",\"endTime\":\"2020-03-29T17:03:39.0943648Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"acbf7fc4-e245-4ecb-b996-dd6990e484e8\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/2d3bbc05-333c-43ea-be8a-f661d66d939e\",\"name\":\"2d3bbc05-333c-43ea-be8a-f661d66d939e\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:53:26.3848604Z\",\"endTime\":\"2020-08-03T01:53:29.166343Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"6b3a9a20-aa20-453c-b012-19ce5e378258\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Update-AzKustoCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15+5": { + "Update-AzKustoCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/2d3bbc05-333c-43ea-be8a-f661d66d939e?api-version=2020-06-14+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/2d3bbc05-333c-43ea-be8a-f661d66d939e?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "109", "110", "111", "112", "113" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f" ], + "x-ms-unique-id": [ "604", "605", "606", "607", "608" ], + "x-ms-client-request-id": [ "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637" ], "CommandName": [ "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster" ], "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -187,39 +180,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], - "x-ms-request-id": [ "b9d1cdc9-f062-4673-8959-ce5d517f588f" ], - "x-ms-correlation-request-id": [ "18e397c5-5181-4b94-8609-2d83072cd39c" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170539Z:18e397c5-5181-4b94-8609-2d83072cd39c" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "x-ms-request-id": [ "5934b69d-9d8b-4850-bd40-7af544e084a7" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "b761e4b9-3c4b-4fd6-9173-69ccc7c78930" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015527Z:b761e4b9-3c4b-4fd6-9173-69ccc7c78930" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:05:39 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:55:27 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "473" ], + "Content-Length": [ "503" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"name\":\"8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:03:37.938131Z\",\"endTime\":\"2020-03-29T17:03:39.0943648Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"acbf7fc4-e245-4ecb-b996-dd6990e484e8\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/2d3bbc05-333c-43ea-be8a-f661d66d939e\",\"name\":\"2d3bbc05-333c-43ea-be8a-f661d66d939e\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:53:26.3848604Z\",\"endTime\":\"2020-08-03T01:53:29.166343Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"6b3a9a20-aa20-453c-b012-19ce5e378258\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Update-AzKustoCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15+6": { + "Update-AzKustoCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/2d3bbc05-333c-43ea-be8a-f661d66d939e?api-version=2020-06-14+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/2d3bbc05-333c-43ea-be8a-f661d66d939e?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "109", "110", "111", "112", "113", "114" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f" ], + "x-ms-unique-id": [ "604", "605", "606", "607", "608", "609" ], + "x-ms-client-request-id": [ "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637" ], "CommandName": [ "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster" ], "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -228,39 +221,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], - "x-ms-request-id": [ "7621835a-a660-4afb-98d4-197dcf9d4a72" ], - "x-ms-correlation-request-id": [ "d7d6dd3e-96fb-407d-8047-673802c5bedb" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170609Z:d7d6dd3e-96fb-407d-8047-673802c5bedb" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "x-ms-request-id": [ "10b53b40-7421-4db5-8040-9aa4485cef5a" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "db7389dc-3056-426f-b981-5e6a999f89ed" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015558Z:db7389dc-3056-426f-b981-5e6a999f89ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:06:09 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:55:57 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "473" ], + "Content-Length": [ "503" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"name\":\"8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:03:37.938131Z\",\"endTime\":\"2020-03-29T17:03:39.0943648Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"acbf7fc4-e245-4ecb-b996-dd6990e484e8\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/2d3bbc05-333c-43ea-be8a-f661d66d939e\",\"name\":\"2d3bbc05-333c-43ea-be8a-f661d66d939e\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:53:26.3848604Z\",\"endTime\":\"2020-08-03T01:53:29.166343Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"6b3a9a20-aa20-453c-b012-19ce5e378258\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Update-AzKustoCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15+7": { + "Update-AzKustoCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/2d3bbc05-333c-43ea-be8a-f661d66d939e?api-version=2020-06-14+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/2d3bbc05-333c-43ea-be8a-f661d66d939e?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "109", "110", "111", "112", "113", "114", "115" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f" ], + "x-ms-unique-id": [ "604", "605", "606", "607", "608", "609", "610" ], + "x-ms-client-request-id": [ "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637" ], "CommandName": [ "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster" ], "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -269,39 +262,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], - "x-ms-request-id": [ "2bf739a8-8005-4db9-a4de-8a607c2025a2" ], - "x-ms-correlation-request-id": [ "d1b1b8c5-0874-4bc1-94d3-67056d6f18ec" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170640Z:d1b1b8c5-0874-4bc1-94d3-67056d6f18ec" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-request-id": [ "6203cfc9-8dbb-4858-8f63-8abed0b4963d" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "3b2ba814-0bf5-44dc-9f90-060dc15b9d6f" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015628Z:3b2ba814-0bf5-44dc-9f90-060dc15b9d6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:06:39 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:56:27 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "473" ], + "Content-Length": [ "503" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"name\":\"8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:03:37.938131Z\",\"endTime\":\"2020-03-29T17:03:39.0943648Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"acbf7fc4-e245-4ecb-b996-dd6990e484e8\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/2d3bbc05-333c-43ea-be8a-f661d66d939e\",\"name\":\"2d3bbc05-333c-43ea-be8a-f661d66d939e\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:53:26.3848604Z\",\"endTime\":\"2020-08-03T01:53:29.166343Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"6b3a9a20-aa20-453c-b012-19ce5e378258\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Update-AzKustoCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15+8": { + "Update-AzKustoCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/2d3bbc05-333c-43ea-be8a-f661d66d939e?api-version=2020-06-14+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/2d3bbc05-333c-43ea-be8a-f661d66d939e?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "109", "110", "111", "112", "113", "114", "115", "116" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f" ], + "x-ms-unique-id": [ "604", "605", "606", "607", "608", "609", "610", "611" ], + "x-ms-client-request-id": [ "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637" ], "CommandName": [ "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster" ], "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -310,39 +303,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "2fd5f3f0-3f6a-46a6-9799-eabb3050b44f" ], - "x-ms-request-id": [ "95a6f9f8-12fa-424c-94b3-b00469c4275f" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170710Z:2fd5f3f0-3f6a-46a6-9799-eabb3050b44f" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "x-ms-request-id": [ "d49e1e56-aa30-4b32-ab87-4db7f36612e0" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "47ca2c0b-0e3b-4525-8467-3eb198ce2912" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015658Z:47ca2c0b-0e3b-4525-8467-3eb198ce2912" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:07:10 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:56:58 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "473" ], + "Content-Length": [ "503" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"name\":\"8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:03:37.938131Z\",\"endTime\":\"2020-03-29T17:03:39.0943648Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"acbf7fc4-e245-4ecb-b996-dd6990e484e8\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/2d3bbc05-333c-43ea-be8a-f661d66d939e\",\"name\":\"2d3bbc05-333c-43ea-be8a-f661d66d939e\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:53:26.3848604Z\",\"endTime\":\"2020-08-03T01:53:29.166343Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"6b3a9a20-aa20-453c-b012-19ce5e378258\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Update-AzKustoCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15+9": { + "Update-AzKustoCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/2d3bbc05-333c-43ea-be8a-f661d66d939e?api-version=2020-06-14+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/2d3bbc05-333c-43ea-be8a-f661d66d939e?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "109", "110", "111", "112", "113", "114", "115", "116", "117" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f" ], + "x-ms-unique-id": [ "604", "605", "606", "607", "608", "609", "610", "611", "612" ], + "x-ms-client-request-id": [ "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637" ], "CommandName": [ "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster" ], "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -351,39 +344,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], - "x-ms-request-id": [ "9b1b3f99-c1c7-4240-a7ca-b366bee97977" ], - "x-ms-correlation-request-id": [ "a0e97560-66e4-4955-8d8e-fd841fb7946e" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170741Z:a0e97560-66e4-4955-8d8e-fd841fb7946e" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-request-id": [ "6548616f-4018-4c44-9fd1-c97ac816ccf0" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "f2e60441-46fd-48ec-8b7a-553030c54351" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015728Z:f2e60441-46fd-48ec-8b7a-553030c54351" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:07:40 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:57:28 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "473" ], + "Content-Length": [ "503" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"name\":\"8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:03:37.938131Z\",\"endTime\":\"2020-03-29T17:03:39.0943648Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"acbf7fc4-e245-4ecb-b996-dd6990e484e8\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/2d3bbc05-333c-43ea-be8a-f661d66d939e\",\"name\":\"2d3bbc05-333c-43ea-be8a-f661d66d939e\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:53:26.3848604Z\",\"endTime\":\"2020-08-03T01:53:29.166343Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"6b3a9a20-aa20-453c-b012-19ce5e378258\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Update-AzKustoCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15+10": { + "Update-AzKustoCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/2d3bbc05-333c-43ea-be8a-f661d66d939e?api-version=2020-06-14+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/2d3bbc05-333c-43ea-be8a-f661d66d939e?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "109", "110", "111", "112", "113", "114", "115", "116", "117", "118" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f" ], + "x-ms-unique-id": [ "604", "605", "606", "607", "608", "609", "610", "611", "612", "613" ], + "x-ms-client-request-id": [ "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637" ], "CommandName": [ "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster" ], "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -392,39 +385,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], - "x-ms-request-id": [ "09787955-d151-49df-89a3-32cc1a12396c" ], - "x-ms-correlation-request-id": [ "7940bac6-683e-4002-b7d6-93fcf5cc2be7" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170811Z:7940bac6-683e-4002-b7d6-93fcf5cc2be7" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "x-ms-request-id": [ "04b6247d-0e91-4965-b4c6-f188d352f4a6" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "3a0617a7-05b2-494a-9f7f-a69af8e3937a" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015758Z:3a0617a7-05b2-494a-9f7f-a69af8e3937a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:08:10 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:57:58 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "473" ], + "Content-Length": [ "503" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"name\":\"8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:03:37.938131Z\",\"endTime\":\"2020-03-29T17:03:39.0943648Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"acbf7fc4-e245-4ecb-b996-dd6990e484e8\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/2d3bbc05-333c-43ea-be8a-f661d66d939e\",\"name\":\"2d3bbc05-333c-43ea-be8a-f661d66d939e\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:53:26.3848604Z\",\"endTime\":\"2020-08-03T01:53:29.166343Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"6b3a9a20-aa20-453c-b012-19ce5e378258\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Update-AzKustoCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15+11": { + "Update-AzKustoCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/2d3bbc05-333c-43ea-be8a-f661d66d939e?api-version=2020-06-14+11": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/2d3bbc05-333c-43ea-be8a-f661d66d939e?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "109", "110", "111", "112", "113", "114", "115", "116", "117", "118", "119" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f" ], + "x-ms-unique-id": [ "604", "605", "606", "607", "608", "609", "610", "611", "612", "613", "614" ], + "x-ms-client-request-id": [ "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637" ], "CommandName": [ "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster" ], "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -433,39 +426,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], - "x-ms-request-id": [ "7f211293-1fe2-477e-bf4b-b95f256bf101" ], - "x-ms-correlation-request-id": [ "c2077663-23ca-4162-9377-2bec6060db3c" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170841Z:c2077663-23ca-4162-9377-2bec6060db3c" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "x-ms-request-id": [ "5f5bc6fb-d1c6-44ee-8e97-936ff9c329ca" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "8f2a4c92-44fb-43b6-818b-d5070027a10f" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015829Z:8f2a4c92-44fb-43b6-818b-d5070027a10f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:08:40 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:58:28 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "473" ], + "Content-Length": [ "503" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"name\":\"8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:03:37.938131Z\",\"endTime\":\"2020-03-29T17:03:39.0943648Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"acbf7fc4-e245-4ecb-b996-dd6990e484e8\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/2d3bbc05-333c-43ea-be8a-f661d66d939e\",\"name\":\"2d3bbc05-333c-43ea-be8a-f661d66d939e\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:53:26.3848604Z\",\"endTime\":\"2020-08-03T01:53:29.166343Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"6b3a9a20-aa20-453c-b012-19ce5e378258\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Update-AzKustoCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15+12": { + "Update-AzKustoCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/2d3bbc05-333c-43ea-be8a-f661d66d939e?api-version=2020-06-14+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/2d3bbc05-333c-43ea-be8a-f661d66d939e?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "109", "110", "111", "112", "113", "114", "115", "116", "117", "118", "119", "120" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f" ], + "x-ms-unique-id": [ "604", "605", "606", "607", "608", "609", "610", "611", "612", "613", "614", "615" ], + "x-ms-client-request-id": [ "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637" ], "CommandName": [ "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster" ], "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -474,39 +467,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "6c7cd982-b133-416f-8078-0eeee7e8061f" ], - "x-ms-request-id": [ "30e38ee8-0dd1-4210-be07-746dca6e5f07" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170912Z:6c7cd982-b133-416f-8078-0eeee7e8061f" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "x-ms-request-id": [ "18bcd00b-bb31-4144-8942-455e80242ab3" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "927e4a46-99c7-4e75-9339-a79f7f60e8fe" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015859Z:927e4a46-99c7-4e75-9339-a79f7f60e8fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:09:12 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:58:58 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "473" ], + "Content-Length": [ "507" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"name\":\"8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:03:37.938131Z\",\"endTime\":\"2020-03-29T17:03:39.0943648Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"acbf7fc4-e245-4ecb-b996-dd6990e484e8\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/2d3bbc05-333c-43ea-be8a-f661d66d939e\",\"name\":\"2d3bbc05-333c-43ea-be8a-f661d66d939e\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T01:53:26.3848604Z\",\"endTime\":\"2020-08-03T01:58:55.6435026Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"6b3a9a20-aa20-453c-b012-19ce5e378258\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" } }, - "Update-AzKustoCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15+13": { + "Update-AzKustoCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs?api-version=2020-06-14+13": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "109", "110", "111", "112", "113", "114", "115", "116", "117", "118", "119", "120", "121" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f" ], + "x-ms-unique-id": [ "604", "605", "606", "607", "608", "609", "610", "611", "612", "613", "614", "615", "616" ], + "x-ms-client-request-id": [ "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637", "b9fcee16-d2aa-4420-900e-a2c1e6dc9637" ], "CommandName": [ "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster" ], "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -515,122 +508,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Pragma": [ "no-cache" ], - "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], - "x-ms-request-id": [ "2fec09c0-7b45-4803-a1b2-2f91ad6f935b" ], - "x-ms-correlation-request-id": [ "f36b36c7-5963-4398-ac4e-b007ec6eb9d4" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170942Z:f36b36c7-5963-4398-ac4e-b007ec6eb9d4" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:09:42 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] - }, - "ContentHeaders": { - "Content-Length": [ "473" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"name\":\"8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:03:37.938131Z\",\"endTime\":\"2020-03-29T17:03:39.0943648Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"acbf7fc4-e245-4ecb-b996-dd6990e484e8\",\"provisioningState\":\"Running\"}}" - } - }, - "Update-AzKustoCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15+14": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "109", "110", "111", "112", "113", "114", "115", "116", "117", "118", "119", "120", "121", "122" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f" ], - "CommandName": [ "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster" ], - "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Pragma": [ "no-cache" ], - "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], - "x-ms-request-id": [ "bd30a571-fd94-4a93-bf9d-02fed30341e7" ], - "x-ms-correlation-request-id": [ "8618a81e-e731-4b3e-86e4-9453c6703aef" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T171013Z:8618a81e-e731-4b3e-86e4-9453c6703aef" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:10:12 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] - }, - "ContentHeaders": { - "Content-Length": [ "477" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"name\":\"8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"status\":\"Succeeded\",\"startTime\":\"2020-03-29T17:03:37.938131Z\",\"endTime\":\"2020-03-29T17:09:42.9488791Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"acbf7fc4-e245-4ecb-b996-dd6990e484e8\",\"provisioningState\":\"Succeeded\"}}" - } - }, - "Update-AzKustoCluster+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15+15": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "109", "110", "111", "112", "113", "114", "115", "116", "117", "118", "119", "120", "121", "122", "123" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f" ], - "CommandName": [ "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster" ], - "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "beee415e-eea7-473b-ab98-7a2bceaac925" ], - "x-ms-correlation-request-id": [ "fd087cbc-03d8-416b-8534-d56df51db798" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T171013Z:fd087cbc-03d8-416b-8534-d56df51db798" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "297" ], + "x-ms-request-id": [ "0a7b7eb5-94b1-47a0-9581-9c18dd75b696" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "c45459dc-aa23-4900-b36d-3d0b374aa576" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015859Z:c45459dc-aa23-4900-b36d-3d0b374aa576" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:10:12 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:58:58 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "751" ], + "Content-Length": [ "794" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu\",\"name\":\"sdkpsclustereu\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://sdkpsclustereu.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-sdkpsclustereu.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[]},\"enablePurge\":null,\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\"name\":\"testclusterlbfexs\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://testclusterlbfexs.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-testclusterlbfexs.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[]},\"enablePurge\":null,\"enableDoubleEncryption\":false,\"provisioningState\":\"Succeeded\"}}" } }, - "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15+1": { + "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs?api-version=2020-06-14+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", "100", "101", "102", "103", "104", "105", "106", "107" ], - "x-ms-client-request-id": [ "5151a451-65c3-4292-9968-ab590b9aa906"], + "x-ms-unique-id": [ "617" ], + "x-ms-client-request-id": [ "4dcc853a-51bb-44cb-8041-6ac044def180" ], "CommandName": [ "Get-AzKustoCluster" ], "FullCommandName": [ "Get-AzKustoCluster_Get" ], - "ParameterSetName": [ "__AllParameterSets"], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview"], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -639,41 +550,34 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "101b91f1-2e83-4b8b-9626-547acad98409" ], - "x-ms-correlation-request-id": [ "a3bd7c2d-f5f9-4a16-8dc3-1eceeb3fa042" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170336Z:a3bd7c2d-f5f9-4a16-8dc3-1eceeb3fa042" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "296" ], + "x-ms-request-id": [ "b34b1bdd-f1cf-4a8f-8c3a-e1007a219063" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "8df4ba80-86cd-4433-91d9-a1f63f140527" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015859Z:8df4ba80-86cd-4433-91d9-a1f63f140527" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:03:35 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:58:59 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "751" ], + "Content-Length": [ "794" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu\",\"name\":\"sdkpsclustereu\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://sdkpsclustereu.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-sdkpsclustereu.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[]},\"enablePurge\":null,\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\"name\":\"testclusterlbfexs\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://testclusterlbfexs.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-testclusterlbfexs.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[]},\"enablePurge\":null,\"enableDoubleEncryption\":false,\"provisioningState\":\"Succeeded\"}}" } }, - "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15+2": { + "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs?api-version=2020-06-14+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15", - "Content": "{\r\n \"sku\": {\r\n \"name\": \"Standard_D12_v2\",\r\n \"tier\": \"Standard\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs?api-version=2020-06-14", + "Content": "{\r\n \"sku\": {\r\n \"name\": \"Standard_D11_v2\",\r\n \"tier\": \"Standard\"\r\n }\r\n}", "Headers": { - "x-ms-unique-id": [ "109" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f" ], - "CommandName": [ "Update-AzKustoCluster" ], - "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -683,41 +587,41 @@ "Response": { "StatusCode": 202, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "e933e5f8-5826-4230-b900-04fd34a0f8f9" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15" ], + "ETag": [ "\"\"" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/0ab90b30-162a-4277-912e-6809b0cf13b6?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "x-ms-request-id": [ "e8edc6f4-c5ad-46b8-92bc-71d2d215ebae" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/0ab90b30-162a-4277-912e-6809b0cf13b6?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "198" ], - "x-ms-correlation-request-id": [ "73b4ad5d-7a4e-438e-b29d-364f2b868769" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170338Z:73b4ad5d-7a4e-438e-b29d-364f2b868769" ], + "x-ms-correlation-request-id": [ "8a06853b-5041-4aee-b2b3-7633fa78d117" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015902Z:8a06853b-5041-4aee-b2b3-7633fa78d117" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:03:37 GMT" ], - "ETag": [ "\"\"" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:59:01 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "750" ], + "Content-Length": [ "793" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu\",\"name\":\"sdkpsclustereu\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://sdkpsclustereu.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-sdkpsclustereu.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[]},\"enablePurge\":null,\"provisioningState\":\"Accepted\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\"name\":\"testclusterlbfexs\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://testclusterlbfexs.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-testclusterlbfexs.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[]},\"enablePurge\":null,\"enableDoubleEncryption\":false,\"provisioningState\":\"Accepted\"}}" } }, - "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15+3": { + "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/0ab90b30-162a-4277-912e-6809b0cf13b6?api-version=2020-06-14+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/0ab90b30-162a-4277-912e-6809b0cf13b6?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "109", "110" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f" ], + "x-ms-unique-id": [ "618", "619" ], + "x-ms-client-request-id": [ "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289" ], "CommandName": [ "Update-AzKustoCluster", "Update-AzKustoCluster" ], - "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded" ], + "FullCommandName": [ "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -726,39 +630,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], - "x-ms-request-id": [ "26cf212e-d490-4376-bb3d-658d691bf650" ], - "x-ms-correlation-request-id": [ "e6168bd7-a557-4a72-a555-bedae9d2a293" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170408Z:e6168bd7-a557-4a72-a555-bedae9d2a293" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "279" ], + "x-ms-request-id": [ "ddd75d93-7baf-4fcb-bb94-55059c3135e3" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "a9f749b4-abac-4491-b792-863ab720f85c" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T015932Z:a9f749b4-abac-4491-b792-863ab720f85c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:04:07 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 01:59:32 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "473" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"name\":\"8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:03:37.938131Z\",\"endTime\":\"2020-03-29T17:03:39.0943648Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"acbf7fc4-e245-4ecb-b996-dd6990e484e8\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/0ab90b30-162a-4277-912e-6809b0cf13b6\",\"name\":\"0ab90b30-162a-4277-912e-6809b0cf13b6\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:59:01.4254607Z\",\"endTime\":\"2020-08-03T01:59:04.2226111Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"4edf958e-1734-4cad-997b-3ec26341d91c\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15+4": { + "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/0ab90b30-162a-4277-912e-6809b0cf13b6?api-version=2020-06-14+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/0ab90b30-162a-4277-912e-6809b0cf13b6?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "109", "110", "111" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f" ], + "x-ms-unique-id": [ "618", "619", "620" ], + "x-ms-client-request-id": [ "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289" ], "CommandName": [ "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster" ], - "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded" ], + "FullCommandName": [ "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -767,39 +671,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], - "x-ms-request-id": [ "659a98eb-3c6a-46fe-a7d1-a3833f0ff532" ], - "x-ms-correlation-request-id": [ "de753d7d-d0fa-423b-9a3a-0b091e84f2c5" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170438Z:de753d7d-d0fa-423b-9a3a-0b091e84f2c5" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "290" ], + "x-ms-request-id": [ "846bb3d4-a503-4f89-9927-f99042f79029" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "9013f9b1-a604-4fb1-a5cb-ddefad921b21" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020002Z:9013f9b1-a604-4fb1-a5cb-ddefad921b21" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:04:38 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:00:02 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "473" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"name\":\"8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:03:37.938131Z\",\"endTime\":\"2020-03-29T17:03:39.0943648Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"acbf7fc4-e245-4ecb-b996-dd6990e484e8\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/0ab90b30-162a-4277-912e-6809b0cf13b6\",\"name\":\"0ab90b30-162a-4277-912e-6809b0cf13b6\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:59:01.4254607Z\",\"endTime\":\"2020-08-03T01:59:04.2226111Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"4edf958e-1734-4cad-997b-3ec26341d91c\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15+5": { + "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/0ab90b30-162a-4277-912e-6809b0cf13b6?api-version=2020-06-14+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/0ab90b30-162a-4277-912e-6809b0cf13b6?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "109", "110", "111", "112" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f" ], + "x-ms-unique-id": [ "618", "619", "620", "621" ], + "x-ms-client-request-id": [ "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289" ], "CommandName": [ "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster" ], - "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded" ], + "FullCommandName": [ "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -808,39 +712,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "38314b2e-4c02-4c8e-b9bc-9cdb97e0dc4b" ], - "x-ms-request-id": [ "ce8d0366-0f92-4281-a9c0-d8d2ebcd8de6" ], + "x-ms-correlation-request-id": [ "561be9c0-ac63-4b05-9812-a7b8d41bd98b" ], + "x-ms-request-id": [ "a569b546-a822-4617-980f-2f89fcab13b1" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170508Z:38314b2e-4c02-4c8e-b9bc-9cdb97e0dc4b" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020032Z:561be9c0-ac63-4b05-9812-a7b8d41bd98b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:05:08 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:00:32 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "473" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"name\":\"8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:03:37.938131Z\",\"endTime\":\"2020-03-29T17:03:39.0943648Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"acbf7fc4-e245-4ecb-b996-dd6990e484e8\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/0ab90b30-162a-4277-912e-6809b0cf13b6\",\"name\":\"0ab90b30-162a-4277-912e-6809b0cf13b6\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:59:01.4254607Z\",\"endTime\":\"2020-08-03T01:59:04.2226111Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"4edf958e-1734-4cad-997b-3ec26341d91c\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15+6": { + "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/0ab90b30-162a-4277-912e-6809b0cf13b6?api-version=2020-06-14+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/0ab90b30-162a-4277-912e-6809b0cf13b6?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "109", "110", "111", "112", "113" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f" ], + "x-ms-unique-id": [ "618", "619", "620", "621", "622" ], + "x-ms-client-request-id": [ "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289" ], "CommandName": [ "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster" ], - "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded" ], + "FullCommandName": [ "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -849,39 +753,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], - "x-ms-request-id": [ "b9d1cdc9-f062-4673-8959-ce5d517f588f" ], - "x-ms-correlation-request-id": [ "18e397c5-5181-4b94-8609-2d83072cd39c" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170539Z:18e397c5-5181-4b94-8609-2d83072cd39c" ], + "x-ms-request-id": [ "275bf58b-4753-4448-b27d-1e30def56888" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "58241d95-1530-498c-9f64-abe3eb4fae10" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020103Z:58241d95-1530-498c-9f64-abe3eb4fae10" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:05:39 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:01:03 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "473" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"name\":\"8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:03:37.938131Z\",\"endTime\":\"2020-03-29T17:03:39.0943648Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"acbf7fc4-e245-4ecb-b996-dd6990e484e8\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/0ab90b30-162a-4277-912e-6809b0cf13b6\",\"name\":\"0ab90b30-162a-4277-912e-6809b0cf13b6\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:59:01.4254607Z\",\"endTime\":\"2020-08-03T01:59:04.2226111Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"4edf958e-1734-4cad-997b-3ec26341d91c\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15+7": { + "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/0ab90b30-162a-4277-912e-6809b0cf13b6?api-version=2020-06-14+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/0ab90b30-162a-4277-912e-6809b0cf13b6?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "109", "110", "111", "112", "113", "114" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f" ], + "x-ms-unique-id": [ "618", "619", "620", "621", "622", "623" ], + "x-ms-client-request-id": [ "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289" ], "CommandName": [ "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster" ], - "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded" ], + "FullCommandName": [ "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -890,39 +794,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], - "x-ms-request-id": [ "7621835a-a660-4afb-98d4-197dcf9d4a72" ], - "x-ms-correlation-request-id": [ "d7d6dd3e-96fb-407d-8047-673802c5bedb" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170609Z:d7d6dd3e-96fb-407d-8047-673802c5bedb" ], + "x-ms-request-id": [ "68258c5a-f6e2-4290-8498-c0cc989eacc3" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "44307025-edab-4de9-96e6-36874d260a2b" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020133Z:44307025-edab-4de9-96e6-36874d260a2b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:06:09 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:01:33 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "473" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"name\":\"8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:03:37.938131Z\",\"endTime\":\"2020-03-29T17:03:39.0943648Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"acbf7fc4-e245-4ecb-b996-dd6990e484e8\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/0ab90b30-162a-4277-912e-6809b0cf13b6\",\"name\":\"0ab90b30-162a-4277-912e-6809b0cf13b6\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:59:01.4254607Z\",\"endTime\":\"2020-08-03T01:59:04.2226111Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"4edf958e-1734-4cad-997b-3ec26341d91c\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15+8": { + "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/0ab90b30-162a-4277-912e-6809b0cf13b6?api-version=2020-06-14+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/0ab90b30-162a-4277-912e-6809b0cf13b6?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "109", "110", "111", "112", "113", "114", "115" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f" ], + "x-ms-unique-id": [ "618", "619", "620", "621", "622", "623", "624" ], + "x-ms-client-request-id": [ "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289" ], "CommandName": [ "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster" ], - "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded" ], + "FullCommandName": [ "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -931,39 +835,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], - "x-ms-request-id": [ "2bf739a8-8005-4db9-a4de-8a607c2025a2" ], - "x-ms-correlation-request-id": [ "d1b1b8c5-0874-4bc1-94d3-67056d6f18ec" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170640Z:d1b1b8c5-0874-4bc1-94d3-67056d6f18ec" ], + "x-ms-request-id": [ "014ea3a2-8c4b-45dc-85f3-35605ea21da8" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "ff26a8ad-0ea3-4718-a92e-c8ab7081a8e7" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020204Z:ff26a8ad-0ea3-4718-a92e-c8ab7081a8e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:06:39 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:02:04 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "473" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"name\":\"8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:03:37.938131Z\",\"endTime\":\"2020-03-29T17:03:39.0943648Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"acbf7fc4-e245-4ecb-b996-dd6990e484e8\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/0ab90b30-162a-4277-912e-6809b0cf13b6\",\"name\":\"0ab90b30-162a-4277-912e-6809b0cf13b6\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:59:01.4254607Z\",\"endTime\":\"2020-08-03T01:59:04.2226111Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"4edf958e-1734-4cad-997b-3ec26341d91c\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15+9": { + "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/0ab90b30-162a-4277-912e-6809b0cf13b6?api-version=2020-06-14+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/0ab90b30-162a-4277-912e-6809b0cf13b6?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "109", "110", "111", "112", "113", "114", "115", "116" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f" ], + "x-ms-unique-id": [ "618", "619", "620", "621", "622", "623", "624", "625" ], + "x-ms-client-request-id": [ "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289" ], "CommandName": [ "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster" ], - "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded" ], + "FullCommandName": [ "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -972,39 +876,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "2fd5f3f0-3f6a-46a6-9799-eabb3050b44f" ], - "x-ms-request-id": [ "95a6f9f8-12fa-424c-94b3-b00469c4275f" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170710Z:2fd5f3f0-3f6a-46a6-9799-eabb3050b44f" ], + "x-ms-request-id": [ "6fef360c-4ab6-4084-9afe-c1fdcb552785" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "ed692854-cc2e-49a8-b637-2db6e1a7ab16" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020234Z:ed692854-cc2e-49a8-b637-2db6e1a7ab16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:07:10 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:02:33 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "473" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"name\":\"8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:03:37.938131Z\",\"endTime\":\"2020-03-29T17:03:39.0943648Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"acbf7fc4-e245-4ecb-b996-dd6990e484e8\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/0ab90b30-162a-4277-912e-6809b0cf13b6\",\"name\":\"0ab90b30-162a-4277-912e-6809b0cf13b6\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:59:01.4254607Z\",\"endTime\":\"2020-08-03T01:59:04.2226111Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"4edf958e-1734-4cad-997b-3ec26341d91c\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15+10": { + "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/0ab90b30-162a-4277-912e-6809b0cf13b6?api-version=2020-06-14+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/0ab90b30-162a-4277-912e-6809b0cf13b6?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "109", "110", "111", "112", "113", "114", "115", "116", "117" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f" ], + "x-ms-unique-id": [ "618", "619", "620", "621", "622", "623", "624", "625", "626" ], + "x-ms-client-request-id": [ "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289" ], "CommandName": [ "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster" ], - "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded" ], + "FullCommandName": [ "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1013,39 +917,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], - "x-ms-request-id": [ "9b1b3f99-c1c7-4240-a7ca-b366bee97977" ], - "x-ms-correlation-request-id": [ "a0e97560-66e4-4955-8d8e-fd841fb7946e" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170741Z:a0e97560-66e4-4955-8d8e-fd841fb7946e" ], + "x-ms-request-id": [ "10a07eaf-1da7-4cb0-827a-4026ead84efe" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "a0fb6e9b-054a-4035-a0ec-6a4a8646648d" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020304Z:a0fb6e9b-054a-4035-a0ec-6a4a8646648d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:07:40 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:03:03 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "473" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"name\":\"8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:03:37.938131Z\",\"endTime\":\"2020-03-29T17:03:39.0943648Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"acbf7fc4-e245-4ecb-b996-dd6990e484e8\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/0ab90b30-162a-4277-912e-6809b0cf13b6\",\"name\":\"0ab90b30-162a-4277-912e-6809b0cf13b6\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:59:01.4254607Z\",\"endTime\":\"2020-08-03T01:59:04.2226111Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"4edf958e-1734-4cad-997b-3ec26341d91c\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15+11": { + "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/0ab90b30-162a-4277-912e-6809b0cf13b6?api-version=2020-06-14+11": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/0ab90b30-162a-4277-912e-6809b0cf13b6?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "109", "110", "111", "112", "113", "114", "115", "116", "117", "118" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f" ], + "x-ms-unique-id": [ "618", "619", "620", "621", "622", "623", "624", "625", "626", "627" ], + "x-ms-client-request-id": [ "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289" ], "CommandName": [ "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster" ], - "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded" ], + "FullCommandName": [ "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1054,39 +958,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], - "x-ms-request-id": [ "09787955-d151-49df-89a3-32cc1a12396c" ], - "x-ms-correlation-request-id": [ "7940bac6-683e-4002-b7d6-93fcf5cc2be7" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170811Z:7940bac6-683e-4002-b7d6-93fcf5cc2be7" ], + "x-ms-request-id": [ "757ef4ec-7796-4d8a-828a-6401ce017bb0" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "da575c31-e75b-4fd3-9eea-ba11ba925e5a" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020334Z:da575c31-e75b-4fd3-9eea-ba11ba925e5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:08:10 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:03:34 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "473" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"name\":\"8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:03:37.938131Z\",\"endTime\":\"2020-03-29T17:03:39.0943648Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"acbf7fc4-e245-4ecb-b996-dd6990e484e8\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/0ab90b30-162a-4277-912e-6809b0cf13b6\",\"name\":\"0ab90b30-162a-4277-912e-6809b0cf13b6\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:59:01.4254607Z\",\"endTime\":\"2020-08-03T01:59:04.2226111Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"4edf958e-1734-4cad-997b-3ec26341d91c\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15+12": { + "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/0ab90b30-162a-4277-912e-6809b0cf13b6?api-version=2020-06-14+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/0ab90b30-162a-4277-912e-6809b0cf13b6?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "109", "110", "111", "112", "113", "114", "115", "116", "117", "118", "119" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f" ], + "x-ms-unique-id": [ "618", "619", "620", "621", "622", "623", "624", "625", "626", "627", "628" ], + "x-ms-client-request-id": [ "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289" ], "CommandName": [ "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster" ], - "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded" ], + "FullCommandName": [ "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1095,39 +999,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], - "x-ms-request-id": [ "7f211293-1fe2-477e-bf4b-b95f256bf101" ], - "x-ms-correlation-request-id": [ "c2077663-23ca-4162-9377-2bec6060db3c" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170841Z:c2077663-23ca-4162-9377-2bec6060db3c" ], + "x-ms-request-id": [ "9e958056-844b-4315-872e-379c4fd3eb18" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "e0a3a4dc-667b-4ddd-ad9e-653ef3e6a472" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020405Z:e0a3a4dc-667b-4ddd-ad9e-653ef3e6a472" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:08:40 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:04:04 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "473" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"name\":\"8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:03:37.938131Z\",\"endTime\":\"2020-03-29T17:03:39.0943648Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"acbf7fc4-e245-4ecb-b996-dd6990e484e8\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/0ab90b30-162a-4277-912e-6809b0cf13b6\",\"name\":\"0ab90b30-162a-4277-912e-6809b0cf13b6\",\"status\":\"Running\",\"startTime\":\"2020-08-03T01:59:01.4254607Z\",\"endTime\":\"2020-08-03T01:59:04.2226111Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"4edf958e-1734-4cad-997b-3ec26341d91c\",\"provisioningState\":\"Running\",\"OperationState\":\"InProgress\"}}" } }, - "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15+13": { + "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/0ab90b30-162a-4277-912e-6809b0cf13b6?api-version=2020-06-14+13": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/0ab90b30-162a-4277-912e-6809b0cf13b6?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "109", "110", "111", "112", "113", "114", "115", "116", "117", "118", "119", "120" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f" ], + "x-ms-unique-id": [ "618", "619", "620", "621", "622", "623", "624", "625", "626", "627", "628", "629" ], + "x-ms-client-request-id": [ "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289" ], "CommandName": [ "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster" ], - "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded" ], + "FullCommandName": [ "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1136,80 +1040,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "6c7cd982-b133-416f-8078-0eeee7e8061f" ], - "x-ms-request-id": [ "30e38ee8-0dd1-4210-be07-746dca6e5f07" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170912Z:6c7cd982-b133-416f-8078-0eeee7e8061f" ], + "x-ms-request-id": [ "43385ccd-b3f7-4eaa-b8ed-0c07c1232901" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "924daf0f-348c-474b-8b4e-bb31156cf4c7" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020435Z:924daf0f-348c-474b-8b4e-bb31156cf4c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:09:12 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:04:34 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "473" ], + "Content-Length": [ "507" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"name\":\"8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:03:37.938131Z\",\"endTime\":\"2020-03-29T17:03:39.0943648Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"acbf7fc4-e245-4ecb-b996-dd6990e484e8\",\"provisioningState\":\"Running\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/0ab90b30-162a-4277-912e-6809b0cf13b6\",\"name\":\"0ab90b30-162a-4277-912e-6809b0cf13b6\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T01:59:01.4254607Z\",\"endTime\":\"2020-08-03T02:04:08.7132018Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"4edf958e-1734-4cad-997b-3ec26341d91c\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" } }, - "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15+14": { + "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs?api-version=2020-06-14+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "109", "110", "111", "112", "113", "114", "115", "116", "117", "118", "119", "120", "121" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f" ], + "x-ms-unique-id": [ "618", "619", "620", "621", "622", "623", "624", "625", "626", "627", "628", "629", "630" ], + "x-ms-client-request-id": [ "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289", "45c44439-08fb-46c8-8bf4-fb5e2ff0b289" ], "CommandName": [ "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster" ], - "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded" ], + "FullCommandName": [ "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded", "Update-AzKustoCluster_UpdateViaIdentityExpanded" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Pragma": [ "no-cache" ], - "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], - "x-ms-request-id": [ "2fec09c0-7b45-4803-a1b2-2f91ad6f935b" ], - "x-ms-correlation-request-id": [ "f36b36c7-5963-4398-ac4e-b007ec6eb9d4" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T170942Z:f36b36c7-5963-4398-ac4e-b007ec6eb9d4" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:09:42 GMT" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] - }, - "ContentHeaders": { - "Content-Length": [ "473" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"name\":\"8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"status\":\"Running\",\"startTime\":\"2020-03-29T17:03:37.938131Z\",\"endTime\":\"2020-03-29T17:03:39.0943648Z\",\"percentComplete\":0.5,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"acbf7fc4-e245-4ecb-b996-dd6990e484e8\",\"provisioningState\":\"Running\"}}" - } - }, - "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15+15": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/8cbf9349-7fbf-4569-97ed-7232a6ec084f?api-version=2020-02-15", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "109", "110", "111", "112", "113", "114", "115", "116", "117", "118", "119", "120", "121", "122" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f" ], - "CommandName": [ "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster" ], - "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1218,67 +1081,26 @@ "Response": { "StatusCode": 200, "Headers": { - "Pragma": [ "no-cache" ], - "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], - "x-ms-request-id": [ "bd30a571-fd94-4a93-bf9d-02fed30341e7" ], - "x-ms-correlation-request-id": [ "8618a81e-e731-4b3e-86e4-9453c6703aef" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T171013Z:8618a81e-e731-4b3e-86e4-9453c6703aef" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:10:12 GMT" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] - }, - "ContentHeaders": { - "Content-Length": [ "477" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"name\":\"8cbf9349-7fbf-4569-97ed-7232a6ec084f\",\"status\":\"Succeeded\",\"startTime\":\"2020-03-29T17:03:37.938131Z\",\"endTime\":\"2020-03-29T17:09:42.9488791Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"ServiceConfigurationAlter\",\"RootActivityId\":\"acbf7fc4-e245-4ecb-b996-dd6990e484e8\",\"provisioningState\":\"Succeeded\"}}" - } - }, - "Update-AzKustoCluster+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15+16": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu?api-version=2020-02-15", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "109", "110", "111", "112", "113", "114", "115", "116", "117", "118", "119", "120", "121", "122", "123" ], - "x-ms-client-request-id": [ "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f", "48b93dd2-a243-4010-8714-bcac0dfe984f" ], - "CommandName": [ "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster", "Update-AzKustoCluster" ], - "FullCommandName": [ "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded", "Update-AzKustoCluster_UpdateExpanded" ], - "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "beee415e-eea7-473b-ab98-7a2bceaac925" ], - "x-ms-correlation-request-id": [ "fd087cbc-03d8-416b-8534-d56df51db798" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200329T171013Z:fd087cbc-03d8-416b-8534-d56df51db798" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "297" ], + "x-ms-request-id": [ "cee804f3-b4a6-4286-87bd-706a9a2f9bea" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "ffd64484-d6e7-4da1-9c55-d472e87a410f" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020435Z:ffd64484-d6e7-4da1-9c55-d472e87a410f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 29 Mar 2020 17:10:12 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:04:34 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "751" ], + "Content-Length": [ "794" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu\",\"name\":\"sdkpsclustereu\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D12_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://sdkpsclustereu.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-sdkpsclustereu.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[]},\"enablePurge\":null,\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\"name\":\"testclusterlbfexs\",\"type\":\"Microsoft.Kusto/Clusters\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"sku\":{\"name\":\"Standard_D11_v2\",\"tier\":\"Standard\",\"capacity\":2},\"tags\":{},\"properties\":{\"state\":\"Running\",\"stateReason\":null,\"uri\":\"https://testclusterlbfexs.eastus.kusto.windows.net\",\"dataIngestionUri\":\"https://ingest-testclusterlbfexs.eastus.kusto.windows.net\",\"trustedExternalTenants\":[],\"virtualNetworkConfiguration\":null,\"optimizedAutoscale\":null,\"enableDiskEncryption\":false,\"enableStreamingIngest\":false,\"keyVaultProperties\":null,\"languageExtensions\":{\"value\":[]},\"enablePurge\":null,\"enableDoubleEncryption\":false,\"provisioningState\":\"Succeeded\"}}" } } } \ No newline at end of file diff --git a/src/Kusto/test/Update-AzKustoCluster.Tests.ps1 b/src/Kusto/test/Update-AzKustoCluster.Tests.ps1 index cb857cb3c40b..558f99da14c7 100644 --- a/src/Kusto/test/Update-AzKustoCluster.Tests.ps1 +++ b/src/Kusto/test/Update-AzKustoCluster.Tests.ps1 @@ -7,7 +7,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzKustoCluster.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -20,9 +20,8 @@ Describe 'Update-AzKustoCluster' { } It 'UpdateViaIdentityExpanded' { - - $clusterGetItem = Get-AzKustoCluster -ResourceGroupName $env.resourceGroupName -Name $env.clusterName - $updatedCluster = Update-AzKustoCluster -InputObject $clusterGetItem -SkuName $env.updatedSkuName -SkuTier $env.skuTier - Validate_Cluster $updatedCluster $env.clusterName $env.location "Running" "Succeeded" $env.resourceType $env.updatedSkuName $env.skuTier $env.capacity + $clusterGetItem = Get-AzKustoCluster -ResourceGroupName $env.resourceGroupName -Name $env.clusterName + $updatedCluster = Update-AzKustoCluster -InputObject $clusterGetItem -SkuName $env.skuName -SkuTier $env.skuTier + Validate_Cluster $updatedCluster $env.clusterName $env.location "Running" "Succeeded" $env.resourceType $env.skuName $env.skuTier $env.capacity } } diff --git a/src/Kusto/test/Update-AzKustoDataConnection.Recording.json b/src/Kusto/test/Update-AzKustoDataConnection.Recording.json index 52486c400dd2..2eec1d5e82f0 100644 --- a/src/Kusto/test/Update-AzKustoDataConnection.Recording.json +++ b/src/Kusto/test/Update-AzKustoDataConnection.Recording.json @@ -1,61 +1,54 @@ { - "Update-AzKustoDataConnection+[NoContext]+UpdateExpandedEventHub+$PATCH+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnection?api-version=2020-02-15+1": { + "Update-AzKustoDataConnection+[NoContext]+UpdateExpandedEventHub+$PATCH+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs?api-version=2020-06-14+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnection?api-version=2020-02-15", - "Content": "{\r\n \"kind\": \"EventHub\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"compression\": \"None\",\r\n \"consumerGroup\": \"$Default\",\r\n \"dataFormat\": \"JSON\",\r\n \"eventHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.EventHub/namespaces/sdkpseventhubns/eventhubs/sdkpseventhub\",\r\n \"mappingRuleName\": \"EventsMapping1\",\r\n \"tableName\": \"Events\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs?api-version=2020-06-14", + "Content": "{\r\n \"kind\": \"EventHub\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"compression\": \"None\",\r\n \"consumerGroup\": \"$Default\",\r\n \"eventHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnslbfexs/eventhubs/eventhublbfexs\"\r\n }\r\n}", "Headers": { - "x-ms-unique-id": [ "14" ], - "x-ms-client-request-id": [ "3eb419b7-b9c2-4081-98af-ad9d394f75b9" ], - "CommandName": [ "Update-AzKustoDataConnection" ], - "FullCommandName": [ "Update-AzKustoDataConnection_Update" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "428" ] + "Content-Length": [ "333" ] } }, "Response": { "StatusCode": 202, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "a5dedbfd-49e6-4c77-8d51-92b53de6162a" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/b10e487b-8991-4ce6-bfe2-b9723d186cfb?api-version=2020-02-15" ], + "ETag": [ "\"\"" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/96d77c67-a748-44f0-a097-0fc40820d6e3?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "x-ms-request-id": [ "145b3d31-a82b-464a-a982-da9f2e664c2f" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/96d77c67-a748-44f0-a097-0fc40820d6e3?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "199" ], - "x-ms-correlation-request-id": [ "d8b80254-5f10-484a-9c38-ba67a11dc61d" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T083908Z:d8b80254-5f10-484a-9c38-ba67a11dc61d" ], + "x-ms-correlation-request-id": [ "93ca7ea2-cdc1-48b8-963b-21f3e3234c38" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020646Z:93ca7ea2-cdc1-48b8-963b-21f3e3234c38" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 08:39:07 GMT" ], - "ETag": [ "\"\"" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/b10e487b-8991-4ce6-bfe2-b9723d186cfb?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:06:45 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "742" ], + "Content-Length": [ "690" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnection\",\"name\":\"sdkpsclustereu/sdkpowershelldb/sdkpsdataconnection\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventHub\",\"tags\":{},\"properties\":{\"compression\":\"None\",\"consumerGroup\":\"$Default\",\"dataFormat\":\"JSON\",\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.EventHub/namespaces/sdkpseventhubns/eventhubs/sdkpseventhub\",\"mappingRuleName\":\"EventsMapping1\",\"tableName\":\"Events\",\"provisioningState\":\"Accepted\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/testdataconnectionlbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventHub\",\"tags\":{},\"properties\":{\"compression\":\"None\",\"consumerGroup\":\"$Default\",\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnslbfexs/eventhubs/eventhublbfexs\",\"provisioningState\":\"Accepted\"}}" } }, - "Update-AzKustoDataConnection+[NoContext]+UpdateExpandedEventHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/b10e487b-8991-4ce6-bfe2-b9723d186cfb?api-version=2020-02-15+2": { + "Update-AzKustoDataConnection+[NoContext]+UpdateExpandedEventHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/96d77c67-a748-44f0-a097-0fc40820d6e3?api-version=2020-06-14+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/b10e487b-8991-4ce6-bfe2-b9723d186cfb?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/96d77c67-a748-44f0-a097-0fc40820d6e3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "14", "15" ], - "x-ms-client-request-id": [ "3eb419b7-b9c2-4081-98af-ad9d394f75b9", "3eb419b7-b9c2-4081-98af-ad9d394f75b9" ], - "CommandName": [ "Update-AzKustoDataConnection", "Update-AzKustoDataConnection" ], + "x-ms-unique-id": [ "649", "650" ], + "x-ms-client-request-id": [ "3e7f83c2-a619-450c-a3a8-a23b45eff5a6", "3e7f83c2-a619-450c-a3a8-a23b45eff5a6" ], + "CommandName": [ "Az.Kusto.internal\\Update-AzKustoDataConnection", "Az.Kusto.internal\\Update-AzKustoDataConnection" ], "FullCommandName": [ "Update-AzKustoDataConnection_Update", "Update-AzKustoDataConnection_Update" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -64,39 +57,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "e8e22c63-97b9-466d-8e0b-258080a1c640" ], - "x-ms-correlation-request-id": [ "66b8158b-195e-4387-a7be-e412b86f2dbd" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T083938Z:66b8158b-195e-4387-a7be-e412b86f2dbd" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "285" ], + "x-ms-request-id": [ "e903e87e-1682-4104-a5d6-1ee65fc07fb6" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "0f6c6815-59d6-4a6c-9b63-38d722cf21fa" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020716Z:0f6c6815-59d6-4a6c-9b63-38d722cf21fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 08:39:37 GMT" ], - "Set-Cookie": [ "ARRAffinity=ed41ca322a49669b612bcebf273fd24041177ae99ea92e4ec42dded8575d2518;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:07:16 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "481" ], + "Content-Length": [ "347" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/b10e487b-8991-4ce6-bfe2-b9723d186cfb\",\"name\":\"b10e487b-8991-4ce6-bfe2-b9723d186cfb\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-05T08:39:07.9112739Z\",\"endTime\":\"2020-04-05T08:39:11.0987295Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DmServiceEventHubObtainerAdd\",\"RootActivityId\":\"bf8a0f07-6395-445d-beb7-1aa6ac5adf10\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/96d77c67-a748-44f0-a097-0fc40820d6e3\",\"name\":\"96d77c67-a748-44f0-a097-0fc40820d6e3\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T02:06:45.9943391Z\",\"endTime\":\"2020-08-03T02:06:48.5883448Z\",\"percentComplete\":1.0,\"properties\":{}}" } }, - "Update-AzKustoDataConnection+[NoContext]+UpdateExpandedEventHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnection?api-version=2020-02-15+3": { + "Update-AzKustoDataConnection+[NoContext]+UpdateExpandedEventHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs?api-version=2020-06-14+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnection?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "14", "15", "16" ], - "x-ms-client-request-id": [ "3eb419b7-b9c2-4081-98af-ad9d394f75b9", "3eb419b7-b9c2-4081-98af-ad9d394f75b9", "3eb419b7-b9c2-4081-98af-ad9d394f75b9" ], - "CommandName": [ "Update-AzKustoDataConnection", "Update-AzKustoDataConnection", "Update-AzKustoDataConnection" ], + "x-ms-unique-id": [ "649", "650", "651" ], + "x-ms-client-request-id": [ "3e7f83c2-a619-450c-a3a8-a23b45eff5a6", "3e7f83c2-a619-450c-a3a8-a23b45eff5a6", "3e7f83c2-a619-450c-a3a8-a23b45eff5a6" ], + "CommandName": [ "Az.Kusto.internal\\Update-AzKustoDataConnection", "Az.Kusto.internal\\Update-AzKustoDataConnection", "Az.Kusto.internal\\Update-AzKustoDataConnection" ], "FullCommandName": [ "Update-AzKustoDataConnection_Update", "Update-AzKustoDataConnection_Update", "Update-AzKustoDataConnection_Update" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -105,85 +98,78 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "e9c35803-7035-42d7-b0ed-a27d4bae34c5" ], - "x-ms-correlation-request-id": [ "51338030-ecf1-4e35-a8bf-3cd51ae79c2a" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200405T083938Z:51338030-ecf1-4e35-a8bf-3cd51ae79c2a" ], + "x-ms-request-id": [ "4766c3fb-005b-4b58-b0c3-c6cfbef45a27" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "434ce6fa-2cfd-430c-931f-75d27910cd03" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020716Z:434ce6fa-2cfd-430c-931f-75d27910cd03" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Sun, 05 Apr 2020 08:39:38 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:07:16 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "770" ], + "Content-Length": [ "776" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnection\",\"name\":\"sdkpsclustereu/sdkpowershelldb/sdkpsdataconnection\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventHub\",\"tags\":{},\"properties\":{\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.EventHub/namespaces/sdkpseventhubns/eventhubs/sdkpseventhub\",\"consumerGroup\":\"$Default\",\"tableName\":\"Events\",\"mappingRuleName\":\"EventsMapping1\",\"dataFormat\":\"JSON\",\"eventSystemProperties\":[],\"compression\":\"None\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/testdataconnectionlbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventHub\",\"tags\":{},\"properties\":{\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnslbfexs/eventhubs/eventhublbfexs\",\"consumerGroup\":\"$Default\",\"tableName\":null,\"mappingRuleName\":null,\"dataFormat\":null,\"eventSystemProperties\":[],\"compression\":\"None\",\"provisioningState\":\"Succeeded\"}}" } }, - "Update-AzKustoDataConnection+[NoContext]+UpdateExpandedEventGrid+$PATCH+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectiong?api-version=2020-02-15+1": { + "Update-AzKustoDataConnection+[NoContext]+UpdateExpandedEventGrid+$PATCH+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsg?api-version=2020-06-14+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectiong?api-version=2020-02-15", - "Content": "{\r\n \"kind\": \"EventGrid\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"consumerGroup\": \"$Default\",\r\n \"dataFormat\": \"JSON\",\r\n \"eventHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.EventHub/namespaces/sdkpseventhubnsg/eventhubs/sdkpseventhubg\",\r\n \"mappingRuleName\": \"EventsMapping1\",\r\n \"storageAccountResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.Storage/storageAccounts/sdkpsstorage\",\r\n \"tableName\": \"Events\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsg?api-version=2020-06-14", + "Content": "{\r\n \"kind\": \"EventGrid\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"consumerGroup\": \"$Default\",\r\n \"eventHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnsgridbgiwc7/eventhubs/eventgridbgiwc7\",\r\n \"storageAccountResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Storage/storageAccounts/storagelbfexs\"\r\n }\r\n}", "Headers": { - "x-ms-unique-id": [ "29" ], - "x-ms-client-request-id": [ "a1b6f30d-3cc7-4279-ac93-d2063df1e0a9" ], - "CommandName": [ "Az.Kusto.internal\\Update-AzKustoDataConnection" ], - "FullCommandName": [ "Update-AzKustoDataConnection_Update" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "579" ] + "Content-Length": [ "488" ] } }, "Response": { "StatusCode": 202, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "d2d7577d-7697-4465-8a23-228954527a46" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/b3bd756d-a473-4835-a68f-fe7413f261d0?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "199" ], - "x-ms-correlation-request-id": [ "6d02aa61-c8e9-4805-a1ce-0e97d2eb9d49" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200407T125606Z:6d02aa61-c8e9-4805-a1ce-0e97d2eb9d49" ], + "ETag": [ "\"\"" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/0f64297c-f922-4b5f-ab11-e61421cd25b9?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "x-ms-request-id": [ "dfbd7e95-6ed4-42d7-921f-f85a967fd4c5" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/0f64297c-f922-4b5f-ab11-e61421cd25b9?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "198" ], + "x-ms-correlation-request-id": [ "55b694ef-d561-4ba5-9d1e-1a222de1f283" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020717Z:55b694ef-d561-4ba5-9d1e-1a222de1f283" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 12:56:06 GMT" ], - "ETag": [ "\"\"" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/b3bd756d-a473-4835-a68f-fe7413f261d0?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=ef3de0f4cd17f8e9f7d2fa3d3db2dfb16b68de461929f7c4880cf75c0d094a4e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:07:17 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "895" ], + "Content-Length": [ "847" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectiong\",\"name\":\"sdkpsclustereu/sdkpowershelldb/sdkpsdataconnectiong\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventGrid\",\"tags\":{},\"properties\":{\"consumerGroup\":\"$Default\",\"dataFormat\":\"JSON\",\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.EventHub/namespaces/sdkpseventhubnsg/eventhubs/sdkpseventhubg\",\"mappingRuleName\":\"EventsMapping1\",\"storageAccountResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.Storage/storageAccounts/sdkpsstorage\",\"tableName\":\"Events\",\"provisioningState\":\"Accepted\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsg\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/testdataconnectionlbfexsg\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventGrid\",\"tags\":{},\"properties\":{\"consumerGroup\":\"$Default\",\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnsgridbgiwc7/eventhubs/eventgridbgiwc7\",\"storageAccountResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Storage/storageAccounts/storagelbfexs\",\"provisioningState\":\"Accepted\"}}" } }, - "Update-AzKustoDataConnection+[NoContext]+UpdateExpandedEventGrid+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/b3bd756d-a473-4835-a68f-fe7413f261d0?api-version=2020-02-15+2": { + "Update-AzKustoDataConnection+[NoContext]+UpdateExpandedEventGrid+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/0f64297c-f922-4b5f-ab11-e61421cd25b9?api-version=2020-06-14+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/b3bd756d-a473-4835-a68f-fe7413f261d0?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/0f64297c-f922-4b5f-ab11-e61421cd25b9?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "29", "30" ], - "x-ms-client-request-id": [ "a1b6f30d-3cc7-4279-ac93-d2063df1e0a9", "a1b6f30d-3cc7-4279-ac93-d2063df1e0a9" ], + "x-ms-unique-id": [ "652", "653" ], + "x-ms-client-request-id": [ "39472226-e662-4273-bd36-948771accbde", "39472226-e662-4273-bd36-948771accbde" ], "CommandName": [ "Az.Kusto.internal\\Update-AzKustoDataConnection", "Az.Kusto.internal\\Update-AzKustoDataConnection" ], "FullCommandName": [ "Update-AzKustoDataConnection_Update", "Update-AzKustoDataConnection_Update" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -192,39 +178,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "e71a78be-f020-4ce9-820b-549f099fa018" ], - "x-ms-correlation-request-id": [ "5fe3ea08-1524-4172-90cf-1bb6808fae03" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200407T125636Z:5fe3ea08-1524-4172-90cf-1bb6808fae03" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "284" ], + "x-ms-request-id": [ "43d06002-5fff-41a9-a10c-018cedd15c13" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "249494af-1479-4f2a-bdad-5a79e2f44af5" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020747Z:249494af-1479-4f2a-bdad-5a79e2f44af5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 12:56:36 GMT" ], - "Set-Cookie": [ "ARRAffinity=215f89ce1e3b7fe16702b151d790214d3e419a6068dd5b2f7cbbd791a4ac2087;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:07:47 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "489" ], + "Content-Length": [ "347" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/b3bd756d-a473-4835-a68f-fe7413f261d0\",\"name\":\"b3bd756d-a473-4835-a68f-fe7413f261d0\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-07T12:56:06.2592753Z\",\"endTime\":\"2020-04-07T12:56:09.8217868Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DmServiceEventGridIngestionSourceAdd\",\"RootActivityId\":\"d356c22f-abee-46eb-a10e-4c04d7e6d8f7\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/0f64297c-f922-4b5f-ab11-e61421cd25b9\",\"name\":\"0f64297c-f922-4b5f-ab11-e61421cd25b9\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T02:07:17.4705436Z\",\"endTime\":\"2020-08-03T02:07:21.1426983Z\",\"percentComplete\":1.0,\"properties\":{}}" } }, - "Update-AzKustoDataConnection+[NoContext]+UpdateExpandedEventGrid+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectiong?api-version=2020-02-15+3": { + "Update-AzKustoDataConnection+[NoContext]+UpdateExpandedEventGrid+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsg?api-version=2020-06-14+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectiong?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsg?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "29", "30", "31" ], - "x-ms-client-request-id": [ "a1b6f30d-3cc7-4279-ac93-d2063df1e0a9", "a1b6f30d-3cc7-4279-ac93-d2063df1e0a9", "a1b6f30d-3cc7-4279-ac93-d2063df1e0a9" ], + "x-ms-unique-id": [ "652", "653", "654" ], + "x-ms-client-request-id": [ "39472226-e662-4273-bd36-948771accbde", "39472226-e662-4273-bd36-948771accbde", "39472226-e662-4273-bd36-948771accbde" ], "CommandName": [ "Az.Kusto.internal\\Update-AzKustoDataConnection", "Az.Kusto.internal\\Update-AzKustoDataConnection", "Az.Kusto.internal\\Update-AzKustoDataConnection" ], "FullCommandName": [ "Update-AzKustoDataConnection_Update", "Update-AzKustoDataConnection_Update", "Update-AzKustoDataConnection_Update" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -233,85 +219,78 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "edbb2438-6b06-426e-8553-c72db2f15aec" ], - "x-ms-correlation-request-id": [ "30343c45-93d8-432e-8b73-92247b126f10" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200407T125637Z:30343c45-93d8-432e-8b73-92247b126f10" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], + "x-ms-request-id": [ "38db2660-83a9-4cc1-9185-af46ff6ab165" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "87857f26-972b-4d9d-ac32-bb8ca9d8143c" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020748Z:87857f26-972b-4d9d-ac32-bb8ca9d8143c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 12:56:36 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=deac3c942b2a72b721942f97372cf2a3052effbe4aa0b896664f8887a4bd559d;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:07:47 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "896" ], + "Content-Length": [ "960" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectiong\",\"name\":\"sdkpsclustereu/sdkpowershelldb/sdkpsdataconnectiong\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventGrid\",\"tags\":{},\"properties\":{\"storageAccountResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.Storage/storageAccounts/sdkpsstorage\",\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.EventHub/namespaces/sdkpseventhubnsg/eventhubs/sdkpseventhubg\",\"consumerGroup\":\"$Default\",\"tableName\":\"Events\",\"mappingRuleName\":\"EventsMapping1\",\"dataFormat\":\"JSON\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsg\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/testdataconnectionlbfexsg\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventGrid\",\"tags\":{},\"properties\":{\"storageAccountResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Storage/storageAccounts/storagelbfexs\",\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnsgridbgiwc7/eventhubs/eventgridbgiwc7\",\"consumerGroup\":\"$Default\",\"tableName\":null,\"mappingRuleName\":null,\"dataFormat\":null,\"blobStorageEventType\":null,\"ignoreFirstRecord\":false,\"provisioningState\":\"Succeeded\"}}" } }, - "Update-AzKustoDataConnection+[NoContext]+UpdateExpandedIotHub+$PATCH+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectionh?api-version=2020-02-15+1": { + "Update-AzKustoDataConnection+[NoContext]+UpdateExpandedIotHub+$PATCH+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsh?api-version=2020-06-14+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectionh?api-version=2020-02-15", - "Content": "{\r\n \"kind\": \"IotHub\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"consumerGroup\": \"$Default\",\r\n \"dataFormat\": \"JSON\",\r\n \"iotHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.Devices/IotHubs/sdkpsiothub\",\r\n \"mappingRuleName\": \"EventsMapping1\",\r\n \"sharedAccessPolicyName\": \"iothubforread\",\r\n \"tableName\": \"Events\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsh?api-version=2020-06-14", + "Content": "{\r\n \"kind\": \"IotHub\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"consumerGroup\": \"$Default\",\r\n \"iotHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Devices/IotHubs/iothublbfexs\",\r\n \"sharedAccessPolicyName\": \"registryRead\"\r\n }\r\n}", "Headers": { - "x-ms-unique-id": [ "32" ], - "x-ms-client-request-id": [ "2b6c465e-2509-4b29-9792-8466a333b4b5" ], - "CommandName": [ "Az.Kusto.internal\\Update-AzKustoDataConnection" ], - "FullCommandName": [ "Update-AzKustoDataConnection_Update" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "412" ] + "Content-Length": [ "315" ] } }, "Response": { "StatusCode": 202, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "118a97d1-8498-4d74-b577-9d90a1f95856" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5c4124bb-aabb-4c42-bf1c-83adc061c138?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "198" ], - "x-ms-correlation-request-id": [ "eca50628-372b-4c84-8a6f-8a2cd29dfbe5" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200407T125639Z:eca50628-372b-4c84-8a6f-8a2cd29dfbe5" ], + "ETag": [ "\"\"" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/46a5a042-b5b5-4740-9b7f-97ac73e48f4c?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "x-ms-request-id": [ "dbda5219-96ec-46f6-96b3-de15455312d4" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/46a5a042-b5b5-4740-9b7f-97ac73e48f4c?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "197" ], + "x-ms-correlation-request-id": [ "aa046aff-77f9-412d-a41e-9d3dd52e1bf5" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020749Z:aa046aff-77f9-412d-a41e-9d3dd52e1bf5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 12:56:38 GMT" ], - "ETag": [ "\"\"" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5c4124bb-aabb-4c42-bf1c-83adc061c138?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=def3577d5629c723d9b553853d2d2a7d752681ef975b90fbd494f770f8090156;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:07:48 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "728" ], + "Content-Length": [ "674" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectionh\",\"name\":\"sdkpsclustereu/sdkpowershelldb/sdkpsdataconnectionh\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"IotHub\",\"tags\":{},\"properties\":{\"consumerGroup\":\"$Default\",\"dataFormat\":\"JSON\",\"iotHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.Devices/IotHubs/sdkpsiothub\",\"mappingRuleName\":\"EventsMapping1\",\"sharedAccessPolicyName\":\"iothubforread\",\"tableName\":\"Events\",\"provisioningState\":\"Accepted\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsh\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/testdataconnectionlbfexsh\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"IotHub\",\"tags\":{},\"properties\":{\"consumerGroup\":\"$Default\",\"iotHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Devices/IotHubs/iothublbfexs\",\"sharedAccessPolicyName\":\"registryRead\",\"provisioningState\":\"Accepted\"}}" } }, - "Update-AzKustoDataConnection+[NoContext]+UpdateExpandedIotHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/5c4124bb-aabb-4c42-bf1c-83adc061c138?api-version=2020-02-15+2": { + "Update-AzKustoDataConnection+[NoContext]+UpdateExpandedIotHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/46a5a042-b5b5-4740-9b7f-97ac73e48f4c?api-version=2020-06-14+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/5c4124bb-aabb-4c42-bf1c-83adc061c138?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/46a5a042-b5b5-4740-9b7f-97ac73e48f4c?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "32", "33" ], - "x-ms-client-request-id": [ "2b6c465e-2509-4b29-9792-8466a333b4b5", "2b6c465e-2509-4b29-9792-8466a333b4b5" ], + "x-ms-unique-id": [ "655", "656" ], + "x-ms-client-request-id": [ "569ed5ea-e68a-40c4-a1ed-f3000047f517", "569ed5ea-e68a-40c4-a1ed-f3000047f517" ], "CommandName": [ "Az.Kusto.internal\\Update-AzKustoDataConnection", "Az.Kusto.internal\\Update-AzKustoDataConnection" ], "FullCommandName": [ "Update-AzKustoDataConnection_Update", "Update-AzKustoDataConnection_Update" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -320,39 +299,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "98d2eb06-a539-4c6e-b1b2-67fd9ff1b0d7" ], - "x-ms-request-id": [ "bdfcb9ab-bc96-4150-8a61-249539be07fc" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200407T125709Z:98d2eb06-a539-4c6e-b1b2-67fd9ff1b0d7" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "283" ], + "x-ms-request-id": [ "091b84a5-c3e7-4cfa-8b46-3d3d80238a91" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "ee8361c0-b595-4413-b1a5-834e7d34bfc6" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020819Z:ee8361c0-b595-4413-b1a5-834e7d34bfc6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 12:57:08 GMT" ], - "Set-Cookie": [ "ARRAffinity=5d8f46e797674adfa6f345dd92c7bb8ccffb7a39a253ecaf84bf8923217e3248;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:08:19 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "481" ], + "Content-Length": [ "347" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/5c4124bb-aabb-4c42-bf1c-83adc061c138\",\"name\":\"5c4124bb-aabb-4c42-bf1c-83adc061c138\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-07T12:56:38.9220196Z\",\"endTime\":\"2020-04-07T12:56:39.2814354Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DmServiceEventHubObtainerAdd\",\"RootActivityId\":\"9d9017ce-626e-4886-8d0b-4c1df8844883\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/46a5a042-b5b5-4740-9b7f-97ac73e48f4c\",\"name\":\"46a5a042-b5b5-4740-9b7f-97ac73e48f4c\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T02:07:49.0922345Z\",\"endTime\":\"2020-08-03T02:07:49.4203933Z\",\"percentComplete\":1.0,\"properties\":{}}" } }, - "Update-AzKustoDataConnection+[NoContext]+UpdateExpandedIotHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectionh?api-version=2020-02-15+3": { + "Update-AzKustoDataConnection+[NoContext]+UpdateExpandedIotHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsh?api-version=2020-06-14+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectionh?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsh?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "32", "33", "34" ], - "x-ms-client-request-id": [ "2b6c465e-2509-4b29-9792-8466a333b4b5", "2b6c465e-2509-4b29-9792-8466a333b4b5", "2b6c465e-2509-4b29-9792-8466a333b4b5" ], + "x-ms-unique-id": [ "655", "656", "657" ], + "x-ms-client-request-id": [ "569ed5ea-e68a-40c4-a1ed-f3000047f517", "569ed5ea-e68a-40c4-a1ed-f3000047f517", "569ed5ea-e68a-40c4-a1ed-f3000047f517" ], "CommandName": [ "Az.Kusto.internal\\Update-AzKustoDataConnection", "Az.Kusto.internal\\Update-AzKustoDataConnection", "Az.Kusto.internal\\Update-AzKustoDataConnection" ], "FullCommandName": [ "Update-AzKustoDataConnection_Update", "Update-AzKustoDataConnection_Update", "Update-AzKustoDataConnection_Update" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -361,40 +340,40 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], - "x-ms-request-id": [ "7ff014a6-b69b-4a7f-aa2c-1f88721d0bdc" ], - "x-ms-correlation-request-id": [ "47d04ab3-875e-407f-829e-4241d99d46e6" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200407T125710Z:47d04ab3-875e-407f-829e-4241d99d46e6" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "297" ], + "x-ms-request-id": [ "2b6fcace-b186-4f60-9861-2090ba278adb" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "ef636559-6156-4f62-9afe-5411191c33ac" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020820Z:ef636559-6156-4f62-9afe-5411191c33ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 12:57:10 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=7e1ae2d9d6ffff3dfc0a49ef14149354611612ab62434b1ba4813a66a18e1335;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:08:19 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "756" ], + "Content-Length": [ "760" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectionh\",\"name\":\"sdkpsclustereu/sdkpowershelldb/sdkpsdataconnectionh\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"IotHub\",\"tags\":{},\"properties\":{\"iotHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.Devices/IotHubs/sdkpsiothub\",\"consumerGroup\":\"$Default\",\"tableName\":\"Events\",\"mappingRuleName\":\"EventsMapping1\",\"dataFormat\":\"JSON\",\"eventSystemProperties\":[],\"sharedAccessPolicyName\":\"iothubforread\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsh\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/testdataconnectionlbfexsh\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"IotHub\",\"tags\":{},\"properties\":{\"iotHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Devices/IotHubs/iothublbfexs\",\"consumerGroup\":\"$Default\",\"tableName\":null,\"mappingRuleName\":null,\"dataFormat\":null,\"eventSystemProperties\":[],\"sharedAccessPolicyName\":\"registryRead\",\"provisioningState\":\"Succeeded\"}}" } }, - "Update-AzKustoDataConnection+[NoContext]+UpdateViaIdentityExpandedEventHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnection?api-version=2020-02-15+1": { + "Update-AzKustoDataConnection+[NoContext]+UpdateViaIdentityExpandedEventHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs?api-version=2020-06-14+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnection?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "50" ], - "x-ms-client-request-id": [ "e6af83cd-9210-4009-bde7-bff4cfcbbc00" ], + "x-ms-unique-id": [ "658" ], + "x-ms-client-request-id": [ "ffc4c05f-0bb2-4620-bb1c-0760f4e6adcd" ], "CommandName": [ "Get-AzKustoDataConnection" ], "FullCommandName": [ "Get-AzKustoDataConnection_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -403,85 +382,78 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "296" ], - "x-ms-request-id": [ "d1af24d9-6ae3-4a73-b8b1-fb49d52034a1" ], - "x-ms-correlation-request-id": [ "2cd87fa3-8188-4d2b-95ba-23c48c0d64d2" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200407T131311Z:2cd87fa3-8188-4d2b-95ba-23c48c0d64d2" ], + "x-ms-request-id": [ "246d48d4-83e2-4f79-a9f4-c8d7801ba5a2" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "3ac1e8c5-be11-4e09-8016-520af22faeaf" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020820Z:3ac1e8c5-be11-4e09-8016-520af22faeaf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 13:13:10 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=b3c2d4d5282ede81ed15f3f78d2ac82595f2901483fcb7962c29f71395856c9e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:08:20 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "770" ], + "Content-Length": [ "776" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnection\",\"name\":\"sdkpsclustereu/sdkpowershelldb/sdkpsdataconnection\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventHub\",\"tags\":{},\"properties\":{\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.EventHub/namespaces/sdkpseventhubns/eventhubs/sdkpseventhub\",\"consumerGroup\":\"$Default\",\"tableName\":\"Events\",\"mappingRuleName\":\"EventsMapping1\",\"dataFormat\":\"JSON\",\"eventSystemProperties\":[],\"compression\":\"None\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/testdataconnectionlbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventHub\",\"tags\":{},\"properties\":{\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnslbfexs/eventhubs/eventhublbfexs\",\"consumerGroup\":\"$Default\",\"tableName\":null,\"mappingRuleName\":null,\"dataFormat\":null,\"eventSystemProperties\":[],\"compression\":\"None\",\"provisioningState\":\"Succeeded\"}}" } }, - "Update-AzKustoDataConnection+[NoContext]+UpdateViaIdentityExpandedEventHub+$PATCH+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnection?api-version=2020-02-15+2": { + "Update-AzKustoDataConnection+[NoContext]+UpdateViaIdentityExpandedEventHub+$PATCH+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs?api-version=2020-06-14+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnection?api-version=2020-02-15", - "Content": "{\r\n \"kind\": \"EventHub\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"compression\": \"None\",\r\n \"consumerGroup\": \"$Default\",\r\n \"dataFormat\": \"JSON\",\r\n \"eventHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.EventHub/namespaces/sdkpseventhubns/eventhubs/sdkpseventhub\",\r\n \"mappingRuleName\": \"EventsMapping1\",\r\n \"tableName\": \"Events\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs?api-version=2020-06-14", + "Content": "{\r\n \"kind\": \"EventHub\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"compression\": \"None\",\r\n \"consumerGroup\": \"$Default\",\r\n \"eventHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnslbfexs/eventhubs/eventhublbfexs\"\r\n }\r\n}", "Headers": { - "x-ms-unique-id": [ "51" ], - "x-ms-client-request-id": [ "72800a62-1dfe-4bde-8bb0-9a56018dd8e3" ], - "CommandName": [ "Az.Kusto.internal\\Update-AzKustoDataConnection" ], - "FullCommandName": [ "Update-AzKustoDataConnection_UpdateViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "428" ] + "Content-Length": [ "333" ] } }, "Response": { "StatusCode": 202, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "c7cc7112-041f-4bc2-a17d-20ea9f97c9ee" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/1c2558f3-9344-41c0-9cb7-38fed9777b07?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "199" ], - "x-ms-correlation-request-id": [ "d26f241b-48c5-4755-b83d-f8ebea16f487" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200407T131312Z:d26f241b-48c5-4755-b83d-f8ebea16f487" ], + "ETag": [ "\"\"" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/57b04bb4-d8fc-4fcc-9571-2ae8f307613d?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "x-ms-request-id": [ "4801b599-01f8-4edf-99ea-ae7a948685b6" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/57b04bb4-d8fc-4fcc-9571-2ae8f307613d?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "196" ], + "x-ms-correlation-request-id": [ "7e6b9195-19b6-4d97-9d2a-ddb89d1513d2" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020821Z:7e6b9195-19b6-4d97-9d2a-ddb89d1513d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 13:13:11 GMT" ], - "ETag": [ "\"\"" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/1c2558f3-9344-41c0-9cb7-38fed9777b07?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=215f89ce1e3b7fe16702b151d790214d3e419a6068dd5b2f7cbbd791a4ac2087;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:08:20 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "742" ], + "Content-Length": [ "690" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnection\",\"name\":\"sdkpsclustereu/sdkpowershelldb/sdkpsdataconnection\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventHub\",\"tags\":{},\"properties\":{\"compression\":\"None\",\"consumerGroup\":\"$Default\",\"dataFormat\":\"JSON\",\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.EventHub/namespaces/sdkpseventhubns/eventhubs/sdkpseventhub\",\"mappingRuleName\":\"EventsMapping1\",\"tableName\":\"Events\",\"provisioningState\":\"Accepted\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/testdataconnectionlbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventHub\",\"tags\":{},\"properties\":{\"compression\":\"None\",\"consumerGroup\":\"$Default\",\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnslbfexs/eventhubs/eventhublbfexs\",\"provisioningState\":\"Accepted\"}}" } }, - "Update-AzKustoDataConnection+[NoContext]+UpdateViaIdentityExpandedEventHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/1c2558f3-9344-41c0-9cb7-38fed9777b07?api-version=2020-02-15+3": { + "Update-AzKustoDataConnection+[NoContext]+UpdateViaIdentityExpandedEventHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/57b04bb4-d8fc-4fcc-9571-2ae8f307613d?api-version=2020-06-14+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/1c2558f3-9344-41c0-9cb7-38fed9777b07?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/57b04bb4-d8fc-4fcc-9571-2ae8f307613d?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "51", "52" ], - "x-ms-client-request-id": [ "72800a62-1dfe-4bde-8bb0-9a56018dd8e3", "72800a62-1dfe-4bde-8bb0-9a56018dd8e3" ], + "x-ms-unique-id": [ "659", "660" ], + "x-ms-client-request-id": [ "0ee29084-0498-42f3-9e86-10182e317466", "0ee29084-0498-42f3-9e86-10182e317466" ], "CommandName": [ "Az.Kusto.internal\\Update-AzKustoDataConnection", "Az.Kusto.internal\\Update-AzKustoDataConnection" ], "FullCommandName": [ "Update-AzKustoDataConnection_UpdateViaIdentity", "Update-AzKustoDataConnection_UpdateViaIdentity" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -490,39 +462,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "737082fd-bd1b-4215-a90f-a8d6da45d918" ], - "x-ms-correlation-request-id": [ "752e8ff6-0232-4cb9-be47-782060c72778" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200407T131342Z:752e8ff6-0232-4cb9-be47-782060c72778" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "282" ], + "x-ms-request-id": [ "6f71c4b7-be7e-49ff-a429-09f2756d83ed" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "553449ec-e1b7-4d41-9d8e-916cecd17f46" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020851Z:553449ec-e1b7-4d41-9d8e-916cecd17f46" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 13:13:42 GMT" ], - "Set-Cookie": [ "ARRAffinity=5d8f46e797674adfa6f345dd92c7bb8ccffb7a39a253ecaf84bf8923217e3248;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:08:50 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "480" ], + "Content-Length": [ "347" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/1c2558f3-9344-41c0-9cb7-38fed9777b07\",\"name\":\"1c2558f3-9344-41c0-9cb7-38fed9777b07\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-07T13:13:12.469762Z\",\"endTime\":\"2020-04-07T13:13:15.2041384Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DmServiceEventHubObtainerAdd\",\"RootActivityId\":\"88aa55df-edb4-46ce-9e40-e95909960811\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/57b04bb4-d8fc-4fcc-9571-2ae8f307613d\",\"name\":\"57b04bb4-d8fc-4fcc-9571-2ae8f307613d\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T02:08:21.0630901Z\",\"endTime\":\"2020-08-03T02:08:23.3757689Z\",\"percentComplete\":1.0,\"properties\":{}}" } }, - "Update-AzKustoDataConnection+[NoContext]+UpdateViaIdentityExpandedEventHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnection?api-version=2020-02-15+4": { + "Update-AzKustoDataConnection+[NoContext]+UpdateViaIdentityExpandedEventHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs?api-version=2020-06-14+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnection?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "51", "52", "53" ], - "x-ms-client-request-id": [ "72800a62-1dfe-4bde-8bb0-9a56018dd8e3", "72800a62-1dfe-4bde-8bb0-9a56018dd8e3", "72800a62-1dfe-4bde-8bb0-9a56018dd8e3" ], + "x-ms-unique-id": [ "659", "660", "661" ], + "x-ms-client-request-id": [ "0ee29084-0498-42f3-9e86-10182e317466", "0ee29084-0498-42f3-9e86-10182e317466", "0ee29084-0498-42f3-9e86-10182e317466" ], "CommandName": [ "Az.Kusto.internal\\Update-AzKustoDataConnection", "Az.Kusto.internal\\Update-AzKustoDataConnection", "Az.Kusto.internal\\Update-AzKustoDataConnection" ], "FullCommandName": [ "Update-AzKustoDataConnection_UpdateViaIdentity", "Update-AzKustoDataConnection_UpdateViaIdentity", "Update-AzKustoDataConnection_UpdateViaIdentity" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -531,40 +503,40 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "295" ], - "x-ms-request-id": [ "693b453f-a053-47ce-96c0-fc381583ab4e" ], - "x-ms-correlation-request-id": [ "12b984ff-9a64-4a91-a97a-87c5d5d42f49" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200407T131343Z:12b984ff-9a64-4a91-a97a-87c5d5d42f49" ], + "x-ms-request-id": [ "e196ee30-8694-4d7e-ae16-5b40b846c2d6" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "9459b2ee-22d5-4681-95a4-7ac7ee4c8c94" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020851Z:9459b2ee-22d5-4681-95a4-7ac7ee4c8c94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 13:13:43 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:08:50 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "770" ], + "Content-Length": [ "776" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnection\",\"name\":\"sdkpsclustereu/sdkpowershelldb/sdkpsdataconnection\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventHub\",\"tags\":{},\"properties\":{\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.EventHub/namespaces/sdkpseventhubns/eventhubs/sdkpseventhub\",\"consumerGroup\":\"$Default\",\"tableName\":\"Events\",\"mappingRuleName\":\"EventsMapping1\",\"dataFormat\":\"JSON\",\"eventSystemProperties\":[],\"compression\":\"None\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexs\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/testdataconnectionlbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventHub\",\"tags\":{},\"properties\":{\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnslbfexs/eventhubs/eventhublbfexs\",\"consumerGroup\":\"$Default\",\"tableName\":null,\"mappingRuleName\":null,\"dataFormat\":null,\"eventSystemProperties\":[],\"compression\":\"None\",\"provisioningState\":\"Succeeded\"}}" } }, - "Update-AzKustoDataConnection+[NoContext]+UpdateViaIdentityExpandedEventGrid+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectiong?api-version=2020-02-15+1": { + "Update-AzKustoDataConnection+[NoContext]+UpdateViaIdentityExpandedEventGrid+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsg?api-version=2020-06-14+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectiong?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsg?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "54" ], - "x-ms-client-request-id": [ "e5e78e11-9097-41dd-a77a-d99f03eac18d" ], + "x-ms-unique-id": [ "662" ], + "x-ms-client-request-id": [ "35eda697-8844-4c39-bb22-87b8e4e3ad96" ], "CommandName": [ "Get-AzKustoDataConnection" ], "FullCommandName": [ "Get-AzKustoDataConnection_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -573,85 +545,78 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "294" ], - "x-ms-request-id": [ "b7fa4f1c-a78a-417c-8648-30e02b5bbedd" ], - "x-ms-correlation-request-id": [ "954ea9ca-14a4-45e5-9a7a-aa7821d03b37" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200407T131344Z:954ea9ca-14a4-45e5-9a7a-aa7821d03b37" ], + "x-ms-request-id": [ "97b9eb22-f1f7-4231-b4fe-4eedd3abad1d" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "e374ffa6-5698-4b24-82fe-f08546358d7c" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020852Z:e374ffa6-5698-4b24-82fe-f08546358d7c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 13:13:44 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=ef3de0f4cd17f8e9f7d2fa3d3db2dfb16b68de461929f7c4880cf75c0d094a4e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:08:51 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "896" ], + "Content-Length": [ "960" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectiong\",\"name\":\"sdkpsclustereu/sdkpowershelldb/sdkpsdataconnectiong\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventGrid\",\"tags\":{},\"properties\":{\"storageAccountResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.Storage/storageAccounts/sdkpsstorage\",\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.EventHub/namespaces/sdkpseventhubnsg/eventhubs/sdkpseventhubg\",\"consumerGroup\":\"$Default\",\"tableName\":\"Events\",\"mappingRuleName\":\"EventsMapping1\",\"dataFormat\":\"JSON\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsg\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/testdataconnectionlbfexsg\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventGrid\",\"tags\":{},\"properties\":{\"storageAccountResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Storage/storageAccounts/storagelbfexs\",\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnsgridbgiwc7/eventhubs/eventgridbgiwc7\",\"consumerGroup\":\"$Default\",\"tableName\":null,\"mappingRuleName\":null,\"dataFormat\":null,\"blobStorageEventType\":null,\"ignoreFirstRecord\":false,\"provisioningState\":\"Succeeded\"}}" } }, - "Update-AzKustoDataConnection+[NoContext]+UpdateViaIdentityExpandedEventGrid+$PATCH+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectiong?api-version=2020-02-15+2": { + "Update-AzKustoDataConnection+[NoContext]+UpdateViaIdentityExpandedEventGrid+$PATCH+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsg?api-version=2020-06-14+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectiong?api-version=2020-02-15", - "Content": "{\r\n \"kind\": \"EventGrid\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"consumerGroup\": \"$Default\",\r\n \"dataFormat\": \"JSON\",\r\n \"eventHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.EventHub/namespaces/sdkpseventhubnsg/eventhubs/sdkpseventhubg\",\r\n \"mappingRuleName\": \"EventsMapping1\",\r\n \"storageAccountResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.Storage/storageAccounts/sdkpsstorage\",\r\n \"tableName\": \"Events\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsg?api-version=2020-06-14", + "Content": "{\r\n \"kind\": \"EventGrid\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"consumerGroup\": \"$Default\",\r\n \"eventHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnsgridbgiwc7/eventhubs/eventgridbgiwc7\",\r\n \"storageAccountResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Storage/storageAccounts/storagelbfexs\"\r\n }\r\n}", "Headers": { - "x-ms-unique-id": [ "55" ], - "x-ms-client-request-id": [ "9ef265f0-2586-4fb1-ae9e-f8ec824e139d" ], - "CommandName": [ "Az.Kusto.internal\\Update-AzKustoDataConnection" ], - "FullCommandName": [ "Update-AzKustoDataConnection_UpdateViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "579" ] + "Content-Length": [ "488" ] } }, "Response": { "StatusCode": 202, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "651d0ec1-9241-405f-8b42-975818eff678" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/d80a5718-8dda-4eb9-ac27-19b648e56ffd?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "198" ], - "x-ms-correlation-request-id": [ "de2623b4-14fe-4353-b46b-b647de6b6bfb" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200407T131345Z:de2623b4-14fe-4353-b46b-b647de6b6bfb" ], + "ETag": [ "\"\"" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/f867cb52-368b-437a-a103-28a0fb506c7a?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "x-ms-request-id": [ "e1d68eee-ea3f-4e94-b8e5-4a9f2c332e59" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/f867cb52-368b-437a-a103-28a0fb506c7a?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "195" ], + "x-ms-correlation-request-id": [ "b9665be1-0438-4a54-a47c-d046651e82bd" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020853Z:b9665be1-0438-4a54-a47c-d046651e82bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 13:13:45 GMT" ], - "ETag": [ "\"\"" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/d80a5718-8dda-4eb9-ac27-19b648e56ffd?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=7e1ae2d9d6ffff3dfc0a49ef14149354611612ab62434b1ba4813a66a18e1335;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:08:52 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "895" ], + "Content-Length": [ "847" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectiong\",\"name\":\"sdkpsclustereu/sdkpowershelldb/sdkpsdataconnectiong\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventGrid\",\"tags\":{},\"properties\":{\"consumerGroup\":\"$Default\",\"dataFormat\":\"JSON\",\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.EventHub/namespaces/sdkpseventhubnsg/eventhubs/sdkpseventhubg\",\"mappingRuleName\":\"EventsMapping1\",\"storageAccountResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.Storage/storageAccounts/sdkpsstorage\",\"tableName\":\"Events\",\"provisioningState\":\"Accepted\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsg\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/testdataconnectionlbfexsg\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventGrid\",\"tags\":{},\"properties\":{\"consumerGroup\":\"$Default\",\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnsgridbgiwc7/eventhubs/eventgridbgiwc7\",\"storageAccountResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Storage/storageAccounts/storagelbfexs\",\"provisioningState\":\"Accepted\"}}" } }, - "Update-AzKustoDataConnection+[NoContext]+UpdateViaIdentityExpandedEventGrid+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/d80a5718-8dda-4eb9-ac27-19b648e56ffd?api-version=2020-02-15+3": { + "Update-AzKustoDataConnection+[NoContext]+UpdateViaIdentityExpandedEventGrid+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/f867cb52-368b-437a-a103-28a0fb506c7a?api-version=2020-06-14+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/d80a5718-8dda-4eb9-ac27-19b648e56ffd?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/f867cb52-368b-437a-a103-28a0fb506c7a?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "55", "56" ], - "x-ms-client-request-id": [ "9ef265f0-2586-4fb1-ae9e-f8ec824e139d", "9ef265f0-2586-4fb1-ae9e-f8ec824e139d" ], + "x-ms-unique-id": [ "663", "664" ], + "x-ms-client-request-id": [ "bcaf4b6f-303a-4aaa-afd5-3b7fbe88e386", "bcaf4b6f-303a-4aaa-afd5-3b7fbe88e386" ], "CommandName": [ "Az.Kusto.internal\\Update-AzKustoDataConnection", "Az.Kusto.internal\\Update-AzKustoDataConnection" ], "FullCommandName": [ "Update-AzKustoDataConnection_UpdateViaIdentity", "Update-AzKustoDataConnection_UpdateViaIdentity" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -660,39 +625,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "d152f071-d781-41b2-a2ab-67d596550bb8" ], - "x-ms-request-id": [ "67157ce9-7acb-4d18-8697-00da0b938a11" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200407T131415Z:d152f071-d781-41b2-a2ab-67d596550bb8" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "281" ], + "x-ms-request-id": [ "3cb20928-768a-4e06-903b-803dbd9fe934" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "809a0c76-e4f5-4982-8d02-82fcb0b3355a" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020923Z:809a0c76-e4f5-4982-8d02-82fcb0b3355a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 13:14:15 GMT" ], - "Set-Cookie": [ "ARRAffinity=b3c2d4d5282ede81ed15f3f78d2ac82595f2901483fcb7962c29f71395856c9e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:09:23 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "489" ], + "Content-Length": [ "347" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/d80a5718-8dda-4eb9-ac27-19b648e56ffd\",\"name\":\"d80a5718-8dda-4eb9-ac27-19b648e56ffd\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-07T13:13:45.3745626Z\",\"endTime\":\"2020-04-07T13:13:49.0151244Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DmServiceEventGridIngestionSourceAdd\",\"RootActivityId\":\"2de6eb9b-69c8-4b1c-957d-05bbe6a618c7\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/f867cb52-368b-437a-a103-28a0fb506c7a\",\"name\":\"f867cb52-368b-437a-a103-28a0fb506c7a\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T02:08:53.0565133Z\",\"endTime\":\"2020-08-03T02:08:56.7082658Z\",\"percentComplete\":1.0,\"properties\":{}}" } }, - "Update-AzKustoDataConnection+[NoContext]+UpdateViaIdentityExpandedEventGrid+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectiong?api-version=2020-02-15+4": { + "Update-AzKustoDataConnection+[NoContext]+UpdateViaIdentityExpandedEventGrid+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsg?api-version=2020-06-14+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectiong?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsg?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "55", "56", "57" ], - "x-ms-client-request-id": [ "9ef265f0-2586-4fb1-ae9e-f8ec824e139d", "9ef265f0-2586-4fb1-ae9e-f8ec824e139d", "9ef265f0-2586-4fb1-ae9e-f8ec824e139d" ], + "x-ms-unique-id": [ "663", "664", "665" ], + "x-ms-client-request-id": [ "bcaf4b6f-303a-4aaa-afd5-3b7fbe88e386", "bcaf4b6f-303a-4aaa-afd5-3b7fbe88e386", "bcaf4b6f-303a-4aaa-afd5-3b7fbe88e386" ], "CommandName": [ "Az.Kusto.internal\\Update-AzKustoDataConnection", "Az.Kusto.internal\\Update-AzKustoDataConnection", "Az.Kusto.internal\\Update-AzKustoDataConnection" ], "FullCommandName": [ "Update-AzKustoDataConnection_UpdateViaIdentity", "Update-AzKustoDataConnection_UpdateViaIdentity", "Update-AzKustoDataConnection_UpdateViaIdentity" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -701,40 +666,40 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "293" ], - "x-ms-request-id": [ "ec6492fa-873b-4608-8dbd-d533047abff5" ], - "x-ms-correlation-request-id": [ "74cbc020-e17e-469e-81a6-09f29f2b64f3" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200407T131416Z:74cbc020-e17e-469e-81a6-09f29f2b64f3" ], + "x-ms-request-id": [ "7400b14a-5669-4f48-a43b-c0589f98e015" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "8681e0a2-0ed9-40d7-9bb4-2f2534fddf76" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020924Z:8681e0a2-0ed9-40d7-9bb4-2f2534fddf76" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 13:14:16 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=7e1ae2d9d6ffff3dfc0a49ef14149354611612ab62434b1ba4813a66a18e1335;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:09:23 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "896" ], + "Content-Length": [ "960" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectiong\",\"name\":\"sdkpsclustereu/sdkpowershelldb/sdkpsdataconnectiong\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventGrid\",\"tags\":{},\"properties\":{\"storageAccountResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.Storage/storageAccounts/sdkpsstorage\",\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.EventHub/namespaces/sdkpseventhubnsg/eventhubs/sdkpseventhubg\",\"consumerGroup\":\"$Default\",\"tableName\":\"Events\",\"mappingRuleName\":\"EventsMapping1\",\"dataFormat\":\"JSON\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsg\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/testdataconnectionlbfexsg\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"EventGrid\",\"tags\":{},\"properties\":{\"storageAccountResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Storage/storageAccounts/storagelbfexs\",\"eventHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.EventHub/namespaces/eventhubnsgridbgiwc7/eventhubs/eventgridbgiwc7\",\"consumerGroup\":\"$Default\",\"tableName\":null,\"mappingRuleName\":null,\"dataFormat\":null,\"blobStorageEventType\":null,\"ignoreFirstRecord\":false,\"provisioningState\":\"Succeeded\"}}" } }, - "Update-AzKustoDataConnection+[NoContext]+UpdateViaIdentityExpandedIotHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectionh?api-version=2020-02-15+1": { + "Update-AzKustoDataConnection+[NoContext]+UpdateViaIdentityExpandedIotHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsh?api-version=2020-06-14+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectionh?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsh?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "58" ], - "x-ms-client-request-id": [ "fe8d2d52-6ce3-4a57-8d2d-dd63a4e42bb1" ], + "x-ms-unique-id": [ "666" ], + "x-ms-client-request-id": [ "d65f3a52-8f89-49cb-8991-09bb5fb6c1a9" ], "CommandName": [ "Get-AzKustoDataConnection" ], "FullCommandName": [ "Get-AzKustoDataConnection_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -743,85 +708,78 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "292" ], - "x-ms-request-id": [ "1d7ee8e9-4d73-410a-af58-37f34f11efe9" ], - "x-ms-correlation-request-id": [ "8129f2b4-3905-4e77-8eb3-23d847e46429" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200407T131417Z:8129f2b4-3905-4e77-8eb3-23d847e46429" ], + "x-ms-request-id": [ "3b11ce74-433f-492e-8297-703b9c1354e5" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "167fcdac-a663-47f4-8ee2-49a7ff0e63cb" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020924Z:167fcdac-a663-47f4-8ee2-49a7ff0e63cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 13:14:17 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=ef3de0f4cd17f8e9f7d2fa3d3db2dfb16b68de461929f7c4880cf75c0d094a4e;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:09:24 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "756" ], + "Content-Length": [ "760" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectionh\",\"name\":\"sdkpsclustereu/sdkpowershelldb/sdkpsdataconnectionh\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"IotHub\",\"tags\":{},\"properties\":{\"iotHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.Devices/IotHubs/sdkpsiothub\",\"consumerGroup\":\"$Default\",\"tableName\":\"Events\",\"mappingRuleName\":\"EventsMapping1\",\"dataFormat\":\"JSON\",\"eventSystemProperties\":[],\"sharedAccessPolicyName\":\"iothubforread\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsh\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/testdataconnectionlbfexsh\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"IotHub\",\"tags\":{},\"properties\":{\"iotHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Devices/IotHubs/iothublbfexs\",\"consumerGroup\":\"$Default\",\"tableName\":null,\"mappingRuleName\":null,\"dataFormat\":null,\"eventSystemProperties\":[],\"sharedAccessPolicyName\":\"registryRead\",\"provisioningState\":\"Succeeded\"}}" } }, - "Update-AzKustoDataConnection+[NoContext]+UpdateViaIdentityExpandedIotHub+$PATCH+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectionh?api-version=2020-02-15+2": { + "Update-AzKustoDataConnection+[NoContext]+UpdateViaIdentityExpandedIotHub+$PATCH+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsh?api-version=2020-06-14+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectionh?api-version=2020-02-15", - "Content": "{\r\n \"kind\": \"IotHub\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"consumerGroup\": \"$Default\",\r\n \"dataFormat\": \"JSON\",\r\n \"iotHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.Devices/IotHubs/sdkpsiothub\",\r\n \"mappingRuleName\": \"EventsMapping1\",\r\n \"sharedAccessPolicyName\": \"iothubforread\",\r\n \"tableName\": \"Events\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsh?api-version=2020-06-14", + "Content": "{\r\n \"kind\": \"IotHub\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"consumerGroup\": \"$Default\",\r\n \"iotHubResourceId\": \"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Devices/IotHubs/iothublbfexs\",\r\n \"sharedAccessPolicyName\": \"registryRead\"\r\n }\r\n}", "Headers": { - "x-ms-unique-id": [ "59" ], - "x-ms-client-request-id": [ "841d6abe-a5d7-4c12-9f3c-a958d96fb5ef" ], - "CommandName": [ "Az.Kusto.internal\\Update-AzKustoDataConnection" ], - "FullCommandName": [ "Update-AzKustoDataConnection_UpdateViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "412" ] + "Content-Length": [ "315" ] } }, "Response": { "StatusCode": 202, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "9482df6b-5406-4c12-b6dc-5087f982a9c8" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/184ea9ee-34df-4f28-bb6e-13546bb76edb?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "197" ], - "x-ms-correlation-request-id": [ "56a94e24-3aca-429b-945b-44933e34a28a" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200407T131419Z:56a94e24-3aca-429b-945b-44933e34a28a" ], + "ETag": [ "\"\"" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/74ac0ab4-10dd-43fd-8c55-9d7419951095?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "x-ms-request-id": [ "a2df2ba1-d5fa-4ed2-bcfb-178f5a37dd22" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/74ac0ab4-10dd-43fd-8c55-9d7419951095?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "194" ], + "x-ms-correlation-request-id": [ "9c35899d-b9fe-4b73-9677-90383d3f722d" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020925Z:9c35899d-b9fe-4b73-9677-90383d3f722d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 13:14:18 GMT" ], - "ETag": [ "\"\"" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/184ea9ee-34df-4f28-bb6e-13546bb76edb?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=231057e07a83c4308bf983e7dc86c3ea07391dfcb2e933d9998a48444064ed8d;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:09:25 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "728" ], + "Content-Length": [ "674" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectionh\",\"name\":\"sdkpsclustereu/sdkpowershelldb/sdkpsdataconnectionh\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"IotHub\",\"tags\":{},\"properties\":{\"consumerGroup\":\"$Default\",\"dataFormat\":\"JSON\",\"iotHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.Devices/IotHubs/sdkpsiothub\",\"mappingRuleName\":\"EventsMapping1\",\"sharedAccessPolicyName\":\"iothubforread\",\"tableName\":\"Events\",\"provisioningState\":\"Accepted\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsh\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/testdataconnectionlbfexsh\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"IotHub\",\"tags\":{},\"properties\":{\"consumerGroup\":\"$Default\",\"iotHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Devices/IotHubs/iothublbfexs\",\"sharedAccessPolicyName\":\"registryRead\",\"provisioningState\":\"Accepted\"}}" } }, - "Update-AzKustoDataConnection+[NoContext]+UpdateViaIdentityExpandedIotHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/184ea9ee-34df-4f28-bb6e-13546bb76edb?api-version=2020-02-15+3": { + "Update-AzKustoDataConnection+[NoContext]+UpdateViaIdentityExpandedIotHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/74ac0ab4-10dd-43fd-8c55-9d7419951095?api-version=2020-06-14+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/184ea9ee-34df-4f28-bb6e-13546bb76edb?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/74ac0ab4-10dd-43fd-8c55-9d7419951095?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "59", "60" ], - "x-ms-client-request-id": [ "841d6abe-a5d7-4c12-9f3c-a958d96fb5ef", "841d6abe-a5d7-4c12-9f3c-a958d96fb5ef" ], + "x-ms-unique-id": [ "667", "668" ], + "x-ms-client-request-id": [ "19498a8d-1b2c-466f-a291-dcde9c2d6bcd", "19498a8d-1b2c-466f-a291-dcde9c2d6bcd" ], "CommandName": [ "Az.Kusto.internal\\Update-AzKustoDataConnection", "Az.Kusto.internal\\Update-AzKustoDataConnection" ], "FullCommandName": [ "Update-AzKustoDataConnection_UpdateViaIdentity", "Update-AzKustoDataConnection_UpdateViaIdentity" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -830,39 +788,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "297" ], - "x-ms-request-id": [ "d8c6eb46-3965-4570-aadf-e6d884f32232" ], - "x-ms-correlation-request-id": [ "3c03144c-650e-4d87-b733-d04e89433880" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200407T131449Z:3c03144c-650e-4d87-b733-d04e89433880" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "280" ], + "x-ms-request-id": [ "1334a49e-0c07-4bbd-9dbb-808294a71a8a" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "68a66769-546f-4bfe-b2ab-510440f06191" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020956Z:68a66769-546f-4bfe-b2ab-510440f06191" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 13:14:48 GMT" ], - "Set-Cookie": [ "ARRAffinity=deac3c942b2a72b721942f97372cf2a3052effbe4aa0b896664f8887a4bd559d;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:09:55 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "481" ], + "Content-Length": [ "347" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/184ea9ee-34df-4f28-bb6e-13546bb76edb\",\"name\":\"184ea9ee-34df-4f28-bb6e-13546bb76edb\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-07T13:14:19.0561373Z\",\"endTime\":\"2020-04-07T13:14:19.8686606Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DmServiceEventHubObtainerAdd\",\"RootActivityId\":\"c366274a-5e2b-4c25-b0b2-ff22eebbea9a\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/74ac0ab4-10dd-43fd-8c55-9d7419951095\",\"name\":\"74ac0ab4-10dd-43fd-8c55-9d7419951095\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T02:09:25.5993559Z\",\"endTime\":\"2020-08-03T02:09:25.9274932Z\",\"percentComplete\":1.0,\"properties\":{}}" } }, - "Update-AzKustoDataConnection+[NoContext]+UpdateViaIdentityExpandedIotHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectionh?api-version=2020-02-15+4": { + "Update-AzKustoDataConnection+[NoContext]+UpdateViaIdentityExpandedIotHub+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsh?api-version=2020-06-14+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectionh?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsh?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "59", "60", "61" ], - "x-ms-client-request-id": [ "841d6abe-a5d7-4c12-9f3c-a958d96fb5ef", "841d6abe-a5d7-4c12-9f3c-a958d96fb5ef", "841d6abe-a5d7-4c12-9f3c-a958d96fb5ef" ], + "x-ms-unique-id": [ "667", "668", "669" ], + "x-ms-client-request-id": [ "19498a8d-1b2c-466f-a291-dcde9c2d6bcd", "19498a8d-1b2c-466f-a291-dcde9c2d6bcd", "19498a8d-1b2c-466f-a291-dcde9c2d6bcd" ], "CommandName": [ "Az.Kusto.internal\\Update-AzKustoDataConnection", "Az.Kusto.internal\\Update-AzKustoDataConnection", "Az.Kusto.internal\\Update-AzKustoDataConnection" ], "FullCommandName": [ "Update-AzKustoDataConnection_UpdateViaIdentity", "Update-AzKustoDataConnection_UpdateViaIdentity", "Update-AzKustoDataConnection_UpdateViaIdentity" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -871,26 +829,26 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "291" ], - "x-ms-request-id": [ "c19e1633-e380-4ebe-b7eb-b7b941aa11cc" ], - "x-ms-correlation-request-id": [ "376666e8-2008-474c-a1b0-d15ed02a2298" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200407T131450Z:376666e8-2008-474c-a1b0-d15ed02a2298" ], + "x-ms-request-id": [ "2c6f9925-1ca1-4e59-b31c-db45d051c2d9" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "2f0aa4ab-a1e0-4642-86b9-bb43b587bf56" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020957Z:2f0aa4ab-a1e0-4642-86b9-bb43b587bf56" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Tue, 07 Apr 2020 13:14:49 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=5d8f46e797674adfa6f345dd92c7bb8ccffb7a39a253ecaf84bf8923217e3248;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:09:56 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "756" ], + "Content-Length": [ "760" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb/DataConnections/sdkpsdataconnectionh\",\"name\":\"sdkpsclustereu/sdkpowershelldb/sdkpsdataconnectionh\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"IotHub\",\"tags\":{},\"properties\":{\"iotHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/sdkpowershellrg/providers/Microsoft.Devices/IotHubs/sdkpsiothub\",\"consumerGroup\":\"$Default\",\"tableName\":\"Events\",\"mappingRuleName\":\"EventsMapping1\",\"dataFormat\":\"JSON\",\"eventSystemProperties\":[],\"sharedAccessPolicyName\":\"iothubforread\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs/DataConnections/testdataconnectionlbfexsh\",\"name\":\"testclusterlbfexs/testdatabaselbfexs/testdataconnectionlbfexsh\",\"type\":\"Microsoft.Kusto/Clusters/Databases/DataConnections\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"IotHub\",\"tags\":{},\"properties\":{\"iotHubResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourcegroups/testgrouplbfexs/providers/Microsoft.Devices/IotHubs/iothublbfexs\",\"consumerGroup\":\"$Default\",\"tableName\":null,\"mappingRuleName\":null,\"dataFormat\":null,\"eventSystemProperties\":[],\"sharedAccessPolicyName\":\"registryRead\",\"provisioningState\":\"Succeeded\"}}" } } } \ No newline at end of file diff --git a/src/Kusto/test/Update-AzKustoDataConnection.Tests.ps1 b/src/Kusto/test/Update-AzKustoDataConnection.Tests.ps1 index 1469469b1539..d3e194ba7188 100644 --- a/src/Kusto/test/Update-AzKustoDataConnection.Tests.ps1 +++ b/src/Kusto/test/Update-AzKustoDataConnection.Tests.ps1 @@ -7,7 +7,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzKustoDataConnection.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -21,17 +21,14 @@ Describe 'Update-AzKustoDataConnection' { $clusterName = $env.clusterName $databaseName = $env.databaseName $dataConnectionName = $env.dataConnectionName - $eventhubNS= $env.eventhubNSName - $eventhub= $env.eventhubName + $eventhubNS = $env.eventhubNSName + $eventhub = $env.eventhubName $eventHubResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.EventHub/namespaces/$eventhubNS/eventhubs/$eventhub" - $tableName = $env.tableName - $tableMappingName = $env.tableMappingNameForUpdate - $dataFormat = $env.dataFormat $kind = "EventHub" $dataConnectionFullName = "$clusterName/$databaseName/$dataConnectionName" - $dataConnectionUpdated = Update-AzKustoDataConnection -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -DataConnectionName $dataConnectionName -Location $location -Kind $kind -EventHubResourceId $eventHubResourceId -DataFormat $dataFormat -ConsumerGroup '$Default' -Compression "None" -TableName $tableName -MappingRuleName $tableMappingName - Validate_EventHubDataConnection $dataConnectionUpdated $dataConnectionFullName $location $eventHubResourceId $tableName $tableMappingName $dataFormat $kind + $dataConnectionUpdated = Update-AzKustoDataConnection -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -DataConnectionName $dataConnectionName -Location $location -Kind $kind -EventHubResourceId $eventHubResourceId -ConsumerGroup '$Default' -Compression "None" + Validate_EventHubDataConnection $dataConnectionUpdated $dataConnectionFullName $location $eventHubResourceId $kind } It 'UpdateExpandedEventGrid' { @@ -41,19 +38,16 @@ Describe 'Update-AzKustoDataConnection' { $clusterName = $env.clusterName $databaseName = $env.databaseName $dataConnectionName = $env.dataConnectionName + "g" - $eventhubNS= $env.eventhubNSNameForEventGrid - $eventhub= $env.eventhubNameForEventGrid + $eventhubNS = $env.eventhubNSNameForEventGrid + $eventhub = $env.eventhubNameForEventGrid $eventHubResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.EventHub/namespaces/$eventhubNS/eventhubs/$eventhub" $storageAccountName = $env.storageName $storageAccountResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.Storage/storageAccounts/$storageAccountName" - $tableName = $env.tableName - $tableMappingName = $env.tableMappingNameForUpdate - $dataFormat = $env.dataFormat $kind = "EventGrid" $dataConnectionFullName = "$clusterName/$databaseName/$dataConnectionName" - $dataConnectionUpdated = Update-AzKustoDataConnection -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -DataConnectionName $dataConnectionName -location $location -Kind $kind -EventHubResourceId $eventHubResourceId -StorageAccountResourceId $storageAccountResourceId -DataFormat $dataFormat -ConsumerGroup '$Default' -TableName $tableName -MappingRuleName $tableMappingName - Validate_EventGridDataConnection $dataConnectionUpdated $dataConnectionFullName $location $eventHubResourceId $storageAccountResourceId $tableName $tableMappingName $dataFormat $kind + $dataConnectionUpdated = Update-AzKustoDataConnection -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -DataConnectionName $dataConnectionName -location $location -Kind $kind -EventHubResourceId $eventHubResourceId -StorageAccountResourceId $storageAccountResourceId -ConsumerGroup '$Default' + Validate_EventGridDataConnection $dataConnectionUpdated $dataConnectionFullName $location $eventHubResourceId $storageAccountResourceId $kind } It 'UpdateExpandedIotHub' { @@ -66,14 +60,11 @@ Describe 'Update-AzKustoDataConnection' { $iothubName = $env.iothubName $iotHubResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.Devices/IotHubs/$iothubName" $sharedAccessPolicyName = $env.iothubSharedAccessPolicyName - $tableName = $env.tableName - $tableMappingName = $env.tableMappingNameForUpdate - $dataFormat = $env.dataFormat $kind = "IotHub" $dataConnectionFullName = "$clusterName/$databaseName/$dataConnectionName" - $dataConnectionUpdated = Update-AzKustoDataConnection -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -DataConnectionName $dataConnectionName -location $location -Kind $kind -IotHubResourceId $iotHubResourceId -SharedAccessPolicyName $sharedAccessPolicyName -DataFormat $dataFormat -ConsumerGroup '$Default' -TableName $tableName -MappingRuleName $tableMappingName - Validate_IotHubDataConnection $dataConnectionUpdated $dataConnectionFullName $location $iotHubResourceId $sharedAccessPolicyName $tableName $tableMappingName $dataFormat $kind + $dataConnectionUpdated = Update-AzKustoDataConnection -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -DataConnectionName $dataConnectionName -location $location -Kind $kind -IotHubResourceId $iotHubResourceId -SharedAccessPolicyName $sharedAccessPolicyName -ConsumerGroup '$Default' + Validate_IotHubDataConnection $dataConnectionUpdated $dataConnectionFullName $location $iotHubResourceId $sharedAccessPolicyName $kind } It 'UpdateViaIdentityExpandedEventHub' { @@ -83,18 +74,15 @@ Describe 'Update-AzKustoDataConnection' { $clusterName = $env.clusterName $databaseName = $env.databaseName $dataConnectionName = $env.dataConnectionName - $eventhubNS= $env.eventhubNSName - $eventhub= $env.eventhubName + $eventhubNS = $env.eventhubNSName + $eventhub = $env.eventhubName $eventHubResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.EventHub/namespaces/$eventhubNS/eventhubs/$eventhub" - $tableName = $env.tableName - $tableMappingName = $env.tableMappingNameForUpdate - $dataFormat = $env.dataFormat $kind = "EventHub" $dataConnectionFullName = "$clusterName/$databaseName/$dataConnectionName" $dataConnection = Get-AzKustoDataConnection -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -Name $dataConnectionName - $dataConnectionUpdated = Update-AzKustoDataConnection -InputObject $dataConnection -Location $location -Kind $kind -EventHubResourceId $eventHubResourceId -DataFormat $dataFormat -ConsumerGroup '$Default' -Compression "None" -TableName $tableName -MappingRuleName $tableMappingName - Validate_EventHubDataConnection $dataConnectionUpdated $dataConnectionFullName $location $eventHubResourceId $tableName $tableMappingName $dataFormat $kind + $dataConnectionUpdated = Update-AzKustoDataConnection -InputObject $dataConnection -Location $location -Kind $kind -EventHubResourceId $eventHubResourceId -ConsumerGroup '$Default' -Compression "None" + Validate_EventHubDataConnection $dataConnectionUpdated $dataConnectionFullName $location $eventHubResourceId $kind } It 'UpdateViaIdentityExpandedEventGrid' { @@ -104,20 +92,17 @@ Describe 'Update-AzKustoDataConnection' { $clusterName = $env.clusterName $databaseName = $env.databaseName $dataConnectionName = $env.dataConnectionName + "g" - $eventhubNS= $env.eventhubNSNameForEventGrid - $eventhub= $env.eventhubNameForEventGrid + $eventhubNS = $env.eventhubNSNameForEventGrid + $eventhub = $env.eventhubNameForEventGrid $eventHubResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.EventHub/namespaces/$eventhubNS/eventhubs/$eventhub" $storageAccountName = $env.storageName $storageAccountResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.Storage/storageAccounts/$storageAccountName" - $tableName = $env.tableName - $tableMappingName = $env.tableMappingNameForUpdate - $dataFormat = $env.dataFormat $kind = "EventGrid" $dataConnectionFullName = "$clusterName/$databaseName/$dataConnectionName" $dataConnection = Get-AzKustoDataConnection -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -Name $dataConnectionName - $dataConnectionUpdated = Update-AzKustoDataConnection -InputObject $dataConnection -location $location -Kind $kind -EventHubResourceId $eventHubResourceId -StorageAccountResourceId $storageAccountResourceId -DataFormat $dataFormat -ConsumerGroup '$Default' -TableName $tableName -MappingRuleName $tableMappingName - Validate_EventGridDataConnection $dataConnectionUpdated $dataConnectionFullName $location $eventHubResourceId $storageAccountResourceId $tableName $tableMappingName $dataFormat $kind + $dataConnectionUpdated = Update-AzKustoDataConnection -InputObject $dataConnection -location $location -Kind $kind -EventHubResourceId $eventHubResourceId -StorageAccountResourceId $storageAccountResourceId -ConsumerGroup '$Default' + Validate_EventGridDataConnection $dataConnectionUpdated $dataConnectionFullName $location $eventHubResourceId $storageAccountResourceId $kind } It 'UpdateViaIdentityExpandedIotHub' { @@ -130,14 +115,11 @@ Describe 'Update-AzKustoDataConnection' { $iothubName = $env.iothubName $iotHubResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.Devices/IotHubs/$iothubName" $sharedAccessPolicyName = $env.iothubSharedAccessPolicyName - $tableName = $env.tableName - $tableMappingName = $env.tableMappingNameForUpdate - $dataFormat = $env.dataFormat $kind = "IotHub" $dataConnectionFullName = "$clusterName/$databaseName/$dataConnectionName" $dataConnection = Get-AzKustoDataConnection -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -Name $dataConnectionName - $dataConnectionUpdated = Update-AzKustoDataConnection -InputObject $dataConnection -location $location -Kind $kind -IotHubResourceId $iotHubResourceId -SharedAccessPolicyName $sharedAccessPolicyName -DataFormat $dataFormat -ConsumerGroup '$Default' -TableName $tableName -MappingRuleName $tableMappingName - Validate_IotHubDataConnection $dataConnectionUpdated $dataConnectionFullName $location $iotHubResourceId $sharedAccessPolicyName $tableName $tableMappingName $dataFormat $kind + $dataConnectionUpdated = Update-AzKustoDataConnection -InputObject $dataConnection -location $location -Kind $kind -IotHubResourceId $iotHubResourceId -SharedAccessPolicyName $sharedAccessPolicyName -ConsumerGroup '$Default' + Validate_IotHubDataConnection $dataConnectionUpdated $dataConnectionFullName $location $iotHubResourceId $sharedAccessPolicyName $kind } } diff --git a/src/Kusto/test/Update-AzKustoDatabase.Recording.json b/src/Kusto/test/Update-AzKustoDatabase.Recording.json index 50359eb4a44e..56d9abc0022c 100644 --- a/src/Kusto/test/Update-AzKustoDatabase.Recording.json +++ b/src/Kusto/test/Update-AzKustoDatabase.Recording.json @@ -1,18 +1,53 @@ { - "Update-AzKustoDatabase+[NoContext]+UpdateExpandedReadWrite+$PATCH+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15+1": { + "Update-AzKustoDatabase+[NoContext]+UpdateExpandedReadWrite+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs?api-version=2020-06-14+1": { "Request": { - "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15", - "Content": "{\r\n \"kind\": \"ReadWrite\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"hotCachePeriod\": \"P3D\",\r\n \"softDeletePeriod\": \"P6D\"\r\n }\r\n}", + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs?api-version=2020-06-14", + "Content": null, "Headers": { - "x-ms-unique-id": [ "12" ], - "x-ms-client-request-id": [ "3f1f412c-741a-4a3e-95fe-891ced600411" ], - "CommandName": [ "Az.Kusto.internal\\Update-AzKustoDatabase" ], - "FullCommandName": [ "Update-AzKustoDatabase_Update" ], + "x-ms-unique-id": [ "631" ], + "x-ms-client-request-id": [ "ce9b4184-d26e-4e4f-b6e1-a71b64901d2f" ], + "CommandName": [ "Get-AzKustoDatabase" ], + "FullCommandName": [ "Get-AzKustoDatabase_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], + "x-ms-request-id": [ "2fe67895-fce6-42f0-a27d-8805b96d9d47" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "58ddff3d-de93-4e58-bad2-4faf1c2a521e" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020436Z:58ddff3d-de93-4e58-bad2-4faf1c2a521e" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 02:04:35 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "518" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs\",\"name\":\"testclusterlbfexs/testdatabaselbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":true,\"softDeletePeriodInDays\":4,\"softDeletePeriod\":\"P4D\",\"hotCachePeriodInDays\":2,\"hotCachePeriod\":\"P2D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" + } + }, + "Update-AzKustoDatabase+[NoContext]+UpdateExpandedReadWrite+$PATCH+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs?api-version=2020-06-14+2": { + "Request": { + "Method": "PATCH", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs?api-version=2020-06-14", + "Content": "{\r\n \"kind\": \"ReadWrite\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"hotCachePeriod\": \"P3D\",\r\n \"softDeletePeriod\": \"P5D\"\r\n }\r\n}", + "Headers": { + }, "ContentHeaders": { "Content-Type": [ "application/json" ], "Content-Length": [ "139" ] @@ -21,41 +56,41 @@ "Response": { "StatusCode": 202, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "59bcc30d-d98f-4e38-8d41-a9577e5689c4" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/d7848bb1-0088-4064-8362-ba689f6d742c?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "197" ], - "x-ms-correlation-request-id": [ "4fca1c62-6e8c-4933-84b4-2aa85bbd0971" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200406T111559Z:4fca1c62-6e8c-4933-84b4-2aa85bbd0971" ], + "ETag": [ "\"\"" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/67faf98e-a847-4339-b5cb-60608ed4f128?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "x-ms-request-id": [ "fd0eee82-96c2-44c3-aba8-5936adbe85ee" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/67faf98e-a847-4339-b5cb-60608ed4f128?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "199" ], + "x-ms-correlation-request-id": [ "7d51664c-8a2e-4e57-98b6-53c2956401f1" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020436Z:7d51664c-8a2e-4e57-98b6-53c2956401f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 06 Apr 2020 11:15:59 GMT" ], - "ETag": [ "\"\"" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/d7848bb1-0088-4064-8362-ba689f6d742c?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=5d8f46e797674adfa6f345dd92c7bb8ccffb7a39a253ecaf84bf8923217e3248;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:04:36 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "409" ], + "Content-Length": [ "421" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb\",\"name\":\"sdkpsclustereu/sdkpowershelldb\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"hotCachePeriod\":\"P3D\",\"softDeletePeriod\":\"P6D\",\"provisioningState\":\"Accepted\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs\",\"name\":\"testclusterlbfexs/testdatabaselbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"hotCachePeriod\":\"P3D\",\"softDeletePeriod\":\"P5D\",\"provisioningState\":\"Accepted\"}}" } }, - "Update-AzKustoDatabase+[NoContext]+UpdateExpandedReadWrite+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/d7848bb1-0088-4064-8362-ba689f6d742c?api-version=2020-02-15+2": { + "Update-AzKustoDatabase+[NoContext]+UpdateExpandedReadWrite+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/67faf98e-a847-4339-b5cb-60608ed4f128?api-version=2020-06-14+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/d7848bb1-0088-4064-8362-ba689f6d742c?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/67faf98e-a847-4339-b5cb-60608ed4f128?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "12", "13" ], - "x-ms-client-request-id": [ "3f1f412c-741a-4a3e-95fe-891ced600411", "3f1f412c-741a-4a3e-95fe-891ced600411" ], + "x-ms-unique-id": [ "632", "633" ], + "x-ms-client-request-id": [ "4ae0a9ab-49d3-4b3f-a522-9b633675a82d", "4ae0a9ab-49d3-4b3f-a522-9b633675a82d" ], "CommandName": [ "Az.Kusto.internal\\Update-AzKustoDatabase", "Az.Kusto.internal\\Update-AzKustoDatabase" ], "FullCommandName": [ "Update-AzKustoDatabase_Update", "Update-AzKustoDatabase_Update" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -64,39 +99,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "62bfb233-3925-4c2d-b7c9-c74b8eb65457" ], - "x-ms-correlation-request-id": [ "08991112-83c6-44c0-a8c5-71fb79974748" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200406T111629Z:08991112-83c6-44c0-a8c5-71fb79974748" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "289" ], + "x-ms-request-id": [ "b4f3f3c5-f6ac-4060-bd9a-90a19a0bfa65" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "7e214ed5-a0da-4f33-9b61-e721b51479f7" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020507Z:7e214ed5-a0da-4f33-9b61-e721b51479f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 06 Apr 2020 11:16:29 GMT" ], - "Set-Cookie": [ "ARRAffinity=04bed633f23e09623dac6b627accce6240efa1e9739ec9328a5f0adccfa09faa;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:05:06 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "466" ], + "Content-Length": [ "496" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/d7848bb1-0088-4064-8362-ba689f6d742c\",\"name\":\"d7848bb1-0088-4064-8362-ba689f6d742c\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-06T11:15:59.395368Z\",\"endTime\":\"2020-04-06T11:16:01.0264132Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DatabaseCreate\",\"RootActivityId\":\"f99811c6-7d80-492c-aea6-b6470e8bfa10\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/67faf98e-a847-4339-b5cb-60608ed4f128\",\"name\":\"67faf98e-a847-4339-b5cb-60608ed4f128\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T02:04:36.7496228Z\",\"endTime\":\"2020-08-03T02:04:39.4533059Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DatabaseCreate\",\"RootActivityId\":\"43f1494d-e579-4bb9-84f0-26e34f737d27\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" } }, - "Update-AzKustoDatabase+[NoContext]+UpdateExpandedReadWrite+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15+3": { + "Update-AzKustoDatabase+[NoContext]+UpdateExpandedReadWrite+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs?api-version=2020-06-14+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "12", "13", "14" ], - "x-ms-client-request-id": [ "3f1f412c-741a-4a3e-95fe-891ced600411", "3f1f412c-741a-4a3e-95fe-891ced600411", "3f1f412c-741a-4a3e-95fe-891ced600411" ], + "x-ms-unique-id": [ "632", "633", "634" ], + "x-ms-client-request-id": [ "4ae0a9ab-49d3-4b3f-a522-9b633675a82d", "4ae0a9ab-49d3-4b3f-a522-9b633675a82d", "4ae0a9ab-49d3-4b3f-a522-9b633675a82d" ], "CommandName": [ "Az.Kusto.internal\\Update-AzKustoDatabase", "Az.Kusto.internal\\Update-AzKustoDatabase", "Az.Kusto.internal\\Update-AzKustoDatabase" ], "FullCommandName": [ "Update-AzKustoDatabase_Update", "Update-AzKustoDatabase_Update", "Update-AzKustoDatabase_Update" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -105,41 +140,76 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "0edf991d-1f49-4f83-90f8-a8d1c71a35a6" ], - "x-ms-correlation-request-id": [ "9a0cf3e4-63ce-41fd-9f4e-2df67c384002" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200406T111630Z:9a0cf3e4-63ce-41fd-9f4e-2df67c384002" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], + "x-ms-request-id": [ "f1276688-7ce3-4143-92fa-d44345d2c28e" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "d30d6ef7-581c-4e2d-ab2d-016f1acad134" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020507Z:d30d6ef7-581c-4e2d-ab2d-016f1acad134" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 02:05:06 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "518" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs\",\"name\":\"testclusterlbfexs/testdatabaselbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":true,\"softDeletePeriodInDays\":5,\"softDeletePeriod\":\"P5D\",\"hotCachePeriodInDays\":3,\"hotCachePeriod\":\"P3D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" + } + }, + "Update-AzKustoDatabase+[NoContext]+UpdateExpandedReadOnlyFollowing+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/Databases/testdatabaselbfexs?api-version=2020-06-14+1": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/Databases/testdatabaselbfexs?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "635" ], + "x-ms-client-request-id": [ "e846055a-af0a-40fa-bc96-ec8241696215" ], + "CommandName": [ "Get-AzKustoDatabase" ], + "FullCommandName": [ "Get-AzKustoDatabase_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 06 Apr 2020 11:16:29 GMT" ], + "Pragma": [ "no-cache" ], "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=deac3c942b2a72b721942f97372cf2a3052effbe4aa0b896664f8887a4bd559d;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "297" ], + "x-ms-request-id": [ "f25febbd-4ba9-4afb-90de-33aeffcfcdcf" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "aad4711c-a170-4cbb-8b00-8569c5a4794c" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020508Z:aad4711c-a170-4cbb-8b00-8569c5a4794c" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 02:05:07 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "506" ], + "Content-Length": [ "766" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb\",\"name\":\"sdkpsclustereu/sdkpowershelldb\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":true,\"softDeletePeriodInDays\":6,\"softDeletePeriod\":\"P6D\",\"hotCachePeriodInDays\":3,\"hotCachePeriod\":\"P3D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/Databases/testdatabaselbfexs\",\"name\":\"testfclusterbgiwc7/testdatabaselbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadOnlyFollowing\",\"tags\":{},\"properties\":{\"leaderClusterResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\"attachedDatabaseConfigurationName\":\"testdbconfbgiwc7\",\"principalsModificationKind\":\"Union\",\"softDeletePeriodInDays\":5,\"softDeletePeriod\":\"P5D\",\"hotCachePeriodInDays\":3,\"hotCachePeriod\":\"P3D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" } }, - "Update-AzKustoDatabase+[NoContext]+UpdateExpandedReadOnlyFollowing+$PATCH+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf/Databases/sdkpowershelldb?api-version=2020-02-15+1": { + "Update-AzKustoDatabase+[NoContext]+UpdateExpandedReadOnlyFollowing+$PATCH+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/Databases/testdatabaselbfexs?api-version=2020-06-14+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf/Databases/sdkpowershelldb?api-version=2020-02-15", - "Content": "{\r\n \"kind\": \"ReadOnlyFollowing\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"hotCachePeriod\": \"P3D\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/Databases/testdatabaselbfexs?api-version=2020-06-14", + "Content": "{\r\n \"kind\": \"ReadOnlyFollowing\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"hotCachePeriod\": \"P4D\"\r\n }\r\n}", "Headers": { - "x-ms-unique-id": [ "15" ], - "x-ms-client-request-id": [ "f32b0d09-d20a-430b-8305-4cd13111f200" ], - "CommandName": [ "Az.Kusto.internal\\Update-AzKustoDatabase" ], - "FullCommandName": [ "Update-AzKustoDatabase_Update" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -149,41 +219,41 @@ "Response": { "StatusCode": 202, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "d1501646-32a1-4107-993e-109aae14ef1c" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/0204c45b-bfe3-4611-89ab-f626126e1b52?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "196" ], - "x-ms-correlation-request-id": [ "5bb8b3eb-6d23-4d0f-adb4-bc5e4e6f0855" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200406T111631Z:5bb8b3eb-6d23-4d0f-adb4-bc5e4e6f0855" ], + "ETag": [ "\"\"" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/1aaed376-bb54-4815-9066-e72530ed8969?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "x-ms-request-id": [ "489b06ae-cfac-4925-a785-9a7e7a26947f" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/1aaed376-bb54-4815-9066-e72530ed8969?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "198" ], + "x-ms-correlation-request-id": [ "c572a23b-d5d3-425c-a936-4325231c0adb" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020508Z:c572a23b-d5d3-425c-a936-4325231c0adb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 06 Apr 2020 11:16:31 GMT" ], - "ETag": [ "\"\"" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/0204c45b-bfe3-4611-89ab-f626126e1b52?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=4c87a3fd2d13fe8deabf01a0da1890a3564e836c7c9f153e312617237a9297d0;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:05:07 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "394" ], + "Content-Length": [ "406" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf/Databases/sdkpowershelldb\",\"name\":\"sdkpsclustereuf/sdkpowershelldb\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadOnlyFollowing\",\"tags\":{},\"properties\":{\"hotCachePeriod\":\"P3D\",\"provisioningState\":\"Accepted\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/Databases/testdatabaselbfexs\",\"name\":\"testfclusterbgiwc7/testdatabaselbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadOnlyFollowing\",\"tags\":{},\"properties\":{\"hotCachePeriod\":\"P4D\",\"provisioningState\":\"Accepted\"}}" } }, - "Update-AzKustoDatabase+[NoContext]+UpdateExpandedReadOnlyFollowing+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/0204c45b-bfe3-4611-89ab-f626126e1b52?api-version=2020-02-15+2": { + "Update-AzKustoDatabase+[NoContext]+UpdateExpandedReadOnlyFollowing+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/1aaed376-bb54-4815-9066-e72530ed8969?api-version=2020-06-14+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/0204c45b-bfe3-4611-89ab-f626126e1b52?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/1aaed376-bb54-4815-9066-e72530ed8969?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "15", "16" ], - "x-ms-client-request-id": [ "f32b0d09-d20a-430b-8305-4cd13111f200", "f32b0d09-d20a-430b-8305-4cd13111f200" ], + "x-ms-unique-id": [ "636", "637" ], + "x-ms-client-request-id": [ "97d1f3d4-0e01-45f4-a025-dcc29f902989", "97d1f3d4-0e01-45f4-a025-dcc29f902989" ], "CommandName": [ "Az.Kusto.internal\\Update-AzKustoDatabase", "Az.Kusto.internal\\Update-AzKustoDatabase" ], "FullCommandName": [ "Update-AzKustoDatabase_Update", "Update-AzKustoDatabase_Update" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -192,39 +262,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-correlation-request-id": [ "40129d2e-7c99-4333-b223-0a451a02f66a" ], - "x-ms-request-id": [ "dc2b0e1d-8244-4425-9c6a-e67646560f26" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200406T111702Z:40129d2e-7c99-4333-b223-0a451a02f66a" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "288" ], + "x-ms-request-id": [ "8d58c82f-285b-4503-a9e8-7ee85ab2ffc8" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "343c9c93-a339-4c6e-9b12-81522dfec553" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020539Z:343c9c93-a339-4c6e-9b12-81522dfec553" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 06 Apr 2020 11:17:01 GMT" ], - "Set-Cookie": [ "ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:05:38 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "475" ], + "Content-Length": [ "504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/0204c45b-bfe3-4611-89ab-f626126e1b52\",\"name\":\"0204c45b-bfe3-4611-89ab-f626126e1b52\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-06T11:16:31.7794465Z\",\"endTime\":\"2020-04-06T11:16:34.3343115Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"FollowerDatabaseCreate\",\"RootActivityId\":\"d09ce928-08f7-4bfb-bdf4-3a7fcd92d988\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/1aaed376-bb54-4815-9066-e72530ed8969\",\"name\":\"1aaed376-bb54-4815-9066-e72530ed8969\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T02:05:08.6907829Z\",\"endTime\":\"2020-08-03T02:05:10.9307029Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"FollowerDatabaseCreate\",\"RootActivityId\":\"bfc10ec5-d4b4-427a-9cb3-b19eb1a3fcd9\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" } }, - "Update-AzKustoDatabase+[NoContext]+UpdateExpandedReadOnlyFollowing+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf/Databases/sdkpowershelldb?api-version=2020-02-15+3": { + "Update-AzKustoDatabase+[NoContext]+UpdateExpandedReadOnlyFollowing+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/Databases/testdatabaselbfexs?api-version=2020-06-14+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf/Databases/sdkpowershelldb?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/Databases/testdatabaselbfexs?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "15", "16", "17" ], - "x-ms-client-request-id": [ "f32b0d09-d20a-430b-8305-4cd13111f200", "f32b0d09-d20a-430b-8305-4cd13111f200", "f32b0d09-d20a-430b-8305-4cd13111f200" ], + "x-ms-unique-id": [ "636", "637", "638" ], + "x-ms-client-request-id": [ "97d1f3d4-0e01-45f4-a025-dcc29f902989", "97d1f3d4-0e01-45f4-a025-dcc29f902989", "97d1f3d4-0e01-45f4-a025-dcc29f902989" ], "CommandName": [ "Az.Kusto.internal\\Update-AzKustoDatabase", "Az.Kusto.internal\\Update-AzKustoDatabase", "Az.Kusto.internal\\Update-AzKustoDatabase" ], "FullCommandName": [ "Update-AzKustoDatabase_Update", "Update-AzKustoDatabase_Update", "Update-AzKustoDatabase_Update" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -233,40 +303,40 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "298" ], - "x-ms-request-id": [ "6731f8c7-5389-4aa1-b474-19b834fecc3d" ], - "x-ms-correlation-request-id": [ "031a5f9c-5838-4c76-99da-76debc1fa4f1" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200406T111703Z:031a5f9c-5838-4c76-99da-76debc1fa4f1" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "296" ], + "x-ms-request-id": [ "74673b16-99bc-402c-8b8a-e0068a53cc4d" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "c5cbe1a8-4bd6-44ba-b01e-e6bddc8006c0" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020539Z:c5cbe1a8-4bd6-44ba-b01e-e6bddc8006c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 06 Apr 2020 11:17:02 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:05:39 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "755" ], + "Content-Length": [ "766" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf/Databases/sdkpowershelldb\",\"name\":\"sdkpsclustereuf/sdkpowershelldb\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadOnlyFollowing\",\"tags\":{},\"properties\":{\"leaderClusterResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu\",\"attachedDatabaseConfigurationName\":\"sdkpowershellfconfig\",\"principalsModificationKind\":\"Union\",\"softDeletePeriodInDays\":6,\"softDeletePeriod\":\"P6D\",\"hotCachePeriodInDays\":3,\"hotCachePeriod\":\"P3D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/Databases/testdatabaselbfexs\",\"name\":\"testfclusterbgiwc7/testdatabaselbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadOnlyFollowing\",\"tags\":{},\"properties\":{\"leaderClusterResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\"attachedDatabaseConfigurationName\":\"testdbconfbgiwc7\",\"principalsModificationKind\":\"Union\",\"softDeletePeriodInDays\":5,\"softDeletePeriod\":\"P5D\",\"hotCachePeriodInDays\":4,\"hotCachePeriod\":\"P4D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" } }, - "Update-AzKustoDatabase+[NoContext]+UpdateViaIdentityExpandedReadWrite+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15+1": { + "Update-AzKustoDatabase+[NoContext]+UpdateViaIdentityExpandedReadWrite+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs?api-version=2020-06-14+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "18" ], - "x-ms-client-request-id": [ "548c9c86-b7da-490a-bbce-4bcd5c1a04b5" ], + "x-ms-unique-id": [ "639" ], + "x-ms-client-request-id": [ "46dc3475-a725-45ac-b5e9-7cbd6b6a593f" ], "CommandName": [ "Get-AzKustoDatabase" ], "FullCommandName": [ "Get-AzKustoDatabase_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -275,41 +345,76 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "297" ], - "x-ms-request-id": [ "c923c8cf-d6cb-4da4-b1d0-251ab6c44fab" ], - "x-ms-correlation-request-id": [ "c13eaa52-712d-45a8-a5f6-8ac85ea13d17" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200406T111703Z:c13eaa52-712d-45a8-a5f6-8ac85ea13d17" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "295" ], + "x-ms-request-id": [ "75546072-81fc-4c8a-9869-779a9c8122d2" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "68ec2003-842a-4e56-9130-9c75882385d2" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020540Z:68ec2003-842a-4e56-9130-9c75882385d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 02:05:40 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "518" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs\",\"name\":\"testclusterlbfexs/testdatabaselbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":true,\"softDeletePeriodInDays\":5,\"softDeletePeriod\":\"P5D\",\"hotCachePeriodInDays\":3,\"hotCachePeriod\":\"P3D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" + } + }, + "Update-AzKustoDatabase+[NoContext]+UpdateViaIdentityExpandedReadWrite+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs?api-version=2020-06-14+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "640" ], + "x-ms-client-request-id": [ "0c3b4c78-a1b0-4845-b222-c67cbf7684fc" ], + "CommandName": [ "Get-AzKustoDatabase" ], + "FullCommandName": [ "Get-AzKustoDatabase_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 06 Apr 2020 11:17:03 GMT" ], + "Pragma": [ "no-cache" ], "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=04bed633f23e09623dac6b627accce6240efa1e9739ec9328a5f0adccfa09faa;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "294" ], + "x-ms-request-id": [ "1891406e-3926-4f85-8636-6d72b01ee5a9" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "60654427-fdd0-486d-89b9-ea755bd8c1a0" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020541Z:60654427-fdd0-486d-89b9-ea755bd8c1a0" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 02:05:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "506" ], + "Content-Length": [ "518" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb\",\"name\":\"sdkpsclustereu/sdkpowershelldb\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":true,\"softDeletePeriodInDays\":6,\"softDeletePeriod\":\"P6D\",\"hotCachePeriodInDays\":3,\"hotCachePeriod\":\"P3D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs\",\"name\":\"testclusterlbfexs/testdatabaselbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":true,\"softDeletePeriodInDays\":5,\"softDeletePeriod\":\"P5D\",\"hotCachePeriodInDays\":3,\"hotCachePeriod\":\"P3D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" } }, - "Update-AzKustoDatabase+[NoContext]+UpdateViaIdentityExpandedReadWrite+$PATCH+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15+2": { + "Update-AzKustoDatabase+[NoContext]+UpdateViaIdentityExpandedReadWrite+$PATCH+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs?api-version=2020-06-14+3": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15", - "Content": "{\r\n \"kind\": \"ReadWrite\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"hotCachePeriod\": \"P3D\",\r\n \"softDeletePeriod\": \"P6D\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs?api-version=2020-06-14", + "Content": "{\r\n \"kind\": \"ReadWrite\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"hotCachePeriod\": \"P2D\",\r\n \"softDeletePeriod\": \"P4D\"\r\n }\r\n}", "Headers": { - "x-ms-unique-id": [ "19" ], - "x-ms-client-request-id": [ "5122a300-9e82-4fce-8b72-380fc3fc4221" ], - "CommandName": [ "Az.Kusto.internal\\Update-AzKustoDatabase" ], - "FullCommandName": [ "Update-AzKustoDatabase_UpdateViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -319,41 +424,41 @@ "Response": { "StatusCode": 202, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "06275396-2be0-48e7-9ebc-aef1daf53a70" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e13f702c-7a94-428d-b778-5c1fcd7e26c9?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "195" ], - "x-ms-correlation-request-id": [ "3ccc86ac-032c-497e-9956-65989391ac59" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200406T111705Z:3ccc86ac-032c-497e-9956-65989391ac59" ], + "ETag": [ "\"\"" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/76df9803-5b94-4e04-af2e-2f72e3d367f3?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "x-ms-request-id": [ "6e7c60df-af87-407f-8330-00d5566db37a" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/76df9803-5b94-4e04-af2e-2f72e3d367f3?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "197" ], + "x-ms-correlation-request-id": [ "2fc26e5d-59fd-4145-a59e-a222b24d2ed7" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020541Z:2fc26e5d-59fd-4145-a59e-a222b24d2ed7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 06 Apr 2020 11:17:04 GMT" ], - "ETag": [ "\"\"" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e13f702c-7a94-428d-b778-5c1fcd7e26c9?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=deac3c942b2a72b721942f97372cf2a3052effbe4aa0b896664f8887a4bd559d;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:05:41 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "409" ], + "Content-Length": [ "421" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb\",\"name\":\"sdkpsclustereu/sdkpowershelldb\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"hotCachePeriod\":\"P3D\",\"softDeletePeriod\":\"P6D\",\"provisioningState\":\"Accepted\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs\",\"name\":\"testclusterlbfexs/testdatabaselbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"hotCachePeriod\":\"P2D\",\"softDeletePeriod\":\"P4D\",\"provisioningState\":\"Accepted\"}}" } }, - "Update-AzKustoDatabase+[NoContext]+UpdateViaIdentityExpandedReadWrite+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/e13f702c-7a94-428d-b778-5c1fcd7e26c9?api-version=2020-02-15+3": { + "Update-AzKustoDatabase+[NoContext]+UpdateViaIdentityExpandedReadWrite+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/76df9803-5b94-4e04-af2e-2f72e3d367f3?api-version=2020-06-14+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/e13f702c-7a94-428d-b778-5c1fcd7e26c9?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/76df9803-5b94-4e04-af2e-2f72e3d367f3?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "19", "20" ], - "x-ms-client-request-id": [ "5122a300-9e82-4fce-8b72-380fc3fc4221", "5122a300-9e82-4fce-8b72-380fc3fc4221" ], + "x-ms-unique-id": [ "641", "642" ], + "x-ms-client-request-id": [ "a455d3da-a748-4665-bebb-abda64c49456", "a455d3da-a748-4665-bebb-abda64c49456" ], "CommandName": [ "Az.Kusto.internal\\Update-AzKustoDatabase", "Az.Kusto.internal\\Update-AzKustoDatabase" ], "FullCommandName": [ "Update-AzKustoDatabase_UpdateViaIdentity", "Update-AzKustoDatabase_UpdateViaIdentity" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -362,39 +467,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "297" ], - "x-ms-request-id": [ "8e941475-393f-4ac5-86a1-07c3e2e07131" ], - "x-ms-correlation-request-id": [ "532b17c9-573b-48a7-9d7b-ac390456fa45" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200406T111735Z:532b17c9-573b-48a7-9d7b-ac390456fa45" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "287" ], + "x-ms-request-id": [ "e05fdedb-34cb-4083-9277-e74f0d80018c" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "d2da7079-1d2c-496f-9853-61ac3ae2edb2" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020612Z:d2da7079-1d2c-496f-9853-61ac3ae2edb2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 06 Apr 2020 11:17:34 GMT" ], - "Set-Cookie": [ "ARRAffinity=4c87a3fd2d13fe8deabf01a0da1890a3564e836c7c9f153e312617237a9297d0;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:06:11 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "466" ], + "Content-Length": [ "496" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/e13f702c-7a94-428d-b778-5c1fcd7e26c9\",\"name\":\"e13f702c-7a94-428d-b778-5c1fcd7e26c9\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-06T11:17:04.9068115Z\",\"endTime\":\"2020-04-06T11:17:07.125724Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DatabaseCreate\",\"RootActivityId\":\"0629fda2-9b2a-459c-b173-4314ec2c89c9\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/76df9803-5b94-4e04-af2e-2f72e3d367f3\",\"name\":\"76df9803-5b94-4e04-af2e-2f72e3d367f3\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T02:05:41.6729771Z\",\"endTime\":\"2020-08-03T02:05:43.6106955Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"DatabaseCreate\",\"RootActivityId\":\"5aba41ba-1bd9-435d-bdfc-a8da1efb1c22\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" } }, - "Update-AzKustoDatabase+[NoContext]+UpdateViaIdentityExpandedReadWrite+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15+4": { + "Update-AzKustoDatabase+[NoContext]+UpdateViaIdentityExpandedReadWrite+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs?api-version=2020-06-14+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "19", "20", "21" ], - "x-ms-client-request-id": [ "5122a300-9e82-4fce-8b72-380fc3fc4221", "5122a300-9e82-4fce-8b72-380fc3fc4221", "5122a300-9e82-4fce-8b72-380fc3fc4221" ], + "x-ms-unique-id": [ "641", "642", "643" ], + "x-ms-client-request-id": [ "a455d3da-a748-4665-bebb-abda64c49456", "a455d3da-a748-4665-bebb-abda64c49456", "a455d3da-a748-4665-bebb-abda64c49456" ], "CommandName": [ "Az.Kusto.internal\\Update-AzKustoDatabase", "Az.Kusto.internal\\Update-AzKustoDatabase", "Az.Kusto.internal\\Update-AzKustoDatabase" ], "FullCommandName": [ "Update-AzKustoDatabase_UpdateViaIdentity", "Update-AzKustoDatabase_UpdateViaIdentity", "Update-AzKustoDatabase_UpdateViaIdentity" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -403,40 +508,40 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "296" ], - "x-ms-request-id": [ "89697778-49d2-4d67-88bd-b8a5cb6ee02f" ], - "x-ms-correlation-request-id": [ "16f801e5-ac17-457a-9041-ee47e74dfb48" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200406T111735Z:16f801e5-ac17-457a-9041-ee47e74dfb48" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "293" ], + "x-ms-request-id": [ "45b411b8-8d4a-47cf-b6c4-fdfd95d487d5" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "2771e66f-a772-40e3-a414-d408a7c32e65" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020612Z:2771e66f-a772-40e3-a414-d408a7c32e65" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 06 Apr 2020 11:17:34 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=4bb1416c4d9382a93b901692113c112c880e463b99069071d83beefe042ed576;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:06:11 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "506" ], + "Content-Length": [ "518" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu/Databases/sdkpowershelldb\",\"name\":\"sdkpsclustereu/sdkpowershelldb\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":true,\"softDeletePeriodInDays\":6,\"softDeletePeriod\":\"P6D\",\"hotCachePeriodInDays\":3,\"hotCachePeriod\":\"P3D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs/Databases/testdatabaselbfexs\",\"name\":\"testclusterlbfexs/testdatabaselbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadWrite\",\"tags\":{},\"properties\":{\"isFollowed\":true,\"softDeletePeriodInDays\":4,\"softDeletePeriod\":\"P4D\",\"hotCachePeriodInDays\":2,\"hotCachePeriod\":\"P2D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" } }, - "Update-AzKustoDatabase+[NoContext]+UpdateViaIdentityExpandedReadOnlyFollowing+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf/Databases/sdkpowershelldb?api-version=2020-02-15+1": { + "Update-AzKustoDatabase+[NoContext]+UpdateViaIdentityExpandedReadOnlyFollowing+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/Databases/testdatabaselbfexs?api-version=2020-06-14+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf/Databases/sdkpowershelldb?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/Databases/testdatabaselbfexs?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "22" ], - "x-ms-client-request-id": [ "be92aa82-0b48-4016-a516-83dc9ae0676c" ], + "x-ms-unique-id": [ "644" ], + "x-ms-client-request-id": [ "0ac6e9a7-136d-4356-bc5f-921e8cca2a14" ], "CommandName": [ "Get-AzKustoDatabase" ], "FullCommandName": [ "Get-AzKustoDatabase_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -445,41 +550,76 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "295" ], - "x-ms-request-id": [ "69ae51d4-f1eb-43fb-8d72-a2d859e473a3" ], - "x-ms-correlation-request-id": [ "4d3b3442-79ae-492d-aeb2-fdaa14fec0a3" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200406T111736Z:4d3b3442-79ae-492d-aeb2-fdaa14fec0a3" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "292" ], + "x-ms-request-id": [ "f6c99c81-a273-4b8e-b27a-2cfd30cc7f5e" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "f216717b-ad0d-404c-bf65-cbb09651d139" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020612Z:f216717b-ad0d-404c-bf65-cbb09651d139" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 02:06:12 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "766" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/Databases/testdatabaselbfexs\",\"name\":\"testfclusterbgiwc7/testdatabaselbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadOnlyFollowing\",\"tags\":{},\"properties\":{\"leaderClusterResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\"attachedDatabaseConfigurationName\":\"testdbconfbgiwc7\",\"principalsModificationKind\":\"Union\",\"softDeletePeriodInDays\":4,\"softDeletePeriod\":\"P4D\",\"hotCachePeriodInDays\":4,\"hotCachePeriod\":\"P4D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" + } + }, + "Update-AzKustoDatabase+[NoContext]+UpdateViaIdentityExpandedReadOnlyFollowing+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/Databases/testdatabaselbfexs?api-version=2020-06-14+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/Databases/testdatabaselbfexs?api-version=2020-06-14", + "Content": null, + "Headers": { + "x-ms-unique-id": [ "645" ], + "x-ms-client-request-id": [ "053bc967-e027-479f-921d-fa4f2b2a46b5" ], + "CommandName": [ "Get-AzKustoDatabase" ], + "FullCommandName": [ "Get-AzKustoDatabase_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 06 Apr 2020 11:17:35 GMT" ], + "Pragma": [ "no-cache" ], "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=04bed633f23e09623dac6b627accce6240efa1e9739ec9328a5f0adccfa09faa;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Vary": [ "Accept-Encoding" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "291" ], + "x-ms-request-id": [ "146b56bd-71d7-48a2-bb85-70d727108fa7" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "f79f0cc4-489c-4557-a30e-bd448926b5a5" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020613Z:f79f0cc4-489c-4557-a30e-bd448926b5a5" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Mon, 03 Aug 2020 02:06:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "755" ], + "Content-Length": [ "766" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf/Databases/sdkpowershelldb\",\"name\":\"sdkpsclustereuf/sdkpowershelldb\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadOnlyFollowing\",\"tags\":{},\"properties\":{\"leaderClusterResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu\",\"attachedDatabaseConfigurationName\":\"sdkpowershellfconfig\",\"principalsModificationKind\":\"Union\",\"softDeletePeriodInDays\":6,\"softDeletePeriod\":\"P6D\",\"hotCachePeriodInDays\":3,\"hotCachePeriod\":\"P3D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/Databases/testdatabaselbfexs\",\"name\":\"testfclusterbgiwc7/testdatabaselbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadOnlyFollowing\",\"tags\":{},\"properties\":{\"leaderClusterResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\"attachedDatabaseConfigurationName\":\"testdbconfbgiwc7\",\"principalsModificationKind\":\"Union\",\"softDeletePeriodInDays\":4,\"softDeletePeriod\":\"P4D\",\"hotCachePeriodInDays\":4,\"hotCachePeriod\":\"P4D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" } }, - "Update-AzKustoDatabase+[NoContext]+UpdateViaIdentityExpandedReadOnlyFollowing+$PATCH+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf/Databases/sdkpowershelldb?api-version=2020-02-15+2": { + "Update-AzKustoDatabase+[NoContext]+UpdateViaIdentityExpandedReadOnlyFollowing+$PATCH+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/Databases/testdatabaselbfexs?api-version=2020-06-14+3": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf/Databases/sdkpowershelldb?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/Databases/testdatabaselbfexs?api-version=2020-06-14", "Content": "{\r\n \"kind\": \"ReadOnlyFollowing\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"hotCachePeriod\": \"P3D\"\r\n }\r\n}", "Headers": { - "x-ms-unique-id": [ "23" ], - "x-ms-client-request-id": [ "f6b3c84e-dbb1-41b8-8098-a7522193be8a" ], - "CommandName": [ "Az.Kusto.internal\\Update-AzKustoDatabase" ], - "FullCommandName": [ "Update-AzKustoDatabase_UpdateViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -489,41 +629,41 @@ "Response": { "StatusCode": 202, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-request-id": [ "c0699cc7-887c-477b-80bb-3c842716e8ca" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/329c8cdd-3178-4c44-9851-88e5cedb8cf1?api-version=2020-02-15" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "194" ], - "x-ms-correlation-request-id": [ "d43a53b7-3179-4d81-a9d2-815cf07497fb" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200406T111737Z:d43a53b7-3179-4d81-a9d2-815cf07497fb" ], + "ETag": [ "\"\"" ], + "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/0b13ee04-5cfc-492b-97f7-7cbfc50510e5?api-version=2020-06-14\u0026operationResultResponseType=Location" ], + "x-ms-request-id": [ "a6b7efe3-ccd8-4fa5-a064-00fe22482da8" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/0b13ee04-5cfc-492b-97f7-7cbfc50510e5?api-version=2020-06-14" ], + "Set-Cookie": [ "ARRAffinity=ee13eefe4ea373fa5ef5790d247e631fbf86d1836803eb84090a9ff65767d97e;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "196" ], + "x-ms-correlation-request-id": [ "680b7bed-3ef5-4565-a97c-2be7f5a998e3" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020614Z:680b7bed-3ef5-4565-a97c-2be7f5a998e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 06 Apr 2020 11:17:37 GMT" ], - "ETag": [ "\"\"" ], - "Location": [ "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/329c8cdd-3178-4c44-9851-88e5cedb8cf1?api-version=2020-02-15\u0026operationResultResponseType=Location" ], - "Set-Cookie": [ "ARRAffinity=deac3c942b2a72b721942f97372cf2a3052effbe4aa0b896664f8887a4bd559d;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:06:13 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "394" ], + "Content-Length": [ "406" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf/Databases/sdkpowershelldb\",\"name\":\"sdkpsclustereuf/sdkpowershelldb\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadOnlyFollowing\",\"tags\":{},\"properties\":{\"hotCachePeriod\":\"P3D\",\"provisioningState\":\"Accepted\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/Databases/testdatabaselbfexs\",\"name\":\"testfclusterbgiwc7/testdatabaselbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadOnlyFollowing\",\"tags\":{},\"properties\":{\"hotCachePeriod\":\"P3D\",\"provisioningState\":\"Accepted\"}}" } }, - "Update-AzKustoDatabase+[NoContext]+UpdateViaIdentityExpandedReadOnlyFollowing+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/329c8cdd-3178-4c44-9851-88e5cedb8cf1?api-version=2020-02-15+3": { + "Update-AzKustoDatabase+[NoContext]+UpdateViaIdentityExpandedReadOnlyFollowing+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationResults/0b13ee04-5cfc-492b-97f7-7cbfc50510e5?api-version=2020-06-14+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/329c8cdd-3178-4c44-9851-88e5cedb8cf1?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East%20US/operationResults/0b13ee04-5cfc-492b-97f7-7cbfc50510e5?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "23", "24" ], - "x-ms-client-request-id": [ "f6b3c84e-dbb1-41b8-8098-a7522193be8a", "f6b3c84e-dbb1-41b8-8098-a7522193be8a" ], + "x-ms-unique-id": [ "646", "647" ], + "x-ms-client-request-id": [ "bae91571-d0b3-4191-b72e-893ef9309ab2", "bae91571-d0b3-4191-b72e-893ef9309ab2" ], "CommandName": [ "Az.Kusto.internal\\Update-AzKustoDatabase", "Az.Kusto.internal\\Update-AzKustoDatabase" ], "FullCommandName": [ "Update-AzKustoDatabase_UpdateViaIdentity", "Update-AzKustoDatabase_UpdateViaIdentity" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -532,39 +672,39 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "26b19694-52ed-47ef-b3b1-1094779c9a57" ], - "x-ms-correlation-request-id": [ "4eb8fa9b-59f2-40f7-be18-fbe728d0c643" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200406T111809Z:4eb8fa9b-59f2-40f7-be18-fbe728d0c643" ], + "x-ms-correlation-request-id": [ "7d0f8ec2-2deb-4e15-90be-f2515d972d22" ], + "x-ms-request-id": [ "59e6e1d5-1e1c-4218-bc34-ddb0b22231a1" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "286" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020644Z:7d0f8ec2-2deb-4e15-90be-f2515d972d22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 06 Apr 2020 11:18:08 GMT" ], - "Set-Cookie": [ "ARRAffinity=5d8f46e797674adfa6f345dd92c7bb8ccffb7a39a253ecaf84bf8923217e3248;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:06:43 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "475" ], + "Content-Length": [ "503" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/329c8cdd-3178-4c44-9851-88e5cedb8cf1\",\"name\":\"329c8cdd-3178-4c44-9851-88e5cedb8cf1\",\"status\":\"Succeeded\",\"startTime\":\"2020-04-06T11:17:37.7534159Z\",\"endTime\":\"2020-04-06T11:17:40.3628759Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"FollowerDatabaseCreate\",\"RootActivityId\":\"65ccc0bb-3d8c-45a3-a16f-36e7bede46a2\",\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/providers/Microsoft.Kusto/locations/East US/operationresults/0b13ee04-5cfc-492b-97f7-7cbfc50510e5\",\"name\":\"0b13ee04-5cfc-492b-97f7-7cbfc50510e5\",\"status\":\"Succeeded\",\"startTime\":\"2020-08-03T02:06:13.9709274Z\",\"endTime\":\"2020-08-03T02:06:17.974123Z\",\"percentComplete\":1.0,\"properties\":{\"OperationKind\":\"FollowerDatabaseCreate\",\"RootActivityId\":\"f09953f0-c737-4378-9c4a-ce12c3977f13\",\"provisioningState\":\"Succeeded\",\"OperationState\":\"Completed\"}}" } }, - "Update-AzKustoDatabase+[NoContext]+UpdateViaIdentityExpandedReadOnlyFollowing+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf/Databases/sdkpowershelldb?api-version=2020-02-15+4": { + "Update-AzKustoDatabase+[NoContext]+UpdateViaIdentityExpandedReadOnlyFollowing+$GET+https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/Databases/testdatabaselbfexs?api-version=2020-06-14+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf/Databases/sdkpowershelldb?api-version=2020-02-15", + "RequestUri": "https://management.azure.com/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/Databases/testdatabaselbfexs?api-version=2020-06-14", "Content": null, "Headers": { - "x-ms-unique-id": [ "23", "24", "25" ], - "x-ms-client-request-id": [ "f6b3c84e-dbb1-41b8-8098-a7522193be8a", "f6b3c84e-dbb1-41b8-8098-a7522193be8a", "f6b3c84e-dbb1-41b8-8098-a7522193be8a" ], + "x-ms-unique-id": [ "646", "647", "648" ], + "x-ms-client-request-id": [ "bae91571-d0b3-4191-b72e-893ef9309ab2", "bae91571-d0b3-4191-b72e-893ef9309ab2", "bae91571-d0b3-4191-b72e-893ef9309ab2" ], "CommandName": [ "Az.Kusto.internal\\Update-AzKustoDatabase", "Az.Kusto.internal\\Update-AzKustoDatabase", "Az.Kusto.internal\\Update-AzKustoDatabase" ], "FullCommandName": [ "Update-AzKustoDatabase_UpdateViaIdentity", "Update-AzKustoDatabase_UpdateViaIdentity", "Update-AzKustoDatabase_UpdateViaIdentity" ], "ParameterSetName": [ "__AllParameterSets", "__AllParameterSets", "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview", "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview", "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -573,26 +713,26 @@ "Response": { "StatusCode": 200, "Headers": { + "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], + "ETag": [ "\"\"" ], "Vary": [ "Accept-Encoding" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ "299" ], - "x-ms-request-id": [ "9e4787bd-c75d-4f69-9741-f63f576bc4ea" ], - "x-ms-correlation-request-id": [ "a17f6073-a21b-435e-8a9e-3c0655bc8f4c" ], - "x-ms-routing-request-id": [ "GERMANYWESTCENTRAL:20200406T111809Z:a17f6073-a21b-435e-8a9e-3c0655bc8f4c" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ "290" ], + "x-ms-request-id": [ "e1d803e2-a5da-45bf-86c3-03a71f94504d" ], + "Set-Cookie": [ "ARRAffinity=c4c56cbfa1f31e59b0464659d34eccda0294610fd03b5c877b0ab8b9618d4fc3;Path=/;HttpOnly;Domain=armrp-kustorpeus.kusto.windows.net" ], + "X-Powered-By": [ "ASP.NET" ], + "x-ms-correlation-request-id": [ "71678c4d-8045-47d7-8503-1efd825b50fd" ], + "x-ms-routing-request-id": [ "NORTHEUROPE:20200803T020645Z:71678c4d-8045-47d7-8503-1efd825b50fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 06 Apr 2020 11:18:09 GMT" ], - "ETag": [ "\"\"" ], - "Set-Cookie": [ "ARRAffinity=e34cd42d8bdf1120fb4b3a4d2cc62821863228e00fd30154bbfab9ed251bfdc1;Path=/;HttpOnly;Domain=rp-kustorpeus-website.azurewebsites.net" ], - "X-Powered-By": [ "ASP.NET" ] + "Date": [ "Mon, 03 Aug 2020 02:06:44 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "755" ], + "Content-Length": [ "766" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereuf/Databases/sdkpowershelldb\",\"name\":\"sdkpsclustereuf/sdkpowershelldb\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadOnlyFollowing\",\"tags\":{},\"properties\":{\"leaderClusterResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/sdkpowershellrg/providers/Microsoft.Kusto/Clusters/sdkpsclustereu\",\"attachedDatabaseConfigurationName\":\"sdkpowershellfconfig\",\"principalsModificationKind\":\"Union\",\"softDeletePeriodInDays\":6,\"softDeletePeriod\":\"P6D\",\"hotCachePeriodInDays\":3,\"hotCachePeriod\":\"P3D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testfclusterbgiwc7/Databases/testdatabaselbfexs\",\"name\":\"testfclusterbgiwc7/testdatabaselbfexs\",\"type\":\"Microsoft.Kusto/Clusters/Databases\",\"etag\":\"\\\"\\\"\",\"location\":\"East US\",\"kind\":\"ReadOnlyFollowing\",\"tags\":{},\"properties\":{\"leaderClusterResourceId\":\"/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/testgrouplbfexs/providers/Microsoft.Kusto/Clusters/testclusterlbfexs\",\"attachedDatabaseConfigurationName\":\"testdbconfbgiwc7\",\"principalsModificationKind\":\"Union\",\"softDeletePeriodInDays\":4,\"softDeletePeriod\":\"P4D\",\"hotCachePeriodInDays\":3,\"hotCachePeriod\":\"P3D\",\"statistics\":{\"size\":0.0},\"provisioningState\":\"Succeeded\"}}" } } } \ No newline at end of file diff --git a/src/Kusto/test/Update-AzKustoDatabase.Tests.ps1 b/src/Kusto/test/Update-AzKustoDatabase.Tests.ps1 index 9926cf26e102..38aff80d6674 100644 --- a/src/Kusto/test/Update-AzKustoDatabase.Tests.ps1 +++ b/src/Kusto/test/Update-AzKustoDatabase.Tests.ps1 @@ -7,7 +7,7 @@ if (-Not (Test-Path -Path $loadEnvPath)) { . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzKustoDatabase.Recording.json' $currentPath = $PSScriptRoot -while(-not $mockingPath) { +while (-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File $currentPath = Split-Path -Path $currentPath -Parent } @@ -16,46 +16,58 @@ while(-not $mockingPath) { Describe 'Update-AzKustoDatabase' { It 'UpdateExpandedReadWrite' { $clusterName = $env.clusterName - $databaseFullName = $clusterName + "/" + $env.databaseName - - $softDeletePeriodInDaysUpdated = Get-Updated-Soft-Delete-Period-In-Days - $hotCachePeriodInDaysUpdated = Get-Updated-Hot-Cache-Period-In-Days - - $databaseUpdatedWithParameters = Update-AzKustoDatabase -ResourceGroupName $env.resourceGroupName -ClusterName $clusterName -Name $env.databaseName -Location $env.location -Kind "ReadWrite" -SoftDeletePeriod $softDeletePeriodInDaysUpdated -HotCachePeriod $hotCachePeriodInDaysUpdated + $databaseName = $env.databaseName + $resourceGroupName = $env.resourceGroupName + $databaseFullName = $clusterName + "/" + $databaseName + + $databaseItem = Get-AzKustoDatabase -ResourceGroupName $resourceGroupName -ClusterName $clusterName -Name $databaseName + $softDeletePeriodInDaysUpdated = $databaseItem.SoftDeletePeriod.Add((New-TimeSpan -Days 1)) + $hotCachePeriodInDaysUpdated = $databaseItem.HotCachePeriod.Add((New-TimeSpan -Days 1)) + + $databaseUpdatedWithParameters = Update-AzKustoDatabase -ResourceGroupName $resourceGroupName -ClusterName $clusterName -Name $databaseName -Location $env.location -Kind "ReadWrite" -SoftDeletePeriod $softDeletePeriodInDaysUpdated -HotCachePeriod $hotCachePeriodInDaysUpdated Validate_Database $databaseUpdatedWithParameters $databaseFullName $env.location $env.databaseType $softDeletePeriodInDaysUpdated $hotCachePeriodInDaysUpdated } It 'UpdateExpandedReadOnlyFollowing' { $clusterName = $env.followerClusterName - $databaseFullName = $clusterName + "/" + $env.databaseName - - $softDeletePeriodInDaysUpdated = Get-Updated-Soft-Delete-Period-In-Days - $hotCachePeriodInDaysUpdated = Get-Updated-Hot-Cache-Period-In-Days - - $databaseUpdatedWithParameters = Update-AzKustoDatabase -ResourceGroupName $env.resourceGroupName -ClusterName $clusterName -Name $env.databaseName -Location $env.location -Kind "ReadOnlyFollowing" -HotCachePeriod $hotCachePeriodInDaysUpdated + $resourceGroupName = $env.resourceGroupName + $databaseName = $env.databaseName + $databaseFullName = $clusterName + "/" + $databaseName + + $databaseItem = Get-AzKustoDatabase -ResourceGroupName $resourceGroupName -ClusterName $clusterName -Name $databaseName + $softDeletePeriodInDaysUpdated = $databaseItem.SoftDeletePeriod + $hotCachePeriodInDaysUpdated = $databaseItem.HotCachePeriod.Add((New-TimeSpan -Days 1)) + + $databaseUpdatedWithParameters = Update-AzKustoDatabase -ResourceGroupName $resourceGroupName -ClusterName $clusterName -Name $databaseName -Location $env.location -Kind "ReadOnlyFollowing" -HotCachePeriod $hotCachePeriodInDaysUpdated Validate_Database $databaseUpdatedWithParameters $databaseFullName $env.location $env.databaseType $softDeletePeriodInDaysUpdated $hotCachePeriodInDaysUpdated } It 'UpdateViaIdentityExpandedReadWrite' { $clusterName = $env.clusterName - $databaseFullName = $clusterName + "/" + $env.databaseName - - $softDeletePeriodInDaysUpdated = Get-Updated-Soft-Delete-Period-In-Days - $hotCachePeriodInDaysUpdated = Get-Updated-Hot-Cache-Period-In-Days - - $database = Get-AzKustoDatabase -ResourceGroupName $env.resourceGroupName -ClusterName $clusterName -Name $env.databaseName + $resourceGroupName = $env.resourceGroupName + $databaseName = $env.databaseName + $databaseFullName = $clusterName + "/" + $databaseName + + $databaseItem = Get-AzKustoDatabase -ResourceGroupName $resourceGroupName -ClusterName $clusterName -Name $databaseName + $softDeletePeriodInDaysUpdated = $databaseItem.SoftDeletePeriod.Add((New-TimeSpan -Days -1)) + $hotCachePeriodInDaysUpdated = $databaseItem.HotCachePeriod.Add((New-TimeSpan -Days -1)) + + $database = Get-AzKustoDatabase -ResourceGroupName $resourceGroupName -ClusterName $clusterName -Name $databaseName $databaseUpdatedWithParameters = Update-AzKustoDatabase -InputObject $database -Location $env.location -Kind "ReadWrite" -SoftDeletePeriod $softDeletePeriodInDaysUpdated -HotCachePeriod $hotCachePeriodInDaysUpdated Validate_Database $databaseUpdatedWithParameters $databaseFullName $env.location $env.databaseType $softDeletePeriodInDaysUpdated $hotCachePeriodInDaysUpdated } It 'UpdateViaIdentityExpandedReadOnlyFollowing' { $clusterName = $env.followerClusterName - $databaseFullName = $clusterName + "/" + $env.databaseName - - $softDeletePeriodInDaysUpdated = Get-Updated-Soft-Delete-Period-In-Days - $hotCachePeriodInDaysUpdated = Get-Updated-Hot-Cache-Period-In-Days - - $database = Get-AzKustoDatabase -ResourceGroupName $env.resourceGroupName -ClusterName $clusterName -Name $env.databaseName + $resourceGroupName = $env.resourceGroupName + $databaseName = $env.databaseName + $databaseFullName = $clusterName + "/" + $databaseName + + $databaseItem = Get-AzKustoDatabase -ResourceGroupName $resourceGroupName -ClusterName $clusterName -Name $databaseName + $softDeletePeriodInDaysUpdated = $databaseItem.SoftDeletePeriod + $hotCachePeriodInDaysUpdated = $databaseItem.HotCachePeriod.Add((New-TimeSpan -Days -1)) + + $database = Get-AzKustoDatabase -ResourceGroupName $resourceGroupName -ClusterName $clusterName -Name $databaseName $databaseUpdatedWithParameters = Update-AzKustoDatabase -InputObject $database -Location $env.location -Kind "ReadOnlyFollowing" -HotCachePeriod $hotCachePeriodInDaysUpdated Validate_Database $databaseUpdatedWithParameters $databaseFullName $env.location $env.databaseType $softDeletePeriodInDaysUpdated $hotCachePeriodInDaysUpdated } diff --git a/src/Kusto/test/common.ps1 b/src/Kusto/test/common.ps1 index 64ee61df9ad8..e35de7dee17d 100644 --- a/src/Kusto/test/common.ps1 +++ b/src/Kusto/test/common.ps1 @@ -132,7 +132,7 @@ function Validate_Cluster{ $Cluster.ProvisioningState | Should Be $ProvisioningState $Cluster.Type | Should Be $ResourceType $Cluster.SkuName | Should Be $SkuName - $Cluster.SkuTier | Should Be $SkuTier + $Cluster.SkuTier | Should Be $SkuTier $Cluster.SkuCapacity | Should Be $Capacity } @@ -150,7 +150,7 @@ function Validate_Database { $Database.Name | Should Be $DatabaseFullName $Database.Location | Should Be $Location $Database.Type | Should Be $ResourceType - $Database.SoftDeletePeriod | Should Be $SoftDeletePeriodInDays + $Database.SoftDeletePeriod | Should Be $SoftDeletePeriodInDays $Database.HotCachePeriod | Should Be $HotCachePeriodInDays } @@ -167,7 +167,7 @@ function Validate_PrincipalAssignment { $PrincipalAssignment.Name | Should Be $PrincipalAssignmentFullName $PrincipalAssignment.PrincipalId | Should Be $PrincipalId $PrincipalAssignment.PrincipalType | Should Be $PrincipalType - $PrincipalAssignment.Role | Should Be $Role + $PrincipalAssignment.Role | Should Be $Role } <# @@ -179,17 +179,11 @@ function Validate_EventHubDataConnection { [string]$dataConnectionFullName, [string]$location, [string]$eventHubResourceId, - [string]$tableName, - [string]$tableMappingName, - [string]$dataFormat, [string]$kind) $DataConnection.Name | Should Be $dataConnectionFullName $DataConnection.Location | Should Be $location $DataConnection.EventHubResourceId | Should Be $eventHubResourceId - $DataConnection.TableName | Should Be $tableName - $DataConnection.MappingRuleName | Should Be $tableMappingName - $DataConnection.DataFormat | Should Be $dataFormat - $DataConnection.Kind | Should Be $kind + $DataConnection.Kind | Should Be $kind } <# @@ -202,18 +196,12 @@ function Validate_EventGridDataConnection { [string]$location, [string]$eventHubResourceId, [string]$storageAccountResourceId, - [string]$tableName, - [string]$tableMappingName, - [string]$dataFormat, [string]$kind) $DataConnection.Name | Should Be $dataConnectionFullName $DataConnection.Location | Should Be $location $DataConnection.EventHubResourceId | Should Be $eventHubResourceId $DataConnection.StorageAccountResourceId | Should Be $storageAccountResourceId - $DataConnection.TableName | Should Be $tableName - $DataConnection.MappingRuleName | Should Be $tableMappingName - $DataConnection.DataFormat | Should Be $dataFormat - $DataConnection.Kind | Should Be $kind + $DataConnection.Kind | Should Be $kind } <# @@ -226,18 +214,12 @@ function Validate_IotHubDataConnection { [string]$location, [string]$iotHubResourceId, [string]$sharedAccessPolicyName, - [string]$tableName, - [string]$tableMappingName, - [string]$dataFormat, [string]$kind) $DataConnection.Name | Should Be $dataConnectionFullName $DataConnection.Location | Should Be $location $DataConnection.IotHubResourceId | Should Be $iotHubResourceId $DataConnection.SharedAccessPolicyName | Should Be $sharedAccessPolicyName - $DataConnection.TableName | Should Be $tableName - $DataConnection.MappingRuleName | Should Be $tableMappingName - $DataConnection.DataFormat | Should Be $dataFormat - $DataConnection.Kind | Should Be $kind + $DataConnection.Kind | Should Be $kind } function Validate_AttachedDatabaseConfiguration { @@ -250,7 +232,7 @@ function Validate_AttachedDatabaseConfiguration { $AttachedDatabaseConfigurationCreated.Name | Should Be $AttachedDatabaseConfigurationFullName $AttachedDatabaseConfigurationCreated.Location | Should Be $Location $AttachedDatabaseConfigurationCreated.ClusterResourceId | Should Be $ClusterResourceId - $AttachedDatabaseConfigurationCreated.DatabaseName | Should Be $DatabaseName + $AttachedDatabaseConfigurationCreated.DatabaseName | Should Be $DatabaseName $AttachedDatabaseConfigurationCreated.DefaultPrincipalsModificationKind | Should Be $DefaultPrincipalsModificationKind } diff --git a/src/Kusto/test/constants.json b/src/Kusto/test/constants.json new file mode 100644 index 000000000000..32df99ba12cd --- /dev/null +++ b/src/Kusto/test/constants.json @@ -0,0 +1,23 @@ +{ + "location" : "East US", + "skuTier" : "Standard", + "skuName" : "Standard_D11_v2", + "updatedSkuName" : "Standard_D12_v2", + "capacity" : 2, + "defaultPrincipalsModificationKind": "Union", + "langExt1": "R", + "langExt2": "PYTHON", + "resourceType" : "Microsoft.Kusto/Clusters", + "databaseType": "Microsoft.Kusto/Clusters/Databases", + "iothubSharedAccessPolicyName": "registryRead", + "clusterPrincipalAssignmentResourceType": "Microsoft.Kusto/clusters/principalAssignments", + "databasePrincipalAssignmentResourceType": "Microsoft.Kusto/Clusters/Databases/principalAssignments", + "dataConnectionResourceType": "Microsoft.Kusto/Clusters/Databases/dataConnections", + "principalAssignmentName": "KustoClientsScenarioTest", + "principalId": "713c3475-5021-4f3b-a650-eaa9a83f25a4", + "principalType": "App", + "principalRole": "AllDatabasesViewer", + "databasePrincipalRole": "Viewer", + "principalAssignmentName1": "principalassignment1", + "principalId1": "e60fe5c8-d6a5-4dee-b382-fb4502588dd0" + } \ No newline at end of file diff --git a/src/Kusto/test/deployment-templates/event-grid/parameters.json b/src/Kusto/test/deployment-templates/event-grid/parameters.json new file mode 100644 index 000000000000..9da5ba135bcd --- /dev/null +++ b/src/Kusto/test/deployment-templates/event-grid/parameters.json @@ -0,0 +1,12 @@ +{ + "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#", + "contentVersion": "1.0.0.0", + "parameters": { + "namespaces_sdkpseventhubnsg_name": { + "value": "eventhubnsgridbgiwc7" + }, + "eventhubg_name": { + "value": "eventgridbgiwc7" + } + } +} diff --git a/src/Kusto/test/deployment-templates/event-grid/template.json b/src/Kusto/test/deployment-templates/event-grid/template.json new file mode 100644 index 000000000000..ea3f20136f70 --- /dev/null +++ b/src/Kusto/test/deployment-templates/event-grid/template.json @@ -0,0 +1,89 @@ +{ + "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", + "contentVersion": "1.0.0.0", + "parameters": { + "namespaces_sdkpseventhubnsg_name": { + "defaultValue": "sdkpseventhubnsg", + "type": "String" + }, + "eventhubg_name": { + "defaultValue": "sdkpseventhubg", + "type": "String" + } + }, + "variables": {}, + "resources": [ + { + "type": "Microsoft.EventHub/namespaces", + "apiVersion": "2018-01-01-preview", + "name": "[parameters('namespaces_sdkpseventhubnsg_name')]", + "location": "East US", + "sku": { + "name": "Basic", + "tier": "Basic", + "capacity": 1 + }, + "properties": { + "zoneRedundant": false, + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "kafkaEnabled": false + } + }, + { + "type": "Microsoft.EventHub/namespaces/AuthorizationRules", + "apiVersion": "2017-04-01", + "name": "[concat(parameters('namespaces_sdkpseventhubnsg_name'), '/RootManageSharedAccessKey')]", + "location": "East US", + "dependsOn": [ + "[resourceId('Microsoft.EventHub/namespaces', parameters('namespaces_sdkpseventhubnsg_name'))]" + ], + "properties": { + "rights": [ + "Listen", + "Manage", + "Send" + ] + } + }, + { + "type": "Microsoft.EventHub/namespaces/eventhubs", + "apiVersion": "2017-04-01", + "name": "[concat(parameters('namespaces_sdkpseventhubnsg_name'), '/', parameters('eventhubg_name'))]", + "location": "East US", + "dependsOn": [ + "[resourceId('Microsoft.EventHub/namespaces', parameters('namespaces_sdkpseventhubnsg_name'))]" + ], + "properties": { + "messageRetentionInDays": 1, + "partitionCount": 2, + "status": "Active" + } + }, + { + "type": "Microsoft.EventHub/namespaces/networkRuleSets", + "apiVersion": "2018-01-01-preview", + "name": "[concat(parameters('namespaces_sdkpseventhubnsg_name'), '/default')]", + "location": "East US", + "dependsOn": [ + "[resourceId('Microsoft.EventHub/namespaces', parameters('namespaces_sdkpseventhubnsg_name'))]" + ], + "properties": { + "defaultAction": "Deny", + "virtualNetworkRules": [], + "ipRules": [] + } + }, + { + "type": "Microsoft.EventHub/namespaces/eventhubs/consumergroups", + "apiVersion": "2017-04-01", + "name": "[concat(parameters('namespaces_sdkpseventhubnsg_name'), '/', parameters('eventhubg_name'), '/$Default')]", + "location": "East US", + "dependsOn": [ + "[resourceId('Microsoft.EventHub/namespaces/eventhubs', parameters('namespaces_sdkpseventhubnsg_name'), parameters('eventhubg_name'))]", + "[resourceId('Microsoft.EventHub/namespaces', parameters('namespaces_sdkpseventhubnsg_name'))]" + ], + "properties": {} + } + ] +} \ No newline at end of file diff --git a/src/Kusto/test/deployment-templates/event-hub/parameters.json b/src/Kusto/test/deployment-templates/event-hub/parameters.json new file mode 100644 index 000000000000..1ee6be84e8a4 --- /dev/null +++ b/src/Kusto/test/deployment-templates/event-hub/parameters.json @@ -0,0 +1,12 @@ +{ + "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#", + "contentVersion": "1.0.0.0", + "parameters": { + "namespaces_sdkpseventhubns_name": { + "value": "eventhubnslbfexs" + }, + "eventhub_name": { + "value": "eventhublbfexs" + } + } +} diff --git a/src/Kusto/test/deployment-templates/event-hub/template.json b/src/Kusto/test/deployment-templates/event-hub/template.json new file mode 100644 index 000000000000..1601a9e1f62c --- /dev/null +++ b/src/Kusto/test/deployment-templates/event-hub/template.json @@ -0,0 +1,89 @@ +{ + "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", + "contentVersion": "1.0.0.0", + "parameters": { + "namespaces_sdkpseventhubns_name": { + "defaultValue": "sdkpseventhubns", + "type": "String" + }, + "eventhub_name": { + "defaultValue": "sdkpseventhub", + "type": "String" + } + }, + "variables": {}, + "resources": [ + { + "type": "Microsoft.EventHub/namespaces", + "apiVersion": "2018-01-01-preview", + "name": "[parameters('namespaces_sdkpseventhubns_name')]", + "location": "East US", + "sku": { + "name": "Basic", + "tier": "Basic", + "capacity": 1 + }, + "properties": { + "zoneRedundant": false, + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "kafkaEnabled": false + } + }, + { + "type": "Microsoft.EventHub/namespaces/AuthorizationRules", + "apiVersion": "2017-04-01", + "name": "[concat(parameters('namespaces_sdkpseventhubns_name'), '/RootManageSharedAccessKey')]", + "location": "East US", + "dependsOn": [ + "[resourceId('Microsoft.EventHub/namespaces', parameters('namespaces_sdkpseventhubns_name'))]" + ], + "properties": { + "rights": [ + "Listen", + "Manage", + "Send" + ] + } + }, + { + "type": "Microsoft.EventHub/namespaces/eventhubs", + "apiVersion": "2017-04-01", + "name": "[concat(parameters('namespaces_sdkpseventhubns_name'), '/', parameters('eventhub_name'))]", + "location": "East US", + "dependsOn": [ + "[resourceId('Microsoft.EventHub/namespaces', parameters('namespaces_sdkpseventhubns_name'))]" + ], + "properties": { + "messageRetentionInDays": 1, + "partitionCount": 2, + "status": "Active" + } + }, + { + "type": "Microsoft.EventHub/namespaces/networkRuleSets", + "apiVersion": "2018-01-01-preview", + "name": "[concat(parameters('namespaces_sdkpseventhubns_name'), '/default')]", + "location": "East US", + "dependsOn": [ + "[resourceId('Microsoft.EventHub/namespaces', parameters('namespaces_sdkpseventhubns_name'))]" + ], + "properties": { + "defaultAction": "Deny", + "virtualNetworkRules": [], + "ipRules": [] + } + }, + { + "type": "Microsoft.EventHub/namespaces/eventhubs/consumergroups", + "apiVersion": "2017-04-01", + "name": "[concat(parameters('namespaces_sdkpseventhubns_name'), '/', parameters('eventhub_name'), '/$Default')]", + "location": "East US", + "dependsOn": [ + "[resourceId('Microsoft.EventHub/namespaces/eventhubs', parameters('namespaces_sdkpseventhubns_name'), parameters('eventhub_name'))]", + "[resourceId('Microsoft.EventHub/namespaces', parameters('namespaces_sdkpseventhubns_name'))]" + ], + "properties": {} + } + ] +} \ No newline at end of file diff --git a/src/Kusto/test/deployment-templates/storage-account/parameters.json b/src/Kusto/test/deployment-templates/storage-account/parameters.json new file mode 100644 index 000000000000..ab594f4a6abb --- /dev/null +++ b/src/Kusto/test/deployment-templates/storage-account/parameters.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#", + "contentVersion": "1.0.0.0", + "parameters": { + "storageAccounts_sdkpsstorage_name": { + "value": "storagelbfexs" + } + } +} diff --git a/src/Kusto/test/deployment-templates/storage-account/template.json b/src/Kusto/test/deployment-templates/storage-account/template.json new file mode 100644 index 000000000000..d7befb5b21ec --- /dev/null +++ b/src/Kusto/test/deployment-templates/storage-account/template.json @@ -0,0 +1,84 @@ +{ + "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", + "contentVersion": "1.0.0.0", + "parameters": { + "storageAccounts_sdkpsstorage_name": { + "defaultValue": "sdkpsstorage", + "type": "String" + } + }, + "variables": {}, + "resources": [ + { + "type": "Microsoft.Storage/storageAccounts", + "apiVersion": "2019-06-01", + "name": "[parameters('storageAccounts_sdkpsstorage_name')]", + "location": "eastus", + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "properties": { + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true + }, + "blob": { + "keyType": "Account", + "enabled": true + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot" + } + }, + { + "type": "Microsoft.Storage/storageAccounts/blobServices", + "apiVersion": "2019-06-01", + "name": "[concat(parameters('storageAccounts_sdkpsstorage_name'), '/default')]", + "dependsOn": [ + "[resourceId('Microsoft.Storage/storageAccounts', parameters('storageAccounts_sdkpsstorage_name'))]" + ], + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + }, + { + "type": "Microsoft.Storage/storageAccounts/fileServices", + "apiVersion": "2019-06-01", + "name": "[concat(parameters('storageAccounts_sdkpsstorage_name'), '/default')]", + "dependsOn": [ + "[resourceId('Microsoft.Storage/storageAccounts', parameters('storageAccounts_sdkpsstorage_name'))]" + ], + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "properties": { + "cors": { + "corsRules": [] + } + } + } + ] +} \ No newline at end of file diff --git a/src/Kusto/test/env.json b/src/Kusto/test/env.json index 41635bf14fc6..2df07361ca6c 100644 --- a/src/Kusto/test/env.json +++ b/src/Kusto/test/env.json @@ -1,39 +1,42 @@ { + "eventhubName": "eventhublbfexs", + "iothubName": "iothublbfexs", + "rstr5": "r4qwo8", + "eventhubNameForEventGrid": "eventgridbgiwc7", + "principalType": "App", "Tenant": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "SubscriptionId": "11d5f159-a21d-4a6c-8053-c3aae30057cf", - "location" : "East US", - "resourceGroupName" : "sdkpowershellrg", - "clusterName" : "sdkpsclustereu", - "databaseName": "sdkpowershelldb", - "skuTier" : "Standard", - "skuName" : "Standard_D11_v2", - "updatedSkuName" : "Standard_D12_v2", - "resourceType" : "Microsoft.Kusto/Clusters", + "langExt1": "R", + "skuName": "Standard_D11_v2", + "PlainClusterName": "testclusterv76dg4", + "principalAssignmentName": "KustoClientsScenarioTest", + "location": "East US", + "principalId": "713c3475-5021-4f3b-a650-eaa9a83f25a4", + "resourceType": "Microsoft.Kusto/Clusters", + "skuTier": "Standard", + "capacity": 2, + "databasePrincipalAssignmentResourceType": "Microsoft.Kusto/Clusters/Databases/principalAssignments", "databaseType": "Microsoft.Kusto/Clusters/Databases", - "capacity" : 2, - "principalAssignmentName": "principalassignment1", - "clusterPrincipalAssignmentResourceType": "Microsoft.Kusto/clusters/principalAssignments", - "databasePrincipalAssignmentResourceType": "Microsoft.Kusto/Clusters/Database/principalAssignments", - "principalId": "e60fe5c8-d6a5-4dee-b382-fb4502588dd0", - "principalType": "App", + "defaultPrincipalsModificationKind": "Union", + "storageName": "storagelbfexs", + "clusterName": "testclusterlbfexs", + "principalAssignmentName1": "principalassignment1", + "databaseName": "testdatabaselbfexs", + "eventhubNSNameForEventGrid": "eventhubnsgridbgiwc7", + "SubscriptionId": "11d5f159-a21d-4a6c-8053-c3aae30057cf", "principalRole": "AllDatabasesViewer", + "rstr6": "wmcyao", + "attachedDatabaseConfigurationName": "testdbconfbgiwc7", + "eventhubNSName": "eventhubnslbfexs", + "databaseName1": null, + "clusterPrincipalAssignmentResourceType": "Microsoft.Kusto/clusters/principalAssignments", + "updatedSkuName": "Standard_D12_v2", "databasePrincipalRole": "Viewer", - "dataConnectionName": "sdkpsdataconnection", + "principalId1": "e60fe5c8-d6a5-4dee-b382-fb4502588dd0", + "langExt2": "PYTHON", "dataConnectionResourceType": "Microsoft.Kusto/Clusters/Databases/dataConnections", - "eventhubNSName": "sdkpseventhubns", - "eventhubName": "sdkpseventhub", - "tableName": "Events", - "tableMappingName": "EventsMapping", - "tableMappingNameForUpdate": "EventsMapping1", - "dataFormat": "JSON", - "attachedDatabaseConfigurationName": "sdkpowershellfconfig", - "followerClusterName": "sdkpsclustereuf", - "defaultPrincipalsModificationKind": "Union", - "storageName": "sdkpsstorage", - "eventhubNSNameForEventGrid": "sdkpseventhubnsg", - "eventhubNameForEventGrid": "sdkpseventhubg", - "iothubName": "sdkpsiothub", - "iothubSharedAccessPolicyName": "iothubforread", - "langExt1": "R", - "langExt2": "PYTHON" -} \ No newline at end of file + "resourceGroupName": "testgrouplbfexs", + "followerClusterName": "testfclusterbgiwc7", + "rstr4": "su8yho", + "dataConnectionName": "testdataconnectionlbfexs", + "iothubSharedAccessPolicyName": "registryRead" +} diff --git a/src/Kusto/test/utils.ps1 b/src/Kusto/test/utils.ps1 index 8876c288462c..10db47aa0445 100644 --- a/src/Kusto/test/utils.ps1 +++ b/src/Kusto/test/utils.ps1 @@ -12,13 +12,127 @@ function setupEnv() { $env.SubscriptionId = (Get-AzContext).Subscription.Id $env.Tenant = (Get-AzContext).Tenant.Id # For any resources you created for test, you should add it to $env here. + # Generate some random strings for use in the test. + $rstr1 = RandomString -allChars $false -len 6 + $rstr2 = RandomString -allChars $false -len 6 + $rstr3 = RandomString -allChars $false -len 6 + # Follow random strings will be used in the test directly, so add it to $env + $rstr4 = RandomString -allChars $false -len 6 + $rstr5 = RandomString -allChars $false -len 6 + $rstr6 = RandomString -allChars $false -len 6 + $null = $env.Add("rstr4", $rstr4) + $null = $env.Add("rstr5", $rstr5) + $null = $env.Add("rstr6", $rstr6) + + # Some constants + $constants = Get-Content .\test\constants.json | ConvertFrom-Json + $constants.psobject.Properties | ForEach-Object { $env[$_.Name] = $_.Value } + + # Create the test group + $resourceGroupName = "testgroup" + $rstr1 + Write-Host "Start to create test resource group" $resourceGroupName + $null = $env.Add("resourceGroupName", $resourceGroupName) + New-AzResourceGroup -Name $resourceGroupName -Location $env.location + + # Create Event Hub + $eventhubNSName = "eventhubns" + $rstr1 + $eventhubName = "eventhub" + $rstr1 + Write-Host "Start to create Event Hub NS" $eventhubNSName + $null = $env.Add("eventhubNSName", $eventhubNSName) + $null = $env.Add("eventhubName", $eventhubName) + $eventhubNSParams = Get-Content .\test\deployment-templates\event-hub\parameters.json | ConvertFrom-Json + $eventhubNSParams.parameters.namespaces_sdkpseventhubns_name.value = $eventhubNSName + $eventhubNSParams.parameters.eventhub_name.value = $eventhubName + set-content -Path .\test\deployment-templates\event-hub\parameters.json -Value (ConvertTo-Json $eventhubNSParams) + New-AzDeployment -Mode Incremental -TemplateFile .\test\deployment-templates\event-hub\template.json -TemplateParameterFile .\test\deployment-templates\event-hub\parameters.json -Name eventhub -ResourceGroupName $resourceGroupName + + # Create Event Grid + $eventhubNSGName = "eventhubnsgrid" + $rstr2 + $eventhubGName = "eventgrid" + $rstr2 + Write-Host "Start to create Event Grid NS" $eventhubNSGName + $null = $env.Add("eventhubNSNameForEventGrid", $eventhubNSGName) + $null = $env.Add("eventhubNameForEventGrid", $eventhubGName) + $eventhubNSGParams = Get-Content .\test\deployment-templates\event-grid\parameters.json | ConvertFrom-Json + $eventhubNSGParams.parameters.namespaces_sdkpseventhubnsg_name.value = $eventhubNSGName + $eventhubNSGParams.parameters.eventhubg_name.value = $eventhubGName + set-content -Path .\test\deployment-templates\event-grid\parameters.json -Value (ConvertTo-Json $eventhubNSGParams) + New-AzDeployment -Mode Incremental -TemplateFile .\test\deployment-templates\event-grid\template.json -TemplateParameterFile .\test\deployment-templates\event-grid\parameters.json -Name eventgrid -ResourceGroupName $resourceGroupName + + # IoT Hub must be created manually, the name is saved in env.json under iothubName + # Create IoT Hub + $iothubName = "iothub" + $rstr1 + Write-Host "Start to create IoT Hub" $iothubName + $null = $env.Add("iothubName", $iothubName) + # New-AzIotHub -ResourceGroupName $resourceGroupName -Name $iothubName -SkuName S1 -Units 1 -Location $env.location + + # Create Storage Account + $storageName = "storage" + $rstr1 + Write-Host "Start to create Storage Account" $storageName + $null = $env.Add("storageName", $storageName) + $storageParams = Get-Content .\test\deployment-templates\storage-account\parameters.json | ConvertFrom-Json + $storageParams.parameters.storageAccounts_sdkpsstorage_name.value = $storageName + set-content -Path .\test\deployment-templates\storage-account\parameters.json -Value (ConvertTo-Json $storageParams) + New-AzDeployment -Mode Incremental -TemplateFile .\test\deployment-templates\storage-account\template.json -TemplateParameterFile .\test\deployment-templates\storage-account\parameters.json -Name storage -ResourceGroupName $resourceGroupName + + # Deploy cluster + database + dataconnections for test + $SubscriptionId = $env.SubscriptionId + $clusterName = "testcluster" + $rstr1 + $databaseName = "testdatabase" + $rstr1 + $dataConnectionName = "testdataconnection" + $rstr1 + Write-Host "Start to create a cluster" $clusterName + $null = $env.Add("clusterName", $clusterName) + $null = $env.Add("databaseName", $databaseName) + $null = $env.Add("databaseName1", $databaseName1) + $null = $env.Add("dataConnectionName", $dataConnectionName) + New-AzKustoCluster -ResourceGroupName $resourceGroupName -Name $clusterName -Location $env.location -SkuName $env.skuName -SkuTier $env.skuTier + Write-Host "Start to create a database" $databaseName + $softDeletePeriodInDaysUpdated = New-TimeSpan -Days 4 + $hotCachePeriodInDaysUpdated = New-TimeSpan -Days 2 + New-AzKustoDatabase -ResourceGroupName $resourceGroupName -ClusterName $clusterName -Name $databaseName -Kind ReadWrite -Location $env.location -SoftDeletePeriod $softDeletePeriodInDaysUpdated -HotCachePeriod $hotCachePeriodInDaysUpdated + + # Note, for *Principal* tests, AzADApplication was created, see principalAssignmentName, principalId and principalAssignmentName1, principalId1 for details + New-AzKustoClusterPrincipalAssignment -ResourceGroupName $resourceGroupName -ClusterName $clusterName -PrincipalAssignmentName $env.principalAssignmentName -PrincipalId $env.principalId -PrincipalType $env.principalType -Role $env.principalRole + New-AzKustoDatabasePrincipalAssignment -ResourceGroupName $resourceGroupName -ClusterName $clusterName -PrincipalAssignmentName $env.principalAssignmentName -DatabaseName $databaseName -PrincipalId $env.principalId -PrincipalType $env.principalType -Role $env.databasePrincipalRole + + # Create data connections: + $dataConnectionName = $env.dataConnectionName + $eventHubResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.EventHub/namespaces/$eventhubNSName/eventhubs/$eventhubName" + New-AzKustoDataConnection -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -DataConnectionName $dataConnectionName -Location $env.location -Kind "EventHub" -EventHubResourceId $eventHubResourceId -ConsumerGroup '$Default' -Compression "None" + + $dataConnectionName = $env.dataConnectionName + "g" + $eventHubResourceId = "/subscriptions/$SubscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.EventHub/namespaces/$eventhubNSGName/eventhubs/$eventhubGName" + $storageAccountResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.Storage/storageAccounts/$storageName" + New-AzKustoDataConnection -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -DataConnectionName $dataConnectionName -location $env.location -Kind "EventGrid" -EventHubResourceId $eventHubResourceId -StorageAccountResourceId $storageAccountResourceId -ConsumerGroup '$Default' + + $dataConnectionName = $env.dataConnectionName + "h" + $iotHubResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.Devices/IotHubs/$iothubName" + New-AzKustoDataConnection -ResourceGroupName $resourceGroupName -ClusterName $clusterName -DatabaseName $databaseName -DataConnectionName $dataConnectionName -location $env.location -Kind "IotHub" -IotHubResourceId $iotHubResourceId -SharedAccessPolicyName $env.iothubSharedAccessPolicyName -ConsumerGroup '$Default' + + # Deploy follower cluster for test + $followerClusterName = "testfcluster" + $rstr2 + $attachedDatabaseConfigurationName = "testdbconf" + $rstr2 + Write-Host "Start to create a follower cluster" $followerClusterName + $null = $env.Add("followerClusterName", $followerClusterName) + $null = $env.Add("attachedDatabaseConfigurationName", $attachedDatabaseConfigurationName) + New-AzKustoCluster -ResourceGroupName $resourceGroupName -Name $followerClusterName -Location $env.location -SkuName $env.skuName -SkuTier $env.skuTier + $clusterResourceId = "/subscriptions/$subscriptionId/resourcegroups/$resourceGroupName/providers/Microsoft.Kusto/Clusters/$clusterName" + New-AzKustoAttachedDatabaseConfiguration -ResourceGroupName $resourceGroupName -ClusterName $followerClusterName -Name $attachedDatabaseConfigurationName -Location $env.location -ClusterResourceId $clusterResourceId -DatabaseName $databaseName -DefaultPrincipalsModificationKind $env.defaultPrincipalsModificationKind + + # Deploy 2nd cluster for test + $clusterName = "testcluster" + $rstr3 + Write-Host "Start to create 2nd cluster" $clusterName + $null = $env.Add("PlainClusterName", $clusterName) + New-AzKustoCluster -ResourceGroupName $resourceGroupName -Name $clusterName -Location $env.location -SkuName $env.skuName -SkuTier $env.skuTier + $envFile = 'env.json' if ($TestMode -eq 'live') { $envFile = 'localEnv.json' } set-content -Path (Join-Path $PSScriptRoot $envFile) -Value (ConvertTo-Json $env) } + function cleanupEnv() { # Clean resources you create for testing + # Removing resourcegroup will clean all the resources created for testing. + Remove-AzResourceGroup -Name $env.resourceGroupName } - From 20cf8ea40e90ebd64bab5ed8ed572fc0f9153b93 Mon Sep 17 00:00:00 2001 From: sivanguetta <46525261+sivanguetta@users.noreply.github.com> Date: Wed, 12 Aug 2020 12:30:49 +0300 Subject: [PATCH 05/19] =?UTF-8?q?Bug=20fix-=20when=20getting=20metric=20al?= =?UTF-8?q?ert=20from=20pipeline,=20the=20actions=20are=20del=E2=80=A6=20(?= =?UTF-8?q?#12614)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bug fix- when getting metric alert from pipeline, the actions are deleted * Update changelog --- .../AddAzureRmMetricAlertRuleV2Tests.cs | 30 + .../Monitor.Test/ScenarioTests/AlertsTests.cs | 7 + .../ScenarioTests/AlertsTests.ps1 | 59 +- ...eRmMetricAlertRuleV2WithActionGroupId.json | 353 ++-- ...reRmMetricAlertRuleV2WithActionGroups.json | 1418 +++++++++++++++++ .../AddAzureRmMetricAlertRuleV2Command.cs | 27 +- src/Monitor/Monitor/ChangeLog.md | 1 + .../Monitor/help/Add-AzMetricAlertRuleV2.md | 64 +- 8 files changed, 1683 insertions(+), 276 deletions(-) create mode 100644 src/Monitor/Monitor.Test/SessionRecords/Microsoft.Azure.Commands.Insights.Test.ScenarioTests.AlertsTests/TestDisableAzureRmMetricAlertRuleV2WithActionGroups.json diff --git a/src/Monitor/Monitor.Test/Alerts/AddAzureRmMetricAlertRuleV2Tests.cs b/src/Monitor/Monitor.Test/Alerts/AddAzureRmMetricAlertRuleV2Tests.cs index 0809ea89b6b9..66c8c2a19e93 100644 --- a/src/Monitor/Monitor.Test/Alerts/AddAzureRmMetricAlertRuleV2Tests.cs +++ b/src/Monitor/Monitor.Test/Alerts/AddAzureRmMetricAlertRuleV2Tests.cs @@ -106,6 +106,36 @@ public void NewMetricAlertRuleV2ByTargetResourceScopeAndActionGroupParametersPro It.IsAny()), Times.Once); } + [Fact] + [Trait(Category.AcceptanceType, Category.CheckIn)] + public void NewMetricAlertRuleV2ByTargetResourceScopeActionGroupAndActionGroupIdParametersProcessing() + { + _cmdlet.TargetResourceScope = new[] { "resourceId1", "resourceId2" }; + _cmdlet.ActionGroup = new[] { + new ActivityLogAlertActionGroup("actionGroupId1", new Dictionary {{"key1", "value1"}}), + new ActivityLogAlertActionGroup("actionGroupId2", null) + }; + + _cmdlet.ActionGroupId = new[] { "actionGroupId1", "actionGroupId3" }; + + _cmdlet.ExecuteCmdlet(); + + Func verify = metricAlert => + { + Assert.Contains(_cmdlet.ActionGroup[0].ActionGroupId, metricAlert.Actions.Select(action => action.ActionGroupId)); + Assert.Contains(_cmdlet.ActionGroup[0].WebhookProperties, metricAlert.Actions.Select(action => action.WebHookProperties)); + Assert.Contains(_cmdlet.ActionGroup[1].ActionGroupId, metricAlert.Actions.Select(action => action.ActionGroupId)); + Assert.Contains(_cmdlet.ActionGroupId[1], metricAlert.Actions.Select(action => action.ActionGroupId)); + Assert.Equal(3, metricAlert.Actions.Count); + Assert.Contains(_cmdlet.TargetResourceScope[0], metricAlert.Scopes); + Assert.Contains(_cmdlet.TargetResourceScope[1], metricAlert.Scopes); + return true; + }; + + this._insightsMetricAlertsOperationsMock.Verify(o => o.CreateOrUpdateWithHttpMessagesAsync(It.IsAny(), It.IsAny(), It.Is(r => verify(r)), It.IsAny>>(), + It.IsAny()), Times.Once); + } + [Fact] [Trait(Category.AcceptanceType, Category.CheckIn)] public void NewMetricAlertRuleV2WithWebtestConditionProcessing() diff --git a/src/Monitor/Monitor.Test/ScenarioTests/AlertsTests.cs b/src/Monitor/Monitor.Test/ScenarioTests/AlertsTests.cs index 5115e9de0f02..e5320be26226 100644 --- a/src/Monitor/Monitor.Test/ScenarioTests/AlertsTests.cs +++ b/src/Monitor/Monitor.Test/ScenarioTests/AlertsTests.cs @@ -120,6 +120,13 @@ public void TestAddAzureRmMetricAlertRuleV2WithActionGroupId() TestsController.NewInstance.RunPsTest(_logger, "Test-AddAzureRmMetricAlertRuleV2-ActionGroupId"); } + [Fact] + [Trait(Category.AcceptanceType, Category.CheckIn)] + public void TestDisableAzureRmMetricAlertRuleV2WithActionGroups() + { + TestsController.NewInstance.RunPsTest(_logger, "Test-DisableAzureRmMetricAlertRuleV2WithActionGroups"); + } + [Fact] [Trait(Category.AcceptanceType, Category.CheckIn)] public void TestAddAzureRmDynamicMetricAlertRuleV2() diff --git a/src/Monitor/Monitor.Test/ScenarioTests/AlertsTests.ps1 b/src/Monitor/Monitor.Test/ScenarioTests/AlertsTests.ps1 index 2f4bb86b9441..663c69b8e1f0 100644 --- a/src/Monitor/Monitor.Test/ScenarioTests/AlertsTests.ps1 +++ b/src/Monitor/Monitor.Test/ScenarioTests/AlertsTests.ps1 @@ -391,10 +391,7 @@ function Test-AddAzureRmMetricAlertRuleV2-ActionGroupId $actionGroup1 = New-AzActionGroup -ActionGroupId $NewActionGroup1.Id $condition = New-AzMetricAlertRuleV2Criteria -MetricName "UsedCapacity" -Operator GreaterThan -Threshold 8 -TimeAggregation Average try - { - # Test - cannot create metric alert with action group id and action group - Assert-Throws { Add-AzMetricAlertRuleV2 -Name $ruleName -ResourceGroupName $rgname -WindowSize 01:00:00 -Frequency 00:05:00 -TargetResourceId $targetResourceId -Condition $condition -ActionGroup $actionGroup1 -ActionGroupId $NewActionGroup1.Id, $NewActionGroup1.Id -Severity 3 } "Parameter set cannot be resolved using the specified named parameters. One or more parameters issued cannot be used together or an insufficient number of parameters were provided." - + { # Test - create metric alert by action group id $actual = Add-AzMetricAlertRuleV2 -Name $ruleName -ResourceGroupName $rgname -WindowSize 01:00:00 -Frequency 00:05:00 -TargetResourceId $targetResourceId -Condition $condition -ActionGroupId $NewActionGroup1.Id, $NewActionGroup2.Id -Severity 3 Assert-AreEqual $actual.Name $ruleName @@ -411,6 +408,60 @@ function Test-AddAzureRmMetricAlertRuleV2-ActionGroupId <# .SYNOPSIS +Tests disabling a GenV2 metric alert rule with action groups. +#> +function Test-DisableAzureRmMetricAlertRuleV2WithActionGroups +{ + # Setup + $sub = Get-AzContext + $subscription = $sub.subscription.subscriptionId + $rgname = Get-ResourceGroupName + $location =Get-ProviderLocation ResourceManagement + $resourceName = Get-ResourceName + $ruleWithActionGroupIdName = Get-ResourceName + $ruleByResourceId = Get-ResourceName + $ruleByResourceScope = Get-ResourceName + $actionGroupName1 = Get-ResourceName + $actionGroupName2 = Get-ResourceName + $targetResourceId = '/subscriptions/'+$subscription+'/resourceGroups/'+$rgname+'/providers/Microsoft.Storage/storageAccounts/'+$resourceName + $targetResourceScope = $targetResourceId + $targetResourceType = 'Microsoft.Storage/storageAccounts' + New-AzResourceGroup -Name $rgname -Location $location -Force + New-AzStorageAccount -ResourceGroupName $rgname -Name $resourceName -Location $location -Type Standard_GRS + $email = New-AzActionGroupReceiver -Name 'user1' -EmailReceiver -EmailAddress 'user1@example.com' + $newActionGroup1 = Set-AzureRmActionGroup -Name $actionGroupName1 -ResourceGroup $rgname -ShortName ASTG -Receiver $email + $newActionGroup2 = Set-AzureRmActionGroup -Name $actionGroupName2 -ResourceGroup $rgname -ShortName ASTG -Receiver $email + $condition = New-AzMetricAlertRuleV2Criteria -MetricName "UsedCapacity" -Operator GreaterThan -Threshold 8 -TimeAggregation Average + try + { + # Test - disable metric alert with resource id and action group + $actual = Add-AzMetricAlertRuleV2 -Name $ruleByResourceId -ResourceGroupName $rgname -WindowSize 01:00:00 -Frequency 00:05:00 -TargetResourceId $targetResourceId -Condition $condition -Severity 3 -ActionGroupId $newActionGroup1.Id, $newActionGroup2.Id + $actual = Get-AzMetricAlertRuleV2 -ResourceGroupName $rgname -Name $ruleByResourceId | Add-AzMetricAlertRuleV2 -DisableRule + Assert-AreEqual $actual.Name $ruleByResourceId + Assert-AreEqual $actual.Actions[0].ActionGroupId $NewActionGroup1.Id + Assert-AreEqual $actual.Actions[1].ActionGroupId $NewActionGroup2.Id + + # Test - disable metric alert with scope and action group + $actual = Add-AzMetricAlertRuleV2 -Name $ruleByResourceScope -ResourceGroupName $rgname -WindowSize 01:00:00 -Frequency 00:05:00 -TargetResourceScope $targetResourceScope -TargetResourceType $targetResourceType -TargetResourceRegion $location -Condition $condition -Severity 3 -ActionGroupId $newActionGroup1.Id, $newActionGroup2.Id + $actual = Get-AzMetricAlertRuleV2 -ResourceGroupName $rgname -Name $ruleByResourceScope | Add-AzMetricAlertRuleV2 -DisableRule + Assert-AreEqual $actual.Name $ruleByResourceScope + Assert-AreEqual $actual.Actions[0].ActionGroupId $NewActionGroup1.Id + Assert-AreEqual $actual.Actions[1].ActionGroupId $NewActionGroup2.Id + } + finally + { + # Cleanup + Remove-AzMetricAlertRuleV2 -ResourceGroupName $rgname -Name $ruleByResourceId + Remove-AzMetricAlertRuleV2 -ResourceGroupName $rgname -Name $ruleByResourceScope + Remove-AzActionGroup -ResourceGroupName $rgname -Name $actionGroupName1 + Remove-AzActionGroup -ResourceGroupName $rgname -Name $actionGroupName2 + Remove-AzureRmStorageAccount -ResourceGroupName $rgName -Name $resourceName + Remove-AzResourceGroup -Name $rgname -Force + } +} + + <# +.SYNOPSIS Tests adding a GenV2 dyanmic metric alert rule. #> function Test-AddAzureRmMetricAlertRuleV2-DynamicThreshold diff --git a/src/Monitor/Monitor.Test/SessionRecords/Microsoft.Azure.Commands.Insights.Test.ScenarioTests.AlertsTests/TestAddAzureRmMetricAlertRuleV2WithActionGroupId.json b/src/Monitor/Monitor.Test/SessionRecords/Microsoft.Azure.Commands.Insights.Test.ScenarioTests.AlertsTests/TestAddAzureRmMetricAlertRuleV2WithActionGroupId.json index aa06610085b9..1d45209f6b78 100644 --- a/src/Monitor/Monitor.Test/SessionRecords/Microsoft.Azure.Commands.Insights.Test.ScenarioTests.AlertsTests/TestAddAzureRmMetricAlertRuleV2WithActionGroupId.json +++ b/src/Monitor/Monitor.Test/SessionRecords/Microsoft.Azure.Commands.Insights.Test.ScenarioTests.AlertsTests/TestAddAzureRmMetricAlertRuleV2WithActionGroupId.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourcegroups/ps1722?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlZ3JvdXBzL3BzMTcyMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourcegroups/ps9344?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlZ3JvdXBzL3BzOTM0ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "12351748-f5b4-4a45-acef-9b1f1f48b17d" + "132e4dab-4958-49d8-afdc-986e0ae433da" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28325.01", + "FxVersion/4.6.29017.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.5" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.20" ], "Content-Type": [ "application/json; charset=utf-8" @@ -36,13 +36,13 @@ "1199" ], "x-ms-request-id": [ - "17ae832f-797d-471f-b7de-c3ee2da27f43" + "033a428c-f712-47b7-b05c-8a90308d2340" ], "x-ms-correlation-request-id": [ - "17ae832f-797d-471f-b7de-c3ee2da27f43" + "033a428c-f712-47b7-b05c-8a90308d2340" ], "x-ms-routing-request-id": [ - "UKSOUTH2:20200204T154720Z:17ae832f-797d-471f-b7de-c3ee2da27f43" + "NORTHEUROPE:20200809T141959Z:033a428c-f712-47b7-b05c-8a90308d2340" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Tue, 04 Feb 2020 15:47:20 GMT" + "Sun, 09 Aug 2020 14:19:59 GMT" ], "Content-Length": [ "165" @@ -63,26 +63,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps1722\",\r\n \"name\": \"ps1722\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9344\",\r\n \"name\": \"ps9344\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps1722/providers/Microsoft.Storage/storageAccounts/ps7969?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlR3JvdXBzL3BzMTcyMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3BzNzk2OT9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9344/providers/Microsoft.Storage/storageAccounts/ps4215?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlR3JvdXBzL3BzOTM0NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3BzNDIxNT9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d34611d0-1b02-4610-b233-cd3f7d1ddb23" + "838760c9-dcd3-4220-bfe7-8cd74be1c079" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28325.01", + "FxVersion/4.6.29017.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.5" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.20" ], "Content-Type": [ "application/json; charset=utf-8" @@ -99,13 +99,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/providers/Microsoft.Storage/locations/westus/asyncoperations/faab6ad2-7dc4-4cb9-93e7-58a7cd06a740?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/providers/Microsoft.Storage/locations/westus/asyncoperations/11d72829-efcc-4035-8a5f-928465422344?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "faab6ad2-7dc4-4cb9-93e7-58a7cd06a740" + "11d72829-efcc-4035-8a5f-928465422344" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -117,16 +117,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "367e8644-4b9a-44fa-bb02-ff97592f7960" + "53fdba94-96d9-44d7-860a-8e2507b78b6a" ], "x-ms-routing-request-id": [ - "UKSOUTH2:20200204T154726Z:367e8644-4b9a-44fa-bb02-ff97592f7960" + "NORTHEUROPE:20200809T142005Z:53fdba94-96d9-44d7-860a-8e2507b78b6a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 04 Feb 2020 15:47:25 GMT" + "Sun, 09 Aug 2020 14:20:05 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -142,16 +142,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/providers/Microsoft.Storage/locations/westus/asyncoperations/faab6ad2-7dc4-4cb9-93e7-58a7cd06a740?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvd2VzdHVzL2FzeW5jb3BlcmF0aW9ucy9mYWFiNmFkMi03ZGM0LTRjYjktOTNlNy01OGE3Y2QwNmE3NDA/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/providers/Microsoft.Storage/locations/westus/asyncoperations/11d72829-efcc-4035-8a5f-928465422344?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvd2VzdHVzL2FzeW5jb3BlcmF0aW9ucy8xMWQ3MjgyOS1lZmNjLTQwMzUtOGE1Zi05Mjg0NjU0MjIzNDQ/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28325.01", + "FxVersion/4.6.29017.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.5" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.20" ] }, "ResponseHeaders": { @@ -162,7 +162,7 @@ "no-cache" ], "x-ms-request-id": [ - "72d2292e-3eb9-4075-8a73-9aeac2840e51" + "f4f1be68-f0a9-423c-927d-4a70740295e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -174,16 +174,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "93be39f1-e3ae-408c-bbab-7a1bd536497e" + "f946cdf2-b688-4772-9bb1-1abe8b10b63c" ], "x-ms-routing-request-id": [ - "UKSOUTH2:20200204T154743Z:93be39f1-e3ae-408c-bbab-7a1bd536497e" + "NORTHEUROPE:20200809T142022Z:f946cdf2-b688-4772-9bb1-1abe8b10b63c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 04 Feb 2020 15:47:43 GMT" + "Sun, 09 Aug 2020 14:20:22 GMT" ], "Content-Length": [ "1074" @@ -195,26 +195,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps1722/providers/Microsoft.Storage/storageAccounts/ps7969\",\r\n \"name\": \"ps7969\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-02-04T15:47:25.5743844Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-02-04T15:47:25.5743844Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-02-04T15:47:25.5118825Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://ps7969.blob.core.windows.net/\",\r\n \"queue\": \"https://ps7969.queue.core.windows.net/\",\r\n \"table\": \"https://ps7969.table.core.windows.net/\",\r\n \"file\": \"https://ps7969.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9344/providers/Microsoft.Storage/storageAccounts/ps4215\",\r\n \"name\": \"ps4215\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-08-09T14:20:04.7395222Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-08-09T14:20:04.7395222Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-08-09T14:20:04.6613749Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://ps4215.blob.core.windows.net/\",\r\n \"queue\": \"https://ps4215.queue.core.windows.net/\",\r\n \"table\": \"https://ps4215.table.core.windows.net/\",\r\n \"file\": \"https://ps4215.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps1722/providers/microsoft.insights/actionGroups/ps4420?api-version=2019-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlR3JvdXBzL3BzMTcyMi9wcm92aWRlcnMvbWljcm9zb2Z0Lmluc2lnaHRzL2FjdGlvbkdyb3Vwcy9wczQ0MjA/YXBpLXZlcnNpb249MjAxOS0wNi0wMQ==", + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9344/providers/microsoft.insights/actionGroups/ps5211?api-version=2019-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlR3JvdXBzL3BzOTM0NC9wcm92aWRlcnMvbWljcm9zb2Z0Lmluc2lnaHRzL2FjdGlvbkdyb3Vwcy9wczUyMTE/YXBpLXZlcnNpb249MjAxOS0wNi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"groupShortName\": \"ASTG\",\r\n \"enabled\": true,\r\n \"emailReceivers\": [\r\n {\r\n \"name\": \"user1\",\r\n \"emailAddress\": \"user1@example.com\",\r\n \"useCommonAlertSchema\": false\r\n }\r\n ],\r\n \"smsReceivers\": [],\r\n \"webhookReceivers\": [],\r\n \"itsmReceivers\": [],\r\n \"azureAppPushReceivers\": [],\r\n \"automationRunbookReceivers\": [],\r\n \"voiceReceivers\": [],\r\n \"logicAppReceivers\": [],\r\n \"azureFunctionReceivers\": [],\r\n \"armRoleReceivers\": []\r\n },\r\n \"location\": \"Global\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "dad0dd17-19da-42c0-bc92-7009b3b5e482" + "c76e5abe-2c64-488a-b831-03cd2865169c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28325.01", + "FxVersion/4.6.29017.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Monitor.MonitorManagementClient/0.24.1.0" + "Microsoft.Azure.Management.Monitor.MonitorManagementClient/0.25.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -234,7 +234,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c53bf024-7c95-4094-b579-2f320f22308d" + "ba988f33-0174-407f-b8c8-ab255301d35a" ], "Server": [ "Microsoft-IIS/10.0" @@ -243,16 +243,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "d13fd078-cc58-4ff3-afb0-e3815190a3d8" + "68eac1a0-cdb4-4adb-b05b-06e23790669c" ], "x-ms-routing-request-id": [ - "UKSOUTH2:20200204T154749Z:d13fd078-cc58-4ff3-afb0-e3815190a3d8" + "NORTHEUROPE:20200809T142029Z:68eac1a0-cdb4-4adb-b05b-06e23790669c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 04 Feb 2020 15:47:49 GMT" + "Sun, 09 Aug 2020 14:20:29 GMT" ], "Content-Length": [ "632" @@ -264,26 +264,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps1722/providers/microsoft.insights/actionGroups/ps4420\",\r\n \"type\": \"Microsoft.Insights/ActionGroups\",\r\n \"name\": \"ps4420\",\r\n \"location\": \"Global\",\r\n \"kind\": null,\r\n \"tags\": null,\r\n \"properties\": {\r\n \"groupShortName\": \"ASTG\",\r\n \"enabled\": true,\r\n \"emailReceivers\": [\r\n {\r\n \"name\": \"user1\",\r\n \"emailAddress\": \"user1@example.com\",\r\n \"status\": \"Enabled\",\r\n \"useCommonAlertSchema\": false\r\n }\r\n ],\r\n \"smsReceivers\": [],\r\n \"webhookReceivers\": [],\r\n \"itsmReceivers\": [],\r\n \"azureAppPushReceivers\": [],\r\n \"automationRunbookReceivers\": [],\r\n \"voiceReceivers\": [],\r\n \"logicAppReceivers\": [],\r\n \"azureFunctionReceivers\": [],\r\n \"armRoleReceivers\": []\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9344/providers/microsoft.insights/actionGroups/ps5211\",\r\n \"type\": \"Microsoft.Insights/ActionGroups\",\r\n \"name\": \"ps5211\",\r\n \"location\": \"Global\",\r\n \"kind\": null,\r\n \"tags\": null,\r\n \"properties\": {\r\n \"groupShortName\": \"ASTG\",\r\n \"enabled\": true,\r\n \"emailReceivers\": [\r\n {\r\n \"name\": \"user1\",\r\n \"emailAddress\": \"user1@example.com\",\r\n \"status\": \"Enabled\",\r\n \"useCommonAlertSchema\": false\r\n }\r\n ],\r\n \"smsReceivers\": [],\r\n \"webhookReceivers\": [],\r\n \"itsmReceivers\": [],\r\n \"azureAppPushReceivers\": [],\r\n \"automationRunbookReceivers\": [],\r\n \"voiceReceivers\": [],\r\n \"logicAppReceivers\": [],\r\n \"azureFunctionReceivers\": [],\r\n \"armRoleReceivers\": []\r\n },\r\n \"identity\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps1722/providers/microsoft.insights/actionGroups/ps4420?api-version=2019-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlR3JvdXBzL3BzMTcyMi9wcm92aWRlcnMvbWljcm9zb2Z0Lmluc2lnaHRzL2FjdGlvbkdyb3Vwcy9wczQ0MjA/YXBpLXZlcnNpb249MjAxOS0wNi0wMQ==", + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9344/providers/microsoft.insights/actionGroups/ps5211?api-version=2019-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlR3JvdXBzL3BzOTM0NC9wcm92aWRlcnMvbWljcm9zb2Z0Lmluc2lnaHRzL2FjdGlvbkdyb3Vwcy9wczUyMTE/YXBpLXZlcnNpb249MjAxOS0wNi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"groupShortName\": \"ASTG\",\r\n \"enabled\": true,\r\n \"emailReceivers\": [\r\n {\r\n \"name\": \"user1\",\r\n \"emailAddress\": \"user1@example.com\",\r\n \"useCommonAlertSchema\": false\r\n }\r\n ],\r\n \"smsReceivers\": [],\r\n \"webhookReceivers\": [],\r\n \"itsmReceivers\": [],\r\n \"azureAppPushReceivers\": [],\r\n \"automationRunbookReceivers\": [],\r\n \"voiceReceivers\": [],\r\n \"logicAppReceivers\": [],\r\n \"azureFunctionReceivers\": [],\r\n \"armRoleReceivers\": []\r\n },\r\n \"location\": \"Global\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c47d7448-5028-48c2-af06-453aa9b162c2" + "6e4d57f2-706a-4b4e-923e-5d655521d9b3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28325.01", + "FxVersion/4.6.29017.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Monitor.MonitorManagementClient/0.24.1.0" + "Microsoft.Azure.Management.Monitor.MonitorManagementClient/0.25.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -303,7 +303,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f8c884d2-496c-40bd-9586-40826e1e3aeb" + "3dcfec95-7ca0-44f6-ba44-4b3369c9be8b" ], "Server": [ "Microsoft-IIS/10.0" @@ -312,16 +312,16 @@ "1198" ], "x-ms-correlation-request-id": [ - "13a9f552-2f8b-48f9-811b-ade7f5c3790b" + "6cb6c143-9440-4541-b455-e12ce9e61c64" ], "x-ms-routing-request-id": [ - "UKSOUTH2:20200204T154750Z:13a9f552-2f8b-48f9-811b-ade7f5c3790b" + "NORTHEUROPE:20200809T142030Z:6cb6c143-9440-4541-b455-e12ce9e61c64" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 04 Feb 2020 15:47:49 GMT" + "Sun, 09 Aug 2020 14:20:30 GMT" ], "Content-Length": [ "632" @@ -333,32 +333,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps1722/providers/microsoft.insights/actionGroups/ps4420\",\r\n \"type\": \"Microsoft.Insights/ActionGroups\",\r\n \"name\": \"ps4420\",\r\n \"location\": \"Global\",\r\n \"kind\": null,\r\n \"tags\": null,\r\n \"properties\": {\r\n \"groupShortName\": \"ASTG\",\r\n \"enabled\": true,\r\n \"emailReceivers\": [\r\n {\r\n \"name\": \"user1\",\r\n \"emailAddress\": \"user1@example.com\",\r\n \"status\": \"Enabled\",\r\n \"useCommonAlertSchema\": false\r\n }\r\n ],\r\n \"smsReceivers\": [],\r\n \"webhookReceivers\": [],\r\n \"itsmReceivers\": [],\r\n \"azureAppPushReceivers\": [],\r\n \"automationRunbookReceivers\": [],\r\n \"voiceReceivers\": [],\r\n \"logicAppReceivers\": [],\r\n \"azureFunctionReceivers\": [],\r\n \"armRoleReceivers\": []\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9344/providers/microsoft.insights/actionGroups/ps5211\",\r\n \"type\": \"Microsoft.Insights/ActionGroups\",\r\n \"name\": \"ps5211\",\r\n \"location\": \"Global\",\r\n \"kind\": null,\r\n \"tags\": null,\r\n \"properties\": {\r\n \"groupShortName\": \"ASTG\",\r\n \"enabled\": true,\r\n \"emailReceivers\": [\r\n {\r\n \"name\": \"user1\",\r\n \"emailAddress\": \"user1@example.com\",\r\n \"status\": \"Enabled\",\r\n \"useCommonAlertSchema\": false\r\n }\r\n ],\r\n \"smsReceivers\": [],\r\n \"webhookReceivers\": [],\r\n \"itsmReceivers\": [],\r\n \"azureAppPushReceivers\": [],\r\n \"automationRunbookReceivers\": [],\r\n \"voiceReceivers\": [],\r\n \"logicAppReceivers\": [],\r\n \"azureFunctionReceivers\": [],\r\n \"armRoleReceivers\": []\r\n },\r\n \"identity\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps1722/providers/Microsoft.Insights/metricAlerts/ps5417?api-version=2018-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlR3JvdXBzL3BzMTcyMi9wcm92aWRlcnMvTWljcm9zb2Z0Lkluc2lnaHRzL21ldHJpY0FsZXJ0cy9wczU0MTc/YXBpLXZlcnNpb249MjAxOC0wMy0wMQ==", + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9344/providers/Microsoft.Insights/metricAlerts/ps7849?api-version=2018-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlR3JvdXBzL3BzOTM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lkluc2lnaHRzL21ldHJpY0FsZXJ0cy9wczc4NDk/YXBpLXZlcnNpb249MjAxOC0wMy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This new Metric alert rule was created from Powershell version: 1.5.0\",\r\n \"severity\": 3,\r\n \"enabled\": true,\r\n \"scopes\": [\r\n \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps1722/providers/Microsoft.Storage/storageAccounts/ps7969\"\r\n ],\r\n \"evaluationFrequency\": \"PT5M\",\r\n \"windowSize\": \"PT1H\",\r\n \"criteria\": {\r\n \"odata.type\": \"Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria\",\r\n \"allOf\": [\r\n {\r\n \"criterionType\": \"StaticThresholdCriterion\",\r\n \"operator\": \"GreaterThan\",\r\n \"threshold\": 8.0,\r\n \"name\": \"metric1\",\r\n \"metricName\": \"UsedCapacity\",\r\n \"timeAggregation\": \"Average\"\r\n }\r\n ]\r\n },\r\n \"actions\": [\r\n {\r\n \"actionGroupId\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps1722/providers/microsoft.insights/actionGroups/ps4420\"\r\n },\r\n {\r\n \"actionGroupId\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps1722/providers/microsoft.insights/actionGroups/ps4420\"\r\n }\r\n ]\r\n },\r\n \"location\": \"global\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This new Metric alert rule was created from Powershell version: 2.0.2\",\r\n \"severity\": 3,\r\n \"enabled\": true,\r\n \"scopes\": [\r\n \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9344/providers/Microsoft.Storage/storageAccounts/ps4215\"\r\n ],\r\n \"evaluationFrequency\": \"PT5M\",\r\n \"windowSize\": \"PT1H\",\r\n \"criteria\": {\r\n \"odata.type\": \"Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria\",\r\n \"allOf\": [\r\n {\r\n \"criterionType\": \"StaticThresholdCriterion\",\r\n \"operator\": \"GreaterThan\",\r\n \"threshold\": 8.0,\r\n \"name\": \"metric1\",\r\n \"metricName\": \"UsedCapacity\",\r\n \"timeAggregation\": \"Average\"\r\n }\r\n ]\r\n },\r\n \"actions\": [\r\n {\r\n \"actionGroupId\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9344/providers/microsoft.insights/actionGroups/ps5211\"\r\n }\r\n ]\r\n },\r\n \"location\": \"global\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fdb209ea-cf09-4655-85e8-c3f5b8a42830" + "96a9367a-52a1-4294-bd3f-eb755716a0d8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28325.01", + "FxVersion/4.6.29017.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Monitor.MonitorManagementClient/0.24.1.0" + "Microsoft.Azure.Management.Monitor.MonitorManagementClient/0.25.1.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1169" + "999" ] }, "ResponseHeaders": { @@ -369,10 +369,11 @@ "no-cache" ], "x-ms-request-id": [ - "b94a5d0f-209f-461f-9d57-671dfa02457f" + "047e7f5c-2577-4909-8342-e40811294cbc", + "047e7f5c-2577-4909-8342-e40811294cbc" ], "api-supported-versions": [ - "2017-09-01-preview, 2018-03-01" + "1.0, 2.0, 2017-09-01-preview, 2018-03-01" ], "Server": [ "Microsoft-IIS/10.0" @@ -387,10 +388,10 @@ "299" ], "x-ms-correlation-request-id": [ - "b94a5d0f-209f-461f-9d57-671dfa02457f" + "047e7f5c-2577-4909-8342-e40811294cbc" ], "x-ms-routing-request-id": [ - "UKSOUTH2:20200204T154754Z:b94a5d0f-209f-461f-9d57-671dfa02457f" + "NORTHEUROPE:20200809T142035Z:047e7f5c-2577-4909-8342-e40811294cbc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -399,10 +400,10 @@ "nosniff" ], "Date": [ - "Tue, 04 Feb 2020 15:47:54 GMT" + "Sun, 09 Aug 2020 14:20:35 GMT" ], "Content-Length": [ - "1526" + "1356" ], "Content-Type": [ "application/json; charset=utf-8" @@ -411,26 +412,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"global\",\r\n \"type\": \"Microsoft.Insights/metricAlerts\",\r\n \"name\": \"ps5417\",\r\n \"id\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps1722/providers/Microsoft.Insights/metricAlerts/ps5417\",\r\n \"properties\": {\r\n \"description\": \"This new Metric alert rule was created from Powershell version: 1.5.0\",\r\n \"severity\": 3,\r\n \"enabled\": true,\r\n \"scopes\": [\r\n \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps1722/providers/Microsoft.Storage/storageAccounts/ps7969\"\r\n ],\r\n \"evaluationFrequency\": \"PT5M\",\r\n \"windowSize\": \"PT1H\",\r\n \"templateType\": 8,\r\n \"criteria\": {\r\n \"allOf\": [\r\n {\r\n \"threshold\": 8.0,\r\n \"name\": \"metric1\",\r\n \"metricNamespace\": \"microsoft.storage/storageaccounts\",\r\n \"metricName\": \"UsedCapacity\",\r\n \"operator\": \"GreaterThan\",\r\n \"timeAggregation\": \"Average\",\r\n \"criterionType\": \"StaticThresholdCriterion\"\r\n }\r\n ],\r\n \"odata.type\": \"Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria\"\r\n },\r\n \"targetResourceType\": \"microsoft.storage/storageaccounts\",\r\n \"actions\": [\r\n {\r\n \"actionGroupId\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps1722/providers/microsoft.insights/actionGroups/ps4420\"\r\n },\r\n {\r\n \"actionGroupId\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps1722/providers/microsoft.insights/actionGroups/ps4420\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"location\": \"global\",\r\n \"type\": \"Microsoft.Insights/metricAlerts\",\r\n \"name\": \"ps7849\",\r\n \"id\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9344/providers/Microsoft.Insights/metricAlerts/ps7849\",\r\n \"properties\": {\r\n \"description\": \"This new Metric alert rule was created from Powershell version: 2.0.2\",\r\n \"severity\": 3,\r\n \"enabled\": true,\r\n \"scopes\": [\r\n \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9344/providers/Microsoft.Storage/storageAccounts/ps4215\"\r\n ],\r\n \"evaluationFrequency\": \"PT5M\",\r\n \"windowSize\": \"PT1H\",\r\n \"templateType\": 8,\r\n \"criteria\": {\r\n \"allOf\": [\r\n {\r\n \"threshold\": 8.0,\r\n \"name\": \"metric1\",\r\n \"metricNamespace\": \"microsoft.storage/storageaccounts\",\r\n \"metricName\": \"UsedCapacity\",\r\n \"operator\": \"GreaterThan\",\r\n \"timeAggregation\": \"Average\",\r\n \"criterionType\": \"StaticThresholdCriterion\"\r\n }\r\n ],\r\n \"odata.type\": \"Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria\"\r\n },\r\n \"targetResourceType\": \"microsoft.storage/storageaccounts\",\r\n \"actions\": [\r\n {\r\n \"actionGroupId\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9344/providers/microsoft.insights/actionGroups/ps5211\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps1722/providers/Microsoft.Insights/metricAlerts/ps5417?api-version=2018-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlR3JvdXBzL3BzMTcyMi9wcm92aWRlcnMvTWljcm9zb2Z0Lkluc2lnaHRzL21ldHJpY0FsZXJ0cy9wczU0MTc/YXBpLXZlcnNpb249MjAxOC0wMy0wMQ==", + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9344/providers/Microsoft.Insights/metricAlerts/ps7849?api-version=2018-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlR3JvdXBzL3BzOTM0NC9wcm92aWRlcnMvTWljcm9zb2Z0Lkluc2lnaHRzL21ldHJpY0FsZXJ0cy9wczc4NDk/YXBpLXZlcnNpb249MjAxOC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9b2429ab-e9b0-4e66-882d-c19375ea596c" + "5f8de348-90ce-4280-845d-a48f7f8857fd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28325.01", + "FxVersion/4.6.29017.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Monitor.MonitorManagementClient/0.24.1.0" + "Microsoft.Azure.Management.Monitor.MonitorManagementClient/0.25.1.0" ] }, "ResponseHeaders": { @@ -441,10 +442,11 @@ "no-cache" ], "x-ms-request-id": [ - "fb243557-eaf5-4e88-9fb0-43997f9ce93b" + "031152f0-0205-4b04-8e77-b9a96f47a648", + "031152f0-0205-4b04-8e77-b9a96f47a648" ], "api-supported-versions": [ - "2017-09-01-preview, 2018-03-01" + "1.0, 2.0, 2017-09-01-preview, 2018-03-01" ], "Server": [ "Microsoft-IIS/10.0" @@ -459,10 +461,10 @@ "14999" ], "x-ms-correlation-request-id": [ - "fb243557-eaf5-4e88-9fb0-43997f9ce93b" + "031152f0-0205-4b04-8e77-b9a96f47a648" ], "x-ms-routing-request-id": [ - "UKSOUTH2:20200204T154757Z:fb243557-eaf5-4e88-9fb0-43997f9ce93b" + "NORTHEUROPE:20200809T142038Z:031152f0-0205-4b04-8e77-b9a96f47a648" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -471,7 +473,7 @@ "nosniff" ], "Date": [ - "Tue, 04 Feb 2020 15:47:57 GMT" + "Sun, 09 Aug 2020 14:20:38 GMT" ], "Expires": [ "-1" @@ -484,22 +486,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps1722/providers/microsoft.insights/actionGroups/ps4420?api-version=2019-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlR3JvdXBzL3BzMTcyMi9wcm92aWRlcnMvbWljcm9zb2Z0Lmluc2lnaHRzL2FjdGlvbkdyb3Vwcy9wczQ0MjA/YXBpLXZlcnNpb249MjAxOS0wNi0wMQ==", + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9344/providers/microsoft.insights/actionGroups/ps5211?api-version=2019-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlR3JvdXBzL3BzOTM0NC9wcm92aWRlcnMvbWljcm9zb2Z0Lmluc2lnaHRzL2FjdGlvbkdyb3Vwcy9wczUyMTE/YXBpLXZlcnNpb249MjAxOS0wNi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "35286a10-1d79-43f5-86c5-88328ceea150" + "c3447230-7fea-43df-a475-80feb4cece66" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28325.01", + "FxVersion/4.6.29017.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Monitor.MonitorManagementClient/0.24.1.0" + "Microsoft.Azure.Management.Monitor.MonitorManagementClient/0.25.1.0" ] }, "ResponseHeaders": { @@ -513,7 +515,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "78f2f084-f4e9-480e-8182-b44655c52beb" + "67e09f36-4fb3-4f60-88c5-4630b300f81a" ], "Server": [ "Microsoft-IIS/10.0" @@ -522,16 +524,16 @@ "14998" ], "x-ms-correlation-request-id": [ - "f5e97ca0-8d01-4814-8b39-0c52c0f76189" + "7aed7a8e-04db-4325-a1ad-54a1948a09dc" ], "x-ms-routing-request-id": [ - "UKSOUTH2:20200204T154759Z:f5e97ca0-8d01-4814-8b39-0c52c0f76189" + "NORTHEUROPE:20200809T142040Z:7aed7a8e-04db-4325-a1ad-54a1948a09dc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 04 Feb 2020 15:47:59 GMT" + "Sun, 09 Aug 2020 14:20:40 GMT" ], "Expires": [ "-1" @@ -544,22 +546,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps1722/providers/Microsoft.Storage/storageAccounts/ps7969?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlR3JvdXBzL3BzMTcyMi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3BzNzk2OT9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9344/providers/Microsoft.Storage/storageAccounts/ps4215?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlR3JvdXBzL3BzOTM0NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3BzNDIxNT9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9eced379-a059-460b-88ab-e6f51a3ec14e" + "2a6fb55c-30bc-45d8-9ac9-3476437d5f1a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28325.01", + "FxVersion/4.6.29017.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.5" + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.20" ] }, "ResponseHeaders": { @@ -570,28 +572,28 @@ "no-cache" ], "x-ms-request-id": [ - "b280f0a9-e2e3-48f4-aabd-838fa654e7c0" + "08a13728-fbfe-4b5a-9899-5818038e4694" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14997" + ], "x-ms-correlation-request-id": [ - "f9b49682-bd13-4c28-b8b9-7d6a7dc50d9f" + "cd73cd2c-3e7c-4127-881f-f439b8223db4" ], "x-ms-routing-request-id": [ - "UKSOUTH2:20200204T154802Z:f9b49682-bd13-4c28-b8b9-7d6a7dc50d9f" + "NORTHEUROPE:20200809T142044Z:cd73cd2c-3e7c-4127-881f-f439b8223db4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 04 Feb 2020 15:48:01 GMT" + "Sun, 09 Aug 2020 14:20:44 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -607,22 +609,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourcegroups/ps1722?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlZ3JvdXBzL3BzMTcyMj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourcegroups/ps9344?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlZ3JvdXBzL3BzOTM0ND9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "18f326df-b81a-45c8-b968-868a2c2d7e87" + "a71cf974-188a-467b-9775-3d8f0e75bf0f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28325.01", + "FxVersion/4.6.29017.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.5" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.20" ] }, "ResponseHeaders": { @@ -633,79 +635,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3MjItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzNDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], - "x-ms-request-id": [ - "b54feb1e-2246-4b96-8082-9eeef139ca21" - ], - "x-ms-correlation-request-id": [ - "b54feb1e-2246-4b96-8082-9eeef139ca21" - ], - "x-ms-routing-request-id": [ - "UKSOUTH2:20200204T154804Z:b54feb1e-2246-4b96-8082-9eeef139ca21" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Tue, 04 Feb 2020 15:48:03 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3MjItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFM01qSXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.28325.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.5" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3MjItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "14996" ], "x-ms-request-id": [ - "575442b8-8a34-41b5-afa3-fe4ba6aa26f9" + "cfc81363-dad6-4da4-9d67-5bbad675e4a8" ], "x-ms-correlation-request-id": [ - "575442b8-8a34-41b5-afa3-fe4ba6aa26f9" + "cfc81363-dad6-4da4-9d67-5bbad675e4a8" ], "x-ms-routing-request-id": [ - "UKSOUTH2:20200204T154820Z:575442b8-8a34-41b5-afa3-fe4ba6aa26f9" + "NORTHEUROPE:20200809T142046Z:cfc81363-dad6-4da4-9d67-5bbad675e4a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -714,7 +659,7 @@ "nosniff" ], "Date": [ - "Tue, 04 Feb 2020 15:48:20 GMT" + "Sun, 09 Aug 2020 14:20:46 GMT" ], "Expires": [ "-1" @@ -727,16 +672,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3MjItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFM01qSXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzNDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprek5EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28325.01", + "FxVersion/4.6.29017.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.5" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.20" ] }, "ResponseHeaders": { @@ -747,22 +692,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3MjItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzNDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-request-id": [ - "cfa169a5-f052-4cbf-919c-77cc9b9d6737" + "6a946673-5381-45e9-a2b0-5bf7402222c4" ], "x-ms-correlation-request-id": [ - "cfa169a5-f052-4cbf-919c-77cc9b9d6737" + "6a946673-5381-45e9-a2b0-5bf7402222c4" ], "x-ms-routing-request-id": [ - "UKSOUTH2:20200204T154835Z:cfa169a5-f052-4cbf-919c-77cc9b9d6737" + "NORTHEUROPE:20200809T142102Z:6a946673-5381-45e9-a2b0-5bf7402222c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -771,7 +716,7 @@ "nosniff" ], "Date": [ - "Tue, 04 Feb 2020 15:48:35 GMT" + "Sun, 09 Aug 2020 14:21:01 GMT" ], "Expires": [ "-1" @@ -784,16 +729,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3MjItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFM01qSXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzNDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprek5EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28325.01", + "FxVersion/4.6.29017.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.5" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.20" ] }, "ResponseHeaders": { @@ -804,22 +749,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3MjItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + "https://management.azure.com/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzNDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11998" ], "x-ms-request-id": [ - "849b8562-f0ec-421f-a85d-c597459bb9da" + "082f8bc5-22b1-4935-9127-c767d3ca8a22" ], "x-ms-correlation-request-id": [ - "849b8562-f0ec-421f-a85d-c597459bb9da" + "082f8bc5-22b1-4935-9127-c767d3ca8a22" ], "x-ms-routing-request-id": [ - "UKSOUTH2:20200204T154850Z:849b8562-f0ec-421f-a85d-c597459bb9da" + "NORTHEUROPE:20200809T142117Z:082f8bc5-22b1-4935-9127-c767d3ca8a22" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -828,7 +773,7 @@ "nosniff" ], "Date": [ - "Tue, 04 Feb 2020 15:48:50 GMT" + "Sun, 09 Aug 2020 14:21:16 GMT" ], "Expires": [ "-1" @@ -841,16 +786,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3MjItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFM01qSXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzNDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprek5EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28325.01", + "FxVersion/4.6.29017.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.5" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.20" ] }, "ResponseHeaders": { @@ -861,16 +806,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11997" ], "x-ms-request-id": [ - "111d016e-ee30-4a21-9ef3-32cf8c03476a" + "91710820-1e6b-4dab-8789-795bb644f190" ], "x-ms-correlation-request-id": [ - "111d016e-ee30-4a21-9ef3-32cf8c03476a" + "91710820-1e6b-4dab-8789-795bb644f190" ], "x-ms-routing-request-id": [ - "UKSOUTH2:20200204T154906Z:111d016e-ee30-4a21-9ef3-32cf8c03476a" + "NORTHEUROPE:20200809T142132Z:91710820-1e6b-4dab-8789-795bb644f190" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -879,7 +824,7 @@ "nosniff" ], "Date": [ - "Tue, 04 Feb 2020 15:49:05 GMT" + "Sun, 09 Aug 2020 14:21:32 GMT" ], "Expires": [ "-1" @@ -892,16 +837,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzE3MjItV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpFM01qSXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkzNDQtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXprek5EUXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28325.01", + "FxVersion/4.6.29017.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.5" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.20" ] }, "ResponseHeaders": { @@ -912,16 +857,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11996" ], "x-ms-request-id": [ - "1667a77f-63ec-43d6-86e5-3be73079b898" + "c9acd6db-915c-49a6-8a54-1c1df3b21c7b" ], "x-ms-correlation-request-id": [ - "1667a77f-63ec-43d6-86e5-3be73079b898" + "c9acd6db-915c-49a6-8a54-1c1df3b21c7b" ], "x-ms-routing-request-id": [ - "UKSOUTH2:20200204T154906Z:1667a77f-63ec-43d6-86e5-3be73079b898" + "NORTHEUROPE:20200809T142133Z:c9acd6db-915c-49a6-8a54-1c1df3b21c7b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -930,7 +875,7 @@ "nosniff" ], "Date": [ - "Tue, 04 Feb 2020 15:49:06 GMT" + "Sun, 09 Aug 2020 14:21:33 GMT" ], "Expires": [ "-1" @@ -945,10 +890,10 @@ ], "Names": { "Test-AddAzureRmMetricAlertRuleV2-ActionGroupId": [ - "ps1722", - "ps7969", - "ps5417", - "ps4420" + "ps9344", + "ps4215", + "ps7849", + "ps5211" ] }, "Variables": { diff --git a/src/Monitor/Monitor.Test/SessionRecords/Microsoft.Azure.Commands.Insights.Test.ScenarioTests.AlertsTests/TestDisableAzureRmMetricAlertRuleV2WithActionGroups.json b/src/Monitor/Monitor.Test/SessionRecords/Microsoft.Azure.Commands.Insights.Test.ScenarioTests.AlertsTests/TestDisableAzureRmMetricAlertRuleV2WithActionGroups.json new file mode 100644 index 000000000000..6f2018900bf1 --- /dev/null +++ b/src/Monitor/Monitor.Test/SessionRecords/Microsoft.Azure.Commands.Insights.Test.ScenarioTests.AlertsTests/TestDisableAzureRmMetricAlertRuleV2WithActionGroups.json @@ -0,0 +1,1418 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourcegroups/ps9298?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlZ3JvdXBzL3BzOTI5OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "85ac3e9a-5342-4378-9979-0a5313631be0" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.20" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "cd6b036f-efd2-4986-833c-bc11bcbbf41b" + ], + "x-ms-correlation-request-id": [ + "cd6b036f-efd2-4986-833c-bc11bcbbf41b" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200809T141345Z:cd6b036f-efd2-4986-833c-bc11bcbbf41b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 09 Aug 2020 14:13:45 GMT" + ], + "Content-Length": [ + "165" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298\",\r\n \"name\": \"ps9298\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/Microsoft.Storage/storageAccounts/ps5666?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlR3JvdXBzL3BzOTI5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3BzNTY2Nj9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"West US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1262b17e-7656-4045-afd9-2531e3816277" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.20" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "99" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/providers/Microsoft.Storage/locations/westus/asyncoperations/160eb2ae-6a57-4431-a6db-610d3a28c286?monitor=true&api-version=2017-10-01" + ], + "Retry-After": [ + "17" + ], + "x-ms-request-id": [ + "160eb2ae-6a57-4431-a6db-610d3a28c286" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "971ce1c7-3bec-4870-8763-80ccede4fbee" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200809T141352Z:971ce1c7-3bec-4870-8763-80ccede4fbee" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 09 Aug 2020 14:13:51 GMT" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/providers/Microsoft.Storage/locations/westus/asyncoperations/160eb2ae-6a57-4431-a6db-610d3a28c286?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvd2VzdHVzL2FzeW5jb3BlcmF0aW9ucy8xNjBlYjJhZS02YTU3LTQ0MzEtYTZkYi02MTBkM2EyOGMyODY/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.20" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "54d582db-a979-439f-aaea-1b5416530b79" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "cea51cf5-957d-415a-9007-2b1905ee7868" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200809T141409Z:cea51cf5-957d-415a-9007-2b1905ee7868" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 09 Aug 2020 14:14:09 GMT" + ], + "Content-Length": [ + "1074" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/Microsoft.Storage/storageAccounts/ps5666\",\r\n \"name\": \"ps5666\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-08-09T14:13:51.7983021Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-08-09T14:13:51.7983021Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-08-09T14:13:51.7357289Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://ps5666.blob.core.windows.net/\",\r\n \"queue\": \"https://ps5666.queue.core.windows.net/\",\r\n \"table\": \"https://ps5666.table.core.windows.net/\",\r\n \"file\": \"https://ps5666.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/microsoft.insights/actionGroups/ps957?api-version=2019-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlR3JvdXBzL3BzOTI5OC9wcm92aWRlcnMvbWljcm9zb2Z0Lmluc2lnaHRzL2FjdGlvbkdyb3Vwcy9wczk1Nz9hcGktdmVyc2lvbj0yMDE5LTA2LTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"groupShortName\": \"ASTG\",\r\n \"enabled\": true,\r\n \"emailReceivers\": [\r\n {\r\n \"name\": \"user1\",\r\n \"emailAddress\": \"user1@example.com\",\r\n \"useCommonAlertSchema\": false\r\n }\r\n ],\r\n \"smsReceivers\": [],\r\n \"webhookReceivers\": [],\r\n \"itsmReceivers\": [],\r\n \"azureAppPushReceivers\": [],\r\n \"automationRunbookReceivers\": [],\r\n \"voiceReceivers\": [],\r\n \"logicAppReceivers\": [],\r\n \"azureFunctionReceivers\": [],\r\n \"armRoleReceivers\": []\r\n },\r\n \"location\": \"Global\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e7ef0620-09cb-4c69-9cdd-74124e4c1532" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Monitor.MonitorManagementClient/0.25.1.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "541" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "9e286917-3d01-472f-9cee-82eb9151f8e2" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "444bdb7d-e62e-4c83-a43c-9ea69d5b7d7e" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200809T141416Z:444bdb7d-e62e-4c83-a43c-9ea69d5b7d7e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 09 Aug 2020 14:14:15 GMT" + ], + "Content-Length": [ + "630" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/microsoft.insights/actionGroups/ps957\",\r\n \"type\": \"Microsoft.Insights/ActionGroups\",\r\n \"name\": \"ps957\",\r\n \"location\": \"Global\",\r\n \"kind\": null,\r\n \"tags\": null,\r\n \"properties\": {\r\n \"groupShortName\": \"ASTG\",\r\n \"enabled\": true,\r\n \"emailReceivers\": [\r\n {\r\n \"name\": \"user1\",\r\n \"emailAddress\": \"user1@example.com\",\r\n \"status\": \"Enabled\",\r\n \"useCommonAlertSchema\": false\r\n }\r\n ],\r\n \"smsReceivers\": [],\r\n \"webhookReceivers\": [],\r\n \"itsmReceivers\": [],\r\n \"azureAppPushReceivers\": [],\r\n \"automationRunbookReceivers\": [],\r\n \"voiceReceivers\": [],\r\n \"logicAppReceivers\": [],\r\n \"azureFunctionReceivers\": [],\r\n \"armRoleReceivers\": []\r\n },\r\n \"identity\": null\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/microsoft.insights/actionGroups/ps8082?api-version=2019-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlR3JvdXBzL3BzOTI5OC9wcm92aWRlcnMvbWljcm9zb2Z0Lmluc2lnaHRzL2FjdGlvbkdyb3Vwcy9wczgwODI/YXBpLXZlcnNpb249MjAxOS0wNi0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"groupShortName\": \"ASTG\",\r\n \"enabled\": true,\r\n \"emailReceivers\": [\r\n {\r\n \"name\": \"user1\",\r\n \"emailAddress\": \"user1@example.com\",\r\n \"useCommonAlertSchema\": false\r\n }\r\n ],\r\n \"smsReceivers\": [],\r\n \"webhookReceivers\": [],\r\n \"itsmReceivers\": [],\r\n \"azureAppPushReceivers\": [],\r\n \"automationRunbookReceivers\": [],\r\n \"voiceReceivers\": [],\r\n \"logicAppReceivers\": [],\r\n \"azureFunctionReceivers\": [],\r\n \"armRoleReceivers\": []\r\n },\r\n \"location\": \"Global\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3395af39-871d-4e6b-9619-85c1917518f5" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Monitor.MonitorManagementClient/0.25.1.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "541" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a8194650-b812-4a98-bdda-b4b51de34e65" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "d3034f85-de97-48d6-b36f-93f0ba0ed64d" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200809T141419Z:d3034f85-de97-48d6-b36f-93f0ba0ed64d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 09 Aug 2020 14:14:18 GMT" + ], + "Content-Length": [ + "632" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/microsoft.insights/actionGroups/ps8082\",\r\n \"type\": \"Microsoft.Insights/ActionGroups\",\r\n \"name\": \"ps8082\",\r\n \"location\": \"Global\",\r\n \"kind\": null,\r\n \"tags\": null,\r\n \"properties\": {\r\n \"groupShortName\": \"ASTG\",\r\n \"enabled\": true,\r\n \"emailReceivers\": [\r\n {\r\n \"name\": \"user1\",\r\n \"emailAddress\": \"user1@example.com\",\r\n \"status\": \"Enabled\",\r\n \"useCommonAlertSchema\": false\r\n }\r\n ],\r\n \"smsReceivers\": [],\r\n \"webhookReceivers\": [],\r\n \"itsmReceivers\": [],\r\n \"azureAppPushReceivers\": [],\r\n \"automationRunbookReceivers\": [],\r\n \"voiceReceivers\": [],\r\n \"logicAppReceivers\": [],\r\n \"azureFunctionReceivers\": [],\r\n \"armRoleReceivers\": []\r\n },\r\n \"identity\": null\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/Microsoft.Insights/metricAlerts/ps6677?api-version=2018-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlR3JvdXBzL3BzOTI5OC9wcm92aWRlcnMvTWljcm9zb2Z0Lkluc2lnaHRzL21ldHJpY0FsZXJ0cy9wczY2Nzc/YXBpLXZlcnNpb249MjAxOC0wMy0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This new Metric alert rule was created from Powershell version: 2.0.2\",\r\n \"severity\": 3,\r\n \"enabled\": true,\r\n \"scopes\": [\r\n \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/Microsoft.Storage/storageAccounts/ps5666\"\r\n ],\r\n \"evaluationFrequency\": \"PT5M\",\r\n \"windowSize\": \"PT1H\",\r\n \"criteria\": {\r\n \"odata.type\": \"Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria\",\r\n \"allOf\": [\r\n {\r\n \"criterionType\": \"StaticThresholdCriterion\",\r\n \"operator\": \"GreaterThan\",\r\n \"threshold\": 8.0,\r\n \"name\": \"metric1\",\r\n \"metricName\": \"UsedCapacity\",\r\n \"timeAggregation\": \"Average\"\r\n }\r\n ]\r\n },\r\n \"actions\": [\r\n {\r\n \"actionGroupId\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/microsoft.insights/actionGroups/ps957\"\r\n },\r\n {\r\n \"actionGroupId\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/microsoft.insights/actionGroups/ps8082\"\r\n }\r\n ]\r\n },\r\n \"location\": \"global\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "15c06b60-4d23-422e-a70d-98e9529817e3" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Monitor.MonitorManagementClient/0.25.1.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1168" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "8fb043d3-00e3-4404-8db8-960881246d10", + "8fb043d3-00e3-4404-8db8-960881246d10" + ], + "api-supported-versions": [ + "1.0, 2.0, 2017-09-01-preview, 2018-03-01" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "299" + ], + "x-ms-correlation-request-id": [ + "8fb043d3-00e3-4404-8db8-960881246d10" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200809T141426Z:8fb043d3-00e3-4404-8db8-960881246d10" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 09 Aug 2020 14:14:25 GMT" + ], + "Content-Length": [ + "1525" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"location\": \"global\",\r\n \"type\": \"Microsoft.Insights/metricAlerts\",\r\n \"name\": \"ps6677\",\r\n \"id\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/Microsoft.Insights/metricAlerts/ps6677\",\r\n \"properties\": {\r\n \"description\": \"This new Metric alert rule was created from Powershell version: 2.0.2\",\r\n \"severity\": 3,\r\n \"enabled\": true,\r\n \"scopes\": [\r\n \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/Microsoft.Storage/storageAccounts/ps5666\"\r\n ],\r\n \"evaluationFrequency\": \"PT5M\",\r\n \"windowSize\": \"PT1H\",\r\n \"templateType\": 8,\r\n \"criteria\": {\r\n \"allOf\": [\r\n {\r\n \"threshold\": 8.0,\r\n \"name\": \"metric1\",\r\n \"metricNamespace\": \"microsoft.storage/storageaccounts\",\r\n \"metricName\": \"UsedCapacity\",\r\n \"operator\": \"GreaterThan\",\r\n \"timeAggregation\": \"Average\",\r\n \"criterionType\": \"StaticThresholdCriterion\"\r\n }\r\n ],\r\n \"odata.type\": \"Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria\"\r\n },\r\n \"targetResourceType\": \"microsoft.storage/storageaccounts\",\r\n \"actions\": [\r\n {\r\n \"actionGroupId\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/microsoft.insights/actionGroups/ps957\"\r\n },\r\n {\r\n \"actionGroupId\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/microsoft.insights/actionGroups/ps8082\"\r\n }\r\n ]\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/Microsoft.Insights/metricAlerts/ps6677?api-version=2018-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlR3JvdXBzL3BzOTI5OC9wcm92aWRlcnMvTWljcm9zb2Z0Lkluc2lnaHRzL21ldHJpY0FsZXJ0cy9wczY2Nzc/YXBpLXZlcnNpb249MjAxOC0wMy0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This new Metric alert rule was created from Powershell version: 2.0.2\",\r\n \"severity\": 3,\r\n \"enabled\": false,\r\n \"scopes\": [\r\n \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/Microsoft.Storage/storageAccounts/ps5666\"\r\n ],\r\n \"evaluationFrequency\": \"PT5M\",\r\n \"windowSize\": \"PT1H\",\r\n \"criteria\": {\r\n \"odata.type\": \"Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria\",\r\n \"allOf\": [\r\n {\r\n \"criterionType\": \"StaticThresholdCriterion\",\r\n \"operator\": \"GreaterThan\",\r\n \"threshold\": 8.0,\r\n \"name\": \"metric1\",\r\n \"metricName\": \"UsedCapacity\",\r\n \"metricNamespace\": \"microsoft.storage/storageaccounts\",\r\n \"timeAggregation\": \"Average\"\r\n }\r\n ]\r\n },\r\n \"actions\": [\r\n {\r\n \"actionGroupId\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/microsoft.insights/actionGroups/ps957\"\r\n },\r\n {\r\n \"actionGroupId\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/microsoft.insights/actionGroups/ps8082\"\r\n }\r\n ]\r\n },\r\n \"location\": \"global\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "56aeabc0-c0ba-48f9-bc33-11086160fab1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Monitor.MonitorManagementClient/0.25.1.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1236" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "678df3da-1b43-438c-99a6-5fe3e5704d08", + "678df3da-1b43-438c-99a6-5fe3e5704d08" + ], + "api-supported-versions": [ + "1.0, 2.0, 2017-09-01-preview, 2018-03-01" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "298" + ], + "x-ms-correlation-request-id": [ + "678df3da-1b43-438c-99a6-5fe3e5704d08" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200809T141428Z:678df3da-1b43-438c-99a6-5fe3e5704d08" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 09 Aug 2020 14:14:27 GMT" + ], + "Content-Length": [ + "1526" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"location\": \"global\",\r\n \"type\": \"Microsoft.Insights/metricAlerts\",\r\n \"name\": \"ps6677\",\r\n \"id\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/Microsoft.Insights/metricAlerts/ps6677\",\r\n \"properties\": {\r\n \"description\": \"This new Metric alert rule was created from Powershell version: 2.0.2\",\r\n \"severity\": 3,\r\n \"enabled\": false,\r\n \"scopes\": [\r\n \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/Microsoft.Storage/storageAccounts/ps5666\"\r\n ],\r\n \"evaluationFrequency\": \"PT5M\",\r\n \"windowSize\": \"PT1H\",\r\n \"templateType\": 0,\r\n \"criteria\": {\r\n \"allOf\": [\r\n {\r\n \"threshold\": 8.0,\r\n \"name\": \"metric1\",\r\n \"metricNamespace\": \"microsoft.storage/storageaccounts\",\r\n \"metricName\": \"UsedCapacity\",\r\n \"operator\": \"GreaterThan\",\r\n \"timeAggregation\": \"Average\",\r\n \"criterionType\": \"StaticThresholdCriterion\"\r\n }\r\n ],\r\n \"odata.type\": \"Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria\"\r\n },\r\n \"targetResourceType\": \"microsoft.storage/storageaccounts\",\r\n \"actions\": [\r\n {\r\n \"actionGroupId\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/microsoft.insights/actionGroups/ps957\"\r\n },\r\n {\r\n \"actionGroupId\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/microsoft.insights/actionGroups/ps8082\"\r\n }\r\n ]\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/Microsoft.Insights/metricAlerts/ps6677?api-version=2018-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlR3JvdXBzL3BzOTI5OC9wcm92aWRlcnMvTWljcm9zb2Z0Lkluc2lnaHRzL21ldHJpY0FsZXJ0cy9wczY2Nzc/YXBpLXZlcnNpb249MjAxOC0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7cea2636-58e3-4233-aa6d-3dfc385e8528" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Monitor.MonitorManagementClient/0.25.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "b419af93-b7a8-4551-ad3d-3853dd5e91e4", + "b419af93-b7a8-4551-ad3d-3853dd5e91e4" + ], + "api-supported-versions": [ + "1.0, 2.0, 2017-09-01-preview, 2018-03-01" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "b419af93-b7a8-4551-ad3d-3853dd5e91e4" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200809T141426Z:b419af93-b7a8-4551-ad3d-3853dd5e91e4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 09 Aug 2020 14:14:25 GMT" + ], + "Content-Length": [ + "1525" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"location\": \"global\",\r\n \"type\": \"Microsoft.Insights/metricAlerts\",\r\n \"name\": \"ps6677\",\r\n \"id\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/Microsoft.Insights/metricAlerts/ps6677\",\r\n \"properties\": {\r\n \"description\": \"This new Metric alert rule was created from Powershell version: 2.0.2\",\r\n \"severity\": 3,\r\n \"enabled\": true,\r\n \"scopes\": [\r\n \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/Microsoft.Storage/storageAccounts/ps5666\"\r\n ],\r\n \"evaluationFrequency\": \"PT5M\",\r\n \"windowSize\": \"PT1H\",\r\n \"templateType\": 8,\r\n \"criteria\": {\r\n \"allOf\": [\r\n {\r\n \"threshold\": 8.0,\r\n \"name\": \"metric1\",\r\n \"metricNamespace\": \"microsoft.storage/storageaccounts\",\r\n \"metricName\": \"UsedCapacity\",\r\n \"operator\": \"GreaterThan\",\r\n \"timeAggregation\": \"Average\",\r\n \"criterionType\": \"StaticThresholdCriterion\"\r\n }\r\n ],\r\n \"odata.type\": \"Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria\"\r\n },\r\n \"targetResourceType\": \"microsoft.storage/storageaccounts\",\r\n \"actions\": [\r\n {\r\n \"actionGroupId\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/microsoft.insights/actionGroups/ps957\"\r\n },\r\n {\r\n \"actionGroupId\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/microsoft.insights/actionGroups/ps8082\"\r\n }\r\n ]\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/Microsoft.Insights/metricAlerts/ps8459?api-version=2018-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlR3JvdXBzL3BzOTI5OC9wcm92aWRlcnMvTWljcm9zb2Z0Lkluc2lnaHRzL21ldHJpY0FsZXJ0cy9wczg0NTk/YXBpLXZlcnNpb249MjAxOC0wMy0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This New multi resource Metric alert rule was created from Powershell version: 2.0.2\",\r\n \"severity\": 3,\r\n \"enabled\": true,\r\n \"scopes\": [\r\n \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/Microsoft.Storage/storageAccounts/ps5666\"\r\n ],\r\n \"evaluationFrequency\": \"PT5M\",\r\n \"windowSize\": \"PT1H\",\r\n \"targetResourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"targetResourceRegion\": \"West US\",\r\n \"criteria\": {\r\n \"odata.type\": \"Microsoft.Azure.Monitor.MultipleResourceMultipleMetricCriteria\",\r\n \"allOf\": [\r\n {\r\n \"criterionType\": \"StaticThresholdCriterion\",\r\n \"operator\": \"GreaterThan\",\r\n \"threshold\": 8.0,\r\n \"name\": \"metric1\",\r\n \"metricName\": \"UsedCapacity\",\r\n \"timeAggregation\": \"Average\"\r\n }\r\n ]\r\n },\r\n \"actions\": [\r\n {\r\n \"actionGroupId\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/microsoft.insights/actionGroups/ps957\"\r\n },\r\n {\r\n \"actionGroupId\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/microsoft.insights/actionGroups/ps8082\"\r\n }\r\n ]\r\n },\r\n \"location\": \"global\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3b864657-a86f-4f3c-a1c5-ae8c322ef1e8" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Monitor.MonitorManagementClient/0.25.1.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1289" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "04755d1d-bb76-40ef-8eaa-88c4d6352c88", + "04755d1d-bb76-40ef-8eaa-88c4d6352c88" + ], + "api-supported-versions": [ + "1.0, 2.0, 2017-09-01-preview, 2018-03-01" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "297" + ], + "x-ms-correlation-request-id": [ + "04755d1d-bb76-40ef-8eaa-88c4d6352c88" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200809T141432Z:04755d1d-bb76-40ef-8eaa-88c4d6352c88" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 09 Aug 2020 14:14:32 GMT" + ], + "Content-Length": [ + "1581" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"location\": \"global\",\r\n \"type\": \"Microsoft.Insights/metricAlerts\",\r\n \"name\": \"ps8459\",\r\n \"id\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/Microsoft.Insights/metricAlerts/ps8459\",\r\n \"properties\": {\r\n \"description\": \"This New multi resource Metric alert rule was created from Powershell version: 2.0.2\",\r\n \"severity\": 3,\r\n \"enabled\": true,\r\n \"scopes\": [\r\n \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/Microsoft.Storage/storageAccounts/ps5666\"\r\n ],\r\n \"evaluationFrequency\": \"PT5M\",\r\n \"windowSize\": \"PT1H\",\r\n \"templateType\": 8,\r\n \"criteria\": {\r\n \"allOf\": [\r\n {\r\n \"threshold\": 8.0,\r\n \"name\": \"metric1\",\r\n \"metricNamespace\": \"microsoft.storage/storageaccounts\",\r\n \"metricName\": \"UsedCapacity\",\r\n \"operator\": \"GreaterThan\",\r\n \"timeAggregation\": \"Average\",\r\n \"criterionType\": \"StaticThresholdCriterion\"\r\n }\r\n ],\r\n \"odata.type\": \"Microsoft.Azure.Monitor.MultipleResourceMultipleMetricCriteria\"\r\n },\r\n \"targetResourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"targetResourceRegion\": \"westus\",\r\n \"actions\": [\r\n {\r\n \"actionGroupId\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/microsoft.insights/actionGroups/ps957\"\r\n },\r\n {\r\n \"actionGroupId\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/microsoft.insights/actionGroups/ps8082\"\r\n }\r\n ]\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/Microsoft.Insights/metricAlerts/ps8459?api-version=2018-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlR3JvdXBzL3BzOTI5OC9wcm92aWRlcnMvTWljcm9zb2Z0Lkluc2lnaHRzL21ldHJpY0FsZXJ0cy9wczg0NTk/YXBpLXZlcnNpb249MjAxOC0wMy0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This New multi resource Metric alert rule was created from Powershell version: 2.0.2\",\r\n \"severity\": 3,\r\n \"enabled\": false,\r\n \"scopes\": [\r\n \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/Microsoft.Storage/storageAccounts/ps5666\"\r\n ],\r\n \"evaluationFrequency\": \"PT5M\",\r\n \"windowSize\": \"PT1H\",\r\n \"targetResourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"targetResourceRegion\": \"westus\",\r\n \"criteria\": {\r\n \"odata.type\": \"Microsoft.Azure.Monitor.MultipleResourceMultipleMetricCriteria\",\r\n \"allOf\": [\r\n {\r\n \"criterionType\": \"StaticThresholdCriterion\",\r\n \"operator\": \"GreaterThan\",\r\n \"threshold\": 8.0,\r\n \"name\": \"metric1\",\r\n \"metricName\": \"UsedCapacity\",\r\n \"metricNamespace\": \"microsoft.storage/storageaccounts\",\r\n \"timeAggregation\": \"Average\"\r\n }\r\n ]\r\n },\r\n \"actions\": [\r\n {\r\n \"actionGroupId\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/microsoft.insights/actionGroups/ps957\"\r\n },\r\n {\r\n \"actionGroupId\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/microsoft.insights/actionGroups/ps8082\"\r\n }\r\n ]\r\n },\r\n \"location\": \"global\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6e080ec7-fa67-4a47-accb-a4ddaa4718e0" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Monitor.MonitorManagementClient/0.25.1.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1356" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "966df3ce-ab36-486f-bf95-d0e537c3bc94", + "966df3ce-ab36-486f-bf95-d0e537c3bc94" + ], + "api-supported-versions": [ + "1.0, 2.0, 2017-09-01-preview, 2018-03-01" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "296" + ], + "x-ms-correlation-request-id": [ + "966df3ce-ab36-486f-bf95-d0e537c3bc94" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200809T141434Z:966df3ce-ab36-486f-bf95-d0e537c3bc94" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 09 Aug 2020 14:14:34 GMT" + ], + "Content-Length": [ + "1582" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"location\": \"global\",\r\n \"type\": \"Microsoft.Insights/metricAlerts\",\r\n \"name\": \"ps8459\",\r\n \"id\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/Microsoft.Insights/metricAlerts/ps8459\",\r\n \"properties\": {\r\n \"description\": \"This New multi resource Metric alert rule was created from Powershell version: 2.0.2\",\r\n \"severity\": 3,\r\n \"enabled\": false,\r\n \"scopes\": [\r\n \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/Microsoft.Storage/storageAccounts/ps5666\"\r\n ],\r\n \"evaluationFrequency\": \"PT5M\",\r\n \"windowSize\": \"PT1H\",\r\n \"templateType\": 0,\r\n \"criteria\": {\r\n \"allOf\": [\r\n {\r\n \"threshold\": 8.0,\r\n \"name\": \"metric1\",\r\n \"metricNamespace\": \"microsoft.storage/storageaccounts\",\r\n \"metricName\": \"UsedCapacity\",\r\n \"operator\": \"GreaterThan\",\r\n \"timeAggregation\": \"Average\",\r\n \"criterionType\": \"StaticThresholdCriterion\"\r\n }\r\n ],\r\n \"odata.type\": \"Microsoft.Azure.Monitor.MultipleResourceMultipleMetricCriteria\"\r\n },\r\n \"targetResourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"targetResourceRegion\": \"westus\",\r\n \"actions\": [\r\n {\r\n \"actionGroupId\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/microsoft.insights/actionGroups/ps957\"\r\n },\r\n {\r\n \"actionGroupId\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/microsoft.insights/actionGroups/ps8082\"\r\n }\r\n ]\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/Microsoft.Insights/metricAlerts/ps8459?api-version=2018-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlR3JvdXBzL3BzOTI5OC9wcm92aWRlcnMvTWljcm9zb2Z0Lkluc2lnaHRzL21ldHJpY0FsZXJ0cy9wczg0NTk/YXBpLXZlcnNpb249MjAxOC0wMy0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bfbcc7d6-10f1-4010-afeb-b9af93db34df" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Monitor.MonitorManagementClient/0.25.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "7bbecafd-a24b-4c7b-81dc-61afdece23b4", + "7bbecafd-a24b-4c7b-81dc-61afdece23b4" + ], + "api-supported-versions": [ + "1.0, 2.0, 2017-09-01-preview, 2018-03-01" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "7bbecafd-a24b-4c7b-81dc-61afdece23b4" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200809T141433Z:7bbecafd-a24b-4c7b-81dc-61afdece23b4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 09 Aug 2020 14:14:32 GMT" + ], + "Content-Length": [ + "1581" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"location\": \"global\",\r\n \"type\": \"Microsoft.Insights/metricAlerts\",\r\n \"name\": \"ps8459\",\r\n \"id\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/Microsoft.Insights/metricAlerts/ps8459\",\r\n \"properties\": {\r\n \"description\": \"This New multi resource Metric alert rule was created from Powershell version: 2.0.2\",\r\n \"severity\": 3,\r\n \"enabled\": true,\r\n \"scopes\": [\r\n \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/Microsoft.Storage/storageAccounts/ps5666\"\r\n ],\r\n \"evaluationFrequency\": \"PT5M\",\r\n \"windowSize\": \"PT1H\",\r\n \"templateType\": 8,\r\n \"criteria\": {\r\n \"allOf\": [\r\n {\r\n \"threshold\": 8.0,\r\n \"name\": \"metric1\",\r\n \"metricNamespace\": \"microsoft.storage/storageaccounts\",\r\n \"metricName\": \"UsedCapacity\",\r\n \"operator\": \"GreaterThan\",\r\n \"timeAggregation\": \"Average\",\r\n \"criterionType\": \"StaticThresholdCriterion\"\r\n }\r\n ],\r\n \"odata.type\": \"Microsoft.Azure.Monitor.MultipleResourceMultipleMetricCriteria\"\r\n },\r\n \"targetResourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"targetResourceRegion\": \"westus\",\r\n \"actions\": [\r\n {\r\n \"actionGroupId\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/microsoft.insights/actionGroups/ps957\"\r\n },\r\n {\r\n \"actionGroupId\": \"/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/microsoft.insights/actionGroups/ps8082\"\r\n }\r\n ]\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/Microsoft.Insights/metricAlerts/ps6677?api-version=2018-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlR3JvdXBzL3BzOTI5OC9wcm92aWRlcnMvTWljcm9zb2Z0Lkluc2lnaHRzL21ldHJpY0FsZXJ0cy9wczY2Nzc/YXBpLXZlcnNpb249MjAxOC0wMy0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f12f4836-08ce-4a1c-9341-b3e088d0002b" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Monitor.MonitorManagementClient/0.25.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9ac90bcf-a4b6-4709-a9a7-c5322c0c07ce", + "9ac90bcf-a4b6-4709-a9a7-c5322c0c07ce" + ], + "api-supported-versions": [ + "1.0, 2.0, 2017-09-01-preview, 2018-03-01" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "9ac90bcf-a4b6-4709-a9a7-c5322c0c07ce" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200809T141436Z:9ac90bcf-a4b6-4709-a9a7-c5322c0c07ce" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 09 Aug 2020 14:14:35 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/Microsoft.Insights/metricAlerts/ps8459?api-version=2018-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlR3JvdXBzL3BzOTI5OC9wcm92aWRlcnMvTWljcm9zb2Z0Lkluc2lnaHRzL21ldHJpY0FsZXJ0cy9wczg0NTk/YXBpLXZlcnNpb249MjAxOC0wMy0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3ecdba59-7ea6-4a7a-950b-87561a0c8bde" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Monitor.MonitorManagementClient/0.25.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "6cda5e11-c568-41c2-bfc5-bb0f61dd2c7a", + "6cda5e11-c568-41c2-bfc5-bb0f61dd2c7a" + ], + "api-supported-versions": [ + "1.0, 2.0, 2017-09-01-preview, 2018-03-01" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "X-AspNet-Version": [ + "4.0.30319" + ], + "X-Powered-By": [ + "ASP.NET" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], + "x-ms-correlation-request-id": [ + "6cda5e11-c568-41c2-bfc5-bb0f61dd2c7a" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200809T141438Z:6cda5e11-c568-41c2-bfc5-bb0f61dd2c7a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 09 Aug 2020 14:14:37 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/microsoft.insights/actionGroups/ps957?api-version=2019-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlR3JvdXBzL3BzOTI5OC9wcm92aWRlcnMvbWljcm9zb2Z0Lmluc2lnaHRzL2FjdGlvbkdyb3Vwcy9wczk1Nz9hcGktdmVyc2lvbj0yMDE5LTA2LTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "868a1e04-27f1-4e57-85c1-9e4823fcc65c" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Monitor.MonitorManagementClient/0.25.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "c33b32d1-4c4a-4e3e-97f4-4138fb90dd8c" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14997" + ], + "x-ms-correlation-request-id": [ + "886ca2d3-c8c6-4e87-9d55-6636e2305a26" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200809T141440Z:886ca2d3-c8c6-4e87-9d55-6636e2305a26" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 09 Aug 2020 14:14:39 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/microsoft.insights/actionGroups/ps8082?api-version=2019-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlR3JvdXBzL3BzOTI5OC9wcm92aWRlcnMvbWljcm9zb2Z0Lmluc2lnaHRzL2FjdGlvbkdyb3Vwcy9wczgwODI/YXBpLXZlcnNpb249MjAxOS0wNi0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "131ac8d0-e444-4b33-963b-fd45170b4b10" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Monitor.MonitorManagementClient/0.25.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "2328bb55-18ac-4f3d-a126-d1770bdfc09a" + ], + "Server": [ + "Microsoft-IIS/10.0" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14996" + ], + "x-ms-correlation-request-id": [ + "1b6bda16-bc82-4c6a-9fb7-3c4c751afe28" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200809T141442Z:1b6bda16-bc82-4c6a-9fb7-3c4c751afe28" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 09 Aug 2020 14:14:41 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourceGroups/ps9298/providers/Microsoft.Storage/storageAccounts/ps5666?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlR3JvdXBzL3BzOTI5OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3BzNTY2Nj9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8d7a35c7-a233-4576-8ac6-f15a4504901e" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Storage.Version2017.10.01.StorageManagementClient/1.3.20" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "9cae0f63-509b-42e2-99c7-6511a7189034" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14995" + ], + "x-ms-correlation-request-id": [ + "3eab4fb6-4bbc-4993-9416-d06d140f6109" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200809T141446Z:3eab4fb6-4bbc-4993-9416-d06d140f6109" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 09 Aug 2020 14:14:45 GMT" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/resourcegroups/ps9298?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL3Jlc291cmNlZ3JvdXBzL3BzOTI5OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5c010d95-bd88-4fe3-b7e1-e2c987c67690" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.20" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyOTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14994" + ], + "x-ms-request-id": [ + "fe80b0de-3418-4fa0-a459-5b1976519b38" + ], + "x-ms-correlation-request-id": [ + "fe80b0de-3418-4fa0-a459-5b1976519b38" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200809T141447Z:fe80b0de-3418-4fa0-a459-5b1976519b38" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 09 Aug 2020 14:14:47 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyOTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpreU9UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.20" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyOTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "c273b85d-e1ae-4225-8e61-bd772a794f1c" + ], + "x-ms-correlation-request-id": [ + "c273b85d-e1ae-4225-8e61-bd772a794f1c" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200809T141503Z:c273b85d-e1ae-4225-8e61-bd772a794f1c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 09 Aug 2020 14:15:02 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyOTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpreU9UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.20" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyOTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "c8385273-f223-4967-80bd-f1f8dc480eb0" + ], + "x-ms-correlation-request-id": [ + "c8385273-f223-4967-80bd-f1f8dc480eb0" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200809T141518Z:c8385273-f223-4967-80bd-f1f8dc480eb0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 09 Aug 2020 14:15:17 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyOTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpreU9UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.20" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-request-id": [ + "3ca65986-2f00-4ff0-b67e-e7d181172181" + ], + "x-ms-correlation-request-id": [ + "3ca65986-2f00-4ff0-b67e-e7d181172181" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200809T141534Z:3ca65986-2f00-4ff0-b67e-e7d181172181" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 09 Aug 2020 14:15:34 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzkyOTgtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMTFhZWIwZWQtNDU2Yi00Y2EwLThkZjUtYjlmYmRjNjNkMGQzL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpreU9UZ3RWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29017.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.20" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-request-id": [ + "cb974b53-32d9-4097-bae2-1a779ab29835" + ], + "x-ms-correlation-request-id": [ + "cb974b53-32d9-4097-bae2-1a779ab29835" + ], + "x-ms-routing-request-id": [ + "NORTHEUROPE:20200809T141534Z:cb974b53-32d9-4097-bae2-1a779ab29835" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 09 Aug 2020 14:15:34 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + } + ], + "Names": { + "Test-DisableAzureRmMetricAlertRuleV2WithActionGroups": [ + "ps9298", + "ps5666", + "ps3924", + "ps6677", + "ps8459", + "ps957", + "ps8082" + ] + }, + "Variables": { + "SubscriptionId": "11aeb0ed-456b-4ca0-8df5-b9fbdc63d0d3" + } +} \ No newline at end of file diff --git a/src/Monitor/Monitor/Alerts/AddAzureRmMetricAlertRuleV2Command.cs b/src/Monitor/Monitor/Alerts/AddAzureRmMetricAlertRuleV2Command.cs index 365457033f52..7ac74166c099 100644 --- a/src/Monitor/Monitor/Alerts/AddAzureRmMetricAlertRuleV2Command.cs +++ b/src/Monitor/Monitor/Alerts/AddAzureRmMetricAlertRuleV2Command.cs @@ -31,10 +31,6 @@ public class AddAzureRmMetricAlertRuleV2Command : ManagementCmdletBase { const string CreateAlertByResourceId = "CreateAlertByResourceId"; const string CreateAlertByScopes = "CreateAlertByScopes"; - const string CreateAlertByResourceIdAndActionGroup = "CreateAlertByResourceIdAndActionGroup"; - const string CreateAlertByScopesAndActionGroup = "CreateAlertByScopesAndActionGroup"; - const string CreateAlertByResourceIdAndActionGroupId = "CreateAlertByResourceIdAndActionGroupId"; - const string CreateAlertByScopesAndActionGroupId = "CreateAlertByScopesAndActionGroupId"; /// /// Gets or sets Name parameter of the cmdlet @@ -69,8 +65,6 @@ public class AddAzureRmMetricAlertRuleV2Command : ManagementCmdletBase /// Gets or sets the TargetResourceId parameter /// [Parameter(ParameterSetName = CreateAlertByResourceId, Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The target resource id for rule")] - [Parameter(ParameterSetName = CreateAlertByResourceIdAndActionGroup, Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The target resource id for rule")] - [Parameter(ParameterSetName = CreateAlertByResourceIdAndActionGroupId, Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The target resource id for rule")] [ValidateNotNullOrEmpty] public string TargetResourceId { get; set; } @@ -78,8 +72,6 @@ public class AddAzureRmMetricAlertRuleV2Command : ManagementCmdletBase /// Gets or sets the TargetResourceScope parameter /// [Parameter(ParameterSetName = CreateAlertByScopes, Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The target resource scope for rule")] - [Parameter(ParameterSetName = CreateAlertByScopesAndActionGroup, Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The target resource scope for rule")] - [Parameter(ParameterSetName = CreateAlertByScopesAndActionGroupId, Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The target resource scope for rule")] [ValidateNotNullOrEmpty] [Alias("Scopes")] public string[] TargetResourceScope { get; set; } @@ -88,8 +80,6 @@ public class AddAzureRmMetricAlertRuleV2Command : ManagementCmdletBase /// Gets or sets the TargetResourceType parameter /// [Parameter(ParameterSetName = CreateAlertByScopes, Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The target resource type for rule")] - [Parameter(ParameterSetName = CreateAlertByScopesAndActionGroup, Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The target resource type for rule")] - [Parameter(ParameterSetName = CreateAlertByScopesAndActionGroupId, Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The target resource type for rule")] [ValidateNotNullOrEmpty] public string TargetResourceType { get; set; } @@ -97,8 +87,6 @@ public class AddAzureRmMetricAlertRuleV2Command : ManagementCmdletBase /// Gets or sets the TargetResourceRegion parameter /// [Parameter(ParameterSetName = CreateAlertByScopes, Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The target resource region for rule")] - [Parameter(ParameterSetName = CreateAlertByScopesAndActionGroup, Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The target resource region for rule")] - [Parameter(ParameterSetName = CreateAlertByScopesAndActionGroupId, Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The target resource region for rule")] [ValidateNotNullOrEmpty] public string TargetResourceRegion { get; set; } @@ -113,16 +101,16 @@ public class AddAzureRmMetricAlertRuleV2Command : ManagementCmdletBase /// /// Gets or sets the ActionGroup parameter /// - [Parameter(ParameterSetName = CreateAlertByResourceIdAndActionGroup, Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The Action Group for rule")] - [Parameter(ParameterSetName = CreateAlertByScopesAndActionGroup, Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The Action Group for rule")] + [Parameter(Mandatory = false, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The Action Group for rule")] [Alias("Actions")] + [AllowEmptyCollection] public ActivityLogAlertActionGroup[] ActionGroup { get; set; } /// /// Gets or sets the ActionGroupId parameter /// - [Parameter(ParameterSetName = CreateAlertByResourceIdAndActionGroupId, Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The Action Group id for rule")] - [Parameter(ParameterSetName = CreateAlertByScopesAndActionGroupId, Mandatory = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The Action Group id for rule")] + [Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, HelpMessage = "The Action Group for rule")] + [AllowEmptyCollection] public string[] ActionGroupId { get; set; } /// @@ -147,14 +135,15 @@ public class AddAzureRmMetricAlertRuleV2Command : ManagementCmdletBase protected override void ProcessRecordInternal() { var actions = new List(); - if (this.ActionGroup != null) + if (this.ActionGroup != null && this.ActionGroup.Length > 0) { actions.AddRange(this.ActionGroup.Select(actionGroup => new MetricAlertAction(actionGroupId: actionGroup.ActionGroupId, webHookProperties: actionGroup.WebhookProperties))); } - if (this.ActionGroupId != null) + if (this.ActionGroupId != null && this.ActionGroupId.Length > 0) { - actions.AddRange(this.ActionGroupId.Select(actionGroupId => new MetricAlertAction(actionGroupId: actionGroupId))); + var newActionGroupIds = this.ActionGroupId.Where(id => ! actions.Exists(action => action.ActionGroupId == id)); + actions.AddRange(newActionGroupIds.Select(actionGroupId => new MetricAlertAction(actionGroupId: actionGroupId))); } if (this.Condition.Any(c => c.CriterionType == CriterionType.DynamicThresholdCriterion)) diff --git a/src/Monitor/Monitor/ChangeLog.md b/src/Monitor/Monitor/ChangeLog.md index 8d6672c66465..38007be06828 100644 --- a/src/Monitor/Monitor/ChangeLog.md +++ b/src/Monitor/Monitor/ChangeLog.md @@ -20,6 +20,7 @@ ## Upcoming Release * Extend the parameter set in `Set-AzDiagnosticSetting` for separation of Logs and Metrics enablement [#12482] +* Fixed bug for `Add-AzMetricAlertRuleV2` when getting metric alert from pipeline ## Version 2.0.2 * Fixed bug for `Get-AzDiagnosticSetting` when metrics or logs are null [#12272] diff --git a/src/Monitor/Monitor/help/Add-AzMetricAlertRuleV2.md b/src/Monitor/Monitor/help/Add-AzMetricAlertRuleV2.md index d31253f9b24d..ecec9794efa2 100644 --- a/src/Monitor/Monitor/help/Add-AzMetricAlertRuleV2.md +++ b/src/Monitor/Monitor/help/Add-AzMetricAlertRuleV2.md @@ -17,26 +17,9 @@ Adds or updates a V2 (non-classic) metric-based alert rule. Add-AzMetricAlertRuleV2 -Name -ResourceGroupName -WindowSize -Frequency -TargetResourceId -Condition - [-DisableRule] [-Description ] -Severity [-DefaultProfile ] [-WhatIf] - [-Confirm] [] -``` - -### CreateAlertByResourceIdAndActionGroup -``` -Add-AzMetricAlertRuleV2 -Name -ResourceGroupName -WindowSize -Frequency - -TargetResourceId - -Condition - -ActionGroup [-DisableRule] [-Description ] -Severity - [-DefaultProfile ] [-WhatIf] [-Confirm] [] -``` - -### CreateAlertByResourceIdAndActionGroupId -``` -Add-AzMetricAlertRuleV2 -Name -ResourceGroupName -WindowSize -Frequency - -TargetResourceId - -Condition - -ActionGroupId [-DisableRule] [-Description ] -Severity - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-ActionGroup ] [-ActionGroupId ] [-DisableRule] + [-Description ] -Severity [-DefaultProfile ] [-WhatIf] [-Confirm] + [] ``` ### CreateAlertByScopes @@ -44,26 +27,9 @@ Add-AzMetricAlertRuleV2 -Name -ResourceGroupName -WindowSize < Add-AzMetricAlertRuleV2 -Name -ResourceGroupName -WindowSize -Frequency -TargetResourceScope -TargetResourceType -TargetResourceRegion -Condition - [-DisableRule] [-Description ] -Severity [-DefaultProfile ] [-WhatIf] - [-Confirm] [] -``` - -### CreateAlertByScopesAndActionGroup -``` -Add-AzMetricAlertRuleV2 -Name -ResourceGroupName -WindowSize -Frequency - -TargetResourceScope -TargetResourceType -TargetResourceRegion - -Condition - -ActionGroup [-DisableRule] [-Description ] -Severity - [-DefaultProfile ] [-WhatIf] [-Confirm] [] -``` - -### CreateAlertByScopesAndActionGroupId -``` -Add-AzMetricAlertRuleV2 -Name -ResourceGroupName -WindowSize -Frequency - -TargetResourceScope -TargetResourceType -TargetResourceRegion - -Condition - -ActionGroupId [-DisableRule] [-Description ] -Severity - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-ActionGroup ] [-ActionGroupId ] [-DisableRule] + [-Description ] -Severity [-DefaultProfile ] [-WhatIf] [-Confirm] + [] ``` ## DESCRIPTION @@ -185,13 +151,13 @@ The Action Group for rule ```yaml Type: Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[] -Parameter Sets: CreateAlertByResourceIdAndActionGroup, CreateAlertByScopesAndActionGroup +Parameter Sets: (All) Aliases: Actions -Required: True +Required: False Position: Named Default value: None -Accept pipeline input: True (ByPropertyName) +Accept pipeline input: True (ByPropertyName, ByValue) Accept wildcard characters: False ``` @@ -200,10 +166,10 @@ The Action Group id for rule ```yaml Type: System.String[] -Parameter Sets: CreateAlertByResourceIdAndActionGroupId, CreateAlertByScopesAndActionGroupId +Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: True (ByPropertyName) @@ -335,7 +301,7 @@ The target resource id for rule ```yaml Type: System.String -Parameter Sets: CreateAlertByResourceId, CreateAlertByResourceIdAndActionGroup, CreateAlertByResourceIdAndActionGroupId +Parameter Sets: CreateAlertByResourceId Aliases: Required: True @@ -350,7 +316,7 @@ The target resource region for rule ```yaml Type: System.String -Parameter Sets: CreateAlertByScopes, CreateAlertByScopesAndActionGroup, CreateAlertByScopesAndActionGroupId +Parameter Sets: CreateAlertByScopes Aliases: Required: True @@ -365,7 +331,7 @@ The target resource scope for rule ```yaml Type: System.String[] -Parameter Sets: CreateAlertByScopes, CreateAlertByScopesAndActionGroup, CreateAlertByScopesAndActionGroupId +Parameter Sets: CreateAlertByScopes Aliases: Scopes Required: True @@ -380,7 +346,7 @@ The target resource type for rule ```yaml Type: System.String -Parameter Sets: CreateAlertByScopes, CreateAlertByScopesAndActionGroup, CreateAlertByScopesAndActionGroupId +Parameter Sets: CreateAlertByScopes Aliases: Required: True From 99df761844c7055eb8ef590a1efcb8d99d43132a Mon Sep 17 00:00:00 2001 From: aladdindoc <62311067+aladdindoc@users.noreply.github.com> Date: Wed, 12 Aug 2020 07:57:15 -0700 Subject: [PATCH 06/19] Add new examples to Relay (#12640) - Add new examples to the following modules: Relay --- src/Relay/Relay/help/Get-AzRelayAuthorizationRule.md | 12 ++++++------ src/Relay/Relay/help/Get-AzRelayKey.md | 12 ++++++------ src/Relay/Relay/help/New-AzRelayAuthorizationRule.md | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/Relay/Relay/help/Get-AzRelayAuthorizationRule.md b/src/Relay/Relay/help/Get-AzRelayAuthorizationRule.md index 797fcad07ac5..f938ca175226 100644 --- a/src/Relay/Relay/help/Get-AzRelayAuthorizationRule.md +++ b/src/Relay/Relay/help/Get-AzRelayAuthorizationRule.md @@ -35,8 +35,8 @@ The **Get-AzRelayAuthorizationRule** cmdlet gets the description of the specifie ## EXAMPLES -### Example 1 - Namespace -``` +### Example 1: Namespace +```powershell PS C:\> Get-AzRelayNamespaceAuthorizationRule -ResourceGroupName Default-ServiceBus-WestUS -Namespace TestNameSpace-Relay1 -Name AuthoRule1 Rights : {Listen, Send} @@ -48,8 +48,8 @@ Id : /subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Defa Returns the specified authorization rule description for a specified namespace. -### Example 2 - WcfRelay -``` +### Example 2: WcfRelay +```powershell PS C:\>Get-AzWcfRelayAuthorizationRule -ResourceGroupName Default-ServiceBus-WestUS -Namespace TestNameSpace-Relay1 -WcfRelay TestWCFRelay1 -Name AuthoRule1 Rights : {Listen, Send} @@ -61,8 +61,8 @@ Id : /subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Defa Returns the specified authorization rule description for a given WcfRelay. -### Example 3 - HybridConnection -``` +### Example 3: HybridConnection +```powershell PS C:\> Get-AzRelayHybridConnectionAuthorizationRule -ResourceGroupName Default-ServiceBus-WestUS -Namespace TestNameSpace-Relay1 -HybridConnections TestHybridConnection -Name AuthoRule1 Rights : {Listen, Send} diff --git a/src/Relay/Relay/help/Get-AzRelayKey.md b/src/Relay/Relay/help/Get-AzRelayKey.md index a8a7a922af0b..3f377b0ec774 100644 --- a/src/Relay/Relay/help/Get-AzRelayKey.md +++ b/src/Relay/Relay/help/Get-AzRelayKey.md @@ -35,8 +35,8 @@ The **Get-AzRelayKey** cmdlet returns the primary and secondary connection strin ## EXAMPLES -### Example 1 - Namespace -``` +### Example 1: Namespace +```powershell PS C:\> Get-AzRelayKey -ResourceGroupName Default-ServiceBus-WestUS -Namespace TestNameSpace-Relay1 -Name AuthoRule1 PrimaryConnectionString : Endpoint=sb://testnamespace-relay1.servicebus.windows.net/;SharedAccessKeyName=AuthoRule1;SharedAccessKey=############################################ @@ -46,8 +46,8 @@ SecondaryKey : ############################################ KeyName : AuthoRule1 ``` -### Example 2 - WcfRelay -``` +### Example 2: WcfRelay +```powershell PS C:\> Get-AzRelayKey -ResourceGroupName Default-ServiceBus-WestUS -Namespace TestNameSpace-Relay1 -WcfRelay TestWCFRelay1 -Name AuthoRule1 PrimaryConnectionString : Endpoint=sb://testnamespace-relay1.servicebus.windows.net/;SharedAccessKeyName=AuthoRule1;SharedAccessKey=############################################;EntityPath=TestWCFRelay1 @@ -57,8 +57,8 @@ SecondaryKey : ############################################ KeyName : AuthoRule1 ``` -### Example 3 - HybridConnection -``` +### Example 3: HybridConnection +```powershell PS C:\> Get-AzRelayKey -ResourceGroupName Default-ServiceBus-WestUS -Namespace TestNameSpace-Relay1 -HybridConnection TestHybridConnection -Name AuthoRule1 PrimaryConnectionString : Endpoint=sb://testnamespace-relay1.servicebus.windows.net/;SharedAccessKeyName=AuthoRule1;SharedAccessKey=############################################;EntityPath=TestHybridConnection diff --git a/src/Relay/Relay/help/New-AzRelayAuthorizationRule.md b/src/Relay/Relay/help/New-AzRelayAuthorizationRule.md index 9959c2736982..71711e6e12b5 100644 --- a/src/Relay/Relay/help/New-AzRelayAuthorizationRule.md +++ b/src/Relay/Relay/help/New-AzRelayAuthorizationRule.md @@ -37,8 +37,8 @@ The **New-AzRelayAuthorizationRule** cmdlet creates a new authorization rule for ## EXAMPLES -### Example 1 - Namespace -``` +### Example 1: Namespace +```powershell PS C:\>New-AzRelayAuthorizationRule -ResourceGroupName Default-ServiceBus-WestUS -Namespace TestNameSpace-Relay1 -Name AuthoRule1 -Rights "Listen" Rights : {Listen} @@ -49,8 +49,8 @@ Id : /subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Defa Creates `AuthoRule1` with **Listen** rights for the namespace `TestNameSpace-Relay1`. -### Example 2 - WcfRelay -``` +### Example 2: WcfRelay +```powershell PS C:\>New-AzRelayAuthorizationRule -ResourceGroupName Default-ServiceBus-WestUS -Namespace TestNameSpace-Relay1 -WcfRelay TestWCFRelay1 -Name AuthoRule1 -Rights "Listen" Rights : {Listen} @@ -61,8 +61,8 @@ Id : /subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Defa Creates authorization rule `AuthoRule1` with **Listen** rights for the WcfRelay `TestWCFRelay1`. -### Example 3 - HybridConnection -``` +### Example 3: HybridConnection +```powershell PS C:\>New-AzRelayAuthorizationRule -ResourceGroupName Default-ServiceBus-WestUS -Namespace TestNameSpace-Relay1 -HybridConnection TestHybridConnection -Name AuthoRule1 -Rights "Listen" Rights : {Listen} From 51216ff0733dff5e0ecc1d7ff1f3c7e464f740ef Mon Sep 17 00:00:00 2001 From: Dingmeng Xue Date: Thu, 13 Aug 2020 12:32:00 +0800 Subject: [PATCH 07/19] Support .NET Framework 4.x (#12650) --- setup/InstallerChecks.CA.dll | Bin 270129 -> 273940 bytes ...allerChecks.config => CustomAction.config} | 0 .../InstallerChecks/InstallerChecks.csproj | 4 +++- 3 files changed, 3 insertions(+), 1 deletion(-) rename setup/InstallerChecks/InstallerChecks/{InstallerChecks.config => CustomAction.config} (100%) diff --git a/setup/InstallerChecks.CA.dll b/setup/InstallerChecks.CA.dll index 9b54f9cbe29a268e8e572bc81913f696b0b9293d..100ba64a7407df4d5c15392d34ef359f5ffc3558 100644 GIT binary patch delta 123645 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�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

{#D?q3!)$oDsvi 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 delta 119762 zcmb6C3w%t+|38lJImt>$)+ShqOJWlVAwr0dh>#`Wq!Qw;u4z-L-c-pVby;je*RiUG zZd-NfUE6ojsuH&*f`qs$b*o#^lP>C31a*GT*PLDS{ds@?kH^1#WY4@_^P1Ppyk_P# zuX)Yu981mweZM_uQCGqLz0{tzJL=<^>sBm^^ZxmYFU0)_*jLPp+sB_T#%;s1`D4~* zBY!Sw^9g@0ZSyUjC0Bgnw&1yL#d~p$@T{#a<#e^xMQy(4@SAb;T(`oHKWnRtIex$^ zdE-!Lhd7<*znl!6?xnf4bpQ17d)|w?p^G#Jh;{4e1_(Oc4*cQ2P0S+1)XDYH>3liN zCJAwgxs{@>vb9bZb6eC+C3KpP?v6j6W*^3&lxh}r`2xFTv?Jilo=U1{41FTGIkf=;Ui zwdool^A=kpHfxVI=;{Efh37N>rJ;3gCyssn%{(1%iw_=7q>mI%vDfrdjn|b_MA;7V4KO`XsQSe#ydB_MTrW>BuN=E38db(^i6#AmNAymmQj|GV@8h}QNB-djEwS^9MhwM5>(0ALzPk=tEw$a zK9VjU+&on0H!I!PdvB(EB1=A*QM_krCtIcruspl?NP#gwIjNwIWG@vZd$nM_DamEh zy%QNt_E_#6PH(=K#=t*Y-jNks=Jv^wE2#K@O!-J3XJAh-&x}1(&`FYaWXA5ub}mw> zQlCRo>`CI>$hgrrARhxAlPpYCX`3}%l5TC^H~#UkZp=-dtMH9l6O{9KIk2T+?Z&vb4vfhM&-P3jdaJ21@1 zhjgf9znUw_`elExX@O>2<}FdDoOn^Ele41Y?KNt_fP^FI&K{yN>t&rT;k10exO8SG z%F9S7m5(Z~0-I89jgs;PMa9z$O_F58-#5YIP-mU4xYXKicDW9ez*9K=PFFh*Wy?@_6v@s?F+-mulzNXBp`8r*! zeg%>!6;sX*_A}WMt|c6if0N{!swr+5R(PrP4b@a1snm_=eL=2qV=eg~Nj^Z+CC52< zWPZvHNVJBgjB%p?EJ;)?NF)+RJLN;nH2K6PE_;Vx@o8(bgd@mOO^1eZ=0U3IC!{py zKK3eh$57v9-)SCGzAsBYlj#`YpXrzsMADrA>Hc$>=FU#Zfi;}z?0H_2A7nauR%SU3 zJzvx5Dj+u+BFU-0gSmm6O_(2HNCI=<1rpFrAlG3L|1yM=#Z9J%;Q%0HtX4XAA|l%f zQhFmL`%6*rTwml+G6s}`AZ&*|>4vDwNZ13Wk&nRJk=Pjs2`d22GE0tBGr-;HQ8_y0 zP9pKE0=L@Ab)*wY-L;j=NXY3?!)WZr(b(xQ##v5`U8X!DC{v!~7n&*m4goNuv4?P! z4KTJ6K3PBADEQQ&Rrhh!BJ^?nyn1Qk=yPp#x@>v3Bp+8E{G+PXU+by9A)#_#f8`qT zsy`rv({LJT_i@5j6Lt=;1bjq*m4IIU7OcnW*PbaK+m1z>T8eGjvA(8;hEgI8(YT#p zZ<(66+eer`uq|fE2eY8i%+wI4ftp0^DS3$YR3ckL?_lMo?%lgknL;3y)s%V@DQZU; z0OQ6()h_@Bi}95A5g#@~2TIq+Bm({hvo!45?-Oj|)sL}@rOUlyJbm3mxIcjdl^!MB zpJ=tl0Z)zjof@-O%RdL4d$y-wR2nLw1ofy{c^k6p3A_4+q%58*oeSK+#C zSZ?SHL1kw{2MXV^4vp-+Z^I&~-i@h2{Jb^i67qW>pK0k!gj)`rr)!@Q>?9anThAUf zN-(_J3Nq@a$NHf|C-7#Nad#^0*yZl>jAdvG&qfD7<&>(GkLY1~<8$2K=^hTl_- zdx`#iSY(r!u`3=!Q9GczPZqS00H2pbJ-F;&0dsWqB^8l)8DW&XrSa5P5Gi_@D zs%f@{GZQYygL^~6Yt$v&8LS*jF&@j6mQ8!>6RVr^o4Q0tagE-hHRQdB&_DWGAR0m;N3GoJKjvergsiY+z@ag#`~q4p$p5MVZNvy2R?3d(>`2^i@hk zV>Z|vUvG;Eyr9~g)MiqXFEW=ovt2IwCOI=!O7c9DSqoP%BIjQ5M-j~;`uzqmqTt;VsBI=`lO}tl=9Q8o`y4j|r?68IUCim=1_J>N zgs~h{e7dk1w$H;!R<%hi^l4AfL`GI^A`=T>D*RrV+)hl`!&#LL= zp44vr2loWs=9hp@mn(@ziLH+jTPL6`xilyfl;iib;hCT$Jy2Cl5+f{B)HxF+tE(_5 z8reKZl4sg@?oG;FgIucGNe2kaCVwaz<(&j-li}oP>hDsXv7P2ehP+!f-R>c11>%A6 z6c~yE7Md$gLaL^7ph3e6`U=mWl^XN`*gE$G=~?veK=T&lV0*FfwW|103$UrAVW@Lq zGACh}kD|FWtT2%Do$vD@KhMgWM~GrQcBT0U+f56f_4QO!KcqAP>_-{*DB5X<*$=An zuQ&;Cssd28dP3C_+}xcx72o4w`aI#~^MvXJq6$vO)|~?*s=x&KZU+i8c0H!*&$gbB zuDcg;$yH5>D8?D8rq-0S&-g%B5RG}UN;OrdQC{{3)SPRcv}&S?B>UJ8bg-+ZYU9=P zF7}@aECD`Aumld8X<%RhK=Eo4UcZpfF1BmxuU3bm`jpeqg-N+=uX1ltTeh~i_q(+Yfu#I{eo1oKw)kjR07C0 zz{)773;kkNO@Fb*En0JXBaWT4|}5G1aUSXW0sL1+68yHbb*Ms*!RG$f;ne#N}_5iLov4j zO~~Op#W$>3%f{JLfP@}y=+@gGs@6KHsS{`J)^GV8?0pKNrWT(z7IlK@00TdkDx*Ho z!0!j4)*m}DhJMdub6e&JAF*FsW;NM%n^urlzh_JG;9=>chxRK8tXqt$b!P}zRv;5d zxQ}^v&&lYQ+LgvG&#aSoxt}k-TYzaB7jT@ZF^#YnHEPvTSj{Z0vPMoLGDlAwXG*ET zmr@{&`|d38iJ|SQmTF2Siiqi?*7V=OxJ1&NC08XJN!X*B&VU}pL0f7KQB7YEDEEmc z6()3L)veM4pGx16!oF`2F=Qrao{B$|D*XRn{OwWf8SytxVdj>NTK>`HzvTZV5ZEsN zOa4r0ogyBqWYMvyP2Y!2myrPJ8jHWfd`LKw;l!Tk%=S}!W7*8u!F{4ZfX?-_$oC}Y zsDqMohMy#d(8)5wKJ9)pYoP3t?)1&T29P;hv~m+h8p;^e-IBe+U$U16*&q8( zuVjtew6YaK7bhI4?t4pB_w9p7ORy0D?&gJSu#Ew3>xGlC?*k6^!iBIf0N3@xC4D&j z_@;+nO%{i*d*Ng#JkX!@z&3qhKaM!yB`C?^@OCd;)1Sj@ym0bB4zKXSg@ZV}&Q`N4%hX4j^)e8b^xUbyC4 z4!8Bf$=`7}+zS`NPQ;MZ^};1ZgYYuRDycbSBWaEg@UPR$x4)^uKB}X{i z%?sBY<#1asoP3PK;a<4#IEU+c;gVlD{1~S_O#&x4eBBEt+fH%BSudjSG=~p(;gT~P z-tL8Ke&g^OFPwai!z;XS;du@(^ui?nYJLV>?M*E5K}jypws{l>cv;x2U3`f^AwL;4KE7RF=99)~qoe^|WyWuwG+q z6Ag11HXu!h%pe@Z6OLF=^H7$W*i@XmhmA;V)Z#VDh9{PM+sYiy;W#B>|ZJ#1TInz*)rsfi&2rP){cO@{Mza%e9900x)j*uYVaZL0~A^*?PR`N5B0 zJb@56Ug01dlyEu=PD-^RKe=h46-J!P4+lcY>06I2^KD}Lh0ZOp7s!bK$Ie}=Ux(7_ zE9g3jZOKvYG$^bls}`c*C6zTt=wv(C%zeho+mQjBfy(Zy#-bHe5aM(C&XnXCl;Mv< ze%9t%R3oI;6AbTWn1c#>8aHNV<);{0*udMkF{7`wc7BS!34nqQKsP|b+7K86B@7_Q z0U%N~WOqP00i)Din>WBj4dAW8txqTb7@jzn065(iIV1xa*BW+JH5R``PD?o(-lT)b zgU!3NvifN^qQcwpvP_za(OUiDe{R<>ElTV+{sb=MN zI8tbipM-;>+3ic$D_L@>r=o~Myy{v{t2P27sk^Zt+Dx+EMPn@THKhl{TvW&Pl2ie^lZte;WB-s;jSD0wIHjYZiQi7eUFaVPtxOLlF;Wwcc`oGo9Rk|Dav zS?`o|v41&prX-0W<*XtlNzgCunkE!6OV?pS2>YmOxVY&xwz=yh;T&t5+DO>Xq||0j zH?*RY7DnWq_t6@QGXr;H`{1woN;Un!?5QngY zD`oF>Glk^G2)dF$l!Xei{y|q$mb6yMs+T}!xC4wO-Rv|KKz%E*z)P|zl%t$ffwFEtAGN01 zsEx*C$GG|sozt`qW#ohIb>MP&J8{X1O0#SaMN{CQQV#6lb1@IY!2MOoRQ?RDq>@Nx z;jS@FHEl;LQT(gz?A^2`wz*o7`q-N+aPm5x6TnMZ#mnfer~=OLEDg(@j<`NMsLa?+ zli64VD+#O&y?9IX{pcZ^((u5+^|0#RVmDqg+etOw2sLdin_kZUO8$Y6BS9)KCFMyK=NPW(59|2F2of&BL|YFDFg@ZXD3um{!XUpTOv|8C;H-|*j$ z`R_vhJB$BLvwysnKgV zu!{dK=D$V!cQXGS$A5?O-z@&yjsM2;-$?%3fdAIwzxN}lvOoFn8UA~K|Bh=$_~HCF zi~o+s?>;}ir73>woAfYo>1MVkeN;1_KK^$tKE{GN#-A)c_VYKgd@8dN5c05RM713= zf@NpSwMDEEb+@ebq_VQ0{Cj1pddn)_DwoRk1XaiS>U3~^RtJETo_6?P@k|?tz0-`F zCU*pFb*8cW61|>8oFQK&h5E`Jgz}3P06Yr!)rKN2Y?5QFauCAa?3F^@) zpQ4Es`m31rSlv41HINpS7W7k&Kn*J!K%(rU_Bc&{N1$4#VK*MiNw~(bueMVBHF7iZ zztHmEkHBC!r=^Q)AT*oo4LV1eXgFI1YKUP(s8Lz1o_ip-*LWTWO# zNp8Y>kNUIZ-J7XA+-d4jRljwksKq)^KmmNb1r&}jJxU_^SVljIVJWahh0?{mIc@$; zS^o|SC7doUwfW+bd$?NZ&`$1x-LRWSJpdIHWi8rrT3)>z2CCGrxEP?15% zdjd>C`6oc%c3=%tTW?o=tgW9g%Xzkr`cKdinAOuW&1^u|dThe?wOWPsKTGD$efgFo zS0ft5s(1Dj-1TU1d@y*h?#W==uO4O1J}|ig_3-C^o7vhn1%}PDQ=L4-E1S}kg>|$L z32d?)tlV7NS4V2gJVH{V7ZA>og&-vR)ufUTG+gP2DG4LUuY~5n{#KZL=Qdy%_VR6r zZv^_?kS`f`NigjYzN8=Wla17)el6i0dNb%HT#Te49R*Z{{sF86s}`|mao~1#J#bhkr#=A;^i~!*mLb|<5Yg9<&WCq zQGI)8q8KW^oXg96mVR@@Y}NkM3S9uyXaid5*;&$u>L* zxtEncRj3-X3#Zt7Ss|G}(%q#~-{}9z&G?ktol{ih|Kv8CbF&R1Zckc-XeFn9u&0o{ z%)fdUvbFFzu5^&wnQ~!vIt2L?;*b25PeF3GTqrPXh6s>#P>JVO39iscX>fJHqo5?s z`oBoS<}|(h22Bqeon#!m68lvTK_s2w5Lw6xDE}2LztErhU3n7q8#65a5IY5dnFmYq zRlf1q$A;>pEge2R7x!T-HAMf#7pMXeUT@;IBUCkwhdnCE8KF3{;(Ry^kX#xfwI?8* z10XYNa2qzGZF=xTK;#Az2<+qYl=4zo-F}fdm7up?NBkmX;IMNKlZY2pp_fT7C>>x~xf>~e z0LBK=AdjPcJCwTplx6ukgh%qCR3>2$F1Tm)Gj$F@{n#3bsGf5C6>XnXOu)LYK0~h@ zM3(Xxx?e-GoURSn`F=sohVin!!RRpEMSK3#RrO!8nh? z43yCjDx@0+g-d~lEmQ_nFSi4{R#c6hJM-o2W!x*gp&w5DY|KtT5J_p`Qvx=vK4Xg3ot$zc*0)_-r zE(bzN8&zI{=3=Dq!)HfmmfW~(Q}%EiA(QoSpQ@_0P|DNiB7yZ1#y0gY9;iZU2}jVK zfTGiI4a_sG_<;}16B}z*YB?~v`6ml}i;h_9!gMiX#PH~k?VisEkdhimgdtUKkN)rn zwrD^^?DzMy`6pNHZ)J}jM=Y>hZomb$=@2G~!cZ?E5H!Tj4QM31$!Z3q37uG%f$fDy z?Dc^WIN~lGXpTEv4~vkFeK_$UiAhrD?&&6_5&D}!Leh6L0Eqf^*qZWVBz~&6A zH556{M0E(fa1A9nh5T!EXm(;Q>C|6w`RFgDoSk_2iIIZ+lE*S?ic7*VkH<2aC1==P zFafXf|HCWn|G_KqDKj-Xy8%`^DV-q6@p@F~kfD|#SbsqYdn)uVuGFl-1Z=(oR^#w3`;gu`j!PN*f3I1a_Lt4Ki zf+#=JIKC|3m|L1T`~EDHG0vS%znh~M;4mUgio~W$Azw9_a^>xBC=OLFFVE-y8JiV> z612fWmQNWrCY)0*+(1}%wp^K6R_#~NDc{&EogEl5Xq3emobG>vik{8W=}zO%4+j0O zcwWNa9sKzM{sqrKJQY06cn0C`JkmGtr$hP>o-uf4%7+mq)9YhZ?I{<{ex2EdP8ZKF zWB&~8*rXo3)&7~r^h5cUWdDNUnQ+iqoN2=9y4EXfz_0-}kJ6&Kgb7su!`?E;GT1W2 z!mW{P`31ykS7*z~=xwI_d{TDoqin>|%J;M6Kb5(@*mW~}^Nq#l(H@IDSt2$tkfui^ zr6d^bZ$p~$W64LA(;xa~rQA2p`37_V{0XpABqED=KGF6(&I`JNa45YTIyv;Y$(MQE z&3xWK>6?;)ma`rPS@u3)2p&3L4#Fb-uESWSehhHz|pZvSw$9@)7J04dXzlpSq`fL z6IOCqp`UB&pdLqtS&|RoaUVAV1x@bO@-NY)eJB*@9ogsIfpW%qus5ccVf#v#GfreV zv(L+ecgoo?qIaM;#ZBiTZaM~W)A0zK*21B*?OZk8_eTYgQhl2w~oFBzSM5nB4 zUNLZ6$A)vNau-Gf`O3Wed_5&g1N@Y~ka%Lb@EtHlnSz-K?oc6M6@&es+dsj;dMq4` zu4s=n*rxOZ1LYh1z+yOxdORe&@|Hk9DZ&1vOup)gh|Ca^VH&(4bksI&Eg$~1QJ_ar7!A{4M9L+4kjE?76Yc2C>ns%N1W4% z0;r2BC3+-F9^KS-U@5i??j&)b6RIf$S3-zQ16IDT@Str(btT-DQg#&N(qQQ&T%HY) z4K7e9;b0D2@6A(D*7=-6`5rBl4bzb4Spl#P4=MMsuCaj|Wy1@|L8Gn!L6l|&(3PrMs^lcu47^4X6=f$|@Wh(q5HyeJ}=tk@=y+?QXX&6SF* zRpzH)8S31>dq&8v)< zAs=ww1;MKR)R*kXF;Njeg328R(b|zv@!k@rMmX>^Jx+gyrC+j|G3^`QVyc=gU&xdd zXyiWfg2#*M`C#FiE;6>t-IV3#M%bnTL&H>8N;zjN`VX33{V9I39&MUf0O>>7sb$J1r1~ho8X*9J2q=O~4shQ8gzU{}=$}Qdv|s2Rdzjf?Ft#J9xZ_aTiEQ^K zB#Mx*$UC?}ty$AY4`wDj=reCCM98+i&^+VG>pf=d_Sjzs(JlHO`0slnfniL?Ls8-C z@ytiOa8#*$hKMoPh3Zi^g8I7n2rT~2zQprYP z^!-=2KS`h*)(8t8Wa=)TMD528fd?iQ@hC%@)-xW;;Q!)LgMh84JmwLP5AQYYbqXvP z=;^Y?G@p23z7emoEq#R__wfzs3TzJ=WnDU&ZH12eg(oY6CtMy8xp%RCjEe+8ZN2u~KOMGQ@DBte!NO-Fv0A;UHcq^%nSywS9F)qp{$HStylVs3pn1J7&G)pY&J`P%e&S zJ74V~*7=nAzt%-OFl>GLYbk>87Mt~Yq}X>T`~3A?!aVls8>xoOA+UON)CMJdF#GY1 z34!}ir3do~iyxn1nD!KrGlp3!zg$I3Qmhw(Q zmbT@Lz1iLP7&Nn!?5L$6TL~V-F1*=JXv%^od>-EfId-$oZd8?cBxPN7Z_FFz5t`-j zBMlj<+#m3S#4wOuo-kVcu7+j2HC*gp!#;V-)PMLg8lW;Rh5NNg5}C4Z1($?svfc;N zO6AM`5a}7{Us!RfN#W-_Yk$==glEeqlwuG_c_Fy>3RuScCWhCQk%KVb;)SHNx3h$a ztpeW}L^MXweDl%zaT6N~VuyQd)}&4$UBHhl4Qg+KYO>$ub^gfqPcjPu?E0jILOPpK z5F$?hfW2Q3UaxCEk}%9BoxMtxjmr4}YgH()1e0!8?4b`%X2DLP|b?JYSyoE9$N1T0Ge-=4P|V$!X)qXKPKJi>KDq z>P6@dT3e73_TEQm?dy_!J4?QuS@yVAmNRZ9?ekYKORv=GBd7nZGyaqnpJcxv6l7rY z49)?wgDTIsn;xGeSWQaY6UK^|%??d&6ut#ia)rBzayCn=`!1eZ-AYv-)?|JJi<#0e za55$f?|qQ+6?<+S@pAORo(tuX zPWKUbo2C+a2^|-gvY@G>>krq+5#)UcDNHF`QqG_2}dx`%r zW-2_`Z08LUr?Kb~4fIz2ZXIszj|0kbnv9J3yuC&ovzV=ayOr2+F+2PA8=`dv%bpe{ z<}_fhPy4XhXVgmb!_=_I z$39OrESb@x)%>gI?IBR3=lPVbR9qQYOvAVX(@^!csy-(#r~$P)V?Y-hvap;viDzQ$ z;uFL8&KG#5B(A`&XtaMwLXhuf$yYMV9^sUspSO_7Gh5r5c#0?Bsp%m17;O7@dV^~f zjD3BVg`(~`+4p=8??kE1DQPV!XVZDzZes@ae)$;6bp;yJ_<-V)kSNFG*{snhNAUDa zp09eM7`^X0GKzJyCAZ8&R>ECJyz=%FnrgW3fh*o)d`E#K(^KMRzQ>l>qQ#+3w#8dDs3YA$wPz>d!Pq2WBteVSUu$kJ{{oQ5efTQ<9q7^twH zX2*pe`-3Q~%~aC}g%8>S3%W^BL{&W-YU{9^D7SK+Kmu53=NO`v~Je?fujJ=(>{4z5XH4`tr z!`c>g5Js{WieiLVHovGDwBa{Jsp6hXthy*lWO#?FI8_{Une{F1RDb6s)WRYr=Qa*0{ryR?1yN}YAP*Gv*~wPU zZ6BCh?k#%#Ep}$ES!^(uJ)Y|nO}{heyv8A)Ttrd41^_4i)1sGlplD-uVqR!q8lon& znh#81kLH=hJ4GxU=D>~fY{xt8#qTb#zuz&3BwTo=0lA(AOfF+>9M9Q?ci~e~nTY5A z(UUXg{U1H~s{Q|mp8N;X`M>pKqbH1&>&d(>&-DKV4Dq7D&?zGBuIJg)rgdf zczWjlM%H-#fEF(S;YdK8zn~w+nG%^3(MImIZTw#vY+L4V&rUg zLw-B36EA74t(t!MjZIz<+ooUVCtZ!=Nj-R0SI`Y=_IahO6M)TR;yU#iv)KLxp@9LM zswt?H^X%q=Ov6v0@mgK;S#M{inA?dhc1G7tekQ|^$aXo~3lG>mXA0}Ju#I7HBGt=9 z`Eo~QTlk_-wf^G54Wi+V4o@ z9(sEk{F$ZJy2c=VR=%jaZM0eZ-TjmaEPHA5x?3$IYa@I$LCPfyo4K@$Z!T09+q$%? zcsUDT3z zaz7AUFHV2xKcy?-9Lp(SW+L7yjTlKae77tnf{HJq8 z@z@va!sj!^!)*NvU%V~|8`mHBa+DwpW^Gn~V(8rD38TQq>rbs7E|_xCc)LTCibhZJ zK4zKU+>8XaZn!`4a4)86rS$1HL*?KwHK#-$K2md7EcGUyft0LWfie0V8S1aveX*h+%)15COd5cG|;B}GWd)rvz zx|nA3pe+_ja@Z6JC!Z=Zm=nU9kAMz8T7_}k#-^_uEZ*MAj;O*s6CTPeIubff$r`FPq22%rw{Htk zSMgnoF}>m){T!s-wG=y?EQ|PwS9#Qlb^9?P^}Cvw&J(!Pyf3+ z1Z%Kry7dz+i%R(@URXpDnw2(ZI!pU+U~7Ji7=pG_w8ZfrY3>xXq-f|QG^kfG1x<|G z@MKZJKLLZgViOAED6f%e@9Cv*q9>Qi7{l2^SoDSn{SaK|l(TcU!`QeD!-N=Cw&8ai zE57*YyTFSOhh{{a_hX|s#-$aaRX@|TfJV>8fnz(Md!Y=T1rJvmB^ zb$?IE#3iHP_CTa{*s@WqYGaO2&6;jXPW)@62zS+G{JL=?JQ$&SGZ3;QDF#g><}7xQbeLnSRDdqJCL`TXtvmKv3T zE~5ayRE8yS8|fB$*SkJ~iN$RW5lUIc=IDk;ptayOh9kfa?g;BuD!AR3&Dz{p>@t9T zyt#4rh6B(jy&{u^OYT?A*@`)Ktv^jZ&G44OV~e^9pBPB_$$a;J)Vi`j+^jo4?g6{+7aoZ7o_DQn>&g zLjdap?oWpY5Di$~50!qbHQ?)hEPGoUF)xKp+t#?zO6nDQ@)~y!VaM;S!PD59ZH;Wg z=Wr%?L)Q#`7FZdT>J4L=fM_ObGxXq28Y*;#?Si{bN~tOcRC?01*_4*DBP^Ow@QhQLU=1bWVN?Fb$iP$S2z!KC{KQM*G##5xjwZv| zX^5vT#_(z30jEvi@Nf6G@)vZS$JdDkwOlLrC6&AIq?`?N-b15xR`~~|@Sf+eP;%#C z(P5?DUIXzTb?X#SU}v_68|q*Nd3X1-%ni{?G#KPtPi}IU8UsX6+dmQ7&Z<@h^}0oa0CX* z*Swnrzqk!b64+Gmk8?pmdc8;(bfq(T2U#GtjTW>r72sWcqb?Ng)=CSq8u2c#$d5+@ z?r){tVQprH(%ME+%G?j9_##GQAIrFz*t4$It{7_9M|klLyqlt1Zm0#cYcq5Sx~KOv z?J%153VQVKrm?uve&YGgY-VYr=(pa-g%{rP$HxLJn?9f>rhKGfvT>cpugzP3#I}|; zX{?8Uvg8eXdLZ5?4GvxCdDZmy*X(9#vbf`G)~2j;mkX#lVGq4|{4TWtd?kF&14*pa zAbhMT5RsMzerWsjrL^{(=SluB`9FMzEiVff4?oAYm9=X6XRszUizI)riB=zmKamfA z`nOEn(LSJ6C)xtB|K&W#y6qSw<}6@Kb~HC4Se`(2~p6siz&kyHn0=xUEX3$-ZNy)pOA5l!tZ8!K9jE|df1qs z>gX;D|n(d(Ijx!k@Z9Rv)6Y9hsr?v~nM1h?b6*dB2*en|@@ogKvugootI zGt2rPo)dK`H>Rh+StI6Yg;yMOnyN50X##mrG)vQ(4;)_3^^0;Ww3q~VQ?kBQPHMZ{ZHw-)b~2r#m8Vb zXs8sTU7iC<-$!gyMQicJ4Dc2Ef6D%;h%{b?1(az&ppw%+Iy8f|t?VHFF0mIYvxC3* z1S_O>l7L$yGA9;(!b&Uq3ePd)p6+$;_C^Ca8e%8$n6lDY42kK|w=si?|5&N>1q=)%52|=DV+JZF;5N*e~^;be6dMCRIu!@6Le9kHLP;~u? zZ7}&^xYkl`;Jw{N@V8%L{~T&5jAP3Wg$XOzmP4%?nH%$^giRin#_V?>mm8`Mlp~2U zB`1SQhG?oF5$Dm65vxH-w=1ochLD{1>?s=-0gqeP=Q*-Ud4tc=D#d}2Y41L% zg+TFJ2i3IbeQd*q;V31aAbtjAH&c%`9MPS(oUX!nXk8M@ySvH;Gc^#`yb1;c`U0Eb zCB+~55vHSwsz4Z4LvG)Lt>;>|g6bVpPS{&ZAp<9y@Jqu6Na1agXf*b&x8hi;xX?@MUT+G`$L1C>{Ba06ye8@A+FOYtOQ z+m5A(SyAl4u~yvTW|?w4R;a~3J3bJ)=ic!Y@zY7Hti(;0{Ng$B21icIw}3`G3ny)5^?h@$WJ`3}>F+fm+Jb zwCf~i>byvlPfnc*WdDL#?G7-iK3_+4PJ97)??NY%tB8^vG|1z zdUEqJ-a=o~M6?#veilM_@x~uU`jF*&0k_r|NB4TbIEy19CJndDxD(@Vz1lCIm-Y7W z^|n(B#jyIDRMputK*~ELrTjUip>i8RwH8F4L}G8QV6A_9RlGE1{rkT?FNm|JufKWr zH9@@7g^fPnQE1KB`48(|x`?eDdm(M*n=a5+&PxAk#D-o75=z*(3q5@|jHiA0LW20s zE9}yRXuRxK=i+<5yWRkH<;7UB*Lk+@V!RN={<%2JH-NCu|K8U3a)DdZN&Ct*?X6p4_!2tf1k;ThvXQ1 z4k}=>miz-M?PvVqty=xd9F>8$#4<2)`f(aaF1R&m+&QKXj$OAiTjY{n1AJPaLbK95S>$O zI);T+Hy^Ew!9;m@oR%66nGY~4mA{W+q>{s~BW-QRO<+grNj_Z&tD^}KyVo203v1uOY8O#C#4o%plG3lm8NIs+@gtut}( zzT_l_wm~;Hd#RF>d%D`wAMlAd(&(ky67gvXIQXFwcDs%=$cEr!GoF(d_VyC-GKTkn<02}N##mf<4&f0U z`L4#@t#Apz>|wL0r=BQ}jxjUB=h)-jrs zC#Mp*UL$X%kq@W3ipklneSMh%O7O8L4Eod3;nUfpYtcRbc+nHe5soq?@W4>5dx2D< zd3henfdDC#FG6{;DW8qyST_wCBz|`Yn|8f^=BLDqqB!0|LW|<~ITKuQHpdHU*z-J* zAtuhQ0oeVIFpj~*5n&wc>h-9$F<^w?L9lE{ES;thJhTIHBIn0NiOX*^Z^=y7?XQ{Q z=Y?$hUmd#VzCcYtXo6`7QYF|lsbf8mRtDo!o*uzy9s3a@&);Y#$&#fquZQdVc0zqN zKF>cuHht_*>n3%7b2j)!g6#wBy!4h@fj@jISa0r;I51AiMICgaMjd02Mzy(kDBt1) z;i)PHjl^jSOTQMX(>A1d^;i4-x2*=JG;f_S&yWh%ZUcSsSvOA~4*+jez|Z?6Xq$Gn zBy2AT2W*Gq=bN-o{#U?CLLtV82Wawum8(QT0W0eSw((|qpcBVT=a`02rFn;$->r5+ z9oG5QdRVgVTUkOPOS+vT=Imn=Z#QokyALf_E3(OfmhzCiX9tv!eeB!Yar$)!$;D81 zrWt#5dw7!doKW$8Gv49iXH_z|@!f&C1#IWvF%7m_Q88T63!)~F(+X~cE`t}} z9V5OniM?>QL+vk8;XBR1uFi75Z^(YQYYx1ESGH-}@KY{Tva@$ztu+-cKy11+G4t+4 z)W3v-7VP?i3d{~}(zm?BT=&|C{t`xGf>>HC?>TfBkaPSUrX6AI{Jlov&tdH0y)bDJ zXyi11hyGn8+|8iD9s21=I`lK~tMrFJJ^NV;NJx@>@ZLJDJb&jDe5QgQF<=JO@n^aB z^IAmb;qX=pI!}?MdwG$krxB38=g+F|kLkbaMUbXEB@N=F2BFr!yo3mHHC)%zjMx9{ zL$im1I#YN5H&=&#kDh&4laRS@8BV0p7n-1r_J@zH^(yp7kcO1uT{`q8Y+953;Xl>} z6?(WyJ?Ltn5y^))a~@f-0ug{(pVVgT>n$~yEt#=dL=F(UrsuxCC8a|p{o>p`h zXOiKkSm{441N*C3pS)KG%h>IIT8d+RS<}aDM;`b`z)P=pC1Zv@KtRVG`mMlJcg3`z z(=U8U_7pE0FZ23wI&YF;#m(L-~SC2wck=&iJq|A2)Bf z@+zM*D`{E~S-g}IX4kQEk3)M~a5ALJ0ia0Sn@g#rejwgekR0uVI*wh@Yc;d^HK=H&OltA&sj2zc;K}Z!xXS&V^LRWDXb2S!) z2@S(vCaLIq!-`Q&{F~zreUJLCRie;RJe=>^BMP~}&4?yXfda`QE46Z~3xScX+FZ`3 z&d?$AUZ(umjc@wliy#M;UR$AGIDiwVw*C9$(=Ea9ek&nhudCB-A>VHuWmzJa<70{< zE=P=Of1?m{`KVIHv3wV72t_z4Sc-+Q8<@mhyUNC)G*G+wYqiONcQ%+~!>?%Au{Uk7@~tJ(7*kL5;AR#83h+zlF7<1ir%(Ru>7${&~~~m?N|@ z3Ia42bN(eXm0*0n($xQ!E7(uy68IL7T6W$V*HAy9UFXfvV{%%MqliaD(Hj)XSESm~ zf);?EUG=wiz-+qH0W-hsylj>r+ z6E;xyC=wCp2iRappQrS&XYg4YT$Aevk?mtNTo4xP&$B=z#U4}|Xt+??+W_h{khHB* z^P_7|9U&sJ(@pd)x%UlR!XktK6TY538J{Xrw*N>~*HwP{(G?gVgo+>k=xPxl!~{(Q z9)bd4Q|tt1l3k+%gjjKHvP%vS!WxEBDbK;5Xc~iNda`SKfG}IU@R!RHDD(~dzJfSI z{V9J7u4REjlY}46(j0ec&Li36hB=_Lpf1QKv_t%55NNv0h9fmRj^zkjZs<}2v2bkH zTqy>jt@vxY>otSWw6!oA1s(c7@1S4yoe~|CuENGLoFs(Pf|pe93zHGT`{5|p_Xfy% zuG@9SAT$;}b=@-voy4kG|Pg$#7i(<$^aL`rMeE{M&EX9Q4YPb*{EXAxylM;>tD( zoo!9Aq@mOk*O5H%Ir0=kJq^=b!^8mNuVI2U47LHo<6FFxx|Wwp0_Ki}xu#*#fcaCy zoYpWBFy}SQ9t|@NnCq`;sErzG0#KJU%oiGFDln%s4C5G?`U>QJ4LMUo@?9v!P^uwc z(U2ZD;Cc-?Xsv5}kPz1YAIvp$xUI$?_M_pphH0u{f`F;kFm*J{FkqT#Ozy*N4l(5d zW705J*0|0D3Ejjm*SMMn3&o9_aSB0Mt-V{_3dersG?f`$Gqek6~#EU$+8Q&wx~ zb(H>COOt)AEc(vXp`OrDd~n4zuAUGrRJj(`6S|AB!(0dJVOD(9*%e=3h!(&7k85as zAw|p|>RM7?ND`K~_SYANi7BUDEgJ}<#Pm+CxeY)z_*b;T-YsVMGwU89$S?%g zs z~p|XKNcEv^@|(RVufp>Ed-x*qgP$py~nR+U#R|qR-L>w&5xfVZ{UMz zlpUmH_o!a>uk1aZ?3;^t>E_k%{VV%ZPxcX>Z7in6o1XM~)Hs~HFy^^Rwd+4^g}UOL zrmn4Rg%(4;Sps#7GgKB{yEJ>xT1)>Ia@PMszV^S6LzcLb+6l3BTP=M$asOeix7rCI zVS^$du`2jfG3LYCU^uWQc9D4%s8la;ebG+nXk%NjS!{vBS%*zJDkbdb1t^vAQr<%t z4F{1%=+1pIbwu}IS!z&LZMa(|P>_n@2c8*NqXbi^6ym#mRoEUV^`Vw=Uvt1s>O$f+ z6nUwqy-Qj{UqG-u>b^mzmb>TjGrclui)(DW@SO1z_;BUQbXuy%m6+#U+vA0NvCSq| zi}pgVVBKbJz@_G#2ZKDl<-BV~d!dckr^NMbdm%g6zXa^<75?sGjprs;?GDfwlbx=d z4%m)bq`ThfARG|y#<+$h2yckUEoHMw?$DDg~wl+#S2;&u<2SG(_51! zr4h#1bNIWy&^4>0uu_amc10w@#=f59%BAPpB-hGBVW2oX$#o}Dh%k3fqQ2vkFjW@y zIQ|`>i&E@AxICWR5Hk*+T~Bf)b`o9@*K~HR>V&OP?(8b>B&-ro)_0A?Kg$txf5FoM z-6!MFob*aFS9xc_+Gr5vL}JLQVHcD6V81#HGBuUC`X>pqgI}#jGT1q+JX0=pS1Z#( zT)!s?&12?*ho=K0=0ii4x?iN8{UN37opdV`uUl{48(8#B8IuL|OO16>H;a{*K^}(to0i=}~{GW!Pm@eFbph8NlFqBHwsAEO($Q zyql1keu2}BG@aznpg)mkN+mkUI1>$+bgW~(@j=`OwCJ|+%HP%W&G`I9)^M;h`~>p@ zUpx3~fNNzp!IZE`1CN1J`4~}o?$*z|fSaOsAR9-g6#WEB9FPL^t{m4N-GtV*X+Z3H zaOL){n$vOJDP7Ypt}~v-A_Q{jb{+of8Zf(zbAQK#0FCK2qIozn`nE=!I1SA;79nVr zat)(6_H@`-dR~}xTiA8smpwZ#)Xc2hb@FudTF`=9^vhIc4kFcbk_|IvSGC);fePGo z8@|I66N5ajyKax%yR&Q(W(*LQsp#$J%XU2s3acU7he2^=c<#J-^Xsq^oYC6zlbUMSfI28J{Jw89N|nLW+^Kla`{tfudc|K4XeohF^;nNpO5BOxl4 zlp>@-p-DnMLMWm*WsIT_CsUdb4KfxgO-QB?LUPD(3dv9s)$d+s-^a)I`x~C;xvuBW z-@dN9_j=uH?X}ikYwf+)*;Bdyj*C6Baa>&c;QOfh_03CCf*Jhb_ACv1p=c#Psdl0t zeCw|L3aEt|3~Cn@!5PLTwfi;u%e8O5H=&UG)vsGl4yqEB&~kFvGk5-Gd)7d+$D-7J zRo9;T3a&k$tvH6{_I&oB2}GM`ONqF7wtoK^{5pGaeTjtENyjOj_5RXOK1j1Xt+B7hq|a7{*H+(Gs&FI za4e6FP@5*Gg|~HI!&_XhrQu=Uq4NTK;TDmaAfGtaxqV zRbJ6)N7fr!>p%&#j7?{ieZ*L(>vK2>elWi-wXviq*O_I+Vzu(`O=f+kGYa|FTv*90 zYyK=(R-nW-Rv*9EmE}y2zrBA7Yr@d(TP(_0+D6(5J_7(>2KfL8A_Ngln>lmgDU*-z z0I$@7z@o)dSmRg<;{%|2Y73QyOIZaJ6-;Fvq-pd1{3+8}#Y#IONiE4~?t{E=eI#Fb z25W)lwR5oBMGWe!u#Yeh{)9UWA2hE^6`teooWTlGyxlj*Tn{c<3|a<%`Q0;M+VDGv zAMDPWz=IbWFEQW1VMj=eDz9>x?_%R3Q8TJMZXEd!qmc@i!vP_($;XO5`+v^PjMM~f0dFe{HsQZa=4+LQ|whwq2DCA@^IAMkY!_(YOx!q;!v@Lg8dgkM!k92ySRZXEau5DPvw;>O+^ z7ozUf2@k0`CM3pb`obwl;%48gAPDfl=7B8-%LOY0D+j9s3k9QKr{;hqL)ZXR2+9R@ z2ixMy+S?j3P1ZHxR#k%Bc6QZX`vp}zIXC9>C-6NMr3h6x3y|-iz^McNpJW9GY9s&e zH&K)}lS!`95Qla*YsJOKS=4IHmP+va+f)z-ADeI$tq)ry$8m|Ph-KD^1%I*S6{PhJTWd~8=r1DTi=)HXl^>}h{m6swJkplkIaHvD9($N2| z;ZUgI(Eq5Q)@C_-vieY{=+OVD=n+gYJRF6P0P zW@Jh8LZqbJ-mFC?&T>F*asrpQ7Hp_+Xn-KHt~-gaXBx^Koc6@YB~Alq6E1iRh=-%Z zQIOlq2{nT|P1d1f_^;eqsw_EvhdXNki26*Hp`l#lT$cp+T%7eJId&vm*M*PBL68$^ z3qdUs!h{|^&y!`sFY{y>^D^Oo4E*5MfdOIlsKHTIwGzXU_jt@cJJ9CrIIt{~sx0OUVXO;tRmZ5cxmX zf!wiX>JSd`{6KG(y1LJQWCP6^D%`xAKg*ldU&r{rqqxk7>^O_P?w=P zqYg*aK<)jFTaNk|wXTctH=(wpQa>3#2i2G;luwOEhdXKz>T1-DsL80uQOi+pqc)(v zL+wPB!wob*<)S)+lJY5EbSy)SLCwRy%S0|fy^LCm+JyQYmHx$SsT!&UsxxX3YQ!&E zR6doAjsnz5)W@h_Q5CR>2clY`dZ31)#-Q#(%|tCktwx3a&P}!-W)X1WG&NvqO~r~_ z@F!c`bLc3Fn#~Gj85=Md3lmVX#ESmHpNL>87Ea4lyFV+IKQfip(<^ajJbLYnn%c8O zDU#hGg~J9~P3?9Q6Jw*s#MpeHMC%$C#m;596dERKs(zgrbAS^aNIsU=Ur*;yEr~=@hj%!hPlP`3qL95)UG{YFquEBRTcI zIOqoxZ_vf)W{ekW4eUvz)y%&#`dyCM!#MJcVoA2tM_f^_kxA%_T364o!XrjaWtkPl z1t>`2PHZ9eh%5j7zp4_C9Q4Oubjp<8D$7fs&NN^)Y7S~1Y9Z=*)MC^U)N0f^)CN=` z>UUIX22+j#Du+=XrG^eIR6SG!RAW?ARC81=swJuwsy(U;su!vssyP1;5ig;rFpP*m zjYUmHO-0Q?J&#(9T8>(WDnuncPnIrZia&1@t;y4JXBxr))fAPBYLDuU8iX2!nv9x` zT8vtbT7z1L+JGuxRF@K>qaC#im72-#9!2-(na*S?XpicSD$XbfIUF?>H5oMrwHUPy z^$qGr)Gkzx2UDIEqcr7S)M81SNb-U_nTSGE@m}1H%=Kd8V^IaDTyMrN-rK{G;T>tw z?%0mXorUY83Q+BRM1EZ=nF&w=R3RQdx_tPj#?hCHvdKZUD8z;iq4|Odw3a$Kd&4~n z@{8|ZvJc4T-p+lF6r>K=om%xP{(ZWX7N9G{+N7h0ffNX$lfNY9vh|EPE2rQb4 zcHy8f!UR^Bz!=#cc@VM-GI{WVEbho~{Z6#_B8z87LCA0eRO<((UOV`_ozfmIx^hj7A-l*6PWFXH-XV%hY5<2?UBoo z9gu5~9g*vhCm}Z=J0lB_CnF1yT}AB=&USQ6!315%Q<14v%$S&t%toGp%t3ZX)8Y>Lc-hfqWd7aa?bt;7kC?U7k{AaFsZk$sURkVBCrksEM~Ng+ou@jOZz9r3t= z400+m`GyEta*)aQmB`}m!L*1xaxum$AlD!(A~zuSLl%k{+FuDBU6_D_%#L6RP(~IX zN>z}>hf-B!EljV5Y>KRoY=x|W>_V9IzZN=tF@ZL6D6$T66tXUIJhC2gDzZLu4l?B%ejWZ@u>LpDGjkIY53Mz%+ufb7mghaEbCknNGfksXj@ksXnfktZSNAUh!!BReD4 zAWuf-HK4;49YW+O$X&=&k=bjQ7H~t>LMGqiC5tKY3}h>0cVri24~BV^FFIynf>2~1 z5Ar~XZA=eUC46C>?o#1 z6p*!$Imo8Ss>oKzYJ|!D?}82uOyG;GgB*&ij~t6^j+~5ajhur#0l63%KD;ejYLLl) ze%tcl}wnx@Mc1N~W!1He?I+kF9C}b8+ z+TxKVkyDXnkaLh_k&BV#kZX_?kQ_UeuGCP{tVmV|jWF2HvWNT!5WR?Lb9!}55vIZigf{^8q!x`pL*64^8XJE{%kSxvs zIbECqav`!ca=CbYQ)c}-@%qRD@%qT^B8L8FnKLU;G0YarB6E=CkPVPoTqZqNoF3U; zoF3U-oZga2A0$qX98Q>wKRI;7idV2=R!BycLrxdR+c5Ek;&|k8alAbfUnh=77KnKg z6WZPk)I)#Ba>%N$Wn)#E+ROn2+)zlIH-2yd&pEGQ-Mdw9OMVc z2FNFoxyYB0?UAdI-H{tb44oQ;4)G6!aOB&#LM-xC)UJjtnmrGRsb;g^CdEaeeW10xgVp!gybd zmjou|Q>K_e{FBEDc^j?}ge!b7KQO_jIY7?EIg@E4d}Ro353Xb$X&=ck=eVL zCf|dsg?t&=6!{vm74msx7v#sH_6MggI_fY%DDqU~DCBbFc;tu3vABh@$f+2AA2|mZ z-dPYW#mKxT=%_(QEph|$1!N&|1#%a1Ju*9qX_0JXE#!P;Q{*#R7{Zf2sr3P0J|I8L&*$`hEX~6g} zTt5ic7hh@-VtgpZ$72`CA$O5@(*JJgNXHC@BeRp4CS8S`j2XxyYhio}vMKU0WGmzX zWEbRV$iBd$AC(u;5sC>)ki}ObCLl*)d_1!F(unw4PCUko2X!h|SOL?gV!ZguNX|<9 zQ7OJyl!FN(a0T(@Hk=7j#Tb7Y<7<$`S4PsYKt+si!1x)+;n>2a$iig&QTY!#xR_u7 zau;SW4><=5=!eYS&2$l-b*Vy(SHgHLjNgZBiaZm!n1?HH&|!rMJdjhdLc@?g)%dr9$$f+2=7TFi$ z2O;NR{33>Vf38RxV}fE#un@Thc^7g#W;hhN0pph<3z0V=YvBgjB6nf@RuRKcWn%(s zOu*j5w8&=ULM)JrtcCGMkWG=-AX_0vBD)}aBiF28@>d~Db`@VtupbkIB6}f6A@h;z zFauTOc#PkPELh1DAim_9it!sTz5&-)119BDIha6v1yX>HnR8RmeHWg~-Lo#iI5HXAL@TVS)za8^~;| zfDW<{!YIq69kGGGaQX9#P}Fw@vRsGF=Ko%vMH|LADO+6>4G5SIucL%-x3{Km>>i0yKPr>ak%|d2kaLjFA{Qf{Lasq}MsCKzP*Y zPnP9>WmET8m}EuLi_B3Z_srX_8yfW?bDg#SBR5=Yi!VWPjY zHsC8Cq;=)vA)5S~S9q!lvV{*jLDT$|YXgKa=iP?tJ|wlc$iFiqIfxez&qB8-=cc5Hz^JZui}VxKV=PTTNse__#(!?Y5M$FYI*D?{c* z%!3Cjp_{{?ZVVfXrc`94>cNJhZ{50eA;Dy-qE!TAfaJR}V!pAfg98L9ga7c&nL~W0 zfBU?cbliV^y!pmnOhPMga$y68M=_NNy#d_^88B=dMKTMjp{W`(@GW4{n0})va>g0H zn6R;E%9RK{vKygKbofmNU%TWVpXm6K49^O3WngVgh?4^e*a^VLPTjy{8v)t z(4|%|PZ=JJPd*t)P=^VJ;|lgLKuG$Pt5(i8=87hv>Gu4CY4liQIY~+`0{)q*C5zG? zEJvxad?>|sd4X)5Ou1CJWRQeA&3(iFl17`b-te`L(nHyA+~HCrWX2CWN*jQ4=TTY{ z_m z_H=p>e@F&B7P6a{LF>*I6$Nv6?QznSDN9*WtxhFeIf&y<{NV=Rx0D-X6fv993-P7Y zEq$ndMzSm~iWbEu!-!!v$n}4X%QPc!5O-v`NBTea8Dp5KsH3VwmszKs(8IWcw%qB-cI-=y0KGGhv zI}5(S%$^8Ln%+{8KQ@b2;m^#XRn5g~-hi{U2b>TW!+&3x`ncUMSLMDz{-^R*?t0raCvtYe1Kk( zR6&NOWLSqpS&(c*CfaP7Kby^xr72kpDK0-Mn>JMuS21@5Mco673*ev4rj7V-v+1FK zB1_>^*aKD{z#n*w9zH?5(%1DAHE;t(wTW98?$2mg%2OH^D(xIWzdD6-xj(I^1QUN} zu(kmHu4DAVKY2^Js;Fms5kAY6KJx&h*@jp%*fy9CESlV)wc7!aY4c({hB?ALR zn$osV7qI?xDQq8fDGTlxsfEZ>YF;q%EoCV+4^FtYg*;^#l1mv{=1_*LOiEO>a?)zd zV5Ov>o!}0)66`f{u-CBQvrJ^~Ve*1Jyx8!^Qif8q;DqyQj?;P;WW1935{n~EaU%Lr z97{!tvqwRoOh$wS%@w!Ljv|Um2a^iqk2yj2A4vQ#jHxS^VJu&vDBVC7lQ3X{LH3RY>i|l`u{rwu$ z?>Y_vQ0?KelzvDxrEgh9>9fixX5cVQAb=*|+vNN;97f!O!+ae)hX*yvq0RpER`MN+ zdI1LhvpMwOKmOPC6!jAf{H;0ktUvqUmnTqz2Kc@Q)>4@?^ndMtCn3#Mu>VsUSBPKx z|Bz-Rlw-$~#ayak$+9TfV1DIEdZ3%=5ChGGUG!(?|I|cL5-%yL5i7`2k)~8aR4EnM zyHp;)o+a9;r71ZJ>2TcPxqQ7-G#7^Ev{SUZooH|DN2z-$!XBwWsqcY3l#HMV7(v)2 zEIkD{q=7+y>Op_%S!lJxp`}ixoD8T_wA)}&?Vul(MWxAzN)vbVN-21^3+!khe|#?8 zAIhDbOY4F}=F&!{;#9+WVfcWF8_6_)?3#mAl*$Ae|#MKK_Wx*G{SfrWx zWAo@iP<{VAdIm^-o@j5slShx>rRzh74Pa3v)ih-Yo%J^}xw0ua59vRhw_yy6>H+Hz zZ-J;*{h&q)l-f#8I~n7o24tU`ZpETf!1@I-`-?J!Gr>%ep|hmO&g;&P%BM}CVj21L z03E@27G-VCqGGQxHTswN&+_SkgE$ax0(KkY|7LC2Udc?@!}x{;^Z;dXQ|Q3Q8jZmm z_%lz^s(<#N+2A@42FKXd1$2K6aqATpdk$fu(^7!7T36R1Da4FwO&- zngf;%)&^$vkft_*-3HUBhu>6Sr@+30O?U(^xx_!BsRv+sk7;TlSRq(9*rX>kwF|5P zY+wUSm%%QAQBUDNeu1TcHG!Evqp6i(C1BFe;b#HZL9jPq!yDlj1Xv}Q!V8+31(puh z3TD|vQyZFi(47!ac}Y`#V8_AQ!Nv<{YBShfFs)ZK6%3XK)(K|+nx=Mu)r0kKrm0Y{ zvtYl$oZrAtK(J?E#&2nA8CWqG{SJOz(C;#u; zcmMb8yZLxMF;%6M7 zRmp{{VG=Z4+afRMN!I+o3YklCW$|j5n)_rXyE+#}1ygBJUY5#1EanwEfdr$DyA5@V z-n7z#Bv=wfa&5GU1P^i{Rjt?i|3`Va+{SzxFyH^3s{GFpMU`J@XPOsM1Sd7P@UU8y zq7oq-1sbgmU%7&C4CoZNl|ZhjxPg+-rrDIixd_w`rU1p@CpuUg-k5~2Dd=Rd*eh_* z1^ov0rV37mpkH<1k`ko(4!T1ZZp}cNL|wQ`z=g}ooMJdFfX)MRuY^N8s2W^7CVrxx zV0jgARtAmk57&ag9|L+8jHEvg`VPZFP}2d7pJ)RZ$%m*Mj2e<&0d(hJct@y+2PZTL z=)jfVbSOX%^gV`!pkZ)7lWYOeZm>GY2wupf_6~vh4{SjSXa|@O{9T|Y;hIt-g!4d? z&7m*|6LlR+AR-F%%qVD52%iT{vxLG*;dBlfIvTnI znw=b^??gmR< zhVcPEo}Yq|0?6+k)=VZW3F;4~0BOQOD`rCfYXJxVSRNE*0AV#yc$ZbwPeh|J90PhA zjATmmr6)xhlXXGEydXV3WkaDUceu+1p?5k{%}J9Dp3wPI{-3tRNVW zkf|i-bTHDq?w|)ToDCWn43~JppA5={A8J+*CO=J{FN9;s6__A5LSXSC=710ex*LoX zmIAsY6#5oc2m{>@M*OLuwP2!g04l&R(XSZ(4yv}8Nkh~a!}g#dVDXS=IMKz>|H-6w z0K36bAe;`G0hS8kM$lhiq_E$huKzHVa08WG!fY{7M=+9R66itkxCbWzQ?c- zv}`GCF!;-P5Kvym3=lQYPz)0-!7x!Hxb;Mu*BJB=7#Y=vL0^KoKt=-4{^4+xB$WU) zS;6FK1*)+UjwRsN0zDN0yLAa1pg=FIhW`Hz5ycQ#y9P!h9B^Vlmqf!&BJhWSrhzrU zAWa8Vj)6XemDNBmfSE$L7 zBQ5b8v@i|!WjG`g^*hRRM>?o=I&+4!0d2rAQRfV3IY{pUdIOA%i5k$+yiDvT&>}E$ zoG%8QaEv+r+k;*@!Gudd15PpnEeLc-9t#w(R$D}47XRnXf&;4BDkRU zs-SRKp$=588pZ;I;oWU&6Bt<;-sh&^b#zgfXbTvr5WM$IZM?>WQ$h2 zW*Wx<9S%kYEEjY&7+JR*wBIeJwK$+WF8m=8MBOn=l!xJ1(7@YpDkUue+5txTuM5=W z4pbEUMEk(l<od4gRM6j|D z^x;D|=0mt1^j}o(4kKlzd2|E zSQq#cLGOdrll(zd8=(IS0n{2OY9^Q-Wamfm zurKI#Fj7DwXeox_3nG;2OV|}5jT&e?SR+)F=p!&vxdu>;SFo!=SPRqR*!iX;U2n=b$Knp&> zpo27ppkF@2=!fukP@Q(BVE7;kW&MR2AMnW&9>oVBTLxckpg3QdFnqaznvdaFP=oKx zfrw}%7}>HY&^s8e10B@C_)S5R!N>uJD7%vxuta}=k@3+5>i>hJ;lZee03VE;MpHrc zyO=J3&r4AAz)0nyK;ydMNCx4}pees#H-j)y`yLn*5GE?q%M``|bpf-279tu*u|yRL z0(}8Sx=8>U&SSAeyHhx*hXjjKfCw*8S-2fw3Ss!v1T_kb^qD2-H?SHg>^tZoxGVV) z!iPbXWm%LTq=!#cP}9IjdUsGyIhLrK{6N2ekzE(Qhe5%&Fhps1dJrfCBN0UVz(~_k za7(}mtQh<*psT?)LpT+5q!Notgs>lI1{mp%^Pu0r$d<)&SX8Gnlc#|Si<$*S_Mli$ zQ&py5qN%FnDV=J_6aemHi!vf=4MwKP@NFE*4~%RLQAG{7uny@tpgNlHRZR%%fyRT8 z0*E$&kqr=l3bk027o;KTs0ZIagzzNLXJ8=^Zq(yJGr}zi(#L<_iXgWrYzD&CKq8{c zz}g`k4*GmF6hKx6oj-;tECf_zENleaB+vp)0uv2D(C1(ze+Hwi(v+QHpyXx(H`-e7ykl>9&hwF4ss+k>vfa13ZK7+G1%fkjz?k*y)R8N)>D zF`PaTZk@ZZC@m!oGWZS=~mDhFqi8v|0jXjQ($1g{LT+_6&R^R1n3qF zr+~fzBLx#3GnEM^f)0cSt->HvW6NJDt0vAy74b^P$!`GMKI1gV~g)mWr znb7~_6lnl(5$raEIUW!JCV+4d=r%Ai7~?_Vi)vImgp)zbz(_^QL0^E8$_YUIX2A^` zxQ9YC8jSd3KzD+X^zERwJ}k-{(!}y0aA7Va0;mJ!`@#KU2&aNR_J_II!;!CR$Izur5(@AD^TrDisL*Pk;o-jcO7m zItIf;$<1ftCmM!fqU3fV@e@6YVWQ+#Bk>a@cU(!BD7k@0!bHgpIuZu865X96Kff+XmIQmLbqD69&1Qq@lM@%j{ z#g<5xkUJ(VPl2C0Ce80+OXw8^DM+ZWm8`gD#%3~KB(>>ESQ;;jnZO`q>rSjN$oII^OgFMqbevqofL{V=d38#Oc6nEHJNu@JuGV3xMG6k8!%=XN#Oe%|=#mUmjGRQK`;$~T8 z*=M2vG_5E<@t5_g8cS;s(@2qP{1v)FK~wz2rq~&;1AT0uwca$ zd22{Sie4}+ggp5>tY5t;!3sz_Q(qMNmwE4g1sf<0@b4Acb{bJ1V8qtAl948lycQW#v7ywjADzE?yFd3F&&~ZDy=B$ABj=u8 zGPrqo(YwPBTQiEsE{&a)k~=H1^_|aPH~&qSUo5??ZuVmQ!i^^**z7131(UZUyFB7` z3)#-Weq4iL!{qkSs^{J=<7KQ-X|!H-cHFp?dv31U`-XS5=d-;QT&8v26)$(UFXQUx zPs?94-o8_N<>uv69*4u1YVVn>KJ$3uW@@ISa-4&dS?%TeMb13cX$fGlkYBuHzO@yEFN2fgQ98}AbQr@6% z9l1PkX7+ncyT1K~nr@-O6S~{OT3YTUYYVrBMas`}+c`AfY<}QtbN)o%@m4wr@||PN`+rTMl`rHr6SP_S`S`bZv~z zbl$O`A!F2v&vv{{YxZ1HJ4O1n$A+{gp3ytpZaR5>G0mIa;2Aw-#?2u|bqhi_G`?FW zH)F++<;T8Aj5ggeeXXZUO7_=|*0lGYD{3nx(^I$^-3z_>TTe|@TE9cax9OCggQfZR z)|vAo?WYMIaOziF>`JVzeVXxL2pz+z@8EjP%RbLL-n_fgTd>eeJJRyG`!K}^E=9Xn z9qcW-YUDronq-pE=<7$V=6_l2n~`KZJb@pY{9x4;c3^Omrwq- zdPGvt423Og*YmVGUKobY$gtTwbM<1^t?JX|WVK4Sp3LxFGx6qwoS3_-$P0w9lb4Rb6(um3v-RGXE#Yn`cvaEWvs9414J-WzqF-O2^7OtSqnj z-CQi=d7qx&HQ~mFHzxBEk{sV%_KezEbN6QL0@ZUnJg%u|u{YDa{r)wVtu8zt>2!R> zYPFu9>r~#q8mzX!Flw6TLL=6_Q&#jIzrhQBCd;07_TC`5ar48-ARDK1UQ4TAMbw?A z*RZQ^{oEFmHcn7iZ&vQUeuMjc#fO*W-siKL&0Tl&OC7CPZ@69H^q8}4P!ck@&g&#yJ3hL@=JpL{`; zmD?K2^{o~zD_#C=>tKP|%lx$E2~Yd9<1H!<&tYF#=c!|4cPX~F!XwJHjm=vV`|{9? z+9b}EwO?ElL+`Gbp77=2tKE|Kl0pK^np@|7_@}tXA!}8F+`(~XuHyxz$r~&+=qYB& z9r|@DtP`1)ljsuJ|EyJh(t;pv(zAeT0s0yho2h~F8;^}n z&9?ZmAoxyoUhE>H89tVu#;5Q9C*%&#R(|f&&V|F+H*daIInd>>?}oZw^g+%Z!MHR1 zlv7isWzQ{ss9k*Kaq#>C1(%#8|Xb*Kalk@wL*WO>Bgm+6){c+?)%%k;yU>cbeLlhT;XeFzjr%VV&X`L zBfJE5vTV~Rhw1WzS4+p6-@iG~vQVvfY=u8d&(eq^9qzVqiq#9K#d>lCkkPED)FKb@Xo{(eg3oq(tM4|eY~-GA=F8iRe=%h>+9 zjb^*tIkJ`=^T&+UsgB_J2Mos{C2<$yc<&)G2ER+FCXDs#UDd zldyii{X>N6u3n=~{%5}je%AJ>UA{@-8Cw?JSNzfMYI9H4TwXozh>^#U(&5?0-81_C zsM$Kowp~NvY_3t7t@#VN0u$A#GFPu(ea3waY&M?DxL3k>`uVA z<_px5O9h*n(jSa?G2w1ZKUTAT=aYev?-X~-cDD5-uwJY=@wsS6}fqT>s^2rKA2i`R=Ya(OX8F+*0srXU$ZR zh}jc#WB>jQg0VJ-s>4jaZcDw<>Dks>Iilx*@u)A~o2u<>(oAZ5r!PCvE3@MEkXIhT zi8ddN9h}vNo2X8lT6Z&~IJK3(H`4X(rKQ)EiW8_#pA^1UMf1iyTS3P}pjJ>BlATPn_<9(dI^qx${?{b3Hzp01rf_I|~^wx%QV>I05# z+ud(ad+!aWkleTHwYgCa#i2`F&G#tYa--u?A3ARu7uxtXzpPKQmAhUAxM%u5YaMOu{p;(pvl((qGb__H(%@hj-13jq)>l_G-$mOh z9^o2)0;w!y~CJbl=^M-!5BoQhxc>Xs(Lh z|KQb^TjThGUGIl{%5B&F75yW*{Kh=#A!Y$9{XhK{-G;) zf+WShpDTP^V>ZgDOK9vZ>c}=#$(_>Zee=upL58ly>b8e&Z#CDfwb+*Au=`|qUPJGC z_p*Xz6^hzEr8{;U88CU%)b%f-`hB=a4Rm&F}MV&ZZsq@U?k%8{R7MbHc8x;lX+Dk&$Oe($E^v~411I3dv zcDydVYw{v}E3YG5f5fWR#7&B8wKsNcDBtaA!0Fkw`uDTD^-rvdH>H1zSh}Wp*v16Y zvJ<-s+8=aRXP=wj={&r4M96I8un+a0zrFpTt(e#JI%D3ciH=)BMmk1p(A;9fo$+XS zQBUCPMS%+!L?!$xQOFpTHs<1?YfFQd=FJ+JTQfyZBeL#*ndvh(JTY_FogvER&yUaU)96`qZ|*t&7qU+W z+;1Jma!Gp6tKGWm;*;R!s^6Z;yzc%#Tr~@hJ@D_d3N9L<5PcQ?$ML=m*3TLuo=)if zUL$c{alen%m?zWkH$8oy+w9$RHSq4URVTPLH}BOy95w0I^Y@y4JxB9?R&2gIEQlAl zLq}V_bwQ2nw9EFAgf*=psx#}glUMI2U(n6|q6R~O|q zu4~r$EqO(pK-AHOri2kBsQ!Nlp6VJacP7)KSyIDcbLDEFAXW zjM3Zi&x}u{$(m04_;|BRBY&)Gaz@F%MJkhnuku!eZsQyE2>-d}+B0|8?R$L}LuyOL zb|1)#ZBIJz{Hx!AS^lSTyL^ z^x5^w*V0>)Ec&K;Yn^{(>gPU0bI#G|ke(yOS2w=d{ZvUOY#Z-|=k=vTsVU35EiQ7w%DB?Vq3avDP99U1-*Z^qZ(p1TH+6%4pZb`k%6(MY zxzc%ON^E`9Oj;ks481aJbMe*MGh61K`UMsW zG2YrbaeQI(9Lf2=_dTf!kGx*8@8t;B-VuH6Kd$qJuvVyrOsMB2-hU=p9qn$#`{(N7 z6H~74%)hqslS;)6)>g%8!!_;WeA>DOxRoC3m)fFTsBB(&-N?C9we*ZcUCW(>Wiq^y z2Pulb@0`}%xg*%PBYf3Nx#pM8#y@^+HR{DBTZf6QYjs!O96NMwuS<_(qlxNXp+;0$%6yDY-A_zOUhQ1tNER1%=R5(m*scM z-q^w``*ls5cg4gd8-{k2x{k36-7sj^^byC6s|P(Un{4oLqh-`It)!YRPO$?|*UV&s z%<%Ct$x}ER<&u@W)CZbZbvm%u4dHICj0qZI;1;|u$8bP@>-e=joCvSPxPOl8?Swn0 z?>+Y>&dM^}qC2N(-CLPGYa}BFoJr{V5>;~Wi}aD(9{G2N|IUwHmo<6ET&Gis0g9`y zzWTH%Oj;fww`pyROQGFS5P?W#JR+3$4)SD&1S*XvP@c&PjHQ2kiR1CJ;AA6WBlQt!8s zc6$#=hHgx0UbdQ=R++k>@QLK$*Ba~t?yk`;g-0v{7JjjqKlS6Q{S9NQf)t1A9c3vl zUHEPnZ=lmq!&jPTD^{KDKJqHhzbKGx+r&yrR6lCEG4=BV{rV#le1EC1jI22yEpzG6 zhAM4|D+>J_yNXSu*oh;Lu9&sHZKIQ!Q=)#zqBqxr&Z!FR6*RT#w$}Uhdai%2{(0r& zw{1!p70%Yh%E6;|?JYchy>9F1(3$nRXX;y5$nTsxm{`! z*Vyx}A2vt{XsA1}!m4=HjuZFngVsFZ-{?8MC}6<-!vo^t=12Ipww=g++Q>GLXwfSA z##MeifAr6b@2prw_tR_rj&wWI{XXzs%^WlRnZRaeMk`lg>)v>;l2Xqn{jJtj$~4BV z|ElBu-tPGd=_S0lo#&;)tYhD6Ir$#6VOx~Oo_q74D8<*VT6^w7s(YB8AJ(k&PWat@BkJ@t|L^_ezDAhPqjUPb$ZS7&WO4P*e8Yb7A3M(u738Gt zblzv6WZ-5{{VA!Z*JzoH+t2pS-BZUO4SaljvRCH#tqUBjBHId@%3pJ~?RH2Cf2?1c z`gNpUr-~W?8d<*o`t58S)YCh4u$lq+T1bhMcXJh^Oq7o4KqxXZU%po zdZ6GZdHuUbL*@>(!-nP#FZON?tiADj+(;!QYhKgV_UdC_7uaTVE~rh;w%K8Q<9^%b zhIl9KlLEDlh>ugRAN)RXb5HAn`Sdb{88SzCA8KdYSgkGHT+vb6E!TQeMtziEYWXmm z=;*Mq>#il8oqTOu^h2$l+s|HVaYs2F@#ekQ>fM%Bknqd>0B?3)pu)9Et@fZL6*u<} zStIn4zIrge{>&KNf>kkD=c{6pau$C1kzqgu9FLB&G1;~EX!X&(8)uuuNcyh)N@=rF z8ycGF#w{LS~qF4i2yeO&M$DiNF9sc2N@wv`8JVCEWx;6d!t7GG6 zi&|r)_U0%~pl!<4Upn(|Ot)`c)iaLTtNZ)5hef8g*GJxphI-#a<*JikRo8e29QgLI z`ua(a6(~^M3aI^P+Op?BzF9_mrJqY+T_Y-PWa}rv6rY zz>kKK<<-0sj$sx7Zwq;>^84oQlTM9X?^qce>mnymJhFqYarAp%`*6L8(`w7A&wPsv zP5+^9^X5M1Ov@q}-Xk;C>=ETv1E{BxcCR}%%=Q^t_#Ur`bLxEaNU3?7@er-gn;gb| zdaCWWbN3}VS>A~w8!LV&@W*+{1`l-oRo76nGyPuYtA_fSFxKw zc|&E{v8i49D>T(|*QpCvT}k>>H0`-v{=|T$_hsxc7WQM0H58XEn#L>0`nY2Hh9#8` zgge|8_<96*zu2SruKD|mB~Ge0t-cjBO8&+GEbB z+V+k1_FcE4-(tgIzOfrly>nb-Ilkb>=hbUBp4M>T_JvPad(6K~B39>&V>JI0fBBuu z(e~kE)iysW)9DjVqU7q0&diBE%&YO)w&x&sX77=&RweAU=c{dp+LtCSd;aNt;V5f6 zm*&^ezQ>m?T9$j1cAT~AIjbft^@rNSj%(7v-;PQT>rRA!-5Y0O7p^UNZAh6~%9b0$ zx??IXE|HY)_Dt_By*G5CYqiw0$X6q+f@19WJJ;`uM3T%FU7+JNMij+_m$9g&$Qch}22Ogl!&?Vp}hczjyzeS>2E zYAZkW6K1CsIL>Fi|4DC1?G0bR$-PmtDWJx7=X?78jj{tzY}ULK<{D0Gw*2twN6g4A z=LfH#7qxj(FR2wxo3dwc9gUvZo|H-2c2CHgR5n8K?C9~1M$y?ukED!LSI>XGVB6yL zkw5oZ^ab?mKD_95;nTH&d!L!LSFyfMuG&7dW`FLQdu{1A@5Ec1sn)#J z=|5NxrzczbEv)}?yz`2#c~ zRersbSKy_s-7swIE7sc+l|v>CkJKxiIrd_2%aZL9ISX4uPi(ytWBcmU>6aIWt?B5p zj#amayg1C$@3&c~&ixNlHqpN)D>i5xiLCSM>iObj)3ffx*RrYa?hosUpBC_?Okv!! z&}QQ?L1R64hE6d&=TPMqtuxrO{r2e4Q1er*Raw5u5vA@=c(Z%Y@V}gRXM5QFWch-} z@>k!7U*5^S5&U64fArgUL8_i}^YiKbTNU5y%vdRrHucjiRqgeIQ;zxp-~Pqbi@GFTw&=EghzxvG zIOac+)F~gG>AA(@8#ZXVsjmMS^Q|E#Cicc7+uThz z-<_TjxA2ICb)K`?+vfqtH+UP{d>iSoE;QQbu$9M(I=c;Jn~d%}igoc;e88(%H0RE1 z$KbbRC3zn{hey2g9Om{=T1c&sQ+*i7?shiQvvti|FZ<}FQEL3;g(aGk9!?9{Jf?f_ zn-SYbs=rOsY1y(R>4k!fjPPab>Pttrl|FtRHEP6msi9Bj+}21;eEI2xNm%qs=ZCHz z9GZ`Oj;sjYqQ%Z1_TFLB;m(o_O__JLy!Dqy=d23wzqjE~)#Bni*Qfb?zCAx>$CnFr z4&lS2zm4419vL!4*eiE%LW}*d#IX~L+an!kmQQ^;L0#^SdqwZU%h8J@$6YPW>S&g+ zaggaOI6TZmqW^H!XqV=$=->Ch4{W9u+dX-++rLEmv*dP-%U9!1hrj!_d2(ou-DW$Z zAe|GueP1+_7xuhYA7vH!^7(;9>uil8GaG$wfBRu`VR8I4PnYYXf`{dY&yO2;{m`kP zB>C}$63q^yYi9jE&@;y2$nE#v4sga#R8)2x*)NE?*t1n`Z_qh~^PDB8%HDQ5_{0^q zS}8=o8P(?4X)ICMuHST0(q5tKr{iahqd)Imo=`5iT#+YnqqWWAtC4SE$>$Saw+7wq zSL$2rm${{^ZqU{(q1!VIp9R-^kJX;4QMYO0w_uHlG?hT!XVvS zLc<;Uj=>ItI#nO#4&LMyP~_ciKW*@u$?NrRZVMWxaIld-mk%$`a@5<_P3-NyDNx^C zTjezULd?c-Ud#9JW;XDAC#bD!cy~}HG^*w9o{A^$lKM+H^6E9qF6m#i$(;W~N1`g+ z$?Eovjs~0Bk};~whZXix>u;_7e5a=I+mq?Xt1U9ZTFaWk%G`fG9c^oR_{SH$hPk88 z&x-u;W|zenukwaNT~_vMJzFQahLukm;ADSwuhlU3!t$M^GABBAHt>cker-OL5@`_e zLFvVwyQiN&dd~W>Ze^{N>Lr_@rO##Fq}J_O;_PQ{*1@^5S8H?crZ~;vrltnL(&aMG zX60`gA5R&rIu$dd@?(9+{1;vi6FyM6KdZ;T57o|nqLsS-m_Tml+wO;{W1bs*yw|%Y zO>O@JW5bmD>HTcSl+};x2>DsatMWIlxYCiVKbLEMIQ+n)xt_c`+pf;7c{T9R(T?I} z_g8+V&y}j=36;La`VKj*u=aiOhUx}itE25VUj!C6_B&T)w6I_9j$49DZfi_39!~5S z&>LZq_m9@(D!VhXF$enW=LzY;0g;l*FSJc9%RazCbGg8=Mj~T&UDKr}gL7sc=gDT5 zjz5!oJ958o!Et}H@}W)cvyX4>9_}3&G}%gG-UZJmTUZ%!g0bo&nhGP7F5Igc@ba~; zPwtPP(w%Ho-+wPj}=aqqK2unv?GgK5mrJR?GQe zHKX43`NvT|4-DLt6MUz6-PyFV4=2VBi2mx!i``e^_&TZIszdJ+leEt1Z*$qCW&EZo z>VE(&K+?ZT?U5<4VkBE=hPW;ocEHp95|WiKFLYV(mB$@q zh7ugSqCzS!W(n~ic)6oO5|KE2f&g@`^SB_o7YkNe}&>4-`7kl(} zAq}g|Qc}=c3ibJM|<-)h3Fp_?;6NLj}kRBX0h^ zGsHuG%I|gMyxg@Xr+5QG{76`h6W*UPUfuZ_=;)L8Zm|6LFLf+hr`CKsuIxwOy2tYT z>+cOL?HOpAntrbMp=rrA=suW|pl@RFT?$>r3CqOxt^~i`2jJ%fCebESW=Oi937l4$ zx5Bls>GN_aqMU|{Jpm<^et&c(J>+vnicfTZp*?(~=)Vn2C;FRi`upW$l)v8?j{(6j z@#>%}goTvqvcYu#=M^D%u2yu#ZdY*4HEMA>wFj@ zIGL=z4M#s7JHIe&U4!}cTbBiB%$U?W{%bDag>Gm^?PC+L;!ie?2?;&W1uLn>iy?1+ zfE7XMi?kWWR185XD%RcleN?L5NInZCjq>t%j;{on?V+kQ_K zJk|df!;5${b05`-eEpSt!Z~LUqh08jEaNb*4v}{-z|@oeP&7vQ{+I|6pdTELs}KHz zV)+bv;fNkNq3Udd-DY%Orw#yT@6?WqCeFa4%YuXE@I9Lb<7T*fD7j9fTX+tCo0m$4 ziV?9$y+78%fP_eIV?^{-cSJ>Km#}zZF`DOJX;@ucr2zx@U8W*eLRqO+#ta_B7{@)E z6T<3B%>x|+%V69r z*n1_o|1bM^EpRPkr#yI_2B0r61;_bAzYZl#+-q67I{?`I*Et*o)LX6$|H?bVX|0~0 zM*+Fv1tJ7%U9K~(Vt*Vl0gFh#zAAXf5&9n(eOsQo->jQm-03^5H01t&zGxjRRJEvq zqA$=J;E(KPZdfhCK}%g)gK)U5?5c+it~If=UiO@_)m)|X9ytu3SF@`euUb7f_EtIO z;7{x?uNNQkLT`)Dp!b{D?&^n3XesB)-G+4vX(D88&?pS%pu`Cy#j==ctlN%~{Fv%% zSGLTP`G!CEUe^u3dLf*D+I2P?JyRoVmD3$lOGd9*zIyehkT)*|yf31dZ<1iUB=vji z*Loz2EhXW!N=ZbPzXzeH6^5+x!hoXdSDC>)_E$l7PJyJ%9%07q>J9&He_zBsgjY5L zY-;VzWA}pa{gL}d_9<8|A=kM{u)r_hdxTUwZq{4A)brQt{aDO@efnSrk$MeoHt(a( zWCg`kvGr*jj12I?;Kiu}+!vQRie&ebPor6JF{0Y2qHDi6&57_RU z!CoOX%Zgize=q&o^rDSB>6f?%9Sa!y_5`n1QqX{x2pp(=<9~7quL0^;<>V6tXOoHR zXI%GC$}Yl^C4@< z0snOxtg8wiOdnpnM4C3>%_~KZqb9N~-cOP-!)A=1o4$nNsEM8zP_mAG9Lb+y;|-fM zjY#+XzqM7Bvz zlBH?`ntS+ssyTgtHBoPTAE+fjIqp&RSv+cQ7L-A`sT5{#_V%B{=}DFKaq@tN+0WTv zz3noJSfiv{4Y;6jsTjs&X1Rp{@{+f?r^pa^8hh_ z|9k9=Xs$CR|JF!JvE$AY=i~3z4l%A0ruf|RA)+orlz9nPx;9>xaK93+TA|w|f z3}o||?Oi~)nGxkcKX3CqJvjpskT;i_b>RDqTUI;aYgjo0!(MhCU>-27{w|#hLd42c zv!WBlcPG*G6*1wYjQ?lOhK80lG_VwZ{uIO41oI950B1(Ves1PZo}IGoU-lho0sN71 z#n->FL`VamIWbbtFK%_N_nY_f2XK_l`e#~Z$nax;XTOWzrQpfDL(>&|GQhm4q#55g zgFe|oV1m(%w}1y(acifRmpVIG=&=TV4xEd3d^vz@{am9b^K?l5@jo2#-0_EhFPI~) z4fVzNSG`Z*dbp~km4R6Pn0)xhz85}r{&XmM={|Vafg!UWWiDyAx%qr|jLu=Lii5x# zs^Vy+-1QuKQ=}jDRuzEnc+>dj)}L5{+CGQ&9Mp|e$S=3OlgU4}&*C=I;AIkwRxwk~ ztS>3whk~}=$8r+E>M@&J^BjGD;MgQLlR*C0>2uTe=b}~UrT=p>QQ#zduJ@n!)Aq;3 zi`GN`I2@HDTs`WHc`5^Yoi1m#^iibF<^k3V8L<(oyuh={fICo*#D0{2i&0hz+X>pf2%r=Q^gX12c88Bp>cK(o*=B?uG1t6P${>!t=ml2ZXOL7F} zPX7Gw@Fi&KQQpQqnB?&=^iU-;Cva_#a<;3h`i;C4Kfj2}9Tc@~0XHD@KlMM(TixGC zY+E%s^ zz~6g*da{i{{)_{E?eAUEuy(``VCVE=gVcH)-9p5o zc-D`_I_u`2e2Uf?gk}Bbg!ohMvl^t%7?yHV9OZZpIAU*q_MxA-I}S4(DEog`XGBmg zj?33)Tn*E(_KU^HJJg1OmDiu!|2)^b*BV=t5S91(q5?%_=SaHG9FA%3zV~$?=7wja zq2mRbdCw%}BRFt<=L`$46cee?y(U&iDPF$LoHYp$r?$fbyMD-c=m@G7585NUuMX-e zPe$*c8K%#FLwBLt^F&?0%2-f^LkEjaN4?ikV0xeXj5Y5-2fmf3PC@$cQq1-b2kV>v z9B*RH-BASxMSGnBAP0cKV?sv}1>#RKOxf>Kx8S=$2RqTp8GpL%qn&AW2a5+7{YRf` z(8}aIa%_xodjDLz%wE0f`@(1Oe833E{)B7`0*&o|-*GGY(weHW3Dsmjv_f25Cs^dmp`OsSz z@PZJ)>KV-^=>iR?Uf@czXtNblFAZGe9D02<6Mq9Ql>lEOn?06zga@yW1NIrN`@ zQb6%%wQ?<`xJLfxWrUyauF77P0dMQ>MwCnP#(61ZoaVmVlw9Y-H25naf5G(cL)F25 zBgd-Ku&T!uy3M;{Qp}+^nAmd@Qq4tEC^&%T<8z5jixoFK*Q;oXVG@b^ppPjc3M-dr z^t%7^2iWPS0rcf;aWhcHJSf+HOe+hR z1WX?Pm`Ab|elCqD;$Ea>U!J_t`Uv_AAxuU)~zxYG5_(@Pbz}VJKj~A1v zqfMroHTb;o)czA(*A^??BRCu&Dgl&RdXSsMy`gZYl7sKE8Gn%eU+#VUgqQ$mRQ*B6 zc0KUYpBcY2+YZcS7ke7#f4psf00`LMQPiR?0Dx2T;A3Qlqd2qc!=9W>%$RPfHndo7 z>u1K+{{~=KgNz0+m3Birp9J3ZX9#U-s3+_Bkh5`0Pm-Ki+iExTP3Ys9$F#!~0(az} z^@TmpW_>kNdv|api-n1r4xgC&Wp<%lDv1mP#uwb&6|;1HL$C#J4{u#Tx?zgaZn zrM!)$0h9iEwzSr3+C9akK52Q0nhM8p=4!ByPrRw+1A?4g0QHd;eromz|7r zxDMF(_T3i}Bww(cAF6_Xo!xCPjbNLWul5=`m%o^IXjxSqZ$$PYBj8$1Wkc zS=|?WaKtw{JnGvN*&om@wBtelZfrtZxhs1gfoGb3@c>r&l@h*xr_-H$Ox{N~z$9v$ z_S#L`?d*X{OWAJC*wX_mAVs{hdarjhdujN1>^vO@ckR^LO_hVl&`>^mruiTKwxdPn z?1C7484E-lH$(G!m{@8U(&PrgtKpd}&r{slh+%$&?m z&KUD8%@K0eLb^PLYknPdptA$X0E_^a{9#^fsc6XW`SrZNH80<%&ZGM)x9Jhsym^G& zc}#8h+i`51wur*ejIZvwXx)+9Em{2*SDg#~%8SJZWbhwPl^WKH?B4uA8B9$yTJ zD}VXLcelr0@+*rK7{L#jR1JMI|9Y@Rtrt<`h9&sA;B{EOp>a2HJ%tW2_%Yjc$VNHe z-}7@TH-d|Qm>fC-?0cfL8HC!mit;!99XNntV3e&Prl`x z64%9mcONX5G$6m~U2mtrbMDu{0Ji_vxI4S9&nn>2we*X?(*gF7l|oEneZK2=Kq_?( zV8+NkruX@IBvgDSU+aCasvbL~A8&ZFwU>Sru#gEN{3l>2c+X1;6{YHsI2tmN%$2I2 z`X{7+dPUwyPTwE24UCzFfm-W|WW7Rmo}(#JsjNKOXIZKMc~;=Jr=5z4S!Gx`&ZZIl zRt)|sdA64Jg>9j=xiFC-zg0H zV~usnj<%f>^)vL!tj%rKj30);AOp{}pZIxy6qUv7Ywmtw9Cumd^~Gst4ETP3p2|P& zRZ{no#+V6d2JX<`AtQxz7|ky71FIj6%zg&f zGTH1Q<{;-B;U-S_DVNvL8?jz-Y#KU&;otpf@leXx89g8&$ zWKf?Y?m&8^+DEnYcg!ScqT%yj95z>Y3lKb_Mdyo4F2^?ra#6yDY_))!9`@B!#Q z{?{>yx+vON!8jjF^k4IyFa1@2^k|x7*@e9i72jASgU7C7b@yjQz7z2s&&Ht5O{qBM z9RPV`I36!#vl%V?swLRke4uG>L#k^oc_R|k3aGGvf|%!*J*;hIP8grDPoSr zZ4u87a9MZJ{<0Rm@e0j6zBjchgO8yCmdyso6rUjJs)k`!+}`2hdqI}Xi!b{0{|rfL zYWPpYR`@pC>c%@Ud9B7s7(1r3vVWhgsr#h{AqIw@pgfHidoPxM53uz}cAB#c1J=#_ z#GMldNOCxpdGbT7ZJKjTp!#Yvh0SyvIZymi{H?$BZnMqD=aalNspa=;gkAC9NCJJs z_8%{b-t+|W*zfy(+uH^C`p28vduDDX`+HO&pTmkDZHRIvXtbQ5c>y=>JB6F$ZhrnEjcCy_#j{S*zGkW=osT z@*a2?;I%U8xa?d~fi7rM3lHb0^(#D+6;wWy&DR zfAa_0OQTTtxU9TH|CV|20b2n%tb^a#2!O_8d{$gKVlnJZ$j?qE%g*@_+cQ!LqG~y! zLmrbsf4LJIH%6h^2Z~Jr*tZ)mo#c$S>JX!F=R5qz%bhI4CwkRxx zFY2*ljjuzdl_N(lLbgL8FxJ6%%1Ha^I>JuiO@TZ2Vk=Wt=l5C8%st3f@gO@;In70h z_sC4J62}m}5BxoHIAFFUd=Fq=K)+sw;ht|2^8h1%CTxHBHYNsnqHmV_6dA8fGAf5b zt`1KPnj0_u{yeP&6AbI8=Ain2QW~%fHJa7$EuP5+sEe* z0sgChyEQ#O?Z@dUh?pzKaqja>bre(@kbgSJK>4NfL}7muhLeQE%nUTp9{36h)bY*K z4|iY!Ib;%7*ihZmDgMfWG&R1s0th^69}(!9Gf5F0t0VU4kijI@qhk6W|Ga%nl2r<4 z3|qu3z#u}la&!I#84w}-Bj#qaP?gdL8ieeBxDN>A2V_d)KJYcPtxp67>vRMXvGB)d;!cf10s> z?}zh!d4*tdF%bktIc<9xnNwl zYFUh1uJ$4IgQrK))RfqN2dqC_g|%<#hbyT%P}5E@@B^{bF`tUxSsV3P+#PYd7SxE5 zx=1T8s;m|@Fh+dp53Xb$z2kk`)+JkirF;jW#9*^%C0nX6dsOa@*pI04>L2#JO~(Wj zClM^a{KaDoNfU)7ycN;@wf+C;yp@@GjIBwADPm99X2w3QoGedmM@d=7MF<#%~}s&^Vtg6OAfABX87Ob-+#&o_>%9!zaI_1;MXSUcN^8+!v7g-dR^aH zuAnZ+=4nc*N|+r^sUO3+KmOi|oZ9F2E9_pUq&}7L;sFsY8Fs4odl(@q;GLLp@D!UN z$2)*3K|BRblQSFk&nKh%_Eg`0xlRq4_RCZPzKSs;lCYAgAFVyW>T4?Lhqjo`u)~kR zd=ZoXB6f;ZtFC?ngld(mB|lcs+JOBB)l8H_mhEx&d6fRalAM%L3v6te9+luvdAZp6 zpr;5MzP^^Fao-XRScS=PeQFY}lD&+aR;GmANtlL4)Ab^@MPdF+!Mh88lMlz-@3UPD z6J;rHH)QNe!=;@T`{e7f!_NnH(m0ia9x`_2PiZHQ@QqKCH-@|vfk<-x(2%W#`Z+2K z1}hN83Fp{)M7UW(iO+dnjK`^$7b00coya=Fp2!^A1oVSPg{-y@eR{S%EUXV%`49Hwt)H}eGIO=-mcRQlobKvoge9c{`9-fkN(hB63+L2 z{?QOu^K=U74jF*@`BI_j54kyW{ilrY_4UsZpZ@{ZcUAPye=x8ZgJ_oc;H=Ky{*Lb) zZtgYstQ;Kwo=}mW(>jP7;dH;$f7N%^{+ayaR=z|33}IEU4$8Rs#=&9tr_B#VFqSb? zBhP^?_}2IA`tO~8Gkv?)P-`y}zVH;sh8PVG+^d1yZ2r!I_X(%1p2;ptx-%qn*hqV9LVz;%eA=cjt*sv<4K9%|ZSp z*L)}M55PvAS69Gno>T1hoLKS(&awukWX2MB;@Z#3be1o3p~nk=bYPBdNad%pWboXlCL&T z98Sa+kzo6ez0jHLLCJ;xK0x6Qi5<^pRL?Nc=7IZtzhRc$`u7ip7yN{mk~XoNn)`!^ z{QEgupq#Yx->$h491Nd#!Bo6Ff1>n!az((caZ*BmOi!k|Z?QN(oAtD@H+Nr5S4j+s zkux-oi87|{iquOU1TU+f?Pv7DZTAQXwvMwNzoU1|7n*5)g5UxAvxbB(^(4kvr_~2o zuJ)PDVEnvYu=@=eKi5l|azqo8mWuV{lG|Tqhsn=d^5{L*iDYFj||>XG#mRi z-83+NCj|cnXwJ3Vfxz6+?YcR?VbK6Bd^e~tyl zs{C>IwW!hD0hlVR!USc>TT@Id!=N3>gCW`C-jm8Ec?qH8KKBOB`Z=Frkv`>uv;K-z z#Y-2GT?b$t?PSJ)w})S&l+V~6hW>`}Vfk(m%3|Ciq{X>KXp3`;5f|nbqAn*bFIM^-0*k#qntE;|q*J>o zlhh61Nlew@Sgt(5Q@pB2Z1wq1oZQJ)y=}@kAYKf{M+=bt22MOJsW|4Z-iw{ zSxbgJHM!y61MFxer-fqd^#98%NF1N!tAGpj`WLf1V%r!^?x>%Rk*!6)2~!f& zdk@AP-|x|vKc0>nl-@hAkF7d@VapRAx|IEFDm)K2fx3GBbx)N~doJ~V{(YOiu{oZ7 z1e|CM^mimb3VPA~(|7#K_?yHRuvgL36W#cx*@+U(24U(riNDUOa zpWDCtmleBRgZlkgw8!qLZ;$Z#Hr(OZB=SzEUV0osTm>hw?(%!=tOwc|2|LZ=z@w*bZ-9kP5D=Jv zF!?{e_#^6jsfVq9O9{fbAmyn}^m_l0re7!ac`_^Z4`tC5D;R-5wVZx{nDGan2oW43 zurb1L7cgRuwo%_b#vz1&&@q?;m)IZp2hsOS65)XUCI7<};fau!2@`Ykcjs#92>?xCtoQZIMs7HQvaEQSG*s-^TNKnfrd?AxMGk z0M+?=_L}PZp?1K|Rf2)g=no3oE9Em?uh8MW%SxH|vu6ReO&Rpd2k=0QuKkNw@Hp`} z+5ZsTVyCKz6!ABg(^uqI-Rb<`)YCYIijXm+cqn6kR|aN8+~0mGR@Zi%bPKhd%>3JV+E#pvEVkJZ5-V=i-!Kjo#p#{W%JaW}as2){DJnyMHN8kNeb1yg=b4CScO~{%vzZPBKCsVf{KuZ|1ZtrFv_N<#_d|jW`Pt0k zKUEH$8Bs9=bNV*LBx;VY?k}_6vBzTcykHqYZ2d$w=TCU;0uk!&96=%Tt^*o0vm*t6 za^lC6%2t1#mI3RbT%lm0WT9*oaZ0k{1b1MtVqfKj4DbBI<@^4NoHF-TwAqiN5u!6%@xF?*6CY zOQU;)Xv~~COP=*jbk_!-rh@Ai>)ZW*InQGIm;FKH;F8raVvQ9a40CiEUMr&Dlt*&u z+wPlBS2hufbnW7-QFWo{ER_^gNPe`x9oxVMARB?xgYf3prA^cf_t+GJ^nxE&4k>M5u-6Fr&p`_fBvMu=swlZ-L7}N4CkqO zg5&m<$tP)N*C=wh%D@r$`8ty+hVL>?Za*p3t91Yk@aj8o0K>W7i6?^2JE+=PkQw46 z)_vPo_yg-9ezRD8^{8Y~=prqDC|bG62M?CbxGf^CMO!Iz0C~Eekq^{46U0XkUj&B_ zsrE0M*4uMs=4sDKXQsPVelEx1u<5IwO*>(Q{a57z_Q!IOwL?FWweoKR@Qg*WUGdKA zp(~NWYWUu8KPlD&=^D7-dok}eP{yEAcu3`{fXfWNSVEf6-Z6>JCXD}oj(oAt)P;8U zX&4hi#;nRYGzO#!5)58_VJFDO5S}^Q)8tr{ENl9@6?J*2xg_`Fur(pYftZXZap&!~ z)G4OxijH6UeEoSgtG4;|PYiA{$PS)VZ>SuYpiBIIj$ZG6`0rgc5rWBm(M=!WG{zXi zo?#rFXz+Jqdk-MhVML36KtDUHVbeK2{$!-{p#xAz_7T8BC`E|w~C(zh8WHZzb!iM zHN?7$Lo(uN3WY4C43S+?#fT1=iQOzZ)>Anu5=5~?Mhc9ahDl7M#WWIN8 z?N5!|P+VL_1!KWDn>uui;h3pW$2impV_X_#TzLax9jQ2fr@#6p9Ol?)`YGwIEod`1 zkI~1GM~__ndMuMxx`syWX1;#l4(CQCSVI3d{IK%P43ca0VyZj@=mPnIsRB4npeR3M zsG{QJryZm9s@0K=iuea|G%{UQOmm~1>d?H=$zlQdF1BjbmlsptvU4N(hwxf%$|bYM zBaH7O`HZoDzvERtH^TYmielN916PL3NN;5YhygKk-rj3a{zJ&nH=v%(l8 z;plqcRWzUsLL-0%JWW8O^eUnJt&`CrSA(f>qXupCH3%9vbf6tKIu!ROSfY|LSW~(x zB1+K&#PYD>o>EwoG%6j(oiqn1UtQg!{i!X(e%6_PX}U=cX@oWXR=)N8lta^#sP=lz zNN~_|(ULS+uMoxv?69<5>5DBS8A{e^t+5eB7Ewd9CZpqsysL;tB~+^YX*J4p!XE#c z4LX4}k#Dlqk3D=nO^L_Z@p3F2@B8KF-amTrFs<0O^WDoi@k7Trr%~2;JGC%{kS^UA zxJX}rPKzHWV#bjQk~PtatXFK5waDraIu3Q19VazV{l2WtuBly>AYajCQ-QiBRu=@k z3*XjU`c0<%m$rATbMQsgU(RyXMX{2L+ty2I)g_EH;t;yHo{nQ6ub>adsC?sVOr2Jb#r-S~Ls$?p0s%Qj75(c|%9v&;*7b(E!l z4cn6K9oNT+DPn$XKNAmRj=<5d(MZuq@J+@3f67K_u+Khjar zEgCF*LjMNNvC(DEABdEj%UTN@j}ys%MDXZ>i7|Qz4w*kvMat=1iIB9HXeRQzy5TpQ z&dEabEKDZ0_lS-ECfho0%J|RAab;;%{691Kexc*Kc2%d7bM8-BwR^j@SyWPh zC8;KO*RW?iAN!KD&N&K-WQ2qj zbwsc-01P|ODUG)5BBR4AWEZA?E>F}7ACPScC`iu6ZVUeuKl4LfVSyxl4%!ThS=^ql z?nn$w*qT_g-Gy%-QzufCL8u|^!al^hoBE8xSKXMiVY6NWf@ zRK9X@{U<~ zk-MshXht!qc5a4x8W|HJHWyxkfD7V_u_xWecIWq%W6QCWe#9 zjeDVD7uI`UG{Y~)_9U`@AEZ@Fg3m*fh>~AZhf?p?M#L=^I;$9$Hti!YgnN@DgwGUf zRj+5LNx^nif|6lr+{E2GZGb?mcevJQ%&0MHSoVyTwZ?ve@lkB)5;*J&TG(p`&x({< zhl;lvc%)0*0V$){Hr&5qGuIyPCTK>#nB2ULauaoK@mn(y!_^*tg_L{zI%~vA3BO53 zHddRTC5cW@AR92BgdzIHN~>P)=T$YSz-Vn_y)XOX zveMcZ=1JWbdw?i-!%PW7B#fBP7d#fmv~V4eak7TmnX)Nv>(|9ON4d3B((kK~UAO-a z%kO^emPzEF$wfPVtt|WJdIJSebaC{}3mGBVaC9jR(Rhdso)bv6s2GXpVmr4lyIw`L zw9=xU3DKfqA|j)3-lQzvqT!~I&$4mo5U2>$giz68r6R18g(9ckr&9Nl2P6Cai*?0g zYtg*$aKzSKh6vSbz%t@D+mcw}6w!5vA}C>~b{SfTkQZcsy68G^<@0PY)AL^IB*K>H z;9I{@B{ozwL3M$4!n2sZj{iz#1`@B4oh*gzZA@aLH0-gze%HZ%VLx2Qn6IFKnEfR$5E#i?&T7dT$J>P!8IJmXcJ>mM$EK%afTDx zi&kv$l%u51z8AZQ3j5NqyLPq+GLTuN9Mftl8JLKq^z^kY11Xn>JEo>3U<&|!<`-O?crhqU^}9mUhplV_7MB_sUP zM8i`xxlV^2Ix(VFgZyxK$ir($hwc`CcXbFccMa3Fl^6k&mX&VY@UVyI#{ZUf|$uaGG@gRhifIV1}&=qd?+Yj5bmholk7 z0<|n9%#NXkFK|_kv4ABc9n-mm!BR;JU~pvYIxJv8N>NNX4-7cqOax`O?qRbHUWAz( zGDr$RB_E4*4Lf}8jq5Dsp^TkyFj#`HNnw-1CR<7_=wa8wCTU6S3zArHQEIS4S{Kr> z+65;Heh4bvep*;SY(=hr#Vv$+awn{9T|3D^R|>_{^xpf+ajsKdj{X-s(xHk|8Zp12(ve(xY- z)pWriw*ZYRVYsaVCT=K70(*CEy>+hbO@`o<6I`)Fhcbvrmxd01Ji^f58CO@3n`!o2 zjRU<~Y#g_cArTj_NFCOCR>c+Z&;WAU)csKQdhj|uq9x`Ac z7SZd}K*LjCS_eAqD4W2n#zo|IIwEb8Ep6OHt)fi;|Z0?5<`oFq1_ ziHl)|FV1q55u`%~or+9|lLnr9BSSiPU_b~rVHA{QP03HU{!*OWxQd*Qwv|dFtBz3H zEltQo)5@ZM$YDJ8keG_Nb$AOolM1w+c4etsQ!l9MBJ^n7gNIIT&3$hOnG6U(7wb{$R;&PPkA;eH)q zQ;5ZigYl@5$dmybaqCc5DhwJ}P&=(_*nweUrPi^3VFSh9$Bp$mcqDY$FnP%EB}uQ! z0y}g(d7$d2T9m;DvB97LTWX!=K7~w{Q`It3*Cx>=E*>VBSvR#t$zDBJg!S*o~QgE=u4mT-fpX`ij74lUKjr0lJ_pnvWxY zl$F_v(x(*%ogCNI%UL&?yDI37I6)-6H^mf_^$vdCYdaUPHR*tHizW>~QvGAHTsluP zWNhN?#J*%kDq&*D_N$>boogMmtJzD0`Hj}gTiKnu`g=pN-MiVolA28@{POl`C1f~% z)j3eJ)U@|OQ>1Jf&p;9xGc;}n4{b;GHAw@sA!4{BWWZgWlgV1ZglKNY5a%#YU`%z` zVylqR#O%iMPJ@dlaV3!%<}48Wiz?cfgqqiCO2yFeZIcqmk~C9c07vORv<(Mj?;QvIb6Is2V10S8^zP7INGU4_2m^ z?un#Qg8fk4WcaZllwLI!&v+;utjAiX4yB0QyJh&2!FaLn0xba%M_Up}dz3=|x2TND zGi!LgsZv4&RzsJ?IK&}^UE*Bqx|V}5QoJOZn!LK1gB%3}oemwk0jFg-jy1-A#Z)CU z6mfZ?5hJb+rUcCEsl#u&2gS`4X~DesghdeEs`FJtevP72Q9sl6&-jLMeqcKbBHb~sbRWTkg-vBMsRva z!P#`eG{sUnOfE5=Ll@Ku$^b~j6q>l^U#4k84b#fB3hV@T9m7eauY3Y!G1&07ZOSqP z9|<>eI0cf3QgVnWB+kr#*Wqt1jwQ;rSIIsLk(7jiC>@lM(ITNw&m&#b)^L_ZP6do&BmYqo zm6nRdeC#+q8-{FpOE@)?_*-_!=Bk^>0-ywr+LCh$vlx3B0DuXR{iT;}P)P*IT-D60pvoe!Gq4Fj6D3D)Du$%OPMpgf;v*+e>^S{T%A==989pbad%l@aa&v#ciqL^J-E9=0t+ne?hs&ccTa-5Tkzn)0|W@fzCWi< zotyt^rZ1-FW@@Ud<#`$PQcni;xaO5I9|-X1S_D^o2tk3^bpj;Z88UrSGR{$V1h4Xt z0UvX-_$*sqvjtrhiPz3baxG#~U)XDJrI8YK+zuy+Jm|i6O2fMrO((06bj}Lp;Yf?b zs^WH?+d;1dlf}I2ShGIBs%NH@)QMBoHqsWdqNP(`j;4j&7W7=Bq=YWq))X&MuT$=6 zphhZ|M6o{OdY%;{oOFETv`Un>LM%7$qQmJFT?vxLPtc3RGzm}m_v2$`!F+i7_2O!w zl4XgngWmufOiiBT4o27)gg$P-pjy3>o}bIBo1ZCZauU!al?39i8%|Z!%F(>bKKT>*p%hCzSOy%K59GttP8pT)rXKSLB$o-a;Q3;2TuWO?P1lw6rxG zs#p?gsi9sgN!1_O#R;V9^uNvbd8ht0GNFhv7TA!9-Ob0*G@pNS>`+yhf5FrP^*8;Svx684I=P}+!R zqIlszr{D4#oJq9(KxciF&QJ~4j^XUF)?m3=@9-Iro zMCYhkt;;LWT!JxZJ%%SEmTmRZoKen-NJ*kXXClm!1u#51Vq}CHL-t9{Wq8R^Uodsg z&;(ll(tB=J)$!1dl@etdVwTL4Xnt#Cn-mYVQ~y-;Y~rYi6KD~x+H?XSIW6@xUf&<7 zh<|YZ2>+C9RFdc;Vz|=va^S4em{gNE7~JV z3LjS=f!MN;MOQSKb;*VoZ~ppKT{w|&^H1JgAaSG^%J5jwGlWt9pCrgImU9PF_u8eyoT zRYny`b?vri%>3RBwo;~4x3wcj?)qv3x1_C3tlbW0b5(F%UIi+3GQ=$Pb(Czt-4N?(~H2m585jwZ=f?gK{If*yq~L8o#;ab>TeY5j!UDePtQxn z-mK<{1yz;hRQV%sUaV}6h-a1nE~JI^rjc9e6cVOYn@W0cd}O9`hs0~0P70Aq48;DZ z`Ij@i+$_#nY?z_468Qd&dUp1phWdp-!g6*Xt*gRie3*nNgGy1`IF$J~3?ZaI= zAyHa$o}RvROhxI)ps7UkTa9mNP`bvQ<`B(X^As|~NXn!uxqiJGzKyPri{x+ICWHsgzPs8C3W*KLc%Au_-z$=~@ zK^*p70lWKAO){e_jQebH_P5a~Yn^IW7h-5WDy^E`K;HW` zWu!(}+MaA0XgC_!whMsN6*=7M&+)nW6~2l;8dU|Wm*F1Ze1BkP|KlHCRdK-Vr%ioY z)3}u$r|;d_uyQL7LnP5M&Go9{!9CuFE!WsMo7?GIuVsTBTy>ndvouIv5yD-! zMGFmVSTLrV`B4}$uF&`9dozaareHs(&-jfPso!wwLy?bhCRv4!pUpzDRk6;(cyEIS zS$|Qeu%bN7-+f|4H#CU~FcQNNK;D3QL?)f;A}?#F5E(@yZ+y;PQpn0FNG;4=Y1^Y? zL%n3eJj1O4oKn@h5 z*OUWul)Pj%OeAo60d6=nRbP>VHMuJ^ms?G^$(&(e>Lf+tAHeP)oiUkpz>1zocH+P< zXXO@l*9K}_s3}M4&K_A$y`N+HsRt)2;4_nGY|3{~-N3cd9%65eb;g8ypPfC?6EFOG zHTw|Q0eh8QqI_~i7i*-M>P_~jy07vN_QbsN`z73Q^_58+U8b?6m=K-t?DCYGT)S-c zXEj*r_+KkeMB9n%+)M?uH#n83VtnUaW8w;ZL#xEI*mE+cfB7`&jT*;HRA<=Q4uAs3 zFq2KY_N!GjM*C1jaHD7YoNj9|K41dJm{sD*NH=&L0+GS(SY~f`$j{Mo>9A!d63OE3 z%5E#B0%+ryu>qiDb@>p*%puQvA=cXu7TPTZDP@B0WZevLhfADtOWA9{X>Z;hBuI53Y zdv}w|YsR`|vEP;)jj<(?UpAj2_}#RdTIqeyg=CxA1e!YYeK%tQ3!;6ir@Bta=8E*I zg4~iQ5ic~Sfbod3c0mIn-gM}J3^+jzJ?-z^86!xk6 z;!a7bPmv1B^l!|bLV+Gyn&eDEip!uLiBQKnx8atyjq%YX4++CC)92h`*zie3>L;l| zTIh{6S<92J_QqDI2kVH7kvOFSR_{=l@-!Xo+g|FTm2A$DrroJZ8H8x{jCYdgNPWxc zM!cr=E7x1PXBp+Z)AxYy3=6QPiu6{?rNoZaj7@-B8$$Ag_CqAaJPH?&dRe|v-SeluTdhu2KS^w(X68DUkq=+^s%~DFc2D7YI@3|L>z$tOh&ZAKAu)b8Kyc` zAIET4>*ubh-_ub3?#bX|HBJ`EWZ-csIh|)wnZ-5Xaiti2*F2U6Gbdp(Ot@{CNjkT8 zCvc56!)2vmFW9T$?Q}r zk>Rw{_7r@oJs@(vWVFT4!~(u;;E55FiRRA0EPB$LZJ~cu@xE~q#zc|=MiL?A=0N5? z!(+t-8c!Z2gT(7mC7=P4sgv2BI?wQ_f{h4gL;P%Zv!V-(Va~VHbSb$Rd&bL*cLCx& z7m|CraORZSBSu_OQOdU}+2O`qarH@DFUWt}gUieQ$^chBI;G5a`nL<}4;ssLCFXUa zUw)X7u@noV)3KfDyamfNuGnTy9qm7>#^z3MD&PtcEkzlA1#|LS@r?MNT!^E6eW8cs z7mk_O>|hgE=@>$xFd>m4>&cE5Gxadv$T7Aw2_rGy+h|ODE=4X~W2}n?ot6}_3?WP2 z+>d{S6a#|u!w!$Q2g%ZX|0!I~DrTP-WqM z^!LqHu1!*~w$EFr=wEQYrbd&xy=n&#&vI&dX46}j7`S8bOSKv4P)K0d0Z!(1>JZ(#}HG2 zXY(+J*m(S=>-QoopdJxR`1}gC;9jq@+wbQWOC}Ev+#%4t@tNNyo8L?)qF(%JOCi0%# z(`f!^SJ-djYcdQq%_6mDuK#JQwKKps28o9C6^CP1cB`B{rLwgtisiz6tcVwVEtXXK zGaSUN&eGyf^VjmC{W&3(&y?`K+;s=aXp2SK4_Vmi)Rwu?mB*Cr7V8%{q{0%s4V;{* z`DWsH8~r-{?!C@~wlgPqfv>KIDPFURI$-RIg^#m{)(=GMbiR3bio0r0?cWb6$OmBD zW4%^(v%aQZOf@ns@&&J!D*=ibg49;IE=GpmLg2Y z%Mli?3m8^=e!lF2j1@Uq}m}_)N z8t`RGh#Hw6=Q0=TcT5A{hO4lZ^uflYx$7np&GLwo#i|>xnK<#ZEHoV!T6BpATxSgu z-O-!D9N7!aTVTzUH z0t2lIul&-t6pPn7y;x4xFwu!{YgKEwmadbjU*c;GyuT`sHxjYMlG&_1U<1BY)uX}s z8zXOa_c6^NU*+P8{VAaAfDvrv{~pQ?Yctw=%l|_htf)e9 zaROmgaVYQ4Oo(A+WvS>k@q+L{!DUcJ?qc4Qgb&`>0B&Q7B;gR6b%XVdiMMY|x()jp zEOqle)>%~4B$96p?ZPoLKu?$pd}=E-hu@$hPP5+9 z^4E%GXBW+0*DV<4WsF(WpPo1!P!&H}9-F-CX0-8vynA{3A(2hFCFBmZ=yqLGe!A>- z%62y^z=@jK{F4b|Ob+{pgmlloacPlk^2a^5Zz`bq5NC7#qm zB$_LBGW+a|#yS&sjsb6ZBH&}Owa}TFw8YBZ2o|U23fe|MtOda6<;l({T6N-w(H5Y`7=wF2qC3TV^J2s;b1- zi8p`*Y^MmL_W}USp9300M&LUTksN^j15*j+M1IEphpFPbuZfm(2tFpZW!!7tfb*OR z!qhjHwe!6cph(d2TSl-mkAv{E%UfFT-;D)7N7zjQhqB%Rqs>23TEWM+hPNK-2Lmhq z^AUxZC8FoI=qC_fNYH+ZGS+XAZ@AyThH8EF`EhV-f2ETXQFi#K}#eQ${?oVhKP{ad@*=5AugU56)=-0WL+dV&g@BnPSx=NXz? zhwHEl`5+7$xTe#M>ONz(J>U{s=E; zYDkUiq+P)BQ-XfL3n@R^K5S8MCerM>UHKjHxQq93gL1JGDtBE2THeMe}mu#Ct|F3`HyL95972`K>>0S~qH{k+$&txAawF3p6pBsyx zV;^+*Bd>3s8ebKrj-?ube;+h;)gJs^{d3aW?i?dW5p$`FBA<^8fekE;%Hz0p2~a=O zBF~ItfBL!XHhE^V&c24Zee*$zVs)5m-in$oT810!b};XnuL?C>CX<$*fzQu2yK|Ab zv3ohfo;D$yNrXiY=}Sab&%!OVTw%$Omggi2p7*Z^9Gc0eilR}S*)a$1c(QumlzLw7 zOJh^+Vc!?tL2TuyW3@A!?>Ouk!RvOoRXMQsQ zIMw+AH0sN~^7}l6QS7~rF5VIF_)FU$&nA#VqNd(Mb9{i$y0Y|RlMTVIB$wWjN8vE@CJK$ecKJAV2ZybN;6jP1(*KzAs&6Crh9grNcXs~qb}$-C zv8B-hD0%u~)-`Ut*KcQ)z@7Aw>3$7ysNs70V#_og4+;yS%|Z zGs3!Z*zGb)Fscs?8b&RYX)E9U1YHCMsl=aixdp<;L6foet3X*(%AirWv zp(B-;x?t{!0pry8lN<3~TJ=u~Q*^}-!q+x)caZKsP1jG+u)o%yed?PDlkA=o$a?2E zm#R%78S~^BuOleXe`TsP^nZWaxv0N{YF2rxbVRi`t#%DwH(N=GiU`N5EYSaFYI2*F zjpr;2H_f5fHY6EPco|cX?)`|}eeiXP)z)dnYuke@p@GY`dp3vUj@BhabY=k&$CarC zi3y;csOX1(gUtl@dEqz$9{>_GF;@~FD$Id*yA`JZt5oOQn*4A&2aay0= zsuQoYDy`OvI+fT?i<_9lJ48!0n#1xX*tO-~t(>T=b;Fp8JU?jAdCE@-$Ok(1wfyCk zmQ}^qU=p$X>22n5nx1CKsirI>F1d>iM8mIl+O0a_>3RI|w=^q1+h={#VwBVn5Q9fy z5N0E{vh~@{#xEeUO2}T48&?SKGh|)UwMv-B{HF1z?*{#q`=&fRH>g{*i-JMzgBHAS z63N^CJ^;o~tAD>hl(9B?NE7_LDc0-neDKYZHRn?9@X~(kB=U2@rju8%*4qOb7A2dq8H92i|)kl$kQ8YBYLQ02_u%cD^oG{n>H3MiR+}F<*!!C z+H7IVAoPzWT#PR>Ow(l=ZtBDQgwb2l1nBpb5*=?Yv8cqZNaE6XqR05g2mzs^X20lF z)O+uUG0!_^(imwe1HYA0%+7CxSPP91jHy_^5;|AtGLoF?Eo@1} zz?H8?klOMu7J{FLY6b6O_@v?>1Dhoct?RJH@l*$@eJl7}$S#Hgg4?w~ zeAU7pq+{munx#C8UDteIea<8OUIv$t!9SD%wD|`A?jYIb)S5%OPmPEj`bX5U^67C| zw9FfN7f`c6K)y`~(zDLu>&zJO=y6Hru>Lr&_&MJ>OH?U&x3#Yc!HsjbT}pdkP6 z?-UmxoDPjzPWyQB?4M6WqTv&yBe0n+#XSQ;3#|yB6?vywnS_%^X}RB23(hZic0qfG zibn2KEHhXedK0vBZ(ezZYOg4hl1BdCdA?-VsIFdP+u&I(XQ{~+wrszn;};2yiUs+EzN_R@nASAt2Es$)T64;wlWwFLM7IE0xd%nEJO zwJ*CYD^CD#t@f+>myY{yb@gB&(o1e&vD}_7ySDrr}{hF0W)r&Tp?%Gzxy< zYr=3>3%78e>cb0#tj_`%^KUxrZq z7f%uHQ=<0Wzlm6gWJ~h7nm5fQ8Ht@tHPf6$(3}HH)uG8VIPJ@C5(~bwvk5L)J5S#t zKeR<~{?3`}jk(u54Ii9IbCBr!8SrLN6m{;e0f~2Fgp-qVJV56Ep231o6;y(bp};ef zcsr}=F`5F6A8%oaV6SGZUXCm}j-SEAZsMQOuXQjIOPIxrQ;`Uz{J%iQb3dnznh(RIb)V;PqQ0=fY|j3!|7oWa zmto$Kn^yB%JZ`t3b8~vDH!EA_UI5;7YL;L9Dn5|v{r*>f(5qyb*y`V`q0D0U7uM2; z7UppONBUcLa;~Q0%9bndha!fqeHhr4w#2xYX7YEy{X1nHFJgBU9WpuZVXU;&1uS;j z-leI|j5{BgyoBM$JhXFrgdaIS-~({hX?18T?*{@u6y@D5>_iSwqoUxAoOQL zS7fAg_sq4UcVPPB7$nG1%pR#0%AvK&Sr?@zm*Hz~0e|t6g<-Oknu(><+uOt?*;XsN z!U_8oWzSR;1B5|alXVF)KtWOXagT1+7ULO0-U$B27`Dkge`>Bc94m_W<`c-XEeXrF z)(;0Ni7*VTNR&ivTvk}Nx!F&=GUd&- z!QE@i_p@}_&FRgEsojdw+vQvI60b)uyhBit%D3`jis7792k<~WOFPgX8<2~d%eFCO z`#e_$^qj|qk0>b2wvVR8C0fN+e# zT0=sSb)C=rXll$FpL<;TKsVi>3A5#u-= ze#MElUynrx^%R(%t~*|@m7o3mzI}fkk2twDy=2BHCqRS^PYumzn4g9LuUyZmXtz~zhj_cyT?uQvAfNXPHcgA-@Nhf^dQh11YP3rSR z=p@c+zg9@@#zG+^2}ReN8rCzCQvE^tOgxq7)BAHpzQO|oDTeyr$3?mX`$U7^{?biz z^(A%)Um7l2<0a=N_KZt5w(aEC$}o3eI4L%n0j zy|>{?cHYlPX`lXsM8-Oz7j}y$Y`uUpbon}+`j@<7Vy_ygqG);Y##h+6m2V|C_d8Ic zrJq2G6zh+NTqkFW{HWl<=}$W8w5+=x&h$hXw7kK$&%z(Yde!B&c9dH1&F9tzmrPs- z=OHKSU7WsGJ{a73Z_Mz|_*YrC!&P#R!hufjze@xTvxaE4GN~cLAd6FClT5C<&Ny}@ zd^aX600!4zBHc$E7I-k~b!&gQJ<_3|ef;*XbvqfKX3<7tz9Calc!HLOu6HlUZI7pf zk;Vnvjl1SDIiQJAJ^Jx?9Z$`G zo8!i76ECg)OaBTm%*&-z!O4yWUZ>;j{;QEr2GngyZLzfN2S<}3^U&q@?`e-LF2zZy zwX;$xDL(9MacFdZ$R_#)NKGN!`MDlVLbL0i->(7SD)*L=9t^A--d0Ok#jy+oQ>;0q9e6 zK?>O6IqYgg^$;@@3sz#%bRlbDUp*i7BSCrRZvSar)y3$=s76pJPDNq7P%Rg@e&|g? zD#k|;Cw|VeNQNuFC2f!SPR_<%3$}IEC}`(x5fQi8js2FrB#&fceg z7bzv?ISiyv@UQo(xYS)UnD%5BmqCeW5P*d`w`^N1$H2pcV|@=WM9=l};knaIdO?xv zLRUmOF?&bZd;Bji@6QNLKaHW1FQD*8^S2@E9-ge}l_|yT!ov((xIj;GVRPkol1f z8*qI%XVDEta3UL~AObNkh^JMK>!`{%6Y$%$iEnP`s2#IseK~>1r5p(0!MW5A6Oqbq zl5zU+I2tc$^(azpd-?C!Y>saqi3EtCX)0(Yp`%RFhiS=Zx}p9oWf#nu4901dX!haD zBulT#8uF)|!lYfS;sw2rcRCRnaR>yACN=EwcJ(NL4pFLeihNLKPiJQe{VJI&Z5GIG zbnsqT2OdwiiGy^T)(kJDGr=kR`NEBKj@l|`m==#d6xt>-^oVIXyh_kVZC}&X6K;`f zWl~B8V5W>?(Ecr>Lx2_T0~or#KMQfXI&2KSL=X+RrIeFD0I`CjD{zvqf-PZNzA@P% z8LWUFYEy@dfeh1JEFyWODQBvGHTGIYJr1*UT!H_w!K&9Ea@V#R`aJKqn1p(q5!aQtEJ%JA=S)degG3 z^U)?)-oF$j;07}C;JGO1rrVN{s<%36)3PmV!)stb`To({< zBi*Fq7eL5l0R>>fA^s$;0_T+%Cu0zn6kw7)p54;>Y6U$3XL`pw#B{)b(7y&4j z$1QB~!E&oTtmOyHFDK7CCj*?9|NmVh3qhfCS%+}5{J*vJyYQ`A#Q4Dqh#RX;>Dst_ z0!ZiTmNzEEh-+P~%)DBs$)-vwD4z;J%GjN zFKhcWO5EPeG(ZS3@T8)7qK<25zqng2-0u|yYhjegGX0gCW(JpWf>_|LvX~`G#?J&z z?lg;-KSxWs%(*!IqZ3C0&3qP#c?M4kl{i?vO1u!!R9uT(eKw7KJ_AdoW_O$Xx+I*c z!{A!00eHPYMUGUg&&=XQismWlr2B!Vn1;@7euiNF z6#z*=y`GX34Y3Vea}aX6vF4y@A3mb#L#-4K#DMxf;t!s@{OZ=veJRuzn<|Ej)fUc) z`QnIR`tpm!o%xf>Bg3o%u+hl>fn7TP!Lr-<`M)PDAt|s8VJX0;(tYU4Xbu#y^6~bc zZz1M~E8>>WAy4*ucw)V8fXDv*SgO4Zd$+wsmM7c4F$5O-7A4#2Fu~mhtbLsZK6t~( zUMx=!HcFd1_)CUwjfEe@%%i7Q}^83zf2GyH!JNPF~j$(_^jaSGZ>ax^>?Ub9QJJbBE?Z_%_V7>i<^ z{XJY|f`4fy#mj5~O(oaB#mMGaZfx;vYAnX=sngr2|qsbJ04}Gje~hcY4?7-av(U0^5VzAyIsbokIn=!qfk2?N@d_R>m;$ z;Ql-HsIiin4)|YJ5RU(Is)`Fz7hf#}IiT@WRcGb4T7n?ZR-!KciU_WAL^z23i_CcLgRz zBA@8U*wxzVSP2EpLNUh9h5ZfaQ4HmHjT;6eC7oK4T8G-2+L_vu+9xPu^*&kI#*v8U zCA939$?u1|Xl8q-c*Ci6m9440_=BmVjE;;2FbR5Vn*RRd%*q9(Gn??OK2 z=S}>d%iI`+VmngSxQ0d9MYW2`sOzbl@Yl~SSD$R&zI>qjlJ7+*x+EszE9dL#>+M_b ztK!!rzFBOd<+&glSCqBz`jy3(&Tm1i#F1$oYaGThaWc(fhvMKWz*fi_}j?^Jz(GDE)G4_^oh;1bBNM?Cg>j;2 zhd6802P|O^*A7*5ua*h4jAzNy<~B-RrYjvk00F^ z_f)E2XO!{>n%za8gKZBi#bU%|-GTW=MyLxcQOZ|Ec4AlK{_M&4=@?^&hA;!#VZSM~ zf#mcA?;`v%0dT=TQtcKCVHO=T>a#({cCm&>0Ezii_X0OxB4U!3m80uH>l};2&^CFs z1nFq%mZ8cpk2n6u_EPInbn*FL6K?WT0zWT@E8If?>F{^60;1% z;)hbb_H$^`!q&~F_(E%A88G=2%Zb2*nQq51x5b9ofi`7(r|BVg)zzk$(bEMk(%ED$ zZq(_GtTv*VogkV)iSg>B{jOcs>g%bI;t%1VO-%m=+bJQZQk%=-23=K#f|{QKrn7UD zpje3_!BZ?VN5SlwT8uF-4iNBuuEmE6Cee_h{Bm00Z<;CtZ_+C_o0f zwKKVy3ue1v^Rg1|ISOHO2)P@_$`LklCcql2tP`q;Qq4mHBNFnvhuqboMZWU}hZ^Q`Qa_mL=jRiO~y&^*XpmH3ziSVP2xHAjMO^Mi{ zmbr_Fp)GX7hCvZsDPqX29>>^29{ACbJsxs6W1h@<)&bOID7`xq)N*Ln zo~U?oe$+Oo#k)k5=U*qLhUP^fXz`v1ya<0vM;%>QatBb1A0r(ra)OeS=>P=hj0zS| zWR_xAd6Ak~){e=ZL3&KB>QtKQHDXyg_&|pW?d7c!h>#eW#VVKU#iPU-n#Hde#757q zLg1!or~`qG_@U0N(h<(fB6|7LH~Z>#7=y~hDOi~Nf}`B1Lcjz9kTd(gFsN-xo-&06 z(-|g|PcyWP@M~3G#7+YM-{;Bkl+DvafYAhDohwBCatH^E3+Aj4qH#rf@@oWhj+6jS z>#SWxvvaxfx<$UdLrIlA-8iZ-!kI1#y>VG2Z5d_5d1115NZ9Ob+3EnubMq2yoti62 z#%PUjAc)1(%2K-9=1};W9cMY^IhK18c}ikos^p9%m=+NWU+$d`8AVIm*g5cEB~}3`fAxi*K?t7#HE+RI zT^3A8Y|El?DDH=^X}TF9P>p+SsW~@`Bpo%6N6z49z-{wf)sf;%HKv?El@2EtWWlU- zD5sgscdt%+&13g3T~be_Do0iK-&qz$L!v96;19{VAkgd>=GO&+kW*J-VvH&X3|*wP z5NFro12c&r!v;tt$Q(({|GfWQPW)OWk!@3iV%Ry?avd@y14)TQy8|moSORs*R4xN5 zK~kbQ8L8<{&!{e~z8*z;T9?r8;09b%6E~|Kckv}{MQM!IMlOA~l6#I6>A$wjgu4t? zrsfd~?UQyn{Os2WDd~Z|S55_(6^BSXI{Tw>BJ)}ED8|!uy6BOwFDuU$BH$&;D*vK% zjm&_JWu25-`80sC9;rfzVHX7Qxv!tUK2EqFVzyF9NqbJf?VeBv+GHTv%iKg;j%;&T zRrfFKLap-muvaftUubtU?Q}O3k^3*G_{jc)dgrF~A~GC1e+`D#GS-TX^mDA_L=#i1 zarNk-&u>b$Uaqm?W8ysr)D$-fK+COW+Sy;*eHSbrf^0XeZP$)5mNJ*JlsqWqA2v3j zV`nAUB-lY^BA@TEyNk4UyAOAN%*>gO6g<+vB8{V<0+NxKDhJ$fkamhWTU=}hOJQt4 zh!qn~wiDTqB4AUBA5%uhlc%*SMLC&Oc?pvRq*zvlmM+ReMC*$MU8(3SJp8S0-_dnD z{$46tRy4+6R_|C*G{PSmnnW;o{}S6Bm*MwnBS;Bf#*E8MmoAJhIp#2)DT}H+5tT~B z{0v7imud8mjbm#)HmM}1!{L5hDhniN-k3WiZ~B~(t_1rrVqGwaIzf-$SA3sd`)X@l zgNhCgiT2K#G)eVfigl90Ah@(azNB~VPWu8mAVS!hJi3TE(&IS`!r6DPSxO z#CRn-zg7`um0f1sQAS;(GYSvk2LgY)<LTzq&hTKD?aV@I3ByOqHU27ZzN({vxsVwNgXxE7RR;~JB!v6RwuvXaxl58>aOg^=1CtH z4WkWcMLxc*T-awcR!;d4dY#U>9Q5N7CTL9W-A&0KmqZ`cSq8t$yuH&|8%5np8)Y-6 zOYqk+k$U=mk92{sxtTo9czxi<;(zF@wj+XmJWxLM;(uN~_O03cm>X!lRGmp9Qs;}On{QOGlJNUit5j!rtw&`pvic8GlO4h$vb<>=tgB13QQgs7f&2r?v9O3X zEM0yy;5MolQ+>H$Ljk?i9^u^`VkN`%#edaVwWhIiZHEcgy}-52t=~6-{8wiv9VubV zJ6>`RDVBj$_nj?Mfe8{x5qvRtLBYZE=q6{sx^#|uyW?v9X)BD9N=A@mtX)8gx&4h$ z5bVcBP{`L00)D1n)BgnB9fOEif?$2s$Y!lF&15>>>&!@K*taam7!gm~DdifYT&8e@bx;_R2XYXwh&nfXmnWHZ%m)QHwXgP&G$noourN z%t_E}7V6|N7p4GL5x(5&ZL;TTtZZ(_)>lGl!Cw?@~Rh4?E}kZ{pj8h0f4UQqI#KKCN={ zY0q-s;Oys1+IEWg@*|Tju){l;TJYt2X4#S<<(}+2r+bvmxJcB?yQqo3A9sSsOZjmA zG9PRtUw3TWy_Jf7A0VC!Ip?KwAsbUOc| zyUS-?A$o$oKJP4H;PG|S@kN2YNOJwi+;n13Pg;2mDqVR)?^eO_J%Kalw{J8dQdjiX ztu03fH>IPo&phA3KLtvEbm%llV{=vN;kL+}FNGbZ&$=*a*Z z0-$DxD25NTRNMo|FwC0x)4#R{HC-*XC9BTrd=)uZqWr4He$Kd=mAH@IA+F+uD~>fQ zSyk0c?zWD%sr&!ELA)E=9B$WnNB{o-c|eB0X-8P}N{YEqtZrIEe({Xk)kdV}ws^2s zz@|zU~A*T-QWjG|EIZ-{dA~3cW?m{-?G6#tCK!|OC(3}U&pv? zz9nQIOHpR>UtA){rDA*WEnN02!N;%jXdSB5U_&VQE7Y@E1!Vq2MmKr2qa_So>w0eh zcO}4Xdo3#ttrFgm%a$L|?GD-x-fk{*L}xjRi7$I`MqA#MTsp{GoUR;mCA^MnL(Z>+ zOD`Vxuc{Tv<4+WrnppII(j9lp#L!NPI@Hv^;~ZBnP>xK|Ln*FP73P&g9(1ZBZr)v| zS0}tUO802#sSLgya4RM}C3y_=syQ~*mQcM1VEV=5&ms8%rMcKn0=~eqnXcc62$Sr1 zfxGH?E7rS3nacFH99lo90ScI1+j=dTuCilxoZ_1}{`vT_Hd9r9vjF+i>kiwQJss+L zPvDI#gTZWOLm^%mT>h=vFIPh?9hWC2pZ$+-=;N4YhwsXDYYCaL_lIwy8r#$gyqB!{ z#GN6+m<0e@z^XOI6VMis1lhJJK$0kH?Z1G6Dsgp9TYqr^Qk=PD-}3QcE`B`_)RSaJ z^S^F=e}PpvE}-ClN6G&Mln2;IQx?I&{LG6{uoy+o(kogK7(&2E>hbH`f4?N`;w4Js zY^p1qTnH7!QOdr=B|i;JJM^pm2}PFN$X4|FOtUv_pb7zUOtY$tf*DttT-;tQKfm5? zn<-O@16_+>oHC$y=FLO(613H4pVnFYja%`6_RgT0(E{6lp&yLSt0V^8a)Jq|n`<`9 zD*zFk&a>G3phHYd=b|q1@9HzH3jL2Omd8kdObFn!I@l})1*l)7#>H8rmWBiug<%78 zvg$RkD5l=EO=CA$1h&FeW|u6T-g^3Ih(P@edmk46$wDt1LL2n~>_sFk=e zFRKOF4N(-BkBAy1!g@{xO9;zYMXS@H0g*99cGesPyDA)%1cBKO5xORredue^MHET7 zIE#}m4op_<)@R!?5iu~;^QvX9IEFM#g$)B`n`^0mzaS7HAQ)*>Rr|MGh*yJRsK2?? zv#?Ye)|CNR$9SEYF7AD`doH49lcg*$E?z)~`1p&90)ywAaDsVph+`~@gIki>f(5)O znub8#^j6LkI_rUzbwitiNFkuaRf*}`c;+$C7#x7^E0ZWTp~QaEhCSyP6!CuI!yZ1f zCtkdN#4U6191K5tG$*!B>CqPii)X?f5}$3A8Qlre$&&RE5bbU(9SGl!uBS=%0!84Q zFC43wh#PnF2UAIG{DnAIS8+Rv&;oy@8RIAbv0#%=6W9}xjEortwSrG^YCRpvI zG`yaPaa0q->dxN>C$glJf)s@Bv-ih^EzOONXJid=Pp3 zbYsT;VwNRB#ufF2bZZn82$B)4R*nk@wof$rO#(ukMNS0xz0#)ThGzySeUdpN%+VUf zX*1ejQV*d}tg;Jhp}GTU6$3mhy+f>w!}&-Vn2OOmd`t|$!it*C!Bp>mq0p4rwjBW#Ilf#V6vXq3ZRF&U$p1(jE!Ywv zz43wh|AC{Y4Uv3EcQgdwVc~wtaKN(yM*(L!x!Pdmczpzca**if3SQ^j_L!Yy7Zy{! zFs+qGV(=z3H5AHnr-TEGcU@o*(my;qD?xzbfWr-oa52&EDH%0lx6&VlE`v^gX94TF zAHR-gD}X*aK=lQ+BqeH75vKQsbgkx89Oh_fOwX=0^ZIr<9iPiKQlTfDBKe9af=I$S z*5p<}P`^g3?g@iP2U}rQqijgj9*Pr`<9b>6exDMf)t*Z;%3%2&Hcc zAPcH0nu}38?!KZ0faZ-S1Yq}n^mGi^w#AIt$rj$VkZ?GWNL`TSYeg4Faf@Eu>h7y6 zuUrK_tJvGEMg(@G=%tE^IsM<3v+uuB$!+T z*bWKz=!(1PN}X{GgaX#%ko#Pv;Ztb)ry$NsO6)F3PCF~rNLJCTBF4ghQhZ8bqoMUO*G`!E{ml8|`E3IKW!KB_H+o&u7rA1>cZdj6kj%E9^f)lM!JT8lM2` z8iQ>@zUT?rFmXi1v1{WOIZ-0t8~KNHNFqyr5Tn84w9a_sw0jak!~|}-LXX?bwgc2o zIG8MDU*htyM5N0WmSK2AqbSAQ^nLGu6! z=k&vTYS9Y>P#!7%#0)zzsk6s#>8#aE80@lFw&4T$`@E(XA*D-yL$1lw>k>|$RVpt5zHehNRK7Cck?i5hZa&yyygORUxK^CW64Ng~ugl zX80A@gD8T%UHgDh(#nUVA%zmTY;lh5+8H9gwARJUk9Q|#aAg{=AOf(4X#(#RRk$nf zIT*?N^0m#Anqew`%I;whM*f946Ff>A7bgJm9^4S&{yOHOGPXitQyCV{8xm!;)&eL6 z8QnVgrGN_U@9wlLYRl5h_uJD zns%ZKEm|jt*h6d_0P^fz^jd4{h+*_RFzv%bS+5LR4jBnhF$!KO-zQWq=GnA#!;G}_ zY{KsR&Z`^qhr`j%RZeV;TOzzOK%LM_QvSo(g;ya?f1kxD2%3wer81N&9S7|nu3!QQ z#^V2T^)cXouu-L`USv`XA7Ihj=TuvDmp&=l1Uxj7x3$x^v=HVnMmuLj*<-v)Dv+J| zF+r%ZUta=Fp)SIPcPkOp$HrLyXA>wEepu#_w?%?ubVnzVZT-d5BYoC~LKJ*YzTc)e z>w16z7YOtT+ktR0PSk@|V6j@)j@qq+A14kD&xQkkkFI3qOYoj-W>0ZvRY_j6cy?r( z%uZ&iLgiWy)k#fbU0ux3d55OLl5Iur>I)kbTHiGY`})4m^MY#dK396SH?3w{BK2K; z*n=l-hS&fef4)B#R*m98iC2j6v!1zaNWbZ?fzDu@awnPCj;xkGGAz{D8^*7J|2D4Y zHO@?b%pGb~!MgL+uzvU337bbYJzYmQ-kN%**0k1cO2@y2ZRRKwbHuv5OHXcQ6~MyG z`fq9*GkaADzbUtI7pLA~N}6xkG1J3vXBdQG?Qcjor51<^Fb2Rf_#2^J+L;OAw#3J` zJu~>unlA=GcQLU9{obAF?YUBT_Z|r8Y^0xmN)3vH=wBS2bY;IeD+lpNcUrKK zk`UBYtA_?&T$V7Fj#Af_*;WrghTLNnUx}ZtbRFb&4&cxBtMLtpgS_H@@2V@zt2}NU z)Wlc5R#-LCD7w)){T%7-V_L=C5+raqU(Ov*41Iu%bU;Eu6%tl*Xk4UpTLM?xB0^x^;E&q6e-oW?iw4#BfBF4s9bF z+F*Sy7=kNjtnJt$8-$HP*`Nv%KD<6(;&dpAL2C-#-(-$Qz1htO(*X=2Lo(A=_9r23)rx}pA zklUq;ly)CE3)*x1?9TUoJk2t<9WyDe)_fPgfaG@}WpgPHy4sK8Svi(tTFiM4c=?wD z5v^U7W~UG~jTL$(k={a1^ho`kF>4%@=XThdi6Ppv;NCL zSNedRV`fdJyg$o|RKuY-y-TP7cX0eh5Vex))m=gXJ>mjg_63V}| zmpwQe0J{1i{dtBZsXWm+8UGSTA(m>UgA$?8G11nd{%UM7fPDgl_sqQhB@v>-5ZZ{-DP0g*xes&rfOf?T2Nfl#jj3DFeNcE~3B(e>mm1386%LFy80_r=J% z;-IWUU_*@&0`llB3IHd?I31*5JH66i`k$+1ff1pu#iwGFsK^@7b@7u-04)ZD5@X&u zHTS+F&>|g-#O`LfpuY6V{Zm?+-~Qd4aqsg-d6D;GZUVrqVjm^=K;(MXkRna@QhZ2P zsG%FB79H$r^g$$=G!)H$w85uEY6PLfg>-ZXt?!)DLmg-^F$O{83ppz)(|Djtl^Z~>Vsb2t~Rp-w{NzG|c zmLAj>F+E7OAZd1f+Hq~tS~||pUyv>~F|j3b)oOIVpa7BIrNAhEo08F%@`4Ta>>!e1 z6p}5`gtQ2l;2B+4mop<4>`Qtk9WFM}p64Ev8MZ7y+(TrqjBw08fuu6H;0LrKhYg#u z;eZiJqSvNm8h!Bddt$EbAivmkqOCM^P`u)g1YJI%;5L{Z%Zo~0+?xZbB|Yw=P`+-C z>IKW}99Vkmfs{FaZNbIOc3xlx?Og+ciCtzyZ=#INSNY|}j(0QgA|(X1fs_dmlL6r` zW@8)21-gkK7Z?t9*!js*SDdRNfyZ?mtLSdz#pMn$U~M`cyd9HP%+>6w0aIaWQ1<&m zPA``6DEYTJ7e)QL)N1N>>nGaDGUU6DUf5omsTl+r}xQNC4t}R_Ls{ zi#at$VI{WgqvR6-+lCt#soJGn_%kz@+L`_I7pf=wxKtDzAr7|egG`IU?3wAj4(_)o9s~r0IZ(Ke!%h9o zcQmESkz#0ngpIjuvM83vy9Q1@!a_)=)K*QieSnR~Kf!5uv27R2_AQGkGPmKeyAk)&8Q&|33k#ZynY6uTMj3uFp%`nFQjm|cKjxbRA3w5yd zKw*G?ik2C_>NT=nzl_dXOTF&pa)lkcS&9rH0S9o!KSWnCg*lCmXwh4jGYh&5pY4&r z5D}(LPq0#75{Dr~xP~oUT^C`&;v~k`Zc+7g^Lt*gLK`8;TF2z2nna)vsFVy%LR_*4 z{cg*?BE`v4L@nSc7MAREbfsTEKJd_9lF^)h8AwwhG(Pc6I0G3jBX#5wBT2y;OCGKZ z{ySnUrW)^(NK)HZK>6YZOwR9go{)r+sS)n^@UzX?Ymij z#z1ht*2!@C=w258vbZ2O+G&2FuQd343>cLt-mrwA>Q;f2#|z=}U|X8K>iEj&D5 zJ?BJmW$<#nf!sl@5bGj2S-s>_092Tu-3WNj`5UL$UsBm6msQ}BLhW`7vg2ugzJ!*d za@h~?#M}v7tlojxtDqx70-`cC^id3L-6N)mu76$FVJrkrZ;Ht%cF>tP#)0W3h-equ zyN;19&rAyQmwK%762BDp!_c*%+tALdQYzsU>R4Y;dtWuZ?8=<_uhyB}A+J}R%I%ZV z`GGOs)qz`NIW2JdOZ`QP;cSn85O7{rdXvk8E`IVpQDP+`7$a2xez~?Cd-|H{3yr9J zE)NL|fQOE0gRP=+SOM6`K_9}OcZL^pdM1bD-)`pG;u3}Z*>mZs)OD5Er8J+afgqf| zvEV^PCRH^o!~LdH+-~&s|I`=j`Ih!`64((bKVL)1Api|CU@}!y7LrbXhNKcGW0<5C z4AuElQLqWGsQpTQ@;4>yoMZgsX055;uV@1w7YTb(lCvVvI!D8YTh{hfsS(WK-Z(ZP z)FtQQ@W4kpoK4ttjo&CVy4PVwTfVLg*kB)>xKZT=Fw3I*v3{VggY~agOy9)8Z(w8u zz#o`~ZH5diYH`S1S^b88Mu95QRery+V}?)Ine`?lRO(%}-r9BkYklz*Wcw_g(}s5zm?pwUv7vxWt}$Nd<8y6|MOz4x1{h5j@h z3%VMuh7R|dNDOh%f6|<)UxyktP>X;7+4v^ptyUxf? zEBX!T4%-s~@A`*-=S>>`Q;3LS9WvcRKUCmi3_%AaEB`KEuL@sA+fJ|8Xtwp^li}mf z^S>}`WU{g56)WT-lg=J%8rdXYi(%Otk&?;xJk7$!sRQU~=G*=QAGv2Ff@@zyL~D(~ z1udqpb}Dp0Z46GlCf&V%5OQdVt)@c)M?%j%G)vcH#0STJtlL;^%N<;!UbX{xyC+bj^pIIH}MK>_7sMi^-x8Y_d`kMLQ(XKS{_K(TW# zde8>7%lO`ZuufPT@ro4|S?rBgs3r?xQMVtu_5fHg*%G}w7VuGYOFtkvT5Q zcS$y7m8sFlvTeR(wkcD_Ms0qg65s8+19K$CkRO(DtdIQzh?#xtO#%n+hwI@;za$f` zb!mH~Agt>Pr|^XIG8FFVj83w!5;*XT_W*IaYB9EdFWD51G+Ud(B0raYrh?U%D-xaA zT|^kTrayQ^AkL0r1dkb1(oFP_@uT`60Uz@#?oSek`u4FWdoh!}Cbg0i-EVv^ZOb8Q zHPUD$g>wo2tPS$_9}$mg`K!XqRBBMt5#8tnaFE<}e7=Ar6s#)Sy1ny~bk%jrA;e{D zN71N%?-iCC0JkwllXT)9JPtN6;XCyp>I6ogM(~aK)puV3MbH?(#@W42bqtNEJu4A? zMQQwZpW3PM$YKa1;Y2R$4@b zJ43xH)gJ2(*_@95VE)tm*_g&&`yt->hu&;|J5zoA;qq5W;Q!uevT(Efv5JlPfBhH* z$7WumW3QrGI29fpeLl+nD#amH?vwNg5zMPG++XD?%8Ey-zR6>&AQh(*Rea+PUGaT? zjPQkrMuvqx9<15x%m|g--C;Y z-jz_G*hp6{BCgfg76cRN2&N|Z(G&51ay!?fBT#HlKtQQ~Z3bX! zAp{&DSc>nF6>1M*G(pFyy{C2M2$LKHuOY1O64{DjEk=xENt!(qob1505oKti2P zcyy2KkGP=#r5AhDgy6f7*FW^Rt|9I_>?{VL^&Mh_+jl>Ap@0fud}Gyi{-J`c^EMS= zp3O%f1=b^2BaA?Cv@!lYQ!lT@`fDt(j~cv!64%T{U+>}^^AWCNqf zUI##!eMzJpMhdM6F^vY1TOK-P7d)bw-E(5pgS*1o|03Y~1Rz{2zoFcqVmg!qVh>5; z_?{=Vq3+fQDOr9!N;^1z2r2Zg9=$w4lgFRAln36m)Re-Xhait>M3iIyl=JX>@ykv; zOsdY0ycxpzDyJpM3c*)`bhkx#)#qJd&lI|bpoe|qdp+U&m(lHV!e9P>FV=Lf1-Ula6vwIj z48XxES~ROb43a)%zCufull5aG?Om247x44jEC5WGuEkS3K~;9gO{)>FtW@ada} zu7|M0G7WU+QNU2)>Lv}vE@QGOEd(4kTvOLi?Qk%oF~I-lgy7YIz?|qYT&!QND%~(L zyGQ>S-+XS}#7T00Z#>jjot%962BDNMv<#=^H!COEXjZ7p`;#KQ-{=jScitBnJOzc; z8p~~+FSDPMd)|cZOYn&06E~^+3-hV@O%6;|@~UsPNxrYkhS}U64aX@pW*Sd9xF2-l zx3;Jt{AuOLQBG;}X~AVN7?b!k3GAzzze(2-ub6Z_h_%vx(FlTgBDAv}hP#)3-U1J% zcK}(s@_fz!aVt1Jt`EYeX+XSY(g0R8w3tVtA)$a^F#dc$^AA3rInqe{dd52z;Zr}O zgnXl{yMwhO9mtE*fFmt;(#qYe@yr{^IFNx;zu#?dS7<}~Fgal3fHU~#8fSyJhz@wr-!lUg zT43k%&`CLI(Y%)lNjS|;qpQ^9zJWu|;gfFOz7f5De8>wg9m?MUnJY&&{gpgsG5~nl zXqJ15!%Y-cxC5Kh@uvQlRvH1@Gs8-?Pk!(+f(YhhgHVEZN71*4<#m!Xjd;yO7hV4y z)~)4qg`dh>F4Y~UjMRN6LwcoJhqLnnBy85J5N|&KER$EkMmg+D?zIyRy(-t-@I6LE zWuf|i1GORMjKftma-rK!BRQZ3QeVXvQXo(b@p0BgoX&RLaFa2ghBQ_k4SX!G=F8lc z);M?uRtkQxeYwR1gutqZVkz+86geqnmCv82I1Io@hK9qYRXW``*GozZpJyRQ-5B)s zfr@ljpTpb^xa0Or^=81DrlTzA5zVCuhnKj2H;D=efpTPj^&$bvjW=h*sM+Z z-MUxgqs@>TtIRl|WR>AKcVNH%Q-;fwNf!b2HT=##DOdQ1P=ZRoyl16<08aiYx3O4% z{gzw@E6F|ygm<~qSTu7PAi%db9Yh=v+hf?f=9V${0~dIZJNgqfYca_OS=)#3mv0*P zngX<(Ia;**6t7L=6R>NeOAfLVC;?I}Yid^lX8WPoy0^ln2y9KvZ&?3e>$R(e$$UU^ zqkWcbCaXSrPeHQEJIUu|Xx&+9sg`YjaISl4T!xpMagB5P&A1J<)-qeBe8AdfR=|}FRhf0P z=FR_mPu^MG5Z1sb9UfXF6{M|GB$a*2cR)ibk9X>gt^YHer$!#LiwN3^(5fiwCqB;JXp>ckI^$Iz;5JoHbpS4{ zcaC6I&~5WI{d>#%(Vxdip#pAyj%XVCZaaR)Ek^xPxZaQ%XJV4o|I?%@%-iUv_29P$ z<{ocd8!y7gS)vZ^P_cTYxyl5_?LX5@VU-2@)j1Tk3TZs`02MK^?%R#BWjJMYb2-GYW|7L_+Y{Z`WZ z#%ayUc&@x9nxR9hc9(7FPovGiKzSnzCRe5RI1`<*shDsrPLbK_Dq&v_+eJoJqQ)SS zhp#-g0WI5Vk;`7LyOKc2@IQrj3MB!rhW4fj5)GGsP0wet)q#|MnCe<#mww*W4bktY z^tYYSL|JnO1I(!#UtfP)O;6k70$Nn}m18iE`{NiVM2LSmz+Y*($ z84m}=dClRxH=hE3tY7d-y_0lRPB*_hMi~ocxup_BP@~Ofr?-6PiMJ2)=8YVe0~O|T z<~N~#{FR1paSqQg*PQ&Ax)y4da# zxm!1-8ozM|=Fv&3Qg`J6Ag43ah;UDnLNo_6&42=b-RRTK-i%3o{Pq+|41Sl*3{0MNN>mtq1DgQh45hV5j*Ji(CuFZFECm3T30{T zb^vjIjdy{pIxD`t_WYjA5F=Rcys=cH;FSl9x!sjf-4Up2q9o^gzG{%5xnvtT!>&Ae zMpW37HGv-4Pd(4!0Q%H;hLXPA!m9m*2WV5;(-d+p$&di|;Xj}L^|hP7fBECzw}0RL z{KuKFzj41w>}D6C{)f*@^3dOML___1#LNMIzX|k!qyED4MwSa@)nD}}xxJB>UoQ&* zq`?>!5y(`c-BAG+0C_3?TGiKI`|3|P)aobcGhT6>%WGAP*_z45omEu3!^_Ocn9RIQ z?mPDvnL-fuxbyCpv%Y^2tMg-^LrAD7NNo;NF=7Kj01eKCZsNc#VCXl0 zf-^~6Aqj?|^qasKLP&-{iUjPatjdVW&Sw1>XVl^l*>TL7M?~xF&l$)>6Jr4&NrD<6 zDZkZ@vE5hOY)sI-xk~2C+UFsCGRB^PYEz0I?c(=;clZB$ zbq(OGFyg*y#Hn({9hVZZ!?7ETa0WJ$+i})?W{6x>Edx-anM>hJ3Sae&V z)pQqf+07PIT}TFvWM&PQD2Kd%;i_}^wCdyAA5VV;2GU(&Qbev7PnDy##qlqt8n0P7 zJ0sE&+d}8?^ayJ<#EPck)Vpre`?$XDj@hi!T3L>HAtKn>-8kVK*9yKazUi2aF(FTQ zk}#@Q$W}F}VYbt&u~K17=CwyI2V7<8$F&>^G}r#ebE5o>p-;S(v9K zSs4x!boj4v>WEo5ZAGD@8u~uGBw0(?P4u0Y;xv#o}8^@NlyQs@O!vSTvq8q32NO3H4JOR z@bA^!!%~@PX+vvGr&tYtO~lFOW1EP$RB9u5C~Jx0h9#5Xl1agq-O(~StA1G#6xA}_ z>iQuNoBNO*#c_Nyl1CT2!PYibMez~iOO#K>B{C@cV|lh!3>sK`sdK0i2I)u#i}Lio zzBa#CxvRPhRWBpn#)15>u{=3qK-|QKiiLc*@5jmbZXuJ3PI?@F#c-x^F{|%Fv7D3$ zCdm}$m8+N3hX+kHAWZmu?w8_Q1Uvxp&RbzlzL=R9)w<`0oEIB#8y*l=L%E*}f&3Os zDn+>!b6L$?H!;(TgoC8YT;ph#){6f$H$7|jn7-D-uO=$Li&#h&`t@kH$gulygn`25 z*@Z`3h^%ROyyHxNS#l_{K^B{-8d~{jX&ht<|B2cQqpP8jICbK92Y4G2=L1g130-=f z{BYkbm?h(x9i3EM-|@P4*#Yp4uuJX^pN8i3!$@9YD^~a)?WLrfGe|PmDu%R`vUko@ zLMGEx^31MUgArFt`m*`)BkXs5|2I;_6cK)v-|HRyWR$CaEEU?i^=e^p!@71DLdrji zNfD~X;aD-8;`#pBV3FeQQt13Vm`vLTdixy=S*1Ll( zLws?$)*F6GvhElev2&W zk_#0N0u!N%4IF&!CCN!Nk}QMSOWw#U-qwNjaFYhF7W2>5Jr?&SGt=Ww8>N%B$_QDi z>k-m_n+mIpUm81?lgQ&>nHW>!{U8Y0t!Vf2KDyn3=jP=T0c{x3zeAGsmFu{*FJjblT9C-y8RFlFkI>oS{ zUL$kSrGX<^W|sHKrkMX}D-HN)x7=5x9d+4%?C$Gh*@s19%D7PxMww)*E{}J?*{rpc zyHsOdnX%@8u&f~EmS^}vQn@{~Y34eVL}#xjTPRn}B^|ggzc-%ngqWtz(`onktaHn+`3GD|XtE@F{^u~|;Z;W^#&S*%o;aQJLC=$@;8 ze8a3199G&3c55(nYdyuO^UeF_RR+nb`t)6Vmn?*~@>5v1`|)Tr-{>x4S_(lsk*ad0 z9CvHXSx#{H@tR*H^ZLVcZM@eNe38D+^6+H+&l4quyRt^Dz*SSxrF!AJ2`)u+=lrs+ zZPV*6`)6)?`qPejx@X@!(7JP1eb;z@4fu6RF;<&(uV~zFy^VS`Q>UACeo_fH<7VxY zU+>*6*IobYzbb3N7q72Pq;7X;i7!#YO14i2%&sH)&{!s3BEP%Zx2oLq2G7&C6LY&+ z>c@s_R`tiN_KPo{cy)8QFI~6B-TU5Sxh&B<)2k=GsiL&pzg@S99NU7D*Mz5k**vJ- z<6_S!eZ%)m%%OQ_28Ij684yGpCW17cyZXfXQSa#lffLH|_pzsXROqvq$NHS^QL*Rn zJtsbY9mi&T`2!2vbWh*phuruDHJCzrsOFo-J5IBMdY;tvsGMiRdY;yM=K)}Jz;=w{=3Z03jNPtA|e9-H~R`nmcU z>>+v&a6XEDeLtZ;qd(C- zx-b+cL*+hEeV+P2^@;T(>NEQ1^`rHp^|R~4@#l=rH=iQ9%V*>#C*@CnH0J1^C*PYl zy493jb1A=nFg2V#(nq`XgAn~+Xl;{ztrSvjA(CH$neu5RaJJQ8a6qTwX2-{@ZYe&W4-#U_wuSMqN4m* z8k->6FxEzsq2=Rb_i#Ud%s%XX?tb!q_TL-=#}lla;FS^T*6y}kM{IQMft zk3D}hA5f27Pu?1-YpHv;Szd*$yA_S@PnM>jl(HZHE>MLZF8bd;!pDcpK>OYs|1#??y+jT^kr_^yK;2j3~dHO-}65 zHLi;6;JUu2saMs^1}br6w>U2oCk~NLW`D<*Of5g^G$i@vK`%R8`p8C?HoDw zmBHywRk6EwGb#!3b=XzyY_}-z%$uDxQj9`we|H`3Q4C+^75G>fZ-S%w#uIeLtAK6I zrsmE!j({-hU4{?wyfuj>x295u$hLgb|L>;FfwPm+Z99s8v2BET>yz?^hqKCI;w!D; zyo9VZ@GNT+u<4F|fLDx@9{4=OB(upbgOXpPR`eP?!z{y_bKbcgKQ#`^t{^~U6qGx5 zZa8`xQWXAX)SO9*MdIPm4SNTK_vDy;K2{fIDjqzTHg3-y^Bwb6v%EP^RjGMa3dJxq zjYCDBIga>$T{PzKh1l=GkEuWAVqPH8m|AUtS@+H{& zbx9-UV0BluMgi=Z<2D7WBm|c~qmIV8~uAtlx;qb&2(z9~&myeyb2O@R( zVx}h-97cKKm{3`+mWkDvyX<{|j@>N>*^d{Ydf=*N2lwkTPwzoKMwTQl!<}EB|8y1b zcEc~#%PI*L4m3FhoMJbelBE_{Dn&5$`D$-}P^&zZU$ac4#uKT`Q=Q;*`$#~c70Qil zJ@X8n#nMl*z}+S}j1j#d*inf@BP{)}Y;Gr8ow9C3;u5Y0SYRy%ihnt8TE_t-6P!d zgMT*f7036lnw$MY@Jz*_UAGwH2mB9p5N*=Su*3X!7Icv1{dLK|`-M2h`mc8o z0emYn2Rs!N0{~dHyPhV$45Hflb!>ua{mGF03|`yV?jZjCRV1+qC1i27GUTg&%W;|x zDC5~*&#PpldVqSc$sE%1O_=8kt4aezmSpFDbF-oCt-gbn z#NA8%lF2Leei=p%up#*H%|v{YGyX)aweF)A{yrmnH8(fQyEXs4?Fje&RoBt)FY80= zEX})cCqJ6viCW#c5jJYdJ^49U>?Z7{$#wX=ss43Ca#mT5AD(}sFb5Ha#Nuc6c2Ykf z6&k^8G{gx<>7_Ee1IQ(R=Mw%0IaZyp|E=@;uJJy~d9u}7t{BE?_{TqF$&XdG_H*Q} zTD`0^3Gm;e5jQf=_72ml#{UJKi~BXu=g+bXmTnq06U%dX>w5N2R>*mK>WBIsz}Q)) z!GU@(dm-pvs@VMOF$woCbK}O<8TN01dG0#zv8Da)VSDhD^ADAO#CJRwy<48$htDey z`M=foGyii4^GRB0vxB*is>jZIk-GnUvspcRI`22q_DBfI9K*ZE9gYx6L!qk$`wp(l zt@KC&HL5mjUGN(J>Q6nbvAPG1LE`dmW+Z$1V$qs{m(;x4KktrpZiwWSm-}`4RZa)#9_Nw z+1UTgE+BvZEarxPMirVn0!SXDLalR8Epb?uqWtOeJU zDmJYi{;Gv1rpGwG|Ifn%?0+Wk%Pr*(*%W4tTDfejOYx%%uhlSC$%(bt{a3~kYq6?d zavfc}O@|triEUTRgT24`(I<5%j0qTP&c**8U87^MaQ{OJ{)c-|uw2i2hyPYo)|^93 zK7SsyMC5jV*rJGI*$iC~tE`g}Y&KpDEB{)KBhA136@aYE_Wj2_e)DUVSlC2wTx91# z)@TkZe9y;)`hTALVwqlT`b+h@_F=oC*ub~_#s0Mm6c`iHqxr}SldH4=wepnxjm?@2 z4*ve!nc5#|q=i@sOxkiszaZf<>&9!X)UT@QwMr0wreJW2MbuP0Lq5jO)#Hlcw~IE55gL0fio1rZ|?IXj`j6B9i@;Sm%Hqoq(ljRjLvG@^#$DJrC0 zV}TVFSzDpO6&hWz@PrKqK4Z~n8x68qxZXy8K{t!K-#E8N@EZ-ZaQuM-FdQQHW~C8w zF*V(5rzC=)AP5M8+7b~t1Ibo5fk`-_6i`8hkyr&s(qboac0z(DCwhLu#U4@sEQJDU zHJDEkAr%@^tmw!J3azf-c#Yv}KJXZeMcZwV%EIwB4Z2y>{>DK#i^AuCItSr77je&j zA%KntT`EkoTZxhuRN}q*NFWFZf`T9t2szw5ab(^>Di8#(CBumbvVtHW2rYryg2OEr zm(Brn4#IOT;-5nR9S*t~m}F`kmj77iVCf-@O+H|Y&O7uu@MLh4YF>yaRZPW#oT+Cx&hP;23jrtf+OG_ zV{jaV;V8L>!4@2C7YY}kctGEKoCKdi>ccn z;D#|b7G`b1h#ZIHIVQ?MSdQXyF5;m>5FN+pE=Z<>?-R;+D29rHGcH3(DXRdqhyT+S3SzJcxn$&KLT($*70FLN02%$n#z~-v9|LA=Mt_ccXs3!f^`_zxx&#w==pSB<^I!>LYpb(z7m7wZjmd2wg9&T)Z#AyTA9)ocH z@qeqx{N;dKzVf|85 z2N)b<_XeAlkIWIs1VU+lDu9@x@imUEHnP;pnzEcUgNxFIh>|o-&P=FeTb-LrNKY6_ zN@C=A8{(7U9EbK`euG#WMcj47Rs#VQ6=CX;G8GT0G)z5l!wc)6Vu@X8cokODY#NqA zDr29ZK#Cf6Fc_hF8(!Vuj78&Yc!~y@vG=A%@5qzGYPo5k2_ zXo%y177e^o$OWS(Q*X%Rbw%b+$ZedCAa0_oEn=nYiIjz+a5c`V!B`IiEW=Jj^$CZa zs3;18{ep8o=;LUArrn(kO@nUm#-edH9$r$YDq=~T(ZGO$I`Dil`mx^P(=A*%oMz)l zLPt^u!K2<}r9x^P34IvbdH&NEWgZ7C6(J5KE7)A7CIE1cI9D0(H~kiQ&YI4d@CAQlyj*@K+1!B0Dps^H9+@zDP&OVYPxhZYTBaft#SXDGL2~yT|M;=Ke zJxP8>YOG{5ASkCpuAoiSk%U8&X6;Mfa`~nkcec?A{hRT)-QTmD_Si#Xm zMc>;gmGdT&qrP&5^Ap7>Rc58r1c7ScG)*A5IZhJk`sw2LiD4MO%yDFmA0m!+?=Bc7X~J%SFqV=ataV9ZB#|>k` z(nQ_-19##@cvYYM?Y%1+oA5{@N#4^(DwCNz&nU6E_o-w}l%lwWa?%l&dH`^hr^1Z) zPX`DJ{Q-UI*blJW`~L%gz4?C+FiiRb{@Ae}V0ZYX{619TZBlB|-Vc*f?c7F0mQ*)? zFOmdw*qKL?lJ%ZP2T6Yhy+N%s&A>uS5?LL8Xe2V4{Y*$wDev(kMiN46ok=7y#CG?Q zp9MU=$O$NmA!U@MnM+edDMSSZTN9foSyJ|ylJ@dEt4O4xM$Z~aNb+g!Nh2hqV9y>& zBn1g>q9f8#T4x?fBoWDN?;@n5R?nq>DFmjg(=>s!*3*kzOAP{)Cy;^)+(;)VQAzq% zNF@rQm=b(TiHg$1LN`&G)X^b$z?#TSS*T4Sr{!=KMp51rC(N6q5;9g3GWzd@M--FNQx5Ne@0U2SZ5tcBNsQ9Gh6k1O?e^IbfpC)N}z_f3gCeRd}qzR$Y(su%d(*%K6 z;WSO4^(NCBZBJ7>hAk1Uc@b^4i+gwoo5M;=Ke zO=WHvLDJPOLxDL*IVx=YHbmLV>zgKBs|ND~3;hEDqL=@FfFSGMA9VH8nIGUV?eh;| zeS0PYguVZNfMDp}AC$H3nGa9{f8_Wd8O;E|RTaq87QkM*U&6EiK(x{|ousr%ZCW-I68}18AKgF$AEz zoecyK9W9iZz&xHw5{EQ2!jd?R?v1EMbDiV(j=m2#Pn{Bp*@=b@W=?A-{hoY6ax-@Z z5)*z(Y5#x!|Ah7cibw#Ae`>()9*kA{=UmP!%y;groqMFhT!yUe3t|1Uxsixss7MYf zs+ih<13EgSal;+f1+ft?A1a?mZ&)gkBhAhrSu6&b)H_@R84&e~g1^l#d z&|(Y%qf=|05x1!lXW)Ur5FfIBA{4Gk^pGBFMUeeI?A?yc)%e^)f7>sEAF>laQZnP| zC;&>aB57WoRh-TwcF?Ea?#Rh!pX zR?OvQqZazwEugnQce^`t8og${jRlX}(hC~A=@K=>^7k3zOB93~fgd~e2Y<=ms&wvj zVFmJ(ZqI<01ejdgf378ygG>P$>c-IRUt8G8sXM_c+10#PnHJRJP={_vh`lHH^6(WrDrbes4E7_)v>u}ucN1k99fA0* zawa=wbS^8zt(_NN382ladg?EfW%-%Z9xusIsE849>@o@ke|tg6exGW|DabhO+5mK+ zn=kw_h9?z}o^Qs;{LqHQ=pBoJFKfX&fkYl$5c08(e(yr31fsx;(C#H$L69!7D#Vmx z(rE2`YPAG)7`hN+`#Z8g6i5FPkn9SpSOu$p=0r~n%q)wdZM5h^&N+Dbz%jI!V5 z!qz41=g^U$%L*yDw2;$0q9t|HFLZWs!)I`^^u9w^CpDmJi;`yQadI|9%xFk$836Hg z3YGWpOu=<&R{&c95Pt<{cKfTQTR()Z`-$4Ov~86`e*@PMqA-I6-53{mtBhXk3<5*C zi#BS3GYz_ahgp zcz~&Q>OLIccU}tB^Atq_36F9w+PInD(ib;l}tv#WwI=Ty58n~ z^`fx}r@cU9TkhfOl4v3-F_dP1c(lfbM!Jn{o!e}#I49QvU~OBoSx6Cmh0F_QyRQZO znDAtp9NBoq(!uOZ{9Ve#S(=ghMO~zLke4i~f0l&fOj2zQ#|S*uPyv0^!UsO~Y+c*_ zq%Bv?q(N0ijn7T?5GF|X_IZChvmaWv1CoRR5pd-&wupF{&eG@blX10vJMb!;`HE^1 z#frdGfLcT!oF`;71G%D!7wHv_EH)8)7?A*rsf7`a8-;#X?S|gogo3*=%|t-(Lak9` zf0RTrNmv!AP8k77yNoC!30m;Wol91cW`n!uI<^cW8Q7&GRt$f9_dbgZ1z~kJi$KdTYyaXm5tooaX3IDjMV( ze2pmvXK@jsk5@1nOzvmvI*f})TtB*NKgpd#ZrdR^#h zaD?~#^>HY(B~-V%I^}OY9}XS(Gg+#bXN2*`dcKXPCTON9%ifHF<2CmF;dV=oU$klM zDXUMX!6n9J-keg+K-KRAkZ}q;nk-UTM0n0dwGIm2XUq9U3wPHe7+K}+M&6Z<5C$WX z<7i#O+;ncx)Cm}4?Ci$S!utJ~f7TT%fc;jpvi-njE`p+ep+e7IDn_0g$Od5_vdUIN zyv_{X8aOb~xr0U1|I-)CAbE!Xr4Ak@1!d^);r7wC_Kl{vR;+3aSzS=%lX(*cEAat}?`q6tl<*p9;f11YW9Rtl51$kQN z+d5Facgv~=?IgaMMcSrhjLyB?Rf`95*PyCDT6>*nU{p)C4- zV7HvOlt(7hEnh?OM2k^g|8qr5(J-gY@V*5DEiMvu3ghCzf917V48Z7^A}F5m)jMRaVCE_5v@xRppz0>T{e*9scc7=q6ZYtWjc0mSZsC(yrwx$Ai9cJk zum~+$BoR*3|FvTYSbV&58=15@@)M>~xhpC<#x02T=7s3gr}RULf98@Dz%{(e%o@j5 z!a|ia$BfWvf2xd81D<`R<5-n5B`?&J(v_$?D+~i2b|b1vp9!6_XbR~sYACob<=&Gv zC7|=Wav7O!UUiN03_}tC(x03NsZ-K)IpAAPcR~aeIPdR34wUrqSG$#|=1fM~qV#^G z)5p4&1sbpyCar1%tYjw>Hgz!W&POKFkfAUmQNz;v3E6y3ki58G!QH%~t zZu;eo_$C$Sce|sCs9*^4jIH!9{)t3$LR?gp&-tTgZS$IvN3}*tdyBhcEjrZx4Nk>m zKK6YdhTiDkZgf%ig_T4nRC~4`Eym+^Wt+c03S>#jxR7heb440Dsxr+cLL^DyWEtL| zgfXrxe?!UUn}3V^oTYdUJ@iJH-fFEw1AmN!^f4KzJc?HS8B*h<$S1mM)7=!yRE&$u zr=V{l<}y!|mV`@%@9kR56=8LB|D{tdYBHgwQTTVaQU?&yb(epu?XU3yF#y#1+Uk)o zNH+Jev+I&Bh`3$YvXMD(3Ogg4CTXljhBWwrp8gZ`WzFuz1VRTa8(2K?cbFu@k z{v~$X8#;WqRNF(wZh>wfQ`Yt*%6eVZv8IoGKlA78G>k-n2LQ)bMMMxa?qe}ug& zwC-D)#DN$qnN|+uvxfZ|XJ!dA&LpD~kJ%p)O-W57OMjfBuLeLa`C8F$#tN5GrLdrvAa_Y-~<1{Dgv(o+B2y z9m^IvrAD$es^2`17z@3@E>&7!SnMVT8g@OD8nO4P>#)NJld2=hFbOb$B(OwZ!s|HC zx3OZxw!;W^W1H#Wi2#;4Gh-npw7#9qgNfdp8S1@X7dLlL%_hMdEaQ=ne)zD? zs1i$*^){*2#kj}&|8vwNbJG-OKwA?oBBeECn-+n~WYOesbh2ben4yqJ5qm1WoS|diJd+3fBIs=DKj|I~I91ii15dC6IN(T>r4mhn)!>p81}NzkCY{b=XE0djTtf6Wx&VqAM92r(%XRHQ)+STZMO`oQ|8du37w+S=f6VQLxZ97WSCHb` z_^HLSS?{AYzbtnT%wc*M*+vxhpi~f{fsovzP++`<3uk~2D+6x4cg|b4aq`vBoRCT# z>(U9OM9zN~tVAto%KzI#6KwaD%5{~f+4v@;LsNX<+8G%cTU@1PNB)Sb%GyX4AJ~@3sx15VZiR;jeqhP2M&5)(Ay=^)&djUZWikluHlG z~pJP^vJOx_V9%{-d}bR%{G4Wk^a6+y4RTE#^xgbOz%xOgU)mp zuS5*o^<|s+e}FB+0ck>ipN37%zOO4XOEd*HfgEwlzQ$kZjtgihF&zcOc72ur%yy-= z`V|#;T(d^kuAHJ}Lsc`*^T)QP>tvZ#yt~mi7$d4C%0Ws@oAHXTmnCNwvu&uO-cio7 z=O2B3R(EzqK6mN1pki7&io3%V^h$CRtp90dn$cFOe`yf8f|fgjw_MSzE7K3vQRM=K zv9%~cOw(NBE(z(jDI@k^U0<E^~EHMVz&)>ys^=hImCFnQZor59NH-d-e_>R+js|16Y&v14CFpoJPDJ!UF^M|(H??fb{^+)I>%965%9&+)@DKK_mT4d+GiY0P3(r>}H zx>};lWCbs@rxQ41k|@^(FekP{WZ7{}Jr3Naf1ASwdCOcO232>vbu4*l@*b){y7%9u`tCVIdqc)GTuY$9PpxG$1pFlhFRG% zfGdj0Mv**4Qbx_Ae;nYvNii2vo|AuF%|+snd;DTzpMIiI$4sMvlNE*8)CHK$rDfN* zf6>6oT85UDQ_AziGb-`qRajArCseJ{sdt~4U>H@Dtp`7w?IJ`x3p%YS+18J+>_tQb z%3%UoE+P$QLaId#>G-gK8$p)X+!mU{1XZvmJu&gvjag>7R*4PaGs0-fJlU2R#xUd+ zExO|v6SZf&Oi3BZINuqGL&p?04;(9tfAyMB6cG1RRGXddNzDYxMDK;AHu@3kq<7le z!!-R1hO$$Olh%u^qPU{)X&Z8PxD%lkrIfs>QW}xRj5i-&3%kiV%UD{6CWwGNOl2xC z4sZ^FCIEWdoR@nPGX#2zaPwASvWlK#s}!PCLRrV|FdePBsRo;Ir|h9x0~H^7e=}hn zi}k|!#z6Odox$^S>Fg1m;%IWj?k(9pv9__c4aCe&A0nyG&3O21yUakbhK0ji><*L zHw&5(wDpsG|IT0NzHmV70O5HO|BtUpBHQ@!9zD4$`!j6{7tVWg_6eC8iJq1sELdvi z*@7&9(2aB5WB$P4REOyf0A1KDWI4=qY2IrE?6$eTu+p?T{D)cjlFWmTf4;mBBOZ|f zzzEh$+0%bgGBGy0FjgUPJ%V{o(#C2mrbFD+XT0XBRG?M{>6lpQf5<5WX6!p6oi9F> zX~Kx0Fc$*R`_BiE5wxDzC|*(bSl_72$0z{pW^@ic;wBdEhGb3Cwbsb!!{XKlzj5}r zH&gIX=cu@0eApAJ0NJcAf3_)u#pX_o9zOZ`PeCC|kQ!T$L$p4;lz{8yr3v;F4Wm@( zxn-sG3hF9q)F*8_d-{;q=h))oQg&}-n9s9}q@#>S=21f#l;v>t8}tTF`)X^6Gi3*U zG`-Xx71I7M9QCb5?|U&4FneViO7@K8kw*XMz{3Bu!OoexjNUBKf0sbwso7|z^iIg` zYz&Veq^-$Cb5x|+Ty}+`cO3G7u?#GJPRzqdW~T_lw6?>Fy&+{B=iP`Gf^B-HV5b-r zb984o>kG_LUn}+(e<4gl5bc~M#)wX|r|ik>$ocj^eJ;5s`}-a+x*{4;B8wCjwU~yC zPtJjh@^;-wr&E=nBO*I#%%^j`BH)}6?6`T>^d0CAz9#D`x}!Hy10`ogAvcSW#FhGk zVrR$f%&!@=Cc(u^W6F7jjf568Q>#$Edt($<)(WVKw`A{af1Jw8DasM)(}OsvFl?D2 zY6hd@&7+kT{`vrkOM6EO`^Koy{i!#{BKxf~LHUkZ!k>7F*Yk%2HqYHKIr4AM%kCTM zQ`Vc2)QonsCTpsYC+u>A%hHq-rr#NlV)iX{iZgBefUSo7IVGz%d@EXKoHSXXgJwpG z%ILQZwL#vEfAZ8=ZP&fd_c-f7HK>)#K^lyto(<22#sZIvlb1yyuE9I)rO{|RV=&Ek zhV#oK=<=kAJ!!DaZ5qsLbK?Y=7-Qmn+F-UK6H`1*kCjHLSGL1L1Rg55xO@v)63?yq zArF}!dzaHM@nU=kO7NcDft5GJmzSs#vP&UFdVOJ}e`|QsfRv`0hwwaZMZD@7aTKpqa#%lG+~R?93gB*h?Sw1kpr~PmvZ*hBNBYF&Ti!a&fbR(!74`DMo0p+a$k$4h?*xM0RUC ze}ap*;9C~?wM$Cmp;ZFBAxg>ddbSIvRswvXV%KBR5VY7Ps%ug`{Rt$ORJMn?UF6q*Cv4&)3R#+I?EzHvN z1?2CW~k5GY;31pPhKirjekw1D=)V-PdA*g zihGeJfyE@=>BBu6g$o+$;!Po$f3nk)Z73p2L7sNB8^YFk5rV><3C_A;z92tI;`8vx zy<^i7UgkAHiWpHF?paKRossm4w#VkS)VyrxW28MY%RmEKkAFCw#i?n#+m)$c3uC7d zw~5AR?X3Nb3sIt1kXLiP-a&V_h?K6{8l(Swf0vtDL3{fV4#PeRlIIW~MM;i3}AS z>fI(Bh}gS0mp{9k3YHb;ADn`MlqaK%*7pHlXrdi{)c=d&_$e7spiad-=57Ke{T)&y z<-8`|@B_Q#oj9A?bD{2rf8WG4h}QZ(oig63g5Dfm+aL>xINRLojy4+OtIg6VBw=NT z)zUK3qIss#_VV)RUE*k^{9Ie%DWtO`PRkz@#7AxX`&RT}k;UiOduaz)3HN&!VUDL! zUX@cWVY<5SY2>v8hi%7hvH2SdG-CwBKC*8Pi`$mjzhd+W_+C+5f3lxw!QryoD~+HK zX(QPy6T{UsGLG)uv~FB(Teq$^E}K`?mCBr0;K%}j76M#a+{qGR6$AwPSkjQaY|(@v zge2T|MEJ|!bn1go{d(+fzSF9O{a@<#wtg1dD}8?aKMxoGiLWJB@6kV0b${f5Y3X-~ zD0u92pI$_jLt*^Ce|`S$S37ayU)Ar8p?`Vs>_1EV_%Hucix&_5Rdc=L|HgdI)h`$S zz5C@aM}Gabc79LedFA$h`m9~=VN2fl<>LKg9d^P7mB5{<(s1wluKfeESN_Doytog&ItZ!!7J&?O}O%Mx2Ey+1;)z`*iT9@zTfi0 z_!`25KFUEq{!SS+HzxQHj9M@VVuSpo%*x3aP0xKYR;eby4q!kSFa`_(1NeY;QUS`r zdJ_1MbEoO5e=d)AL*^ZR?(@@&Y3$}fDdxRFa+Gb5vq%hx9F&xVk1##tiyFfcYJ9kG z;=P=MroStxCsBS0E(wI;X&6 z@P&%(RI4SNtrd(WV)vk?y5?YF`HL-$sqO%^MT8Use?mcqRQpcg^Q3qs_LLw@pY*H^ zl2IMQo@?+(IOWBH(-=aABS+SV^CBGv7X>L|0&NiKLk`GNttn@Nd|l=pa?-*nXN%M+ znsL{zuRK~4YC3F$zK_~=KV;EKbyUV=IaWUd0)PQvz!)$F3;_c<|KoA)sg)dXbTD8H z7$9I6e=r6N0RzB*FklZDnDo(1^#%G>Y~7}XXWd;PtRhgY)ut_2I@=#3JktL)Ue-P7 zPrU@J?gxDKVDR!k`{fzlM)Cs!)B9P!MO=c;`=tuU>zH-&{r(+FK+%MMfLrjlf52eA zcZ>_lUUwe+TCv9Qj}9x<8;Ost*GH|1TC|L$vmB zzvWZI?VY{zul@(LUvab5e_#K9`hLk@vEC{0uj=^Gow?Z7s;MVDjK0^Z;P;&TrIp&0 zr%LCsuxs*vT%-eAB@`Doy-EV@p&qJ=Xg}lb^OIk;!4Z21*x(P}i~a)oU-^^I%CNfL ze|wie{rL31{aCa2toS$0!9fR%%I6Lz;Jx3Yu9hB9kMI8eBaF6%+LIH^I>N>x;V5U! zz&Adpd&kXk_r$(y2U5A9r%}v&#UC6)$SL>qO>Ian5Y!XM?MqrT*PLJ5y-qn$dC=IQ zR}cFK!fGyad<(bT58yrKg2-|X9_pOne*gi~pIGaF6y9%}_j|6E>#a15SfWqqJl1p5 zPp_^czL5?S*U6xmk`6hp9}Tj%<@)Y^Hhiu`%AjN<+|%w#Yw+$e^nqX zeqOz|)|x9Y`vdk@R|@Vz!O7yN4&133ez-U|o!~C`0ME!zK;j0ZG_a=x!-jmXDu8F; zVFLhVLR0qZz3Re#bGgvDDhsnJdcP3xpaOwCD$`$hYrSVI{1y%7hZ-j*t$zKB*PfpH z_KSU3VU>S8e(A7x_2Wv>hY2*7e@b0yb5Ug*?waPhRdD5Ug8G&zUsLNi`ooP*`A%?7 zRmzu>-GtlWZeO`SSWlLg6Sw{%1TS?Etn{D!bPl(!Kfu>tbtb4}+#teN?Xm|d#QTN% zl0^;iy9YSD(yIHq;e<=*0#G;>F9WeZ_Xhiz%(X^)1+`=k=TA0m(HL$9ec-)*gXjiaJvCxNBDY(tB--c_MgTqkc z2NS-gsxc*)ihx)I?CA$^P9!7c0#n>+!W2&8)I#2L+U;ZG#u$6sNEwx|Tv3mKFjq<= z*I2z2dqkO6zEgt0fut5Ww}$MPJJr9(#JTeqVgb1*0NH#<#~u!ne-oz}O0i=Bocbs~ zKb38??i{5OaL{rhpIjpZmccgr;k|Hbnopnw|0`+g^|!v$4^I>NPS#e-_km!_{7#Px zC_ac-5OoeMzps50ng0jbC)Ps&ne8{k|2X z`SICPt3y8D7ON6Z@A-84Tc|CTIL$1RVj*9G#Vjwsy%6`+vT+h6MET2^K!mdI{~{#; z>iUf3@NhWjf8V{|ZYTt`8RkLc&K`v2h)>;91-2S^iu1%KYu2$&mWGZ2s_NeL%S}w;Fo8-HY0BmTp>>st{&2 z1MW6X-4$}Dze;r?v=qHv7uW`T*RCsfekB6pu zpy)3@3p{$lnz&`g{82Vvh&$A}_petcj{0s2Xm5Drc_82Gd+vxch+`t`RjupM-^buR zD2beHJDNJew;Wep*|OFvqh%+)$5X+6WNxH1+S_%+ag}Xhfn_J>ly*SF&+7+Yu0?7R z-;yhNe~OFh>Sfk4ovAeP{r^5%>ouAIL&8 zC69!P`Ivx($jX(*b%GwYcj+j_O83x!F!s{k6b2z84Dkg|Boy}|iH*Zo+ z1)WWM0V=@t_`Z;k{8^RG{gL2uVBJ-96_|+;f2`my0DZHndY(C%=u6#m=hUPvK=UV? zfm;ef{+;ueA9n;$ZT!G*1yDCJVeK$g)DX+o9F8lUoTQk4x$9hzc)t&%oK)-G5<%=| z$cLtgy-!*zxBFG#=K)B&;MBoW2}}a0526Y-Vwe6l0S}?v3eNc^b@jpag>nfnJRdT1l z>*^gFGZ=5ZvHpxk$$|(Kwkc+2h1Qzb)Id!;#lPE?)jk#Sj|T4Hi>W8mdU=r44FXzx z7_XPj3qMDe+kMM72c*p)BzoJ7!!H$js+Vclbo8cL4&|v zA~g6K-9dfoOkl7WeoFSD_8>YEp^a+7I*APB^ArzdVhy-b`dkme$16&H(SDR07`9Mi zWm}>y(=>ObB^%VXYQqck45SYYsNOOPj1K^x^v{#HVX+QmCz+oG^X+HNN!L3-e~;g1 zhe@)^k9=K9r}g9~Ml+MTi`Z9pCv;XD2|S!vAJgd78SWRyMY_)s-9HAgk%AI5N_*dqFb5 z*LjK@86!xRlOm1WAIS9!iiilKp8978o)tr%>SSIj9p0{zpl!Qk*=Ui_R3jqzdmr%; AB>(^b diff --git a/setup/InstallerChecks/InstallerChecks/InstallerChecks.config b/setup/InstallerChecks/InstallerChecks/CustomAction.config similarity index 100% rename from setup/InstallerChecks/InstallerChecks/InstallerChecks.config rename to setup/InstallerChecks/InstallerChecks/CustomAction.config diff --git a/setup/InstallerChecks/InstallerChecks/InstallerChecks.csproj b/setup/InstallerChecks/InstallerChecks/InstallerChecks.csproj index 278f52e0e85c..6609174b6915 100644 --- a/setup/InstallerChecks/InstallerChecks/InstallerChecks.csproj +++ b/setup/InstallerChecks/InstallerChecks/InstallerChecks.csproj @@ -50,7 +50,9 @@ True Resources.resx - + + Always + From 1e839fcc798d25dda06216e2ecde83f9c0d1a049 Mon Sep 17 00:00:00 2001 From: Yeming Liu Date: Thu, 13 Aug 2020 12:32:45 +0800 Subject: [PATCH 08/19] preload newtonsoft.json 12.0.3 (#12620) --- .../Newtonsoft.Json.12.0.3.dll | Bin 0 -> 700336 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/lib/NetFxPreloadAssemblies/Newtonsoft.Json.12.0.3.dll diff --git a/src/lib/NetFxPreloadAssemblies/Newtonsoft.Json.12.0.3.dll b/src/lib/NetFxPreloadAssemblies/Newtonsoft.Json.12.0.3.dll new file mode 100644 index 0000000000000000000000000000000000000000..e4a63399d0d92764c849df273d5cff4bf1cd829a GIT binary patch literal 700336 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

Qerlxd~#h3kGBusoeLM`im9 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 z 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